Skip to content

Commit

Permalink
added and ran revdep, no problems
Browse files Browse the repository at this point in the history
  • Loading branch information
knausb committed Jul 15, 2022
1 parent 7fda9af commit f7336b8
Show file tree
Hide file tree
Showing 8 changed files with 561 additions and 3 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ cran-comments.md
NEWS.md
^appveyor\.yml$
^\.github$
^revdep$
11 changes: 8 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Ubuntu-latest (release) - Ubuntu 20.04.4 LTS (R-4.2.1)
Windows-latest (release) - Microsoft Windows Server 2022 10.0.20348 (R-4.2.1)

* AppVeyor:
Windows Server 2012 R2 x64 (build 9600), R Under development (unstable) (2020-08-24 r79088)
Windows Server 2012 R2 x64 (build 9600), R version 4.0.2 (2020-06-22)
Windows Server 2012 R2 x64 (build 9600), R Under development (unstable) (2022-07-13 r82587 ucrt)
Windows Server 2012 R2 x64 (build 9600), R version 4.2.1 (2022-06-23 ucrt)

* win-builder:
None for this submission
Expand All @@ -32,13 +32,18 @@ None for this submission

## R CMD check results


* checking installed package size ... NOTE
installed size is 6.5Mb
sub-directories of 1Mb or more:
libs 4.1Mb


## revdepcheck results

We checked 18 reverse dependencies (4 from CRAN + 14 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


## Thank you CRAN Core Team!
Expand Down
7 changes: 7 additions & 0 deletions revdep/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
checks
library
checks.noindex
library.noindex
cloud.noindex
data.sqlite
*.html
70 changes: 70 additions & 0 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
# Platform

|field |value |
|:--------|:----------------------------------------|
|version |R version 4.2.1 (2022-06-23) |
|os |Ubuntu 22.04 LTS |
|system |x86_64, linux-gnu |
|ui |RStudio |
|language |(EN) |
|collate |en_US.UTF-8 |
|ctype |en_US.UTF-8 |
|tz |America/Los_Angeles |
|date |2022-07-14 |
|rstudio |2022.02.3+492 Prairie Trillium (desktop) |
|pandoc |2.9.2.1 @ /usr/bin/pandoc |

# Dependencies

|package |old |new |Δ |
|:-----------|:------|:------|:--|
|vcfR |1.12.0 |1.13.0 |* |
|ape |5.6-2 |5.6-2 | |
|cli |3.3.0 |3.3.0 | |
|crayon |1.5.1 |1.5.1 | |
|dplyr |1.0.9 |1.0.9 | |
|ellipsis |0.3.2 |0.3.2 | |
|fansi |1.0.3 |1.0.3 | |
|generics |0.1.3 |0.1.3 | |
|glue |1.6.2 |1.6.2 | |
|lifecycle |1.0.1 |1.0.1 | |
|magrittr |2.0.3 |2.0.3 | |
|memuse |4.2-1 |4.2-1 | |
|permute |0.9-7 |0.9-7 | |
|pillar |1.7.0 |1.7.0 | |
|pinfsc50 |1.2.0 |1.2.0 | |
|pkgconfig |2.0.3 |2.0.3 | |
|purrr |0.3.4 |0.3.4 | |
|R6 |2.5.1 |2.5.1 | |
|Rcpp |1.0.9 |1.0.9 | |
|rlang |1.0.4 |1.0.4 | |
|stringi |1.7.8 |1.7.8 | |
|stringr |1.4.0 |1.4.0 | |
|tibble |3.1.7 |3.1.7 | |
|tidyselect |1.1.2 |1.1.2 | |
|utf8 |1.2.2 |1.2.2 | |
|vctrs |0.4.1 |0.4.1 | |
|vegan |2.6-2 |2.6-2 | |
|viridisLite |0.4.0 |0.4.0 | |

# Revdeps

## Failed to check (14)

|package |version |error |warning |note |
|:--------------|:-------|:-----|:-------|:----|
|dartR |? | | | |
|epinetr |? | | | |
|GenomeAdmixR |? | | | |
|LDheatmap |? | | | |
|MADSEQ |? | | | |
|mappoly |? | | | |
|MixviR |? | | | |
|MoBPS |? | | | |
|onemap |? | | | |
|pcadapt |? | | | |
|perfectphyloR |? | | | |
|rehh |? | | | |
|SNPfiltR |? | | | |
|utr.annotation |? | | | |

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 18 reverse dependencies (4 from CRAN + 14 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: ???
Loading

0 comments on commit f7336b8

Please sign in to comment.