Skip to content

IslasGECI/templater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Template for R projects

codecov example branch parameter licencia languages commits R-version

Steps to create a new project from this template

Note: For NEW_R_PACKAGE_NAME, use all lowercase with no separators (no underscore, no dot, no CamelCase). Example: if repo name is seabird_tracking, use seabirdtracking.

  1. README.md (2 changes)

    • Replace IslasGECI/templaterIslasGECI/<NEW_PROJECT_NAME>
    • Replace codecov token ?token=wyxnwZypMA<NEW_PROJECT_TOKEN>
  2. CHANGELOG.md (1 change)

    • Replace github.com/IslasGECI/templatergithub.com/IslasGECI/<NEW_PROJECT_NAME>
  3. docker-compose.yml (1 change)

    • Replace islasgeci/templaterislasgeci/<NEW_PROJECT_NAME>
  4. DESCRIPTION (1 change)

    • Replace Package: templaterPackage: <NEW_R_PACKAGE_NAME>
  5. .github/workflows/actions.yml (7 changes)

    • Replace all islasgeci/templaterislasgeci/<NEW_PROJECT_NAME>
  6. tests/testthat.R (2 changes)

    • Replace library(templater)library(<NEW_R_PACKAGE_NAME>)
    • Replace test_check("templater")test_check("<NEW_R_PACKAGE_NAME>")
  7. tests/testthat/test_nothing.R (1 change)

    • Replace packageVersion("templater")packageVersion("<NEW_R_PACKAGE_NAME>")
  8. tests/testthat/coverage.R (1 change)

    • Replace codecov token 53631a87-1660-47ba-a000-789a8b05283f<NEW_PROJECT_TOKEN>

Verification

Run grep -r "templater" . to confirm no instances remain.

About

Template repo for R projects

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors