Skip to content

Commit

Permalink
add revdeps
Browse files Browse the repository at this point in the history
  • Loading branch information
DivadNojnarg committed Apr 30, 2020
1 parent 4b8382f commit 49cb9a7
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 0 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
^appveyor\.yml$
^index\.md$
^\.vscode$
^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
28 changes: 28 additions & 0 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Platform

|field |value |
|:--------|:----------------------------|
|version |R version 3.5.0 (2018-04-23) |
|os |macOS 10.14.6 |
|system |x86_64, darwin15.6.0 |
|ui |RStudio |
|language |(EN) |
|collate |en_US.UTF-8 |
|ctype |en_US.UTF-8 |
|tz |Europe/Zurich |
|date |2020-04-30 |

# Dependencies

|package |old |new |Δ |
|:-----------|:-----|:----------|:--|
|shinyMobile |0.1.0 |0.7.0 |* |
|glue |NA |1.4.0 |* |
|htmltools |NA |0.4.0.9003 |* |
|jsonlite |NA |1.6.1 |* |
|Rcpp |NA |1.0.4.6 |* |
|shiny |NA |1.4.0.9002 |* |
|withr |NA |2.2.0 |* |

# Revdeps

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. :)*
1 change: 1 addition & 0 deletions revdep/problems.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*Wow, no problems at all. :)*

0 comments on commit 49cb9a7

Please sign in to comment.