Wolfgang S.
Results
1
issues of
Wolfgang S.
I cannot run the code which you provide: ``` image: rocker/r-ubuntu:18.04 variables: ALLOWED_WARNINGS: 0 ALLOWED_NOTES: 0 NO_IMPORTS: 0 before_script: - Rscript -e "install.packages('remotes')" - Rscript -e "remotes::install_github('jumpingrivers/inteRgrate')" check: script: -...