Skip to content

Commit 45e63db

Browse files
committed
Check revdeps
1 parent 9c887a9 commit 45e63db

3 files changed

Lines changed: 85 additions & 3 deletions

File tree

revdep/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
11
# Revdeps
22

3+
## Failed to check (1)
4+
5+
|package |version |error |warning |note |
6+
|:--------|:-------|:-----|:-------|:----|
7+
|multinma |0.8.1 |1 | | |
8+

revdep/cran.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
## revdepcheck results
22

3-
We checked 156 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
3+
We checked 165 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
44

55
* We saw 0 new problems
6-
* We failed to check 0 packages
6+
* We failed to check 1 packages
77

8+
Issues with CRAN packages are summarised below.
9+
10+
### Failed to check
11+
12+
* multinma (NA)

revdep/failures.md

Lines changed: 72 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,72 @@
1-
*Wow, no problems at all. :)*
1+
# multinma (0.8.1)
2+
3+
* GitHub: <https://github.com/dmphillippo/multinma>
4+
* Email: <mailto:david.phillippo@bristol.ac.uk>
5+
* GitHub mirror: <https://github.com/cran/multinma>
6+
7+
Run `revdepcheck::cloud_details(, "multinma")` for more info
8+
9+
## In both
10+
11+
* checking whether package ‘multinma’ can be installed ... ERROR
12+
```
13+
Installation failed.
14+
See ‘/tmp/workdir/multinma/new/multinma.Rcheck/00install.out’ for details.
15+
```
16+
17+
## Installation
18+
19+
### Devel
20+
21+
```
22+
* installing *source* package ‘multinma’ ...
23+
** this is package ‘multinma’ version ‘0.8.1’
24+
** package ‘multinma’ successfully unpacked and MD5 sums checked
25+
** using staged installation
26+
** libs
27+
using C++ compiler: ‘g++ (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0’
28+
using C++17
29+
30+
31+
g++ -std=gnu++17 -I"/opt/R/4.5.1/lib/R/include" -DNDEBUG -I"../inst/include" -I"/usr/local/lib/R/site-library/StanHeaders/include/src" -DBOOST_DISABLE_ASSERTS -DEIGEN_NO_DEBUG -DBOOST_MATH_OVERFLOW_ERROR_POLICY=errno_on_error -DUSE_STANC3 -D_HAS_AUTO_PTR_ETC=0 -I'/usr/local/lib/R/site-library/BH/include' -I'/usr/local/lib/R/site-library/Rcpp/include' -I'/usr/local/lib/R/site-library/RcppEigen/include' -I'/usr/local/lib/R/site-library/RcppParallel/include' -I'/usr/local/lib/R/site-library/rstan/include' -I'/usr/local/lib/R/site-library/StanHeaders/include' -I/usr/local/include -I'/usr/local/lib/R/site-library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -fpic -g -O2 -c RcppExports.cpp -o RcppExports.o
32+
...
33+
/usr/local/lib/R/site-library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:0: required from ‘double stan::mcmc::dense_e_metric<Model, BaseRNG>::T(stan::mcmc::dense_e_point&) [with Model = model_survival_param_namespace::model_survival_param; BaseRNG = boost::random::additive_combine_engine<boost::random::linear_congruential_engine<unsigned int, 40014, 0, 2147483563>, boost::random::linear_congruential_engine<unsigned int, 40692, 0, 2147483399> >]
34+
/usr/local/lib/R/site-library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:0: required from here
35+
/usr/local/lib/R/site-library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits<double>::type’ {aka ‘__m128d’} [-Wignored-attributes]
36+
654 | return internal::first_aligned<int(unpacket_traits<DefaultPacketType>::alignment),Derived>(m);
37+
| ^~~~~~~~~
38+
g++: fatal error: Killed signal terminated program cc1plus
39+
compilation terminated.
40+
make: *** [/opt/R/4.5.1/lib/R/etc/Makeconf:209: stanExports_survival_param.o] Error 1
41+
ERROR: compilation failed for package ‘multinma’
42+
* removing ‘/tmp/workdir/multinma/new/multinma.Rcheck/multinma’
43+
44+
45+
```
46+
### CRAN
47+
48+
```
49+
* installing *source* package ‘multinma’ ...
50+
** this is package ‘multinma’ version ‘0.8.1’
51+
** package ‘multinma’ successfully unpacked and MD5 sums checked
52+
** using staged installation
53+
** libs
54+
using C++ compiler: ‘g++ (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0’
55+
using C++17
56+
57+
58+
g++ -std=gnu++17 -I"/opt/R/4.5.1/lib/R/include" -DNDEBUG -I"../inst/include" -I"/usr/local/lib/R/site-library/StanHeaders/include/src" -DBOOST_DISABLE_ASSERTS -DEIGEN_NO_DEBUG -DBOOST_MATH_OVERFLOW_ERROR_POLICY=errno_on_error -DUSE_STANC3 -D_HAS_AUTO_PTR_ETC=0 -I'/usr/local/lib/R/site-library/BH/include' -I'/usr/local/lib/R/site-library/Rcpp/include' -I'/usr/local/lib/R/site-library/RcppEigen/include' -I'/usr/local/lib/R/site-library/RcppParallel/include' -I'/usr/local/lib/R/site-library/rstan/include' -I'/usr/local/lib/R/site-library/StanHeaders/include' -I/usr/local/include -I'/usr/local/lib/R/site-library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -fpic -g -O2 -c RcppExports.cpp -o RcppExports.o
59+
...
60+
/usr/local/lib/R/site-library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:0: required from ‘double stan::mcmc::dense_e_metric<Model, BaseRNG>::T(stan::mcmc::dense_e_point&) [with Model = model_survival_param_namespace::model_survival_param; BaseRNG = boost::random::additive_combine_engine<boost::random::linear_congruential_engine<unsigned int, 40014, 0, 2147483563>, boost::random::linear_congruential_engine<unsigned int, 40692, 0, 2147483399> >]
61+
/usr/local/lib/R/site-library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:0: required from here
62+
/usr/local/lib/R/site-library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits<double>::type’ {aka ‘__m128d’} [-Wignored-attributes]
63+
654 | return internal::first_aligned<int(unpacket_traits<DefaultPacketType>::alignment),Derived>(m);
64+
| ^~~~~~~~~
65+
g++: fatal error: Killed signal terminated program cc1plus
66+
compilation terminated.
67+
make: *** [/opt/R/4.5.1/lib/R/etc/Makeconf:209: stanExports_survival_param.o] Error 1
68+
ERROR: compilation failed for package ‘multinma’
69+
* removing ‘/tmp/workdir/multinma/old/multinma.Rcheck/multinma’
70+
71+
72+
```

0 commit comments

Comments
 (0)