[R-pkg-devel] Fwd: Collaboration Request: h2o R Package Function Cheatsheet

2018-02-03 Thread Juan Telleria Ruiz de Aguirre
Dear R Package Developers, I have just started doing a cheatsheet for h2o R Package: https://cran.r-project.org/web/packages/h2o/index.html So if anyone is interested in contribution, I attach what I have done till now in Github: https://github.com/jtelleria/H2O-Cheatsheet A H2O.ai Statistical

Re: [R-pkg-devel] Help with correcting error in package

2018-02-03 Thread Dev Chakraborty
Thank you; I appreciate the helpful response; dev On Sat, Feb 3, 2018 at 1:23 PM, Roy Mendelssohn - NOAA Federal < roy.mendelss...@noaa.gov> wrote: > I would add to make certain you submit to both "R-release" and "R-devel" > in particular since the error you are getting is from "R-devel". If you

Re: [R-pkg-devel] Help with correcting error in package

2018-02-03 Thread Dev Chakraborty
Thank you; this is most helpful; Dev On Sat, Feb 3, 2018 at 1:16 PM, Joshua Ulrich wrote: > On Sat, Feb 3, 2018 at 11:44 AM, Dev Chakraborty > wrote: > > Dear All, > > > > I tried unsuccessfully to upload a package named RJafroc to CRAN. On my > OSX > > machine it passes R CMD Check with no err

Re: [R-pkg-devel] Help with correcting error in package

2018-02-03 Thread Roy Mendelssohn - NOAA Federal
I would add to make certain you submit to both "R-release" and "R-devel" in particular since the error you are getting is from "R-devel". If you install the "devtools" package, that can do the submission to both for you. There has been previous discussion on this list that "R-devel" does not lo

Re: [R-pkg-devel] Help with correcting error in package

2018-02-03 Thread Joshua Ulrich
On Sat, Feb 3, 2018 at 11:44 AM, Dev Chakraborty wrote: > Dear All, > > I tried unsuccessfully to upload a package named RJafroc to CRAN. On my OSX > machine it passes R CMD Check with no errors, warnings or notes. However, I > get the following output from CRAN, from which I cannot tell which fun

[R-pkg-devel] Help with correcting error in package

2018-02-03 Thread Dev Chakraborty
Dear All, I tried unsuccessfully to upload a package named RJafroc to CRAN. On my OSX machine it passes R CMD Check with no errors, warnings or notes. However, I get the following output from CRAN, from which I cannot tell which function is causing the error (I am truncating the intermediate lines

[R-pkg-devel] nloptr optimization procedure works differently on different platforms

2018-02-03 Thread Metin Bulus
Hi all, it occured to me, for an optmization procedure, AUGLAG algorithm used in conjuction with SLSQP algorithm (in nloptr package) can be unstable across different platforms. Does anyone know what could be possible reason for this? Thanks, Metin [[alternative HTML version deleted]] __