Skip to content

Commit

Permalink
Check revdeps
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Oct 8, 2022
1 parent 9f2cfa5 commit 24e25cb
Show file tree
Hide file tree
Showing 4 changed files with 88 additions and 18 deletions.
5 changes: 2 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
## revdepcheck results

We checked 368 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
We checked 369 reverse dependencies (367 from CRAN + 2 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.

* We saw 0 new problems
* We failed to check 3 packages
* We failed to check 2 packages

Issues with CRAN packages are summarised below.

### Failed to check

* ctsem (NA)
* nlmixr2 (NA)
* clustermq (NA)
6 changes: 4 additions & 2 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Revdeps

## Failed to check (2)
## Failed to check (4)

|package |version |error |warning |note |
|:-------|:-------|:-----|:-------|:----|
|ctsem |3.6.0 |1 | | |
|ctsem |3.7.1 |1 | | |
|NA |? | | | |
|NA |? | | | |
|nlmixr2 |? | | | |

5 changes: 2 additions & 3 deletions revdep/cran.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
## revdepcheck results

We checked 368 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
We checked 369 reverse dependencies (367 from CRAN + 2 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.

* We saw 0 new problems
* We failed to check 3 packages
* We failed to check 2 packages

Issues with CRAN packages are summarised below.

### Failed to check

* ctsem (NA)
* nlmixr2 (NA)
* clustermq (NA)
90 changes: 80 additions & 10 deletions revdep/failures.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

<details>

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

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

Expand Down Expand Up @@ -36,10 +36,10 @@ Info: integer division implicitly rounds to integer. Found int division: d * d -
Wrote C++ file "stan_files/ctsm.cc"
...
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]’:
stan_files/ctsm.hpp:2348:9: note: variable tracking size limit exceeded with ‘-fvar-tracking-assignments’, retrying without
2348 | T__ log_prob(std::vector<T__>& params_r__,
2340 | T__ log_prob(std::vector<T__>& params_r__,
| ^~~~~~~~
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]’:
stan_files/ctsm.hpp:2340:9: note: variable tracking size limit exceeded with ‘-fvar-tracking-assignments’, retrying without
g++: fatal error: Killed signal terminated program cc1plus
compilation terminated.
make: *** [/opt/R/4.1.1/lib/R/etc/Makeconf:175: stan_files/ctsm.o] Error 1
Expand All @@ -63,10 +63,10 @@ Info: integer division implicitly rounds to integer. Found int division: d * d -
Wrote C++ file "stan_files/ctsm.cc"
...
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]’:
stan_files/ctsm.hpp:2348:9: note: variable tracking size limit exceeded with ‘-fvar-tracking-assignments’, retrying without
2348 | T__ log_prob(std::vector<T__>& params_r__,
2340 | T__ log_prob(std::vector<T__>& params_r__,
| ^~~~~~~~
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]’:
stan_files/ctsm.hpp:2340:9: note: variable tracking size limit exceeded with ‘-fvar-tracking-assignments’, retrying without
g++: fatal error: Killed signal terminated program cc1plus
compilation terminated.
make: *** [/opt/R/4.1.1/lib/R/etc/Makeconf:175: stan_files/ctsm.o] Error 1
Expand All @@ -75,6 +75,76 @@ ERROR: compilation failed for package ‘ctsem’
* removing ‘/tmp/workdir/ctsem/old/ctsem.Rcheck/ctsem’
```
# NA

<details>

* Version: NA
* GitHub: NA
* Source code: https://github.com/cran/NA
* Number of recursive dependencies: 0

Run `cloud_details(, "NA")` for more info

</details>

## Error before installation

### Devel

```
```
### CRAN

```
```
# NA

<details>

* Version: NA
* GitHub: NA
* Source code: https://github.com/cran/NA
* Number of recursive dependencies: 0

Run `cloud_details(, "NA")` for more info

</details>

## Error before installation

### Devel

```
```
### CRAN

```
```
# nlmixr2

Expand All @@ -84,7 +154,7 @@ ERROR: compilation failed for package ‘ctsem’
* GitHub: https://github.com/nlmixr2/nlmixr2
* Source code: https://github.com/cran/nlmixr2
* Date/Publication: 2022-06-27 22:20:02 UTC
* Number of recursive dependencies: 180
* Number of recursive dependencies: 195

Run `cloud_details(, "nlmixr2")` for more info

Expand Down

0 comments on commit 24e25cb

Please sign in to comment.