Skip to content
Snippets Groups Projects
Commit f27c74ce authored by Lavinia Baumstark's avatar Lavinia Baumstark
Browse files

use the new package gms instead of lucode for testing

parent b067b6c9
No related branches found
No related tags found
1 merge request!183use the new package gms instead of lucode for testing
......@@ -9,7 +9,7 @@ pandoc: false
sudo: false
install:
- Rscript -e "if(!requireNamespace('devtools')) install.packages('devtools')"
- Rscript -e "if(!requireNamespace('lucode')) devtools::install_github('pik-piam/lucode')"
- Rscript -e "if(!requireNamespace('gms')) devtools::install_github('pik-piam/gms')"
script:
- Rscript -e "null <- lucode::codeCheck(strict=TRUE)"
- Rscript -e "null <- gms::codeCheck(strict=TRUE)"
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