Skip to content

Commit 6c97f67

Browse files
committed
chore: revdepchecks
1 parent f5c21e5 commit 6c97f67

File tree

3 files changed

+40
-17
lines changed

3 files changed

+40
-17
lines changed

revdep/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
## New problems (3)
44

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__ | |
5+
|package |version |error |warning |note |
6+
|:------------|:-------|:------|:-------|:----|
7+
|[OmopViewer](problems.md#omopviewer)|0.6.0 |__+1__ | | |
8+
|[qrlabelr](problems.md#qrlabelr)|0.2.0 | |__+1__ |1 |
9+
|[tfrmtbuilder](problems.md#tfrmtbuilder)|0.1.0 | |__+1__ | |
1010

revdep/cran.md

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

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

55
* We saw 3 new problems
66
* We failed to check 0 packages
@@ -10,8 +10,8 @@ Issues with CRAN packages are summarised below.
1010
### New problems
1111
(This reports the first line of each new failure)
1212

13-
* PKbioanalysis
14-
checking whether package ‘PKbioanalysis’ can be installed ... WARNING
13+
* OmopViewer
14+
checking tests ... ERROR
1515

1616
* qrlabelr
1717
checking whether package ‘qrlabelr’ can be installed ... WARNING

revdep/problems.md

Lines changed: 32 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,41 @@
1-
# PKbioanalysis (0.3.0)
1+
# OmopViewer (0.6.0)
22

3-
* GitHub: <https://github.com/OmarAshkar/PKbioanalysis>
4-
* Email: <mailto:[email protected]>
5-
* GitHub mirror: <https://github.com/cran/PKbioanalysis>
3+
* GitHub: <https://github.com/ohdsi/OmopViewer>
4+
* Email: <mailto:[email protected]>
5+
* GitHub mirror: <https://github.com/cran/OmopViewer>
66

7-
Run `revdepcheck::cloud_details(, "PKbioanalysis")` for more info
7+
Run `revdepcheck::cloud_details(, "OmopViewer")` for more info
88

99
## Newly broken
1010

11-
* checking whether package ‘PKbioanalysis’ can be installed ... WARNING
11+
* checking tests ... ERROR
1212
```
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.
13+
...
14+
[ FAIL 1 | WARN 0 | SKIP 6 | PASS 65 ]
15+
16+
══ Skipped tests (6) ═══════════════════════════════════════════════════════════
17+
• On CRAN (5): 'test-packagesSupported.R:2:3', 'test-appStatic.R:1:1',
18+
'test-appStatic.R:37:1', 'test-appStatic.R:51:1', 'test-appStatic.R:71:3'
19+
• manual test (1): 'test-functions.R:3:3'
20+
21+
══ Failed tests ════════════════════════════════════════════════════════════════
22+
── Error ('test-appStatic.R:183:3'): theme ─────────────────────────────────────
23+
<rlib_error_package_not_found/rlang_error/error/condition>
24+
Error in `brand_resolve(brand)`: The package "brand.yml" is required.
25+
Backtrace:
26+
27+
1. ├─testthat::expect_identical(...) at test-appStatic.R:183:3
28+
2. │ └─testthat::quasi_label(enquo(object), label)
29+
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
30+
4. └─bslib::bs_theme(brand = validateTheme(NULL))
31+
5. ├─bslib:::brand_resolve(brand)
32+
6. └─bslib:::brand_resolve.list(brand)
33+
7. └─rlang::check_installed("brand.yml")
34+
35+
[ FAIL 1 | WARN 0 | SKIP 6 | PASS 65 ]
36+
Error:
37+
! Test failures.
38+
Execution halted
1639
```
1740
1841
# qrlabelr (0.2.0)

0 commit comments

Comments
 (0)