NIEHS / PrestoGP

Penalized Regression on Spatiotemporal Outcomes using Gaussian Processes a.k.a. PrestoGP
https://niehs.github.io/PrestoGP/
0 stars 0 forks source link

Vignette is causing R CMD check to fail #52

Closed ericbair-sciome closed 4 months ago

ericbair-sciome commented 4 months ago

At some point a template for a vignette was added to the package (not by me). Every time I run devtools::build() or devtools::check(), it tells me that it is going to delete all the files in /inst/doc. I wasn't sure if we wanted to do that, so I have been adding the "vignettes=FALSE" before running either of the aforementioned commands. It looks like this vignette template is causing R CMD check to fail. So we need to fix that at some point. The obvious short-term solution would be to just delete the vignette for now. But I wanted to make sure that there wasn't some reason to keep it before I did that. (I would save the template file somewhere to use when we are ready to actually write a vignette.)

ericbair-sciome commented 4 months ago

I deleted the vignette in the latest release, and it should fix this issue.