Re: [R-pkg-devel] Note and warning about subdirectory sizes

2016-10-03 Thread Luck Buttered
Hi all, Thank you for your help. The only original question I am still a bit stuck on is #3. I read a lot about the command today, and tried several approaches, but am unsure how to remove that warning. * checking sizes of PDF files under ‘inst/doc’ ... WARNING ‘gs+qpdf’ made some significant

Re: [R-pkg-devel] .gitkeep file to prevent folder from erasing when empty

2016-10-03 Thread Luck Buttered
(whether or not it has files inside of it) for both github and when I submit the package. Thanks again for any input you may have! On Mon, Oct 3, 2016 at 8:15 AM, Luck Buttered wrote: > Hello everyone: > > Thank you for the helpful suggestions! > > I moved the direct

Re: [R-pkg-devel] .gitkeep file to prevent folder from erasing when empty

2016-10-03 Thread Luck Buttered
test or submit, but git willl still see >> it >> and keep the directory. >> >> Johannes >> >> Am Montag, 3. Oktober 2016, 00:03:33 schrieb Luck Buttered: >> >>> Hello everyone: >>> >>> I am working on a vignette for a package that ou

[R-pkg-devel] .gitkeep file to prevent folder from erasing when empty

2016-10-02 Thread Luck Buttered
Hello everyone: I am working on a vignette for a package that outputs reports for users. As part of the vignette, users can manually run eval=FALSE code that creates example reports. These example reports that they create can be saved to an output folder within extdata (extdata/OutputFolder). Whe

Re: [R-pkg-devel] Submit second version of R package to CRAN

2016-06-11 Thread Luck Buttered
Thank you both for your help! On Mon, Jun 6, 2016 at 5:39 PM, Hadley Wickham wrote: > On Sun, Jun 5, 2016 at 1:53 AM, Uwe Ligges > wrote: > > I do not know devtools: > > If it worked for you for the initial submission and the CRAN team did not > > complain, please resubmit in the same way - and

[R-pkg-devel] Submit second version of R package to CRAN

2016-06-04 Thread Luck Buttered
I am updating the version of an R package I submitted last year on CRAN and came across one question that I would be grateful to seek any input about: I have never submitted an updated version of a package to CRAN. I am considering following a similar process to what I did to submit my original ve