Displaying 3 results from an estimated 3 matches for "inlatool".
Did you mean:
inlatools
2019 Sep 06
1
Cryptic error message from namespaceExport
...ldClass("inla") and the NAMESPACE
contains exportClasses(inla)
installing my package in combination with an older INLA version works
install.packages("
https://inla.r-inla-download.org/R/stable/src/contrib/INLA_18.07.12.tar.gz",
repos = NULL)
remotes::install_github("inbo/inlatools", upgrade = FALSE, force = TRUE)
installing my package with a recent INLA versions yields the error
install.packages("
https://inla.r-inla-download.org/R/stable/src/contrib/INLA_19.09.03.tar.gz",
repos = NULL)
remotes::install_github("inbo/inlatools", upgrade = FALSE, fo...
2019 Sep 06
2
Cryptic error message from namespaceExport
Dear all,
Today I got this error message (R 3.6.1) when installing my package:
Error: package or namespace load failed for ?inlatools? in
namespaceExport(ns, exports):
undefined exports: .__C__inla
My package was using setOldClass("inla") and exported the "inla" class via
the NAMESPACE. It imports functions from the INLA package. Older versions
of the INLA package did not export the "inla" class....
2019 Sep 06
0
Cryptic error message from namespaceExport
...)? A simple reproducible example would
help.
On Fri, Sep 6, 2019 at 7:48 AM Thierry Onkelinx via R-devel
<r-devel at r-project.org> wrote:
>
> Dear all,
>
> Today I got this error message (R 3.6.1) when installing my package:
>
> Error: package or namespace load failed for ?inlatools? in
> namespaceExport(ns, exports):
> undefined exports: .__C__inla
>
> My package was using setOldClass("inla") and exported the "inla" class via
> the NAMESPACE. It imports functions from the INLA package. Older versions
> of the INLA package did not export...