Skip to content

Commit

Permalink
Add revdep related files and folders
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Hafemeister committed Dec 15, 2020
1 parent 78f0ee8 commit 07f41f3
Show file tree
Hide file tree
Showing 7 changed files with 115 additions and 0 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
^cran-comments.md$
^supplement$
^scratch$
^revdep$
6 changes: 6 additions & 0 deletions revdep/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
checks
library
checks.noindex
library.noindex
data.sqlite
*.html
47 changes: 47 additions & 0 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# Platform

|field |value |
|:--------|:----------------------------|
|version |R version 4.0.2 (2020-06-22) |
|os |macOS Catalina 10.15.7 |
|system |x86_64, darwin17.0 |
|ui |X11 |
|language |(EN) |
|collate |en_US.UTF-8 |
|ctype |en_US.UTF-8 |
|tz |Europe/Vienna |
|date |2020-12-15 |

# Dependencies

|package |old |new |Δ |
|:-------------|:-----|:----------|:--|
|sctransform |0.3.1 |0.3.2 |* |
|cli |NA |2.2.0 |* |
|colorspace |NA |2.0-0 |* |
|crayon |NA |1.3.4.9000 |* |
|diffobj |NA |0.3.2 |* |
|future |NA |1.21.0 |* |
|globals |NA |0.14.0 |* |
|isoband |NA |0.2.3 |* |
|jsonlite |NA |1.7.2 |* |
|parallelly |NA |1.22.0 |* |
|pillar |NA |1.4.7 |* |
|processx |NA |3.4.5 |* |
|ps |NA |1.5.0 |* |
|R6 |NA |2.5.0 |* |
|RcppArmadillo |NA |0.10.1.2.0 |* |
|rprojroot |NA |2.0.2 |* |
|rstudioapi |NA |0.13 |* |
|testthat |NA |3.0.0 |* |
|vctrs |NA |0.3.5 |* |
|waldo |NA |0.2.3 |* |

# Revdeps

## New problems (1)

|package |version |error |warning |note |
|:----------------------------|:-------|:------|:-------|:----|
|[muscat](problems.md#muscat) |1.4.0 |__+1__ | |1 |

7 changes: 7 additions & 0 deletions revdep/cran.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## revdepcheck results

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

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

5 changes: 5 additions & 0 deletions revdep/email.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
release_date: ???
rel_release_date: ???
my_news_url: ???
release_version: ???
release_details: ???
1 change: 1 addition & 0 deletions revdep/failures.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*Wow, no problems at all. :)*
48 changes: 48 additions & 0 deletions revdep/problems.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# muscat

<details>

* Version: 1.4.0
* GitHub: https://github.com/HelenaLC/muscat
* Source code: https://github.com/cran/muscat
* Date/Publication: 2020-10-27
* Number of recursive dependencies: 208

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

</details>

## Newly broken

* checking tests ...
```
ERROR
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
Warning (test-aggregateData.R:2:1): (code run outside of `test_that()`)
Warning (test-aggregateData.R:2:1): (code run outside of `test_that()`)
Warning (test-mmDS.R:45:5): mmDS() - filtering
Warning (test-mmDS.R:45:5): mmDS() - filtering
Warning (test-mmDS.R:68:9): mmDS-utils
Warning (test-mmDS.R:68:9): mmDS-utils
FAILURE (test-pbDS.R:34:9): defaults - pbDS.limma-trend
FAILURE (test-pbDS.R:65:13): pbDS.limma-trend
FAILURE (test-pbDS.R:65:13): pbDS.limma-trend
Warning (test-pbHeatmap.R:2:1): (code run outside of `test_that()`)
Warning (test-pbHeatmap.R:35:5): pbHeatmap() - input arguments
[ FAIL 3 | WARN 15 | SKIP 0 | PASS 433 ]
Error: Test failures
Execution halted
```

## In both

* checking installed package size ... NOTE
```
installed size is 9.1Mb
sub-directories of 1Mb or more:
data 2.3Mb
doc 6.0Mb
```

0 comments on commit 07f41f3

Please sign in to comment.