A skeleton for R packages + Docker / Pkgdown / Pages aimed for Bioconductor
Having trouble getting your package to build?
Please visit https://montilab.github.io/rpkgs/
We recommend the latest version of R (>= 4.0.0) but rpkgs currently requires R (>= 3.6.0) to be installed.
Install the development version of the package from Github.
devtools::install_github("montilab/rpkgs")
library(rpkgs)
visualize(cols)
citation("rpkgs")
#>
#> To cite rpkgs in publications use:
#>
#> A Skeleton R Package (2020) Monti Lab.
#>
#> A BibTeX entry for LaTeX users is
#>
#> @Article{,
#> title = {A Skeleton R Package},
#> author = {Anthony Federico},
#> journal = {Monti Lab},
#> year = {2020},
#> volume = {1},
#> number = {1},
#> pages = {1-2},
#> url = {https://github.com/montilab/rpkgs},
#> }