Skip to content

Commit 20f1dc2

Browse files
committed
chore: revdepcheck report
1 parent 2cdecff commit 20f1dc2

File tree

3 files changed

+85
-3
lines changed

3 files changed

+85
-3
lines changed

revdep/README.md

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

3+
## New problems (3)
4+
5+
|package |version |error |warning |note |
6+
|:-------------|:-------|:-----|:-------|:----|
7+
|[PKbioanalysis](problems.md#pkbioanalysis)|0.3.0 | |__+1__ | |
8+
|[qrlabelr](problems.md#qrlabelr)|0.2.0 | |__+1__ |1 |
9+
|[tfrmtbuilder](problems.md#tfrmtbuilder)|0.1.0 | |__+1__ | |
10+

revdep/cran.md

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

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

5-
* We saw 0 new problems
5+
* We saw 3 new problems
66
* We failed to check 0 packages
77

8+
Issues with CRAN packages are summarised below.
9+
10+
### New problems
11+
(This reports the first line of each new failure)
12+
13+
* PKbioanalysis
14+
checking whether package ‘PKbioanalysis’ can be installed ... WARNING
15+
16+
* qrlabelr
17+
checking whether package ‘qrlabelr’ can be installed ... WARNING
18+
19+
* tfrmtbuilder
20+
checking whether package ‘tfrmtbuilder’ can be installed ... WARNING
21+

revdep/problems.md

Lines changed: 61 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,61 @@
1-
*Wow, no problems at all. :)*
1+
# PKbioanalysis (0.3.0)
2+
3+
* GitHub: <https://github.com/OmarAshkar/PKbioanalysis>
4+
* Email: <mailto:omar.i.elashkar@gmail.com>
5+
* GitHub mirror: <https://github.com/cran/PKbioanalysis>
6+
7+
Run `revdepcheck::cloud_details(, "PKbioanalysis")` for more info
8+
9+
## Newly broken
10+
11+
* checking whether package ‘PKbioanalysis’ can be installed ... WARNING
12+
```
13+
Found the following significant warnings:
14+
Warning: replacing previous import ‘bslib::show_toast’ by ‘shinyWidgets::show_toast’ when loading ‘PKbioanalysis’
15+
See ‘/tmp/workdir/PKbioanalysis/new/PKbioanalysis.Rcheck/00install.out’ for details.
16+
```
17+
18+
# qrlabelr (0.2.0)
19+
20+
* GitHub: <https://github.com/awkena/qrlabelr>
21+
* Email: <mailto:alex.kena24@gmail.com>
22+
* GitHub mirror: <https://github.com/cran/qrlabelr>
23+
24+
Run `revdepcheck::cloud_details(, "qrlabelr")` for more info
25+
26+
## Newly broken
27+
28+
* checking whether package ‘qrlabelr’ can be installed ... WARNING
29+
```
30+
Found the following significant warnings:
31+
Warning: replacing previous import ‘bslib::show_toast’ by ‘shinyWidgets::show_toast’ when loading ‘qrlabelr’
32+
See ‘/tmp/workdir/qrlabelr/new/qrlabelr.Rcheck/00install.out’ for details.
33+
```
34+
35+
## In both
36+
37+
* checking DESCRIPTION meta-information ... NOTE
38+
```
39+
Missing dependency on R >= 4.2.0 because package code uses the pipe
40+
placeholder syntax added in R 4.2.0.
41+
File(s) using such syntax:
42+
‘all_new_functions.R’
43+
```
44+
45+
# tfrmtbuilder (0.1.0)
46+
47+
* GitHub: <https://github.com/GSK-Biostatistics/tfrmtbuilder>
48+
* Email: <mailto:becca.z.krouse@gsk.com>
49+
* GitHub mirror: <https://github.com/cran/tfrmtbuilder>
50+
51+
Run `revdepcheck::cloud_details(, "tfrmtbuilder")` for more info
52+
53+
## Newly broken
54+
55+
* checking whether package ‘tfrmtbuilder’ can be installed ... WARNING
56+
```
57+
Found the following significant warnings:
58+
Warning: replacing previous import ‘bslib::show_toast’ by ‘shinyWidgets::show_toast’ when loading ‘tfrmtbuilder’
59+
See ‘/tmp/workdir/tfrmtbuilder/new/tfrmtbuilder.Rcheck/00install.out’ for details.
60+
```
61+

0 commit comments

Comments
 (0)