Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Apr 8, 2015
1 parent fcc951a commit c14416b
Show file tree
Hide file tree
Showing 7 changed files with 58 additions and 12 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
^\.travis\.yml$
^cran-comments\.md$
^NEWS\.md$
^revdep$
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: haven
Version: 0.1.1.9000
Version: 0.2.0
Title: Import SPSS, Stata and SAS Files
Description: Import foreign statistical formats into R via the embedded
ReadStat C library (https://github.com/WizardMac/ReadStat). Package includes
Expand Down
5 changes: 2 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# haven 0.1.1.9000
# haven 0.2.0

* `zap_labels()` now leaves unlabelled vectors unchanged, making it easier
to apply to all columns.
Expand All @@ -23,8 +23,7 @@
* hms objects deal better with missings when printing.

* Fixed bug causing labels for numeric variables to be read in as
integers and associated error:
``Error: `x` and `labels` must be same type``
integers and associated error: ``Error: `x` and `labels` must be same type``

# haven 0.1.1

Expand Down
15 changes: 7 additions & 8 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
## Changes

This update:

* improves description as suggested by BDR.
* fixes memcheck errors as revealed by valgrind.
This update fixes a number of smaller bugs. It includes some improved UTF-8 handling, so may fix the problem on r-prerel-solaris-sparc.

## Test environments
* local OS X install, R 3.1.2
* ubuntu 12.04 (on travis-ci), R 3.1.2
* local OS X install, R 3.1.3
* ubuntu 12.04 (on travis-ci), R 3.1.3
* win-builder (devel and release)

## R CMD check results
There were no ERRORs or WARNINGs.

There were 2 NOTEs:
There was 1 NOTE:

* Possibly mis-spelled words in DESCRIPTION:
ReadStat, SAS, SPSS and Stata - this are not misspelled.

## Reverse dependencies
This currently has no reverse dependencies.
I have run R CMD check on the 2 reverse dependencies of haven. There were no signficant problems.

Full results are available at https://github.com/hadley/haven/tree/master/revdep.
1 change: 1 addition & 0 deletions revdep/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
**/
5 changes: 5 additions & 0 deletions revdep/check.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
library("devtools")

res <- revdep_check()
revdep_check_save_summary(res)
revdep_check_save_logs(res)
41 changes: 41 additions & 0 deletions revdep/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Setup

## Platform

|setting |value |
|:--------|:----------------------------|
|version |R version 3.1.3 (2015-03-09) |
|system |x86_64, darwin13.4.0 |
|ui |RStudio (0.99.380) |
|language |(EN) |
|collate |en_US.UTF-8 |
|tz |America/Chicago |

## Packages

|package |* |version |date |source |
|:--------|:--|:--------|:----------|:--------------|
|BH |* |1.55.0-3 |2015-01-05 |CRAN (R 3.1.2) |
|dplyr |* |0.4.1 |2015-01-14 |CRAN (R 3.1.2) |
|knitr |* |1.9 |2015-01-20 |CRAN (R 3.1.2) |
|Rcpp |* |0.11.5 |2015-03-06 |CRAN (R 3.1.3) |
|testthat | |0.9.1 |2014-10-01 |CRAN (R 3.1.2) |

# Check results
2 checked out of 2 dependencies

## sjmisc (1.0.0)
Maintainer: Daniel Lüdecke <[email protected]>
Bug reports: https://github.com/sjPlot/sjmisc/issues

```
checking Rd cross-references ... NOTE
Package unavailable to check Rd xrefs: ‘sjPlot’
```

## sjPlot (1.7)
Maintainer: Daniel Lüdecke <[email protected]>
Bug reports: https://github.com/sjPlot/devel/issues

__OK__

0 comments on commit c14416b

Please sign in to comment.