nevrome / covid19germany

R package - Load, visualise and analyse daily updated data on the COVID-19 outbreak in Germany
Other
46 stars 8 forks source link

Raw download #27

Closed psteinb closed 4 years ago

psteinb commented 4 years ago

Here is the code.

Note: I am not sure how to run testthat.R with my new code. I added a new unit test for my editions. .travis.yml didn't yield any help on this. The testthat docs hinted at yet another package to use. :/

nevrome commented 4 years ago

Maybe take a quick look at devtools::document() and devtools::test() .

The code looks fine.

psteinb commented 4 years ago

indeed I forgot to add documentation for the new function argument

psteinb commented 4 years ago

I ran

$ Rscript -e 'library(devtools);devtools::document()'

and

$ Rscript -e 'library(devtools);devtools::test()'

without any warnings. But the travis build still fails.

psteinb commented 4 years ago

ready when you are!