Skip to content

Commit ae56105

Browse files
committed
Check revdeps
1 parent ff1872c commit ae56105

File tree

4 files changed

+93
-148
lines changed

4 files changed

+93
-148
lines changed

revdep/README.md

+11-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
# Revdeps
22

3-
## Failed to check (3)
3+
## Failed to check (2)
44

5-
|package |version |error |warning |note |
6-
|:---------|:-------|:-----|:-------|:----|
7-
|clustree |? | | | |
8-
|multinma |0.7.1 |1 | | |
9-
|scDiffCom |? | | | |
5+
|package |version |error |warning |note |
6+
|:--------|:-------|:-----|:-------|:----|
7+
|bayesCT |0.99.3 |1 | | |
8+
|multinma |0.7.1 |1 | | |
9+
10+
## New problems (1)
11+
12+
|package |version |error |warning |note |
13+
|:----------|:-------|:-----|:-------|:----|
14+
|[preferably](problems.md#preferably)|0.4.1 | |__+1__ | |
1015

revdep/cran.md

+11-5
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,19 @@
22

33
We checked 144 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
44

5-
* We saw 0 new problems
6-
* We failed to check 3 packages
5+
* We saw 1 new problems
6+
* We failed to check 2 packages
77

88
Issues with CRAN packages are summarised below.
99

10+
### New problems
11+
(This reports the first line of each new failure)
12+
13+
* preferably
14+
checking whether package ‘preferably’ can be installed ... WARNING
15+
I have submitted a patch at https://github.com/amirmasoudabdol/preferably/pull/19.
16+
1017
### Failed to check
1118

12-
* clustree (NA)
13-
* multinma (NA)
14-
* scDiffCom (NA)
19+
* bayesCT (NA)
20+
* multinma (NA)

revdep/failures.md

+48-136
Original file line numberDiff line numberDiff line change
@@ -1,76 +1,64 @@
1-
# clustree
1+
# bayesCT
22

33
<details>
44

5-
* Version: 0.5.1
6-
* GitHub: https://github.com/lazappi/clustree
7-
* Source code: https://github.com/cran/clustree
8-
* Date/Publication: 2023-11-05 19:10:02 UTC
9-
* Number of recursive dependencies: 192
5+
* Version: 0.99.3
6+
* GitHub: https://github.com/thevaachandereng/bayesCT
7+
* Source code: https://github.com/cran/bayesCT
8+
* Date/Publication: 2020-07-01 09:30:02 UTC
9+
* Number of recursive dependencies: 122
1010

11-
Run `revdepcheck::cloud_details(, "clustree")` for more info
11+
Run `revdepcheck::cloud_details(, "bayesCT")` for more info
1212

1313
</details>
1414

15-
## Error before installation
16-
17-
### Devel
15+
## In both
1816

19-
```
20-
* using log directory ‘/tmp/workdir/clustree/new/clustree.Rcheck’
21-
* using R version 4.3.1 (2023-06-16)
22-
* using platform: x86_64-pc-linux-gnu (64-bit)
23-
* R was compiled by
24-
gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
25-
GNU Fortran (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
26-
* running under: Ubuntu 22.04.4 LTS
27-
* using session charset: UTF-8
28-
* using option ‘--no-manual’
29-
* checking for file ‘clustree/DESCRIPTION’ ... OK
30-
...
31-
* checking tests ... OK
32-
Running ‘spelling.R’
33-
Running ‘testthat.R’
34-
* checking for unstated dependencies in vignettes ... OK
35-
* checking package vignettes in ‘inst/doc’ ... OK
36-
* checking running R code from vignettes ... OK
37-
‘clustree.Rmd’ using ‘UTF-8’... OK
38-
* checking re-building of vignette outputs ... OK
39-
* DONE
40-
Status: 1 NOTE
17+
* checking whether package ‘bayesCT’ can be installed ... ERROR
18+
```
19+
Installation failed.
20+
See ‘/tmp/workdir/bayesCT/new/bayesCT.Rcheck/00install.out’ for details.
21+
```
4122
23+
## Installation
4224
25+
### Devel
4326
27+
```
28+
* installing *source* package ‘bayesCT’ ...
29+
** package ‘bayesCT’ successfully unpacked and MD5 sums checked
30+
** using staged installation
31+
** R
32+
** data
33+
*** moving datasets to lazyload DB
34+
** inst
35+
** byte-compile and prepare package for lazy loading
36+
Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) :
37+
namespace ‘Matrix’ 1.5-4.1 is already loaded, but >= 1.6.0 is required
38+
Calls: <Anonymous> ... namespaceImportFrom -> asNamespace -> loadNamespace
39+
Execution halted
40+
ERROR: lazy loading failed for package ‘bayesCT’
41+
* removing ‘/tmp/workdir/bayesCT/new/bayesCT.Rcheck/bayesCT’
4442

4543

4644
```
4745
### CRAN
4846
4947
```
50-
* using log directory ‘/tmp/workdir/clustree/old/clustree.Rcheck’
51-
* using R version 4.3.1 (2023-06-16)
52-
* using platform: x86_64-pc-linux-gnu (64-bit)
53-
* R was compiled by
54-
gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
55-
GNU Fortran (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
56-
* running under: Ubuntu 22.04.4 LTS
57-
* using session charset: UTF-8
58-
* using option ‘--no-manual’
59-
* checking for file ‘clustree/DESCRIPTION’ ... OK
60-
...
61-
* checking tests ... OK
62-
Running ‘spelling.R’
63-
Running ‘testthat.R’
64-
* checking for unstated dependencies in vignettes ... OK
65-
* checking package vignettes in ‘inst/doc’ ... OK
66-
* checking running R code from vignettes ... OK
67-
‘clustree.Rmd’ using ‘UTF-8’... OK
68-
* checking re-building of vignette outputs ... OK
69-
* DONE
70-
Status: 1 NOTE
71-
72-
73-
48+
* installing *source* package ‘bayesCT’ ...
49+
** package ‘bayesCT’ successfully unpacked and MD5 sums checked
50+
** using staged installation
51+
** R
52+
** data
53+
*** moving datasets to lazyload DB
54+
** inst
55+
** byte-compile and prepare package for lazy loading
56+
Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) :
57+
namespace ‘Matrix’ 1.5-4.1 is already loaded, but >= 1.6.0 is required
58+
Calls: <Anonymous> ... namespaceImportFrom -> asNamespace -> loadNamespace
59+
Execution halted
60+
ERROR: lazy loading failed for package ‘bayesCT’
61+
* removing ‘/tmp/workdir/bayesCT/old/bayesCT.Rcheck/bayesCT’
7462

7563

7664
```
@@ -112,14 +100,14 @@ using C++17
112100
g++ -std=gnu++17 -I"/opt/R/4.3.1/lib/R/include" -DNDEBUG -I"../inst/include" -I"/opt/R/4.3.1/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'/opt/R/4.3.1/lib/R/site-library/BH/include' -I'/opt/R/4.3.1/lib/R/site-library/Rcpp/include' -I'/opt/R/4.3.1/lib/R/site-library/RcppEigen/include' -I'/opt/R/4.3.1/lib/R/site-library/RcppParallel/include' -I'/opt/R/4.3.1/lib/R/site-library/rstan/include' -I'/opt/R/4.3.1/lib/R/site-library/StanHeaders/include' -I/usr/local/include -I'/opt/R/4.3.1/lib/R/site-library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -fpic -g -O2 -c RcppExports.cpp -o RcppExports.o
113101
In file included from /opt/R/4.3.1/lib/R/site-library/RcppEigen/include/Eigen/Core:205,
114102
...
115-
/opt/R/4.3.1/lib/R/site-library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from ‘double stan::mcmc::dense_e_metric<Model, BaseRNG>::T(stan::mcmc::dense_e_point&) [with Model = model_survival_mspline_namespace::model_survival_mspline; 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> >]
103+
/opt/R/4.3.1/lib/R/site-library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: 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> >]
116104
/opt/R/4.3.1/lib/R/site-library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here
117105
/opt/R/4.3.1/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]
118106
654 | return internal::first_aligned<int(unpacket_traits<DefaultPacketType>::alignment),Derived>(m);
119107
| ^~~~~~~~~
120108
g++: fatal error: Killed signal terminated program cc1plus
121109
compilation terminated.
122-
make: *** [/opt/R/4.3.1/lib/R/etc/Makeconf:198: stanExports_survival_mspline.o] Error 1
110+
make: *** [/opt/R/4.3.1/lib/R/etc/Makeconf:198: stanExports_survival_param.o] Error 1
123111
ERROR: compilation failed for package ‘multinma’
124112
* removing ‘/tmp/workdir/multinma/new/multinma.Rcheck/multinma’
125113

@@ -139,92 +127,16 @@ using C++17
139127
g++ -std=gnu++17 -I"/opt/R/4.3.1/lib/R/include" -DNDEBUG -I"../inst/include" -I"/opt/R/4.3.1/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'/opt/R/4.3.1/lib/R/site-library/BH/include' -I'/opt/R/4.3.1/lib/R/site-library/Rcpp/include' -I'/opt/R/4.3.1/lib/R/site-library/RcppEigen/include' -I'/opt/R/4.3.1/lib/R/site-library/RcppParallel/include' -I'/opt/R/4.3.1/lib/R/site-library/rstan/include' -I'/opt/R/4.3.1/lib/R/site-library/StanHeaders/include' -I/usr/local/include -I'/opt/R/4.3.1/lib/R/site-library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -fpic -g -O2 -c RcppExports.cpp -o RcppExports.o
140128
In file included from /opt/R/4.3.1/lib/R/site-library/RcppEigen/include/Eigen/Core:205,
141129
...
142-
/opt/R/4.3.1/lib/R/site-library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from ‘double stan::mcmc::dense_e_metric<Model, BaseRNG>::T(stan::mcmc::dense_e_point&) [with Model = model_survival_mspline_namespace::model_survival_mspline; 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> >]
130+
/opt/R/4.3.1/lib/R/site-library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: 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> >]
143131
/opt/R/4.3.1/lib/R/site-library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here
144132
/opt/R/4.3.1/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]
145133
654 | return internal::first_aligned<int(unpacket_traits<DefaultPacketType>::alignment),Derived>(m);
146134
| ^~~~~~~~~
147135
g++: fatal error: Killed signal terminated program cc1plus
148136
compilation terminated.
149-
make: *** [/opt/R/4.3.1/lib/R/etc/Makeconf:198: stanExports_survival_mspline.o] Error 1
137+
make: *** [/opt/R/4.3.1/lib/R/etc/Makeconf:198: stanExports_survival_param.o] Error 1
150138
ERROR: compilation failed for package ‘multinma’
151139
* removing ‘/tmp/workdir/multinma/old/multinma.Rcheck/multinma’
152140

153141

154-
```
155-
# scDiffCom
156-
157-
<details>
158-
159-
* Version: 1.0.0
160-
* GitHub: NA
161-
* Source code: https://github.com/cran/scDiffCom
162-
* Date/Publication: 2023-11-03 18:40:02 UTC
163-
* Number of recursive dependencies: 259
164-
165-
Run `revdepcheck::cloud_details(, "scDiffCom")` for more info
166-
167-
</details>
168-
169-
## Error before installation
170-
171-
### Devel
172-
173-
```
174-
* using log directory ‘/tmp/workdir/scDiffCom/new/scDiffCom.Rcheck’
175-
* using R version 4.3.1 (2023-06-16)
176-
* using platform: x86_64-pc-linux-gnu (64-bit)
177-
* R was compiled by
178-
gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
179-
GNU Fortran (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
180-
* running under: Ubuntu 22.04.4 LTS
181-
* using session charset: UTF-8
182-
* using option ‘--no-manual’
183-
* checking for file ‘scDiffCom/DESCRIPTION’ ... OK
184-
...
185-
* this is package ‘scDiffCom’ version ‘1.0.0’
186-
* package encoding: UTF-8
187-
* checking package namespace information ... OK
188-
* checking package dependencies ... ERROR
189-
Package required but not available: ‘Seurat’
190-
191-
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
192-
manual.
193-
* DONE
194-
Status: 1 ERROR
195-
196-
197-
198-
199-
200-
```
201-
### CRAN
202-
203-
```
204-
* using log directory ‘/tmp/workdir/scDiffCom/old/scDiffCom.Rcheck’
205-
* using R version 4.3.1 (2023-06-16)
206-
* using platform: x86_64-pc-linux-gnu (64-bit)
207-
* R was compiled by
208-
gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
209-
GNU Fortran (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
210-
* running under: Ubuntu 22.04.4 LTS
211-
* using session charset: UTF-8
212-
* using option ‘--no-manual’
213-
* checking for file ‘scDiffCom/DESCRIPTION’ ... OK
214-
...
215-
* this is package ‘scDiffCom’ version ‘1.0.0’
216-
* package encoding: UTF-8
217-
* checking package namespace information ... OK
218-
* checking package dependencies ... ERROR
219-
Package required but not available: ‘Seurat’
220-
221-
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
222-
manual.
223-
* DONE
224-
Status: 1 ERROR
225-
226-
227-
228-
229-
230142
```

revdep/problems.md

+23-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,23 @@
1-
*Wow, no problems at all. :)*
1+
# preferably
2+
3+
<details>
4+
5+
* Version: 0.4.1
6+
* GitHub: https://github.com/amirmasoudabdol/preferably
7+
* Source code: https://github.com/cran/preferably
8+
* Date/Publication: 2022-07-20 14:30:06 UTC
9+
* Number of recursive dependencies: 53
10+
11+
Run `revdepcheck::cloud_details(, "preferably")` for more info
12+
13+
</details>
14+
15+
## Newly broken
16+
17+
* checking whether package ‘preferably’ can be installed ... WARNING
18+
```
19+
Found the following significant warnings:
20+
Warning: replacing previous import ‘knitr::clean_cache’ by ‘pkgdown::clean_cache’ when loading ‘preferably’
21+
See ‘/tmp/workdir/preferably/new/preferably.Rcheck/00install.out’ for details.
22+
```
23+

0 commit comments

Comments
 (0)