skadauke / tripler-github

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tripler-github

R-CMD-check

The goal of tripler-github is to test GitHub Actions workflows. It was created by running the following:

library(usethis)

create_package("../tripler")
use_readme_md()
use_testthat()
use_git()
use_github()
use_github_action_check_release()

Changed R-CMD-check.yaml: runs-on: ubuntu-latest

Added R/triple.R

Added tests/testthat/test-triple.R

Committed and pushed to GitHub

About


Languages

Language:R 100.0%