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 pack
> 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
>> RStudio, with every pac
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 Chec