Skip to content

Commit

Permalink
REVDEP: Checked 3 revdep packages [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikBengtsson committed Jan 2, 2021
1 parent 145f2ae commit 818117e
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 32 deletions.
39 changes: 20 additions & 19 deletions revdep/README.md
Expand Up @@ -2,53 +2,54 @@

|field |value |
|:--------|:----------------------------|
|version |R version 3.6.3 (2020-02-29) |
|version |R version 4.0.3 (2020-10-10) |
|os |CentOS Linux 7 (Core) |
|system |x86_64, linux-gnu |
|ui |X11 |
|language |en |
|collate |en_US.UTF-8 |
|ctype |en_US.UTF-8 |
|tz |America/Los_Angeles |
|date |2020-04-13 |
|date |2021-01-02 |

# Dependencies

|package |old |new |Δ |
|:-----------------|:------|:----------|:--|
|future.batchtools |0.8.1 |0.8.1-9000 |* |
|backports |1.1.6 |1.1.6 | |
|future.batchtools |0.9.0 |0.9.0-9000 |* |
|backports |1.2.1 |1.2.1 | |
|base64url |1.4 |1.4 | |
|batchtools |0.9.13 |0.9.13 | |
|batchtools |0.9.14 |0.9.14 | |
|brew |1.0-6 |1.0-6 | |
|checkmate |2.0.0 |2.0.0 | |
|crayon |1.3.4 |1.3.4 | |
|data.table |1.12.8 |1.12.8 | |
|digest |0.6.25 |0.6.25 | |
|ellipsis |0.3.0 |0.3.0 | |
|fs |1.4.1 |1.4.1 | |
|future |1.16.0 |1.16.0 | |
|globals |0.12.5 |0.12.5 | |
|glue |1.4.0 |1.4.0 | |
|data.table |1.13.6 |1.13.6 | |
|digest |0.6.27 |0.6.27 | |
|ellipsis |0.3.1 |0.3.1 | |
|fs |1.5.0 |1.5.0 | |
|future |1.21.0 |1.21.0 | |
|globals |0.14.0 |0.14.0 | |
|glue |1.4.2 |1.4.2 | |
|hms |0.5.3 |0.5.3 | |
|listenv |0.8.0 |0.8.0 | |
|parallelly |1.22.0 |1.22.0 | |
|pkgconfig |2.0.3 |2.0.3 | |
|prettyunits |1.1.1 |1.1.1 | |
|progress |1.2.2 |1.2.2 | |
|R6 |2.4.1 |2.4.1 | |
|R6 |2.5.0 |2.5.0 | |
|rappdirs |0.3.1 |0.3.1 | |
|rlang |0.4.5 |0.4.5 | |
|stringi |1.4.6 |1.4.6 | |
|vctrs |0.2.4 |0.2.4 | |
|withr |2.1.2 |2.1.2 | |
|rlang |0.4.10 |0.4.10 | |
|stringi |1.5.3 |1.5.3 | |
|vctrs |0.3.6 |0.3.6 | |
|withr |2.3.0 |2.3.0 | |

# Revdeps

## All (3)

|package |version |error |warning |note |
|:------------------------------------|:-------|:-----|:-------|:----|
|[batchtools](problems.md#batchtools) |0.9.13 | | |2 |
|[batchtools](problems.md#batchtools) |0.9.14 | | |1 |
|drtmle |1.0.5 | | | |
|FAMoS |0.2.0 | | | |
|FAMoS |0.3.0 | | | |

7 changes: 7 additions & 0 deletions revdep/cran.md
@@ -0,0 +1,7 @@
## revdepcheck results

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

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

29 changes: 16 additions & 13 deletions revdep/problems.md
Expand Up @@ -2,26 +2,29 @@

<details>

* Version: 0.9.13
* Version: 0.9.14
* GitHub: https://github.com/mllg/batchtools
* Source code: https://github.com/cran/batchtools
* URL: https://github.com/mllg/batchtools
* BugReports: https://github.com/mllg/batchtools/issues
* Date/Publication: 2020-03-19 23:00:02 UTC
* Number of recursive dependencies: 74
* Date/Publication: 2020-10-21 20:50:03 UTC
* Number of recursive dependencies: 79

Run `revdep_details(,"batchtools")` for more info
Run `revdep_details(, "batchtools")` for more info

</details>

## In both

* checking package dependencies ... NOTE
* checking dependencies in R code ... NOTE
```
Package suggested but not available for checking: ‘doMPI’
```

* checking Rd cross-references ... NOTE
```
Unknown package ‘Rmpi’ in Rd xrefs
--------------------------------------------------------------------------
[[5464,1],0]: A high-performance Open MPI point-to-point messaging module
was unable to find any relevant network interfaces:
Module: OpenFabrics (openib)
Host: c4-dev2
Another transport will be used instead, although this may result in
lower performance.
--------------------------------------------------------------------------
```

0 comments on commit 818117e

Please sign in to comment.