Skip to content

Commit 24e25cb

Browse files
committed
Check revdeps
1 parent 9f2cfa5 commit 24e25cb

File tree

4 files changed

+88
-18
lines changed

4 files changed

+88
-18
lines changed

cran-comments.md

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

3-
We checked 368 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
3+
We checked 369 reverse dependencies (367 from CRAN + 2 from Bioconductor), 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 3 packages
6+
* We failed to check 2 packages
77

88
Issues with CRAN packages are summarised below.
99

1010
### Failed to check
1111

1212
* ctsem (NA)
1313
* nlmixr2 (NA)
14-
* clustermq (NA)

revdep/README.md

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

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

55
|package |version |error |warning |note |
66
|:-------|:-------|:-----|:-------|:----|
7-
|ctsem |3.6.0 |1 | | |
7+
|ctsem |3.7.1 |1 | | |
8+
|NA |? | | | |
9+
|NA |? | | | |
810
|nlmixr2 |? | | | |
911

revdep/cran.md

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

3-
We checked 368 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
3+
We checked 369 reverse dependencies (367 from CRAN + 2 from Bioconductor), 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 3 packages
6+
* We failed to check 2 packages
77

88
Issues with CRAN packages are summarised below.
99

1010
### Failed to check
1111

1212
* ctsem (NA)
1313
* nlmixr2 (NA)
14-
* clustermq (NA)

revdep/failures.md

Lines changed: 80 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
<details>
44

5-
* Version: 3.6.0
5+
* Version: 3.7.1
66
* GitHub: https://github.com/cdriveraus/ctsem
77
* Source code: https://github.com/cran/ctsem
8-
* Date/Publication: 2022-03-10 11:20:19 UTC
9-
* Number of recursive dependencies: 125
8+
* Date/Publication: 2022-08-08 14:00:02 UTC
9+
* Number of recursive dependencies: 135
1010

1111
Run `cloud_details(, "ctsem")` for more info
1212

@@ -36,10 +36,10 @@ Info: integer division implicitly rounds to integer. Found int division: d * d -
3636

3737
Wrote C++ file "stan_files/ctsm.cc"
3838
...
39-
stan_files/ctsm.hpp: In member function ‘T__ model_ctsm_namespace::model_ctsm::log_prob(std::vector<T_l>&, std::vector<int>&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = true; T__ = double]’:
40-
stan_files/ctsm.hpp:2348:9: note: variable tracking size limit exceeded with ‘-fvar-tracking-assignments’, retrying without
41-
2348 | T__ log_prob(std::vector<T__>& params_r__,
39+
2340 | T__ log_prob(std::vector<T__>& params_r__,
4240
| ^~~~~~~~
41+
stan_files/ctsm.hpp: In member function ‘T__ model_ctsm_namespace::model_ctsm::log_prob(std::vector<T_l>&, std::vector<int>&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T__ = double]’:
42+
stan_files/ctsm.hpp:2340:9: note: variable tracking size limit exceeded with ‘-fvar-tracking-assignments’, retrying without
4343
g++: fatal error: Killed signal terminated program cc1plus
4444
compilation terminated.
4545
make: *** [/opt/R/4.1.1/lib/R/etc/Makeconf:175: stan_files/ctsm.o] Error 1
@@ -63,10 +63,10 @@ Info: integer division implicitly rounds to integer. Found int division: d * d -
6363

6464
Wrote C++ file "stan_files/ctsm.cc"
6565
...
66-
stan_files/ctsm.hpp: In member function ‘T__ model_ctsm_namespace::model_ctsm::log_prob(std::vector<T_l>&, std::vector<int>&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = true; T__ = double]’:
67-
stan_files/ctsm.hpp:2348:9: note: variable tracking size limit exceeded with ‘-fvar-tracking-assignments’, retrying without
68-
2348 | T__ log_prob(std::vector<T__>& params_r__,
66+
2340 | T__ log_prob(std::vector<T__>& params_r__,
6967
| ^~~~~~~~
68+
stan_files/ctsm.hpp: In member function ‘T__ model_ctsm_namespace::model_ctsm::log_prob(std::vector<T_l>&, std::vector<int>&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T__ = double]’:
69+
stan_files/ctsm.hpp:2340:9: note: variable tracking size limit exceeded with ‘-fvar-tracking-assignments’, retrying without
7070
g++: fatal error: Killed signal terminated program cc1plus
7171
compilation terminated.
7272
make: *** [/opt/R/4.1.1/lib/R/etc/Makeconf:175: stan_files/ctsm.o] Error 1
@@ -75,6 +75,76 @@ ERROR: compilation failed for package ‘ctsem’
7575
* removing ‘/tmp/workdir/ctsem/old/ctsem.Rcheck/ctsem’
7676

7777

78+
```
79+
# NA
80+
81+
<details>
82+
83+
* Version: NA
84+
* GitHub: NA
85+
* Source code: https://github.com/cran/NA
86+
* Number of recursive dependencies: 0
87+
88+
Run `cloud_details(, "NA")` for more info
89+
90+
</details>
91+
92+
## Error before installation
93+
94+
### Devel
95+
96+
```
97+
98+
99+
100+
101+
102+
103+
```
104+
### CRAN
105+
106+
```
107+
108+
109+
110+
111+
112+
113+
```
114+
# NA
115+
116+
<details>
117+
118+
* Version: NA
119+
* GitHub: NA
120+
* Source code: https://github.com/cran/NA
121+
* Number of recursive dependencies: 0
122+
123+
Run `cloud_details(, "NA")` for more info
124+
125+
</details>
126+
127+
## Error before installation
128+
129+
### Devel
130+
131+
```
132+
133+
134+
135+
136+
137+
138+
```
139+
### CRAN
140+
141+
```
142+
143+
144+
145+
146+
147+
78148
```
79149
# nlmixr2
80150
@@ -84,7 +154,7 @@ ERROR: compilation failed for package ‘ctsem’
84154
* GitHub: https://github.com/nlmixr2/nlmixr2
85155
* Source code: https://github.com/cran/nlmixr2
86156
* Date/Publication: 2022-06-27 22:20:02 UTC
87-
* Number of recursive dependencies: 180
157+
* Number of recursive dependencies: 195
88158
89159
Run `cloud_details(, "nlmixr2")` for more info
90160

0 commit comments

Comments
 (0)