Skip to content
Snippets Groups Projects
Commit c766a54f authored by Sebastien Theil's avatar Sebastien Theil
Browse files

Generate documents.

parent 3b5cfa1b
No related branches found
No related tags found
No related merge requests found
Pipeline #225323 failed with stage
in 56 seconds
......@@ -41,6 +41,7 @@ install_linux:
- Rscript -e 'remotes::install_github("grunwaldlab/metacoder", dependencies=TRUE, auth_token="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")'
- Rscript -e 'install.packages(c("ggpubr", "here", "pander", "qdapTools", "venn", "VennDiagram"))'
script:
- Rscript -e \"roxygen2::roxygenize('.', roclets=c('rd', 'collate', 'namespace'))\"
- R CMD build . --no-build-vignettes --no-manual
- PKG_FILE_NAME=$(ls -1t *.tar.gz | head -n 1)
- R CMD check "${PKG_FILE_NAME}" --no-build-vignettes --no-manual
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment