Re: [R-pkg-devel] Submitting a package to C-RAN

2017-09-03 Thread Travers Ching
Sure thing. How did you want to merge them? On Sun, Sep 3, 2017 at 12:27 PM, Dirk Eddelbuettel wrote: > > On 3 September 2017 at 11:36, Travers Ching wrote: > | Thanks for your help! I misunderstood the purpose of 'notes' and was > only > | looking for errors/warnings. > > You still want to ad

Re: [R-pkg-devel] Submitting a package to C-RAN

2017-09-03 Thread Dirk Eddelbuettel
On 3 September 2017 at 11:36, Travers Ching wrote: | Thanks for your help! I misunderstood the purpose of 'notes' and was only | looking for errors/warnings. You still want to address the fixable notes. | Also, could you update RccpMsgPack to use the | latest version? I can't quite remember wh

Re: [R-pkg-devel] Submitting a package to C-RAN

2017-09-03 Thread Travers Ching
Thanks for your help! I misunderstood the purpose of 'notes' and was only looking for errors/warnings. Also, could you update RccpMsgPack to use the latest version? On Sun, Sep 3, 2017 at 7:48 AM, Dirk Eddelbuettel wrote: > > Per https://win-builder.r-project.org/incoming_pretest/170903_ > 030

Re: [R-pkg-devel] Submitting a package to C-RAN

2017-09-03 Thread Dirk Eddelbuettel
Per https://win-builder.r-project.org/incoming_pretest/170903_030012_msgpack2R_01/00check.log you three NOTEs: 1. Spelling in DESCRIPTION: You need ' around those words, ie 'MsgPack'; I also suggest consistent use of capitals. 2. Installed package size: There is nothing you can here. (Short

Re: [R-pkg-devel] Submitting a package to C-RAN

2017-09-03 Thread Manny Calavera
Check the logs here: https://win-builder.r-project.org/incoming_pretest/170903_030012_msgpack2R_01/ Are you using the latest R-devel version (not the current stable version) to run R CMD check --as-cran ? 2017-09-03 5:50 GMT+02:00 Travers Ching : > I am trying to submit a package to CRAN. It

Re: [R-pkg-devel] Submitting a package to C-RAN

2017-09-03 Thread Mark van der Loo
I suggest you follow the link and check the notes.. On Sun, Sep 3, 2017, 1:06 PM Travers Ching wrote: > I am trying to submit a package to CRAN. It did not pass the automated > checks. However, I don't understand what it is I am supposed to fix. > > I have run R CMD check ... -- as-cran and it

[R-pkg-devel] Submitting a package to C-RAN

2017-09-03 Thread Travers Ching
I am trying to submit a package to CRAN. It did not pass the automated checks. However, I don't understand what it is I am supposed to fix. I have run R CMD check ... -- as-cran and it seems to pass. And I have also verified that it installs and works on ubuntu and windows. The message I get f