Skip to content

Commit

Permalink
revdep checks new
Browse files Browse the repository at this point in the history
  • Loading branch information
brry committed Jan 17, 2017
1 parent eb7901d commit 261e92b
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 22 deletions.
33 changes: 23 additions & 10 deletions revdep/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,40 @@

|setting |value |
|:--------|:----------------------------|
|version |R version 3.3.0 (2016-05-03) |
|version |R version 3.3.1 (2016-06-21) |
|system |x86_64, mingw32 |
|ui |RStudio (0.99.486) |
|ui |RStudio (1.0.44) |
|language |(EN) |
|collate |German_Germany.1252 |
|tz |Europe/Berlin |
|date |2016-08-18 |
|date |2017-01-17 |

## Packages

|package |* |version |date |source |
|:--------------|:--|:-------|:----------|:---------------------------|
|berryFunctions |* |1.10.27 |2016-08-18 |local (brry/berryFunctions) |
|knitr | |1.14 |2016-08-13 |CRAN (R 3.3.1) |
|rmarkdown | |1.0 |2016-07-08 |CRAN (R 3.3.1) |
|package |* |version |date |source |
|:--------------|:--|:-------|:----------|:------------------------------|
|berryFunctions |* |1.14.0 |2017-01-17 |local (brry/berryFunctions@NA) |
|gstat | |1.1-4 |2017-01-11 |CRAN (R 3.3.2) |

# Check results
1 packages
2 packages

## extremeStat (0.5.16)
## extremeStat (0.6.0)
Maintainer: Berry Boessenkool <berry-b@gmx.de>

0 errors | 0 warnings | 0 notes

## OSMscale (0.3.5)
Maintainer: Berry Boessenkool <berry-b@gmx.de>

0 errors | 1 warning | 0 notes

```
checking whether package 'OSMscale' can be installed ... WARNING
Found the following significant warnings:
Warning: namespace 'Matrix' is not available and has been replaced
Warning: namespace 'MatrixModels' is not available and has been replaced
Warning: namespace 'lme4' is not available and has been replaced
See 'C:/Users/boessenkool/Dropbox/Public/berryFunctions/revdep/checks/OSMscale.Rcheck/00install.out' for details.
```

10 changes: 7 additions & 3 deletions revdep/check.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Hadley's instructions for running reverse dependency checks
# collected by me. Future Berry: don't delete this file, you fool!

library("devtools")
revdep("berryFunctions")
res <- revdep_check()
revdep_check_save_summary()
revdep() # tells which packages are reverse dependencies
res <- revdep_check() # checks each of them in a temporary library. Wait for the > !
revdep_check_save_summary() # creates problems.md and README.md
revdep_check_print_problems()
Binary file modified revdep/checks.rds
Binary file not shown.
30 changes: 21 additions & 9 deletions revdep/problems.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,35 @@

|setting |value |
|:--------|:----------------------------|
|version |R version 3.3.0 (2016-05-03) |
|version |R version 3.3.1 (2016-06-21) |
|system |x86_64, mingw32 |
|ui |RStudio (0.99.486) |
|ui |RStudio (1.0.44) |
|language |(EN) |
|collate |German_Germany.1252 |
|tz |Europe/Berlin |
|date |2016-08-18 |
|date |2017-01-17 |

## Packages

|package |* |version |date |source |
|:--------------|:--|:-------|:----------|:---------------------------|
|berryFunctions |* |1.10.27 |2016-08-18 |local (brry/berryFunctions) |
|knitr | |1.14 |2016-08-13 |CRAN (R 3.3.1) |
|rmarkdown | |1.0 |2016-07-08 |CRAN (R 3.3.1) |
|package |* |version |date |source |
|:--------------|:--|:-------|:----------|:------------------------------|
|berryFunctions |* |1.14.0 |2017-01-17 |local (brry/berryFunctions@NA) |
|gstat | |1.1-4 |2017-01-11 |CRAN (R 3.3.2) |

# Check results
0 packages with problems
1 packages with problems

## OSMscale (0.3.5)
Maintainer: Berry Boessenkool <berry-b@gmx.de>

0 errors | 1 warning | 0 notes

```
checking whether package 'OSMscale' can be installed ... WARNING
Found the following significant warnings:
Warning: namespace 'Matrix' is not available and has been replaced
Warning: namespace 'MatrixModels' is not available and has been replaced
Warning: namespace 'lme4' is not available and has been replaced
See 'C:/Users/boessenkool/Dropbox/Public/berryFunctions/revdep/checks/OSMscale.Rcheck/00install.out' for details.
```

0 comments on commit 261e92b

Please sign in to comment.