Re: [R-pkg-devel] R Packages Never Finish Check

2016-10-02 Thread Henrik Bengtsson
I think R CMD check calls res <- system2("du", "-k", TRUE, TRUE) also on Windows, cf. https://github.com/wch/r-source/blob/trunk/src/library/tools/R/check.R#L3859 It could be that you have a corrupt / different `du` tool on your PATH. As a first thing, try calling the above from within you

Re: [R-pkg-devel] R Packages Never Finish Check

2016-10-01 Thread peter dalgaard
> On 30 Sep 2016, at 18:52 , Duncan Murdoch wrote: > > On 30/09/2016 12:24 PM, Ortega, Cameron wrote: >> Hi, >> >> When I attempt to run Check on any package, the "checking installed package >> size..." Check never finishes. This is across multiple versions of R and

Re: [R-pkg-devel] R Packages Never Finish Check

2016-09-30 Thread Duncan Murdoch
On 30/09/2016 12:24 PM, Ortega, Cameron wrote: Hi, When I attempt to run Check on any package, the "checking installed package size..." Check never finishes. This is across multiple versions of R and RStudio, with every package I have attempted to run, including packages confirmed to pass

[R-pkg-devel] R Packages Never Finish Check

2016-09-30 Thread Ortega, Cameron
Hi, When I attempt to run Check on any package, the "checking installed package size..." Check never finishes. This is across multiple versions of R and RStudio, with every package I have attempted to run, including packages confirmed to pass Check quickly and with no issues for others. I