-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
58 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ | |
^\.travis\.yml$ | ||
^cran-comments\.md$ | ||
^NEWS\.md$ | ||
^revdep$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
**/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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__ | ||
|