Robinlovelace / simodels

https://robinlovelace.github.io/simodels
GNU Affero General Public License v3.0
15 stars 4 forks source link

Errors during automated revdep checks on CRAN #28

Closed lionel- closed 2 years ago

lionel- commented 2 years ago

Hello. This error popped up during the revdep checks of my submission of rlang 1.0.5 to CRAN:

Package: simodels
Check: re-building of vignette outputs
New result: ERROR
  Error(s) in re-building vignettes:
    ...
  --- re-building ‘simodels.Rmd’ using rmarkdown
  Quitting from lines 39-43 (simodels.Rmd)
  Error: processing vignette ‘simodels.Rmd’ failed with diagnostics:
  cannot open the connection to ‘[https://www.dropbox.com/s/wi3zxlq5pff1yda/AusMig2011.csv?raw=1](https://www.google.com/url?q=https%3A%2F%2Fwww.dropbox.com%2Fs%2Fwi3zxlq5pff1yda%2FAusMig2011.csv%3Fraw%3D1&sa=D&sntz=1&usg=AOvVaw0G2wbiFdiz44OKAAp7e3H_)’
  --- failed re-building ‘simodels.Rmd’

Would it be possible to make R CMD check on your package resilient to this sort of network issues?

Robinlovelace commented 2 years ago

Would it be possible to make R CMD check on your package resilient to this sort of network issues?

Sure, not the most robust approach to reproducibility.

Robinlovelace commented 2 years ago

Submitted to CRAN :pray:

lionel- commented 2 years ago

Thanks!