Skip to content

Commit

Permalink
WIP: pre-submit clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
stnava committed Mar 20, 2015
1 parent 90faf68 commit b16bc2c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 15 deletions.
1 change: 0 additions & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ src/*.o
src/*.so
src/symbols.rds
cran-comments.md
README.md
6 changes: 4 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@ License: GPL (>=2)
LazyLoad: yes
NeedsCompilation: yes
OS_type: unix
SystemRequirements: cmake (http://www.cmake.org/), git, clang (recommended)
Additional_repositories: https://github.com/InsightSoftwareConsortium/ITK.git
SystemRequirements: cmake, git, clang (recommended)
URL: http://github.com/stnava/ITKR/
BugReports: http://github.com/stnava/ITKR/issues
Additional_repositories: http://github.com/InsightSoftwareConsortium/ITK.git
21 changes: 9 additions & 12 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,16 @@
## R CMD check results
There were no ERRORs or WARNINGs.

There was 1 NOTE:
There were 2 NOTES:

* checking dependencies in R code ... NOTE
Namespace in Imports field not imported from: 'R6'
* New maintainer

R6 is a build-time dependency.
* checking installed package size ... NOTE
installed size is 86.9Mb
sub-directories of 1Mb or more:
libs 86.8Mb

## Downstream dependencies
I have also run R CMD check on downstream dependencies of httr
(https://github.com/wch/checkresults/blob/master/httr/r-release).
All packages that I could install passed except:
This is a templated C++ header and medical imaging I/O library with substantial functionality. The package is along the lines of [BH](http://cran.r-project.org/web/packages/BH/index.html) and has a similar memory footprint.

* Ecoengine: this appears to be a failure related to config on
that machine. I couldn't reproduce it locally, and it doesn't
seem to be related to changes in httr (the same problem exists
with httr 0.4).
## Downstream dependencies
There are no downstream dependencies except for a github package [ANTsR](https://github.com/stnava/ANTsRCran) which we would like to submit to CRAN after ITKR.

0 comments on commit b16bc2c

Please sign in to comment.