Skip to content

Test repo to apply the same worklows on several packages in a mono repo

Notifications You must be signed in to change notification settings

inSileco/monoRepoR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

monoRepoR

R-CMD-check-all build-and-release

Demo repo to apply the same workflows on several R packages in a monorepo.

Generating test packages

# create testpkg01
## NB: the command line below prompts a message that requires an answer
usethis::create_package("testpkg01")
usethis::use_mit_license()
devtools::load_all()
devtools::document()
devtools::check()
# back to root
setwd("..")
# create testpkg02
usethis::create_package("testpkg02")
usethis::use_mit_license()
devtools::load_all()
devtools::document()
devtools::check()

Docker

Docker image available at the following URL https://hub.docker.com/repository/docker/kevcaz/monorepor/general

docker push kevcaz/monorepor:v0.1.2

About

Test repo to apply the same worklows on several packages in a mono repo

Resources

Stars

Watchers

Forks

Packages

No packages published