lawinslow / hydrolinks

National Hydrography Network Dataset Tools for R
Other
10 stars 4 forks source link

Vignettes not showing up on CRAN #39

Open lawinslow opened 6 years ago

lawinslow commented 6 years ago

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 6 years ago

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.

lawinslow commented 6 years ago

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 6 years ago

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