Skip to content

Commit

Permalink
moved revdep folder to default name
Browse files Browse the repository at this point in the history
  • Loading branch information
schloerke committed Nov 1, 2015
1 parent eecc228 commit 0bde095
Show file tree
Hide file tree
Showing 5 changed files with 82 additions and 14 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ ggmapTemp.png
README.html
notes/
tests/testthat/Rplots.pdf
revdep
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ inst/*
tests/testthat/Rplots.pdf
vignettes/figure
vignettes/*.html
z_revdep
2 changes: 1 addition & 1 deletion .helper_functions
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ reverse_depends:
type = "mac.binary",
libpath = .libPaths()[1]
)
outputFolder <- "z_revdep"
outputFolder <- "revdep"
dir.create(outputFolder, showWarnings = FALSE)
devtools::revdep_check_save_logs(res, outputFolder)
devtools::revdep_check_save_summary(res, outputFolder)
Expand Down
1 change: 1 addition & 0 deletions revdep/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
**/
91 changes: 79 additions & 12 deletions check_summary.md → revdep/summary.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,55 @@
# Setup

## Platform

|setting |value |
|:--------|:----------------------------|
|version |R version 3.2.2 (2015-08-14) |
|system |x86_64, darwin13.4.0 |
|ui |X11 |
|language |(EN) |
|collate |en_US.UTF-8 |
|tz |America/Indiana/Indianapolis |
|date |2015-11-01 |

## Packages

|package |* |version |date |source |
|:------------|:--|:----------|:----------|:--------------------------------|
|arm | |1.8-6 |2015-07-11 |CRAN (R 3.2.2) |
|geosphere | |1.4-3 |2015-07-02 |CRAN (R 3.2.0) |
|ggmap | |2.5.2 |2015-08-21 |CRAN (R 3.2.0) |
|ggplot2 | |1.0.1.9003 |2015-10-25 |Github (hadley/ggplot2@ef33dc7) |
|gtable | |0.1.2 |2012-12-05 |CRAN (R 3.0.0) |
|igraph | |1.0.1 |2015-06-26 |CRAN (R 3.2.0) |
|intergraph | |2.0-2 |2015-06-30 |CRAN (R 3.2.0) |
|knitr | |1.11 |2015-08-14 |CRAN (R 3.2.2) |
|lintr | |0.3.3 |2015-09-19 |Github (jimhester/lintr@56c35a3) |
|maps | |2.3-11 |2015-08-03 |CRAN (R 3.2.0) |
|network | |1.12.0 |2015-04-07 |CRAN (R 3.2.0) |
|plyr | |1.8.3 |2015-06-12 |CRAN (R 3.2.0) |
|RColorBrewer | |1.1-2 |2014-12-07 |CRAN (R 3.2.0) |
|reshape | |0.8.5 |2014-04-23 |CRAN (R 3.0.2) |
|roxygen2 | |4.1.1 |2015-04-15 |CRAN (R 3.2.0) |
|scagnostics | |0.2-4 |2012-11-05 |CRAN (R 3.1.0) |
|scales | |0.3.0 |2015-08-25 |CRAN (R 3.2.0) |
|sna | |2.3-2 |2014-01-14 |CRAN (R 3.2.2) |
|survival | |2.38-3 |2015-07-02 |CRAN (R 3.2.0) |
|testthat | |0.10.0 |2015-05-22 |CRAN (R 3.2.0) |
|tnet | |3.0.11 |2012-11-20 |CRAN (R 3.1.0) |

# Check results
11 checked out of 11 dependencies
11 checked out of 11 dependencies

## DescribeDisplay (0.2.4)
Maintainer: Di Cook <dicook@iastate.edu>

```
checking whether package ‘DescribeDisplay’ can be installed ... ERROR
Installation failed.
See ‘/private/var/folders/b_/p70ksf2n01n6bjj3zs47s8rc0000gn/T/RtmpN5mrqf/check_cran2fa13decc1fa/DescribeDisplay.Rcheck/00install.out’ for details.
```
```
DONE
Status: 1 ERROR
```
Expand All @@ -17,12 +60,15 @@ Maintainer: Norm Matloff <normmatloff@gmail.com>
```
checking whether package ‘freqparcoord’ can be installed ... ERROR
Installation failed.
See ‘/private/var/folders/b_/p70ksf2n01n6bjj3zs47s8rc0000gn/T/RtmpN5mrqf/check_cran2fa13decc1fa/freqparcoord.Rcheck/00install.out’ for details.
```
```
DONE
Status: 1 ERROR
```

## ggmcmc (0.7.2)
Maintainer: Xavier Fernández i Marín <xavier.fim@gmail.com>
Maintainer: Xavier Fernández i Marín <xavier.fim@gmail.com>
Bug reports: https://github.com/xfim/ggmcmc/issues

```
Expand All @@ -34,17 +80,17 @@ The error most likely occurred in:
> ### Name: ggs_pairs
> ### Title: Create a plot matrix of posterior simulations
> ### Aliases: ggs_pairs
>
>
> ### ** Examples
>
>
> data(linear)
>
>
> # default ggpairs plot
> ggs_pairs(ggs(s))
>
>
> # change alpha transparency of points
> ggs_pairs(ggs(s), lower=list(params=c(alpha=.2)))
Error in display_param_error() :
Error in display_param_error() :
'params' is a depricated argument. Please 'wrap' the function to supply arguments. help("wrap", package = "GGally")
Calls: ggs_pairs ... ggpairs -> check_and_set_defaults -> display_param_error
Execution halted
Expand All @@ -60,6 +106,11 @@ Maintainer: Shangzhao Qiu <qsz1328@gmail.com>
```
checking package dependencies ... ERROR
Packages required but not available: ‘GOstats’ ‘GOSemSim’ ‘modeest’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
```
```
DONE
Status: 1 ERROR
```
Expand All @@ -70,6 +121,9 @@ Maintainer: Xiaoyue Cheng <xycheng@iastate.edu>
```
checking whether package ‘MissingDataGUI’ can be installed ... ERROR
Installation failed.
See ‘/private/var/folders/b_/p70ksf2n01n6bjj3zs47s8rc0000gn/T/RtmpN5mrqf/check_cran2fa13decc1fa/MissingDataGUI.Rcheck/00install.out’ for details.
```
```
DONE
Status: 1 ERROR
```
Expand All @@ -80,6 +134,9 @@ Maintainer: Bernd Gruber <bernd.gruber@canberra.edu.au>
```
checking whether package ‘PopGenReport’ can be installed ... ERROR
Installation failed.
See ‘/private/var/folders/b_/p70ksf2n01n6bjj3zs47s8rc0000gn/T/RtmpN5mrqf/check_cran2fa13decc1fa/PopGenReport.Rcheck/00install.out’ for details.
```
```
DONE
Status: 1 ERROR
```
Expand All @@ -95,6 +152,9 @@ Maintainer: Matthias Templ <templ@tuwien.ac.at>
```
checking whether package ‘robCompositions’ can be installed ... ERROR
Installation failed.
See ‘/private/var/folders/b_/p70ksf2n01n6bjj3zs47s8rc0000gn/T/RtmpN5mrqf/check_cran2fa13decc1fa/robCompositions.Rcheck/00install.out’ for details.
```
```
DONE
Status: 1 ERROR
```
Expand All @@ -105,6 +165,9 @@ Maintainer: Martin Maechler <maechler@stat.math.ethz.ch>
```
checking whether package ‘robustbase’ can be installed ... ERROR
Installation failed.
See ‘/private/var/folders/b_/p70ksf2n01n6bjj3zs47s8rc0000gn/T/RtmpN5mrqf/check_cran2fa13decc1fa/robustbase.Rcheck/00install.out’ for details.
```
```
DONE
Status: 1 ERROR
```
Expand All @@ -115,6 +178,9 @@ Maintainer: Gjalt-Jorn Peters <gjalt-jorn@userfriendlyscience.com>
```
checking whether package ‘userfriendlyscience’ can be installed ... ERROR
Installation failed.
See ‘/private/var/folders/b_/p70ksf2n01n6bjj3zs47s8rc0000gn/T/RtmpN5mrqf/check_cran2fa13decc1fa/userfriendlyscience.Rcheck/00install.out’ for details.
```
```
DONE
Status: 1 ERROR
```
Expand All @@ -131,9 +197,9 @@ The error most likely occurred in:
> ### Name: vcmap
> ### Title: Generate choropleth map with interactive functions
> ### Aliases: vcmap
>
>
> ### ** Examples
>
>
> data(vsfuk2012)
> shp.path <- file.path(system.file(package="vdmR"), "etc/shapes/kitakyu2012.shp")
> kk2012 <- dplyr::filter(vsfuk2012, CityCode<40110&CityCode>40100)
Expand All @@ -146,11 +212,11 @@ Execution halted
checking tests ... ERROR
Running the tests in ‘tests/run-all.R’ failed.
Last 13 lines of output:
1: withCallingHandlers(eval(code, new_test_environment), error = capture_calls, message = function(c) invokeRestart("muffleMessage"),
1: withCallingHandlers(eval(code, new_test_environment), error = capture_calls, message = function(c) invokeRestart("muffleMessage"),
warning = function(c) invokeRestart("muffleWarning"))
2: eval(code, new_test_environment)
3: eval(expr, envir, enclos)
4: vcmap(shp.path, vsfuk2012, "CityCode", "CityCode", "map01", "vsfuk2012", fill = FertilityRate,
4: vcmap(shp.path, vsfuk2012, "CityCode", "CityCode", "map01", "vsfuk2012", fill = FertilityRate,
ggscale = frcol) at test-vdmR.R:20
5: ggplot2::fortify(spdf, region = mid)
6: fortify.SpatialPolygonsDataFrame(spdf, region = mid)
Expand All @@ -164,7 +230,7 @@ Last 13 lines of output:
checking re-building of vignette outputs ... NOTE
Error in re-building vignettes:
...
Quitting from lines 40-42 (vdmR-vignette.Rnw)
Quitting from lines 40-42 (vdmR-vignette.Rnw)
Error: processing vignette 'vdmR-vignette.Rnw' failed with diagnostics:
unused argument (geom_params = params)
Execution halted
Expand All @@ -174,3 +240,4 @@ Execution halted
DONE
Status: 2 ERRORs, 1 NOTE
```

0 comments on commit 0bde095

Please sign in to comment.