From 4e65ac48cf2de7c11d896c2edaaf9698a9596cf6 Mon Sep 17 00:00:00 2001 From: hadley Date: Wed, 31 Aug 2016 08:30:14 -0500 Subject: [PATCH] Prepare for release --- .Rbuildignore | 1 + DESCRIPTION | 10 +++++----- LICENSE | 2 +- NEWS | 1 + cran-comments.md | 20 ++++++++++++++++++++ 5 files changed, 28 insertions(+), 6 deletions(-) create mode 100644 cran-comments.md diff --git a/.Rbuildignore b/.Rbuildignore index 37e8903..ccf0207 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -3,3 +3,4 @@ ^\.Rproj\.user$ ^test$ ^aclocal\.m4$ +^cran-comments\.md$ diff --git a/DESCRIPTION b/DESCRIPTION index e90434d..0e793aa 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,15 +1,15 @@ Package: rggobi Version: 2.1.21 -Title: Interface between R and GGobi +Title: Interface Between R and 'GGobi' Author: Duncan Temple Lang , Debby Swayne , Hadley Wickham , Michael Lawrence Maintainer: Hadley Wickham -Description: The rggobi package provides a command-line interface to GGobi, an - interactive and dynamic graphics package. Rggobi complements GGobi's - graphical user interface, providing a way to fluidly transition between - analysis and exploration, as well as automating common tasks. +Description: A command-line interface to 'GGobi', an interactive and dynamic + graphics package. 'Rggobi' complements the graphical user interface of + 'GGobi' providing a way to fluidly transition between analysis and + exploration, as well as automating common tasks. Depends: R (>= 2.5.1) Suggests: diff --git a/LICENSE b/LICENSE index 6af86c6..0b09022 100644 --- a/LICENSE +++ b/LICENSE @@ -1,3 +1,3 @@ -YEAR: 2006-2014 +YEAR: 2006-2016 COPYRIGHT HOLDER: Duncan Temple Lang, Deborah Swayne, Michael Lawrence, Hadley Wickham ORGANIZATION: GGobi foundation diff --git a/NEWS b/NEWS index 01558e2..6927a7f 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,7 @@ Version 2.1.21 -------------- +* Fix outstanding R CMD check errors. Version 2.1.20 -------------- diff --git a/cran-comments.md b/cran-comments.md new file mode 100644 index 0000000..8e40792 --- /dev/null +++ b/cran-comments.md @@ -0,0 +1,20 @@ +## Test environments +* local OS X install, R 3.3.1 +* ubuntu 12.04 (on travis-ci), R 3.3.1 +* win-builder (devel and release) + +## R CMD check results + +0 errors | 0 warnings | 1 note + +* checking foreign function calls ... NOTE + Registration problem: + Evaluating ‘.ggobi.symbol(.name)’ during check gives error + + This is a false positive - the package manually adds a prefix to + every C function name in order (I presume) to avoid conflicts. This + is no longer necessary but it would be a lot of work to fix. + +## Reverse dependencies + +I did not re-check the revdeps because this version just fixes R CMD check issues.