CredibilityLab / groundhog

Reproducible R Scripts Via Date Controlled Installing & Loading of CRAN & Git Packages
https://groundhogr.com/
GNU General Public License v3.0
78 stars 4 forks source link

Why do edits lead to these errors? #55

Closed urisohn closed 3 years ago

urisohn commented 3 years ago

image

Bisaloo commented 3 years ago

Because there was a recent change in the digest package that is used to run the tests. It now requires R >= 3.3.0 (https://cran.r-project.org/package=digest). This does not mean that groundhog is broken in any way, just that the tools we use to run the tests don't work. I planned on checking how to run simple tests without these packages (it would allow us to test all R versions starting from 3.0.0) but I didn't get the time yet.