-
Notifications
You must be signed in to change notification settings - Fork 6
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
5 changed files
with
28 additions
and
6 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 @@ | |
^\.Rproj\.user$ | ||
^test$ | ||
^aclocal\.m4$ | ||
^cran-comments\.md$ |
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,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 <[email protected]>, | ||
Debby Swayne <[email protected]>, | ||
Hadley Wickham <[email protected]>, | ||
Michael Lawrence <[email protected]> | ||
Maintainer: Hadley Wickham <[email protected]> | ||
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: | ||
|
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,3 +1,3 @@ | ||
YEAR: 2006-2014 | ||
YEAR: 2006-2016 | ||
COPYRIGHT HOLDER: Duncan Temple Lang, Deborah Swayne, Michael Lawrence, Hadley Wickham | ||
ORGANIZATION: GGobi foundation |
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,6 +1,7 @@ | ||
Version 2.1.21 | ||
-------------- | ||
|
||
* Fix outstanding R CMD check errors. | ||
|
||
Version 2.1.20 | ||
-------------- | ||
|
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,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. |