Re: [R-pkg-devel] Lapack: undefined symbol: zgbsv_

2017-12-17 Thread Baptiste Auguie
Thanks Dirk. I arrived at the same conclusions after tracking down the recent changes in Armadillo and noticing their addition of a special solve() case for banded matrices. What I don't really understand (because of the templating system etc.) is why this new routine in Armadillo would be needed a

Re: [R-pkg-devel] Problem enhancing a package with a predict method not declared to be an S3 method

2017-12-17 Thread Dario Strbenac
Good day, It seems that they are not internal functions if they are have user documentation written for them. Internal functions usually don't have a help page. -- Dario Strbenac University of Sydney Camperdown NSW 2050 Australia _

Re: [R-pkg-devel] Problem enhancing a package with a predict method not declared to be an S3 method

2017-12-17 Thread Chris Brien
Hi Duncan, Thanks for your comments. I appreciate that you do not speak for CRAN. I had thought that, while I am accessing asreml internals, I do not believe that it is the intention of the maintainer that they be internal. Indeed, I am only calling functions documented in the manual and so it

Re: [R-pkg-devel] Lapack: undefined symbol: zgbsv_

2017-12-17 Thread Dirk Eddelbuettel
On 17 December 2017 at 17:50, Dirk Eddelbuettel wrote: | In short, but relying on (Rcpp)Armadillo, you are submit to it changing its That should have read: "... by relying on (Rcpp)Armadillo, you are subject to ..." My bad. | solver and it seems to have done so recently. And as R is primarily

Re: [R-pkg-devel] Lapack: undefined symbol: zgbsv_

2017-12-17 Thread Dirk Eddelbuettel
On 17 December 2017 at 17:21, Dirk Eddelbuettel wrote: | | ** testing if installed package can be loaded | | Error: package or namespace load failed for ‘cda’ in dyn.load(file, DLLpath | | = DLLpath, ...): | | unable to load shared object ‘/home/hornik/tmp/R.check/r- | | release-gcc/Work/build/Pa

Re: [R-pkg-devel] Lapack: undefined symbol: zgbsv_

2017-12-17 Thread Dirk Eddelbuettel
On 17 December 2017 at 19:15, Baptiste Auguie wrote: | Hi, | | The CRAN maintainers recently informed me that my cda package now fails on | CRAN. The root cause seems to be this error: | | ** testing if installed package can be loaded | Error: package or namespace load failed for ‘cda’ in dyn.lo

Re: [R-pkg-devel] Problem enhancing a package with a predict method not declared to be an S3 method

2017-12-17 Thread David Hugh-Jones
Could you not just skip these particular tests using skip_on_cran()? David [[alternative HTML version deleted]] __ R-package-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-package-devel