Re: [R-pkg-devel] Another newbie question: vignettes not appearing in GitHub hosted package

2021-04-14 Thread Zhian N. Kamvar
Hi Chris, You need to add the `build_vignettes = TRUE` argument to `install_github()`. On 4/14/21 9:53 AM, Chris Evans wrote: As ever, my package is https://github.com/cpsyctc/CECPfuns and I am building withing Rstudio 1.4.1103 I am aiming for the package to have fairly comprehensive vignette

Re: [R-pkg-devel] Package submission error

2021-01-15 Thread Zhian N. Kamvar
There are two problems: 1. CRAN is flagging two words as misspelled (even though they are valid words in the OED, which is notoriously perscriptive). 2. "Writes to user library" --- This is the violation; an example in your package is trying to write to a folder in the user's library. If you

Re: [R-pkg-devel] Number of days since last submission

2020-10-28 Thread Zhian N. Kamvar
Hi Roy, From my experience yours is not an uncommon situation so, yes, you should submit the new version and explain why you are submitting so soon after your last submission (to fix errors). Best, Zhian On 10/28/20 8:31 AM, Roy Mendelssohn - NOAA Federal via R-package-devel wrote: Hi Al

Re: [R-pkg-devel] CRAN badges in README

2020-10-01 Thread Zhian N. Kamvar
You might be having browser cache issues because I just looked and things are fine on this end. You can double check in another browser or clear the cache (usually via Preferences > Settings > Security). FWIW, cran checks is an rhub/rOpenSci project: https://blog.r-hub.io/2019/06/10/cran-check