Re: [R-pkg-devel] CRAN student assistants

2019-05-16 Thread Jennifer Bryan
h Uwe Ligges, but I guess the other CRAN > reviewers weren't aware of this. > > In both cases, replying to the CRAN email and cc'ing Uwe resolved the > issue quickly and without fuss. > > > -Original Message- > From: R-package-devel On Behalf > Of Mark van der Lo

Re: [R-pkg-devel] CRAN student assistants

2019-05-15 Thread Jennifer Bryan
Hello, Since this has turned into a worldwide code review, I will briefly address that, then reiterate the point of the original message. I am working on an initial release of a package. It reveals information to a user, sometimes in a print method-y way, sometimes in more of a verbose / debuggin

Re: [R-pkg-devel] SSL error during devtools::release()

2018-04-30 Thread Jennifer Bryan
If you are in a position to install the development version of git2r, that is worth a shot. devtools is calling git2r, which uses libgit2 (among other things), not the system Git you are probably using when you "push to GitHub". Your difficulty has a lot in common with this issue: https://github.

Re: [R-pkg-devel] How to write example results to a tempdir()?

2018-04-26 Thread Jennifer Bryan
One downside of all of this is that examples become increasingly dominated by code re: tempdir setup and the like. It may not discourage the people on this list, but I suspect too much extra machinery makes the typical user less likely to engage with examples. On Thu, Apr 26, 2018 at 10:04 AM, He

Re: [R-pkg-devel] Avoid reprocessing Rmd vignette

2018-03-20 Thread Jennifer Bryan
Hi Tim, Here's a rather long thread from previous discussions of this: https://stat.ethz.ch/pipermail/r-devel/2014-May/069113.html These two lines from R CMD check suggest the two ways the vignette code will be run: * checking running R code from vignettes ... OK * checking re-building of vig

Re: [R-pkg-devel] Help with Package creation

2015-09-21 Thread Jennifer Bryan
Hi Mohammad, You don’t really say but I’m guessing your error is when checking the package? I think you should take the message at face value. It appears the randomForest package is not available from the libraries R knows about at the time of whatever it is your doing. R CMD check will not go

Re: [R-pkg-devel] dplyr usage inside another package

2015-08-10 Thread Jennifer Bryan
Hi Jonathan, Re: this note: no visible binding for global variable ‘datetime’ In programming and packages, it is recommended to use special versions of dplyr’s single table verbs, e.g., use `filter_()` as opposed to `filter()`. Note the underscore. The “underscore” functions use standard evalua

Re: [R-pkg-devel] Help needed to setting custom packages for R 3.1.2

2015-07-21 Thread Jennifer Bryan
ent in the way (s)he documents the package. > > Thanks a lot for your help. > > Sebastien > > > On 7/20/2015 5:45 PM, Jennifer Bryan wrote: >> Hi Sebastien, >> >> This note about Rd warnings reminded me that I recently had the same >> problem. So I recre

Re: [R-pkg-devel] Help needed to setting custom packages for R 3.1.2

2015-07-20 Thread Jennifer Bryan
Hi Sebastien, This note about Rd warnings reminded me that I recently had the same problem. So I recreated it and, I think, have found a solution. I will explain in my specific example to be clear. I need to link to the docs for the Token2.0 class from the httr package. First thing you try: \

Re: [R-pkg-devel] how to skip tests on CRAN but NOT on travis-ci?

2015-06-21 Thread Jennifer Bryan
OT_CRAN environment variable in your Travis > config. > > Gabor > > On Sun, Jun 21, 2015 at 10:46 AM, Jennifer Bryan wrote: >> I hope this is an appropriate to place to ask this. My question involves >> add-on tools and services, but I think they are in common use

[R-pkg-devel] how to skip tests on CRAN but NOT on travis-ci?

2015-06-21 Thread Jennifer Bryan
q=1 Thanks for any suggestions, Jenny Jennifer Bryan Associate Professor Department of Statistics and the Michael Smith Laboratories University of British Columbia Vancouver, BC Canada __ R-package-devel@r-project.org mailing list https://stat.