lawinslow/hydrolinks

Vignettes not showing up on CRAN

lawinslow opened this issue · 3 comments

in v0.7.1 we added two vignettes. With the most resubmission, vignettes are not showing up on CRAN.

https://cran.r-project.org/package=hydrolinks

Need to figure out and fix the origin.

jsta commented

I'm not sure if this is a contributing factor but I will say that the linking example vignette takes a very long time for me to run. I'm surprised CRAN didn't complain.

Eh, my vague understanding is that CRAN doesn't re-build already-built vignettes.
Yeah, it takes a little while to run. Mainly because you need to download the data initially. Should be much faster second time around.

jsta commented

Have you tried devtools::release()? I wonder if it's just a CRAN upload problem.