Skip to content

Commit

Permalink
Revdep check
Browse files Browse the repository at this point in the history
  • Loading branch information
vspinu committed Jun 3, 2020
1 parent 8045b8a commit 5c8616a
Show file tree
Hide file tree
Showing 4 changed files with 1,552 additions and 380 deletions.
108 changes: 70 additions & 38 deletions revdep/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,54 +2,86 @@

|field |value |
|:--------|:----------------------------|
|version |R version 3.6.1 (2019-07-05) |
|os |Ubuntu 18.04.3 LTS |
|version |R version 4.0.0 (2020-04-24) |
|os |Ubuntu 18.04.4 LTS |
|system |x86_64, linux-gnu |
|ui |X11 |
|language |(EN) |
|collate |en_US.UTF-8 |
|ctype |en_US.UTF-8 |
|tz |Europe/Berlin |
|date |2020-04-04 |
|date |2020-06-02 |

# Dependencies

|package |old |new |Δ |
|:---------|:-----|:-----|:--|
|lubridate |1.7.4 |1.7.8 |* |
|generics |NA |0.0.2 |* |
|glue |1.4.0 |NA |* |
|magrittr |1.5 |NA |* |
|Rcpp |1.0.4 |1.0.4 | |
|stringi |1.4.6 |NA |* |
|stringr |1.4.0 |NA |* |
|package |old |new |Δ |
|:---------|:-------|:----------|:--|
|lubridate |1.7.8 |1.7.8.9000 |* |
|generics |0.0.2 |0.0.2 | |
|Rcpp |1.0.4.6 |1.0.4.6 | |

# Revdeps

## Failed to check (13)

|package |version |error |warning |note |
|:--------------------------------|:-------|:------|:-------|:----|
|[Biograph](failures.md#biograph) |2.0.6 |__+1__ | | |
|BIRDS |? | | | |
|CAST |? | | | |
|codebook |? | | | |
|DaMiRseq |? | | | |
|gtfsrouter |? | | | |
|healthcareai |2.4.0 |1 | | |
|moveVis |? | | | |
|RforProteomics |? | | | |
|rpostgisLT |? | | | |
|stlcsb |? | | | |
|[tolBasis](failures.md#tolbasis) |1.0 |__+1__ | | |
|TTAinterfaceTrendAnalysis |1.5.5 |1 | | |

## New problems (4)

|package |version |error |warning |note |
|:----------------------------|:-------|:------|:-------|:----|
|[kntnr](problems.md#kntnr) |0.4.3 |__+1__ | | |
|[sweep](problems.md#sweep) |0.2.2 |__+1__ | |1 |
|[timetk](problems.md#timetk) |0.1.3 |__+1__ | | |
|[xROI](problems.md#xroi) |0.9.13 | |__+1__ | |
## Failed to check (52)

|package |version |error |warning |note |
|:-------------------------|:-------|:-----|:-------|:----|
|activityCounts |? | | | |
|activPAL |? | | | |
|actogrammr |? | | | |
|adept |? | | | |
|AdhereR |? | | | |
|AdhereRViz |? | | | |
|AeRobiology |? | | | |
|AGread |? | | | |
|aire.zmvm |? | | | |
|algaeClassify |? | | | |
|amt |? | | | |
|animaltracker |? | | | |
|antaresRead |? | | | |
|antaresViz |? | | | |
|anyflights |? | | | |
|APSIM |? | | | |
|archivist |? | | | |
|arcos |? | | | |
|arrow |0.17.1 |1 | | |
|basictabler |? | | | |
|BAwiR |? | | | |
|baytrends |? | | | |
|beats |? | | | |
|BETS |? | | | |
|bioRad |? | | | |
|BIRDS |? | | | |
|bitmexr |? | | | |
|camtrapR |? | | | |
|CAST |? | | | |
|CellBench |? | | | |
|DaMiRseq |? | | | |
|DBItest |? | | | |
|dendroTools |? | | | |
|dgo |? | | | |
|diffdf |? | | | |
|dint |? | | | |
|distill |? | | | |
|diversitree |? | | | |
|drake |? | | | |
|Ecfun |? | | | |
|eurostat |? | | | |
|finbif |? | | | |
|gtfsrouter |? | | | |
|moveVis |? | | | |
|ngsReports |? | | | |
|proBatch |? | | | |
|RforProteomics |? | | | |
|rpostgisLT |? | | | |
|spatialrisk |? | | | |
|stats19 |? | | | |
|stlcsb |? | | | |
|TTAinterfaceTrendAnalysis |1.5.5 |1 | | |

## New problems (1)

|package |version |error |warning |note |
|:------------------------|:-------|:------|:-------|:----|
|[xROI](problems.md#xroi) |0.9.16 |__+1__ | | |

6 changes: 2 additions & 4 deletions revdep/check.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@

remove.packages(c("rlang", "revdepcheck", "crayon", "boxes", "progress", "callr", "rcmdcheck"))
## source("https://install-github.me/r-lib/boxes")
## source("https://install-github.me/r-lib/crancache")
devtools::install_github("r-lib/revdepcheck")

library(revdepcheck)
Expand All @@ -10,7 +7,8 @@ revdep_check(num_workers = 8)
revdep_summary()
revdep_todo()
revdep_add_broken()
revdep_rm(packages = "CAWaR")
revdep_rm(packages = "xROI")
revdep_reset()
revdep_check()

revdep_maintainers()
Loading

0 comments on commit 5c8616a

Please sign in to comment.