This repository was archived by the owner on Nov 24, 2025. It is now read-only.
Description Hi,
I just tried to install RxODE on my linux box (debian trixie, R version 4.3.2)
install.packages("RxODE")
gives me:
package ‘RxODE’ is not available for this version of R
devtools::install_github("nlmixrdevelopment/RxODE")
gives:
[...]
g++ -std=gnu++14 -I"/usr/share/R/include" -DNDEBUG -I'/usr/local/lib/R/site-library/dparser/include' -I'/usr/local/lib/R/site-library/PreciseSums/include' -I'/usr/lib/R/site-library/RcppEigen/include' -I'/usr/lib/R/site-library/RcppArmadillo/include' -I'/usr/local/lib/R/site-library/sitmo/include' -I'/usr/local/lib/R/site-library/StanHeaders/include' -I'/usr/local/lib/R/site-library/BH/include' -fopenmp -D_isRxODE_ -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -DBOOST_NO_AUTO_PTR -D_REENTRANT -isystem"/usr/local/lib/R/site-library/BH/include" -isystem"/usr/lib/R/site-library/RcppEigen/include" -isystem'/usr/local/lib/R/site-library/StanHeaders/include/src' -isystem"/usr/local/lib/R/site-library/Rcpp/include" -isystem"/usr/lib/R/site-library/RcppArmadillo/include" -fpic -g -O2 -ffile-prefix-map=/build/reproducible-path/r-base-4.3.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -c lincmtB.cpp -o lincmtB.o
In file included from /usr/local/lib/R/site-library/StanHeaders/include/stan/math/prim/core.hpp:4,
from /usr/local/lib/R/site-library/StanHeaders/include/stan/math/rev/core/Eigen_NumTraits.hpp:5,
from /usr/local/lib/R/site-library/StanHeaders/include/stan/math/rev/core/typedefs.hpp:7,
from /usr/local/lib/R/site-library/StanHeaders/include/stan/math/rev/core/chainable_object.hpp:6,
from /usr/local/lib/R/site-library/StanHeaders/include/stan/math/rev/core.hpp:10,
from /usr/local/lib/R/site-library/StanHeaders/include/stan/math/rev.hpp:10,
from /usr/local/lib/R/site-library/StanHeaders/include/stan/math.hpp:19,
from lincmtB.cpp:4:
/usr/local/lib/R/site-library/StanHeaders/include/stan/math/prim/core/init_threadpool_tbb.hpp:9:10: fatal error: tbb/tbb_stddef.h: No such file or directory
9 | #include <tbb/tbb_stddef.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
libtbb-dev is installed on my systrem (version (2021.11.0-2))
any help highly appreciated!
cheers
Michael
Reactions are currently unavailable
Hi,
I just tried to install RxODE on my linux box (debian trixie, R version 4.3.2)
install.packages("RxODE")
gives me:
package ‘RxODE’ is not available for this version of R
devtools::install_github("nlmixrdevelopment/RxODE")
gives:
[...]
g++ -std=gnu++14 -I"/usr/share/R/include" -DNDEBUG -I'/usr/local/lib/R/site-library/dparser/include' -I'/usr/local/lib/R/site-library/PreciseSums/include' -I'/usr/lib/R/site-library/RcppEigen/include' -I'/usr/lib/R/site-library/RcppArmadillo/include' -I'/usr/local/lib/R/site-library/sitmo/include' -I'/usr/local/lib/R/site-library/StanHeaders/include' -I'/usr/local/lib/R/site-library/BH/include' -fopenmp -D_isRxODE_ -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -DBOOST_NO_AUTO_PTR -D_REENTRANT -isystem"/usr/local/lib/R/site-library/BH/include" -isystem"/usr/lib/R/site-library/RcppEigen/include" -isystem'/usr/local/lib/R/site-library/StanHeaders/include/src' -isystem"/usr/local/lib/R/site-library/Rcpp/include" -isystem"/usr/lib/R/site-library/RcppArmadillo/include" -fpic -g -O2 -ffile-prefix-map=/build/reproducible-path/r-base-4.3.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -c lincmtB.cpp -o lincmtB.o
In file included from /usr/local/lib/R/site-library/StanHeaders/include/stan/math/prim/core.hpp:4,
from /usr/local/lib/R/site-library/StanHeaders/include/stan/math/rev/core/Eigen_NumTraits.hpp:5,
from /usr/local/lib/R/site-library/StanHeaders/include/stan/math/rev/core/typedefs.hpp:7,
from /usr/local/lib/R/site-library/StanHeaders/include/stan/math/rev/core/chainable_object.hpp:6,
from /usr/local/lib/R/site-library/StanHeaders/include/stan/math/rev/core.hpp:10,
from /usr/local/lib/R/site-library/StanHeaders/include/stan/math/rev.hpp:10,
from /usr/local/lib/R/site-library/StanHeaders/include/stan/math.hpp:19,
from lincmtB.cpp:4:
/usr/local/lib/R/site-library/StanHeaders/include/stan/math/prim/core/init_threadpool_tbb.hpp:9:10: fatal error: tbb/tbb_stddef.h: No such file or directory
9 | #include <tbb/tbb_stddef.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
libtbb-dev is installed on my systrem (version (2021.11.0-2))
any help highly appreciated!
cheers
Michael