Displaying 2 results from an estimated 2 matches for "image2k".
Did you mean:
image2
2014 Jul 04
1
DESCRIPTION.in file causes R CMD check to fail?
...RIPTION.in file, as ./configure will need
it. but, "R CMD check" wants to look at DESCRIPTION, so i've let that
also come into the package tarball.
however, when i run "R CMD check" with DESCRIPTION.in in the tree, it
fails:
----
bash greg-minshalls-mbp: {3359} R CMD check image2k_0.1.tar.gz
* using log directory ?/Users/minshall/src/mine/image2k/buildit/image2k.Rcheck?
* using R version 3.0.3 (2014-03-06)
* using platform: x86_64-apple-darwin13.1.0 (64-bit)
* using session charset: UTF-8
Error in if (desc["Priority"] == "base") { :
missing value wher...
2014 Jul 06
0
request for "minor" fix to src/library/tools/QC.r
hi. i was hoping to automatically set the Version: number in my package
description file (image2k-package.Rd) in the man directory by using a
.in file in the same directory. "R CMD build" excludes the .in file
because the routine .check_package_subdirs() in QC.R (which build calls)
doesn't like that file.
.check_package_subdirs() also checks files in R/, and at *that* point in
t...