Skip to content
Prev 40206 / 63424 Next

RCMD check fails on "checkin installed package size"

Thanks. It worked.
I added the line "_R_CHECK_PKG_SIZES_=no" to /etc/Rcmd_environ (I am the only user of this computer).

Regarding the 'du' executable, it is found in the first directory in the PATH environment variable and came with Rtools for R 2.13.

Kind regards,
Stefan McKinnon H?j-Edwards
PhD student
Dept. of Genetics and Biotechnology
Faculty of Agricultural Sciences
Aarhus University
Blichers All? 20, Postboks 50
DK-8830?Tjele

Tel.: +45 8999 1291
Email: stefanm.edwards at agrsci.dk

Tel.: +45 8999 1900
Web: www.agrsci.au.dk




-----Oprindelig meddelelse-----
Fra: Prof Brian Ripley [mailto:ripley at stats.ox.ac.uk] 
Sendt: 11. maj 2011 13:51
Til: Stefan McKinnon H?j-Edwards
Cc: r-devel at r-project.org
Emne: Re: [Rd] RCMD check fails on "checkin installed package size"
On Wed, 11 May 2011, Stefan McKinnon H?j-Edwards wrote:

            
Set _R_CHECK_PKG_SIZES_ to 'no' (see 'Writing R Extensions' and its 
references on customizing R CMD check), or correct your paths so the 
'du' program in Rtools is the one that is found.  (The only reported 
example was from using a different 'du' program.)

I believe that current R-patched works around this: R-devel definitely 
does.