We are currently waiting for KoinaR to be accepted into bioconductor until then you can install the package directly from github.
To do that you will need to install devtools install.packages('devtools').
Install KoinaR by running devtools::install_github('wilhelm-lab/koinar')
Use roxygen2 to create documentation based on inline comments.
roxygen2::roxygenise().
Run tests
We use testthat to run tests. In the build tab in Rstudio click on Test.
Make sure you installed the package beforehand by clicking Install in the build tab.
Verify code style
Verify code style according to bioconductor guidelines.
BiocCheck::BiocCheck()
KoinaR
Installation
We are currently waiting for KoinaR to be accepted into bioconductor until then you can install the package directly from github. To do that you will need to install devtools
install.packages('devtools').Install KoinaR by running
devtools::install_github('wilhelm-lab/koinar')Usage
Contribute
Setup dependencies
I recommend using the
rocker/rstudiodocker container for development.Dependencies to build vignette with Knit
Build documentation
Use roxygen2 to create documentation based on inline comments.
roxygen2::roxygenise().Run tests
We use testthat to run tests. In the
buildtab in Rstudio click onTest. Make sure you installed the package beforehand by clickingInstallin the build tab.Verify code style
Verify code style according to bioconductor guidelines.
BiocCheck::BiocCheck()