Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
update revdep
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed May 20, 2018
1 parent 65ef568 commit b3de1c6
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 58 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ schema.xml
schema_new.xml
.Rproj.user
rplos.Rproj
revdep/checks.noindex
revdep/library.noindex
revdep/data.sqlite

47 changes: 20 additions & 27 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,27 @@
# Setup
# Platform

## Platform
|field |value |
|:--------|:----------------------------|
|version |R version 3.5.0 (2018-04-23) |
|os |macOS High Sierra 10.13.4 |
|system |x86_64, darwin15.6.0 |
|ui |X11 |
|language |(EN) |
|collate |en_US.UTF-8 |
|tz |US/Pacific |
|date |2018-05-20 |

|setting |value |
|:--------|:-------------------------------------------|
|version |R version 3.4.2 Patched (2017-10-30 r73642) |
|system |x86_64, darwin15.6.0 |
|ui |X11 |
|language |(EN) |
|collate |en_US.UTF-8 |
|tz |America/Los_Angeles |
|date |2017-11-02 |
# Dependencies

## Packages
|package |old |new |Δ |
|:-------|:-----|:-----|:--|
|rplos |0.8.0 |0.8.2 |* |

|package |* |version |date |source |
|:-------|:--|:-------|:----------|:-------------------------|
|rplos | |0.8.0 |2017-11-02 |local (ropensci/rplos@NA) |
# Revdeps

# Check results
## All (1)

1 packages

|package |version | errors| warnings| notes|
|:--------|:-------|------:|--------:|-----:|
|fulltext |0.1.8 | 0| 0| 0|

## fulltext (0.1.8)
Maintainer: Scott Chamberlain <myrmecocystus@gmail.com>
Bug reports: https://github.com/ropensci/fulltext/issues

0 errors | 0 warnings | 0 notes
|package |version |error |warning |note |
|:--------|:-------|:-----|:-------|:----|
|fulltext |1.0.1 | | | |

7 changes: 3 additions & 4 deletions revdep/check.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
library("devtools")

library("revdepcheck")
res <- revdep_check()
revdep_check_save_summary()
revdep_check_print_problems()
# revdep_check_save_summary()
# revdep_check_print_problems()
#revdep_email(date = "June 9", only_problems = TRUE, draft = FALSE)
27 changes: 0 additions & 27 deletions revdep/problems.md
Original file line number Diff line number Diff line change
@@ -1,27 +0,0 @@
# Setup

## Platform

|setting |value |
|:--------|:-------------------------------------------|
|version |R version 3.4.2 Patched (2017-10-30 r73642) |
|system |x86_64, darwin15.6.0 |
|ui |X11 |
|language |(EN) |
|collate |en_US.UTF-8 |
|tz |America/Los_Angeles |
|date |2017-11-02 |

## Packages

|package |* |version |date |source |
|:-------|:--|:-------|:----------|:-------------------------|
|rplos | |0.8.0 |2017-11-02 |local (ropensci/rplos@NA) |

# Check results

0 packages with problems




0 comments on commit b3de1c6

Please sign in to comment.