Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Aug 31, 2016
1 parent 7a2778b commit 4e65ac4
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 6 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Expand Up @@ -3,3 +3,4 @@
^\.Rproj\.user$
^test$
^aclocal\.m4$
^cran-comments\.md$
10 changes: 5 additions & 5 deletions 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 <duncan@research.bell-labs.com>,
Debby Swayne <dfs@research.att.com>,
Hadley Wickham <h.wickham@gmail.com>,
Michael Lawrence <michafla@gene.com>
Maintainer: Hadley Wickham <h.wickham@gmail.com>
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:
Expand Down
2 changes: 1 addition & 1 deletion 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
1 change: 1 addition & 0 deletions NEWS
@@ -1,6 +1,7 @@
Version 2.1.21
--------------

* Fix outstanding R CMD check errors.

Version 2.1.20
--------------
Expand Down
20 changes: 20 additions & 0 deletions 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.

0 comments on commit 4e65ac4

Please sign in to comment.