Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Jun 19, 2015
1 parent 989199e commit ac60d0e
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 102 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: pryr
Version: 0.1.1.9000
Version: 0.1.2
Title: Tools for Computing on the Language
Description: Useful tools to pry back the covers of R and understand the
language at a deeper level.
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# pryr 0.1.1.9000
# pryr 0.1.2

* `track_copy()` no longer reports deletes as copies (#34).

Expand Down
7 changes: 5 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Release summary

* This fixes my dumb error of using <= 3.2.0 instead of > 3.3.0
* It includes a couple of other small bug fixes/improvements.

## Test environments
* local OS X install, R 3.2.0
* ubuntu 12.04 (on travis-ci), R 3.2.0
Expand All @@ -14,8 +19,6 @@ There were 2 NOTEs:
This is a new function only available in R-devel. The package has
a fallback for older versions of R.

* I've changed my maintainer email address to [email protected].

## Downstream dependencies
I have also run R CMD check on the three downstream dependencies of pryr
(https://github.com/wch/checkresults/blob/master/pryr/r-release). None of the
Expand Down
108 changes: 10 additions & 98 deletions revdep/summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,29 +6,25 @@
|:--------|:----------------------------|
|version |R version 3.2.0 (2015-04-16) |
|system |x86_64, darwin13.4.0 |
|ui |RStudio (0.99.561) |
|ui |RStudio (0.99.597) |
|language |(EN) |
|collate |en_US.UTF-8 |
|tz |America/Chicago |

## Packages

|package |* |version |date |source |
|:-------|:--|:-------|:----------|:--------------|
|Rcpp | |0.11.6 |2015-05-01 |CRAN (R 3.2.0) |
|stringr | |1.0.0 |2015-04-30 |CRAN (R 3.2.0) |
|package |* |version |date |source |
|:--------|:--|:-------|:----------|:--------------|
|Rcpp | |0.11.6 |2015-05-01 |CRAN (R 3.2.0) |
|stringr | |1.0.0 |2015-04-30 |CRAN (R 3.2.0) |
|testthat |* |0.10.0 |2015-05-22 |CRAN (R 3.2.0) |

# Check results
3 checked out of 3 dependencies

## Ecfun (0.1-4)
Maintainer: Spencer Graves <[email protected]>

```
checking package dependencies ... NOTE
Packages suggested but not available for checking:
‘BMA’ ‘DescTools’ ‘Ecdat’
```
```
checking S3 generic/method consistency ... NOTE
Found the following apparent S3 methods exported but not registered:
Expand All @@ -41,105 +37,21 @@ manual.
```
```
checking Rd cross-references ... NOTE
Packages unavailable to check Rd xrefs: ‘EnvStats’, ‘drc’, ‘prodlim’, ‘TRAMPR’, ‘Ecdat’
```
```
checking examples ... ERROR
Running examples in ‘Ecfun-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: financialCrisisFiles
> ### Title: Files containing financial crisis data
> ### Aliases: financialCrisisFiles
> ### Keywords: IO
>
> ### ** Examples
>
> Ecdat.demoFiles <- system.file('demoFiles', package='Ecdat')
> Ecdat.xls <- dir(Ecdat.demoFiles, pattern='xls$',
+ full.names=TRUE)
> if(require(gdata)){
+ tst <- financialCrisisFiles(Ecdat.xls)
+ }
Loading required package: gdata
gdata: read.xls support for 'XLS' (Excel 97-2004) files ENABLED.
gdata: read.xls support for 'XLSX' (Excel 2007+) files ENABLED.
Attaching package: ‘gdata’
The following object is masked from ‘package:stats’:
nobs
The following object is masked from ‘package:utils’:
object.size
Read NA; Error in if (substring(xls, 1, 7) == "http://" || substring(xls, 1, 6) == :
missing value where TRUE/FALSE needed
Calls: financialCrisisFiles -> <Anonymous> -> xls2sep
Error in file.exists(tfn) : invalid 'file' argument
Calls: financialCrisisFiles -> <Anonymous> -> xls2sep -> file.exists
Execution halted
Packages unavailable to check Rd xrefs: ‘EnvStats’, ‘TRAMPR’
```
```
DONE
Status: 1 ERROR, 3 NOTEs
Status: 2 NOTEs
```

## R6 (2.0.1)
Maintainer: "Winston Chang" <[email protected]>

```
checking package dependencies ... NOTE
Packages suggested but not available for checking:
‘microbenchmark’ ‘testthat’
```
```
checking tests ... ERROR
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
Type 'license()' or 'licence()' for distribution details.
R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
> library(testthat)
Error in library(testthat) : there is no package called 'testthat'
Execution halted
```
```
checking re-building of vignette outputs ... NOTE
Error in re-building vignettes:
...
Quitting from lines 17-32 (Performance.Rmd)
Error: processing vignette 'Performance.Rmd' failed with diagnostics:
there is no package called 'microbenchmark'
Execution halted
```
```
DONE
Status: 1 ERROR, 2 NOTEs
```
__OK__

## radiant (0.1.83)
Maintainer: Vincent Nijs <[email protected]>
Bug reports: https://github.com/vnijs/radiant/issues

```
checking package dependencies ... NOTE
Package suggested but not available for checking: ‘testthat’
```
```
DONE
Status: 1 NOTE
```
__OK__

0 comments on commit ac60d0e

Please sign in to comment.