[R-pkg-devel] R CMD check ERROR (strange to me)

Wang, Zhu w@ngz1 @end|ng |rom uth@c@@@edu
Fri May 10 17:16:13 CEST 2019


Thanks Iñaki for the tip that helps!

Best,

Zhu

-----Original Message-----
From: Iñaki Ucar <iucar using fedoraproject.org> 
Sent: Friday, May 10, 2019 9:50 AM
To: Wang, Zhu <wangz1 using uthscsa.edu>
Cc: Ivan Krylov <krylov.r00t using gmail.com>; R-package-devel using r-project.org
Subject: Re: [R-pkg-devel] R CMD check ERROR (strange to me)

On Fri, 10 May 2019 at 15:42, Wang, Zhu <wangz1 using uthscsa.edu> wrote:
>
> 00install.out
>
> ** testing if installed package can be loaded from temporary location
>  ** checking absolute paths in shared objects and dynamic libraries
>  mv: cannot move '/media/sf_Documents/Zwang/Rpkg/cts.Rcheck/00LOCK-cts/00new/cts' to '/media/sf_Documents/Zwang/Rpkg/cts.Rcheck/cts': File exists
>  ERROR:   moving to final location failed
>  * removing '/media/sf_Documents/Zwang/Rpkg/cts.Rcheck/cts'

I believe this has something to do with the new staged installation.
Reported here:

https://stat.ethz.ch/pipermail/r-devel/2019-May/077736.html

Try to disable it with by setting the environment variable R_INSTALL_STAGED=false

Iñaki


More information about the R-package-devel mailing list