-
Notifications
You must be signed in to change notification settings - Fork 10
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
Jorrit Poelen
committed
Jan 28, 2015
1 parent
0b49250
commit 1e6ff4c
Showing
7 changed files
with
223 additions
and
349 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 |
---|---|---|
@@ -1,4 +1,6 @@ | ||
.travis.yml | ||
.gitignore | ||
inst/.gitkeep | ||
inst/vign | ||
cran-comments.md | ||
Makefile |
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 |
---|---|---|
|
@@ -9,7 +9,7 @@ Description: A programmatic interface to the web service methods | |
taxonomic name. In addition, it supports Cypher, a graph query | ||
language, to allow for executing custom queries on the GloBI | ||
aggregate species interaction dataset. | ||
Version: 0.2.3 | ||
Version: 0.2.4 | ||
Date: 2015-01-27 | ||
Authors@R: c(person("Jorrit", "Poelen", role = c("aut", "cre"), | ||
email = "[email protected]"), | ||
|
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,8 @@ | ||
all: move rmd2md | ||
|
||
move: | ||
cp inst/vign/rglobi_vignette.md vignettes | ||
|
||
rmd2md: | ||
cd vignettes;\ | ||
mv rglobi_vignette.md rglobi_vignette.Rmd |
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,7 +1,11 @@ | ||
Dear Reviewers: | ||
|
||
I build this package using [R CMD build .] and checked is with command [R CMD check --as-cran rglobi_0.2.3.tar.gz] on my Mac OS X (v 10.9.5) machine running R 3.1.2 . Also, the checks were executed on travis-ci.org (running Ubuntu) and winbuilder (running windows). I found no errors, but did observe the following note: | ||
I build this package using [R CMD build .] and checked is with command [R CMD check --as-cran rglobi_0.2.4.tar.gz] on my Mac OS X (v 10.9.5) machine running R 3.1.2 . Also, the checks were executed on travis-ci.org (running Ubuntu) and winbuilder (running windows). | ||
|
||
Fixes: | ||
* Resolved issue found by Prof Brian Ripley in rglobi v0.2.3 regarding the note: "Package has a VignetteBuilder field but no prebuilt vignette index." | ||
|
||
The remaining note for this version is: | ||
* checking CRAN incoming feasibility ... NOTE | ||
Maintainer: ‘Jorrit Poelen <[email protected]>’ | ||
New submission | ||
|
@@ -10,10 +14,7 @@ Components with restrictions and base license permitting such: | |
File 'LICENSE': | ||
YEAR: 2015 | ||
COPYRIGHT HOLDER: Jorrit Poelen | ||
Package has a VignetteBuilder field but no prebuilt vignette index. | ||
|
||
Thank you for taking the time to review my submission. | ||
|
||
-jorrit | ||
|
||
PS Please note that initially, I attempted to submit the package v0.2.2 using the devtools::release command. However, after learning that this is not supported, I reverted to the official submit page I am using now. |
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
Oops, something went wrong.