Skip to content
This repository has been archived by the owner on Nov 10, 2024. It is now read-only.

Commit

Permalink
revdepcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
mkearney committed Dec 19, 2019
1 parent 7708e7f commit 9119938
Show file tree
Hide file tree
Showing 5 changed files with 130 additions and 9 deletions.
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
55 changes: 47 additions & 8 deletions revdep/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,60 @@

|field |value |
|:--------|:----------------------------|
|version |R version 3.5.3 (2019-03-11) |
|os |macOS Mojave 10.14.4 |
|system |x86_64, darwin15.6.0 |
|ui |X11 |
|version |R version 3.6.1 (2019-07-05) |
|os |Ubuntu 18.04.3 LTS |
|system |x86_64, linux-gnu |
|ui |RStudio |
|language |(EN) |
|collate |en_US.UTF-8 |
|ctype |en_US.UTF-8 |
|tz |America/Chicago |
|date |2019-05-16 |
|date |2019-12-19 |

# Dependencies

|package |old |new |Δ |
|:-------|:-----|:-----|:--|
|rtweet |0.6.8 |0.6.9 |* |
|package |old |new |Δ |
|:-----------|:--------|:--------|:--|
|rtweet |0.6.9 |0.7.0 |* |
|askpass |1.1 |1.1 | |
|assertthat |0.2.1 |0.2.1 | |
|backports |1.1.5 |1.1.5 | |
|BH |1.72.0-2 |1.72.0-2 | |
|cli |2.0.0 |2.0.0 | |
|crayon |1.3.4 |1.3.4 | |
|curl |4.3 |4.3 | |
|digest |0.6.23 |0.6.23 | |
|ellipsis |0.3.0 |0.3.0 | |
|fansi |0.4.0 |0.4.0 | |
|glue |1.3.1 |1.3.1 | |
|hms |0.5.2 |0.5.2 | |
|httpuv |1.5.2 |1.5.2 | |
|httr |1.4.1 |1.4.1 | |
|jsonlite |1.6 |1.6 | |
|later |1.0.0 |1.0.0 | |
|magrittr |1.5 |1.5 | |
|mime |0.8 |0.8 | |
|openssl |1.4.1 |1.4.1 | |
|pillar |1.4.2 |1.4.2 | |
|pkgconfig |2.0.3 |2.0.3 | |
|prettyunits |1.0.2 |1.0.2 | |
|progress |1.2.2 |1.2.2 | |
|promises |1.1.0 |1.1.0 | |
|R6 |2.4.1 |2.4.1 | |
|Rcpp |1.0.3 |1.0.3 | |
|rlang |0.4.2 |0.4.2 | |
|sys |3.3 |3.3 | |
|tibble |2.1.3 |2.1.3 | |
|utf8 |1.1.4 |1.1.4 | |
|vctrs |0.2.1 |0.2.1 | |
|zeallot |0.1.0 |0.1.0 | |

# Revdeps

## Failed to check (2)

|package |version |error |warning |note |
|:---------|:-------|:-----|:-------|:----|
|bdpar |? | | | |
|VOSONDash |? | | | |

Binary file modified revdep/data.sqlite
Binary file not shown.
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: ???
73 changes: 72 additions & 1 deletion revdep/failures.md
Original file line number Diff line number Diff line change
@@ -1 +1,72 @@
*Wow, no problems at all. :)*
# bdpar

<details>

* Version:
* Source code: ???
* URL: https://CRAN.R-project.org/package=rtweet
* BugReports: https://github.com/ropensci/rtweet/issues
* Number of recursive dependencies: 0

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

</details>

## Error before installation

### Devel

```






```
### CRAN

```






```
# VOSONDash

<details>

* Version:
* Source code: ???
* URL: https://CRAN.R-project.org/package=rtweet
* BugReports: https://github.com/ropensci/rtweet/issues
* Number of recursive dependencies: 0

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

</details>

## Error before installation

### Devel

```






```
### CRAN

```






```

0 comments on commit 9119938

Please sign in to comment.