Skip to content
Prev 2230 / 12125 Next

[R-pkg-devel] Debian: example file is no longer read correctly

On 2017-12-20 12:14, G?ran Brostr?m wrote:
No, it is not. But when I ran R CMD check --as-cran ..., a file 
'nparACT-Ex.timings' was created in 
'nparACT.Rcheck/sleepstudy_example/', which your example reads, and 
disaster follows.

R CMD check (without --as-cran) avoids this problem, but CRAN will not 
accept it. Seems to be the writing to and reading from disc that is 
problematic and in need of some structure? Others may help with that.

G?ran