Re: [R-pkg-devel] Last released version FAIL

2019-08-26 Thread Cristiane Hayumi Taniguti
Thank you for the answers! Yes, I got tricked by the "Current CRAN status" in the automatically answer of CRAN submission. At the email body they pointed the FAIL in the current version and ask to "Please fix all problems and resubmit a fixed version via the webform.". I thought that the fail of t

Re: [R-pkg-devel] 'configure' exists but is not executable

2019-08-26 Thread Max Turgeon
I'm glad to hear it worked. As for CRAN, I would assume they take care of permissions on their end somehow, I can't say for sure. But a certain number of packages use configure scripts (e.g. RcppArmadillo and RcppParallel), so if anything special is required, I would look at their respective Git

Re: [R-pkg-devel] 'configure' exists but is not executable

2019-08-26 Thread Sebastian Ankargren
Dear Max, That fixes the issue completely on Travis — thanks. However, it worries me a little that I might need something similar for the build on CRAN? Or should I simply just assume that this is an issue specific to Travis? /Sebastian On 26 Aug 2019, at 16:09, Max Turgeon mailto:max.turg...

Re: [R-pkg-devel] 'configure' exists but is not executable

2019-08-26 Thread Max Turgeon
Hi Sebastian, Have you tried adding a line in your `.travis.yml` file that changes the permissions for `configure`? Something like this: before_install: - chmod +x configure Max Turgeon Assistant Professor Department of Statistics Department of Computer Science University of Manitoba maxtu

Re: [R-pkg-devel] Last released version FAIL

2019-08-26 Thread Berry Boessenkool
You should fix the problems in a new version and submit. Did you per accident submit the old version? Or did you get tricked by the part after "Current CRAN status"? Regards, Berry PS:You could easily get rid of the two notes as well. Looks like you need to put SegregationTests.jpg in .Rbuildig

Re: [R-pkg-devel] Last released version FAIL

2019-08-26 Thread Dirk Eddelbuettel
Hi Christiane, On 26 August 2019 at 09:32, Cristiane Hayumi Taniguti wrote: | My name is Cristiane, I am mantainer of onemap package. The current version | of the package in CRAN is having problems passing to cran check | . I | alr

[R-pkg-devel] 'configure' exists but is not executable

2019-08-26 Thread Sebastian Ankargren
Dear package developers, I have a package that is dependent upon Rcpp and RcppArmadillo and for this reason I use a configure file. On my local machine with: R version 3.6.0 (2019-04-26) Platform: x86_64-apple-darwin15.6.0 (64-bit) Running under: macOS Mojave 10.14.3 …my package passes R CMD che

[R-pkg-devel] Last released version FAIL

2019-08-26 Thread Cristiane Hayumi Taniguti
Dear list members, My name is Cristiane, I am mantainer of onemap package. The current version of the package in CRAN is having problems passing to cran check . I already fixed all the problems and made other updates in a new version