Re: [R-pkg-devel] Please help

2019-10-18 Thread Bahadır YÜZBAŞI
Dear Dirk and Max, I would like to thank you both since your fast response to me. I revised my src/Makevars and src/Makevars.win by following your suggestions. Finally, it passed first auto check by CRAN by using the following flags. —— ——— CXX_STD = CXX1

Re: [R-pkg-devel] Please help

2019-10-16 Thread Dirk Eddelbuettel
Bahadir, On 16 October 2019 at 19:12, Max Turgeon wrote: | It may help to look at what other packages linking to RcppArmadillo have done and try to reproduce it/adapt it to your setting. Packages using the package generator RcppArmadillo.package.skeleton() get these two templates via the skele

Re: [R-pkg-devel] Please help

2019-10-16 Thread Max Turgeon
maxturgeon.ca> From: R-package-devel on behalf of Bahad�r Y�ZBA�I Sent: October 16, 2019 1:21:12 PM To: r-package-devel@r-project.org Subject: [R-pkg-devel] Please help Hi, I am getting the following error. I could not figure it out since this is my first pa

[R-pkg-devel] Please help

2019-10-16 Thread Bahadır YÜZBAŞI
Hi, I am getting the following error. I could not figure it out since this is my first package. Would you mind if one helps me? package rbridge_1.0.0.tar.gz does not pass the incoming checks automatically, please see the following pre-tests: Windows:

Re: [R-pkg-devel] please help understand an error in openMP statements

2019-09-13 Thread Ivan Krylov
On Thu, 12 Sep 2019 16:12:17 -0500 Marcin Jurek wrote: > U_NZentries.cpp:258:19: error: ‘covparms’ not specified in enclosing > ‘parallel’ > 258 | covmat= MaternFun(dist,covparms) + diagmat(nug) ; // summation from > arma > | ~^~~ This might be a compiler

Re: [R-pkg-devel] please help understand an error in openMP statements

2019-09-13 Thread Serguei Sokol
On 12/09/2019 23:12, Marcin Jurek wrote: Hello everyone, I'm submitting a package to CRAN which I tested locally, on Travis CI, R-hub and win builder. It worked no problem in all these environments. However, after submission, I keep getting the error described here:

[R-pkg-devel] please help understand an error in openMP statements

2019-09-12 Thread Marcin Jurek
Hello everyone, I'm submitting a package to CRAN which I tested locally, on Travis CI, R-hub and win builder. It worked no problem in all these environments. However, after submission, I keep getting the error described here: