[R-pkg-devel] R CMD build --resave-data not working

2021-03-11 Thread Jonathan Callahan
ently stumped as to what might be happening. -- Jonathan Callahan, PhD Mazama Science 206-708-5028 mazamascience.com [[alternative HTML version deleted]] __ R-package-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-pa

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

2015-08-10 Thread Jonathan Callahan
t; > HTH, > Jenny > > > On Aug 10, 2015, at 3:35 PM, Jonathan Callahan < > jonat...@mazamascience.com> wrote: > > > > Greetings, > > > > I'm using dplyr inside of another package with examples like this: > > > > data <- dplyr::filte

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

2015-08-10 Thread Jonathan Callahan
ackage or do I need to be pedantic and say data$datetime in the first example and dplyr::matches in the second? (Will dplyr::matches even work when it is not an exported function?) Thanks, Jon -- Jonathan Callahan, PhD Mazama Science 206-708-5028 mazamascience.com [[alternative H

Re: [R-pkg-devel] new maintainer sought for maps packages

2015-07-31 Thread Jonathan Callahan
ng on setting up a more accurate > > "world" database for maps and will submit this once it has been fully > > tested. > > > Thanks everyone for your support. > > Ray Brownrigg > > > [[alternative HTML version deleted]] > > > ___

Re: [R-pkg-devel] new maintainer sought for maps packages

2015-07-31 Thread Jonathan Callahan
everyone for your support. > Ray Brownrigg > > [[alternative HTML version deleted]] > > __ > R-package-devel@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-package-devel > -- Jonathan Callahan, PhD Mazama Science 206-708-5028 mazamascience.com [[alternative HTML version deleted]] __ R-package-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-package-devel

[R-pkg-devel] DigitalOcean Makefiles for compiling R-devel

2015-07-22 Thread Jonathan Callahan
. https://github.com/jonathancallahan/DigitalOcean-R-setup So far, only the Debian 7.0 and 8.1 Makefiles are fully set up for R-devel. I hope that these Makefiles may help others harness DigitalOcean to thoroughly test packages before submitting them to CRAN. Best, Jon -- Jonathan Callahan, PhD

Re: [R-pkg-devel] recreating CRAN Testing environment

2015-07-20 Thread Jonathan Callahan
no financial interests in > it. > > Best, > Gabor > > > Ben Bolker > > [...] > > __ > R-package-devel@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-package-devel > -- Jo

[R-pkg-devel] recreating CRAN Testing environment

2015-07-20 Thread Jonathan Callahan
t the CRAN testing will find? -- Jonathan Callahan, PhD Mazama Science 206-708-5028 mazamascience.com [[alternative HTML version deleted]] __ R-package-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-package-devel

[R-pkg-devel] renaming a package

2015-07-19 Thread Jonathan Callahan
ic'. 2) What is the best practice for renaming a package that has already been accepted to CRAN? We had previously released a 'seismicRoll' package that we may now wish to rename 'IRISSeismicRoll'. Thanks, Jon -- Jonathan Callahan, PhD Mazama Science 206-708-5028 maz

[R-pkg-devel] directory for non-checked vignettes

2015-07-06 Thread Jonathan Callahan
ettes/? But then how would people access these? Thanks for any suggestions. Jon -- Jonathan Callahan, PhD Mazama Science 206-708-5028 mazamascience.com [[alternative HTML version deleted]] __ R-package-devel@r-project.org mailing list https://

Re: [R-pkg-devel] appropriate directory for data downloads in examples, demos and vignettes

2015-06-29 Thread Jonathan Callahan
x27;t have to create your on "hash" > subdirectory. > > > /Henrik > (author of R.cache) > > On Mon, Jun 29, 2015 at 9:22 AM, Paul Gilbert > wrote: > > Regarding alternative places for scripts, you can add a directory (eg > > inst/testLocalScripts) a

Re: [R-pkg-devel] no visible global function definition

2015-06-29 Thread Jonathan Callahan
Hamburg | www.uke.de >> Vorstandsmitglieder: Prof. Dr. Burkhard Göke (Vorsitzender), Prof. Dr. >> Dr. Uwe Koch-Gromus, Joachim Prölß, Rainer Schoppik >> _ >> >> SAVE PAPER - THINK BEFORE PRINTING >&

[R-pkg-devel] appropriate directory for data downloads in examples, demos and vignettes

2015-06-29 Thread Jonathan Callahan
build process but that will also be available to users. Should we create a /tmp/ directory? Would that be available on all systems? Alternatively, *What is an alternative to vignettes and demos for tutorial scripts that should not be tested upon submission to CRAN?* Thanks for any