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
Hi Bahadir, The issue seems to be your Makevars/Makevars.win files. The error message "undefined symbol: dpotrf_" suggests that you may not be properly linking with Lapack. Incidentally, one of the NOTEs you get on Windows is also related to a potential issue with Makevars.win (the other NOTE

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: