Skip to content
Prev 3889 / 12125 Next

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

Thanks I?aki for the tip that helps!

Best,

Zhu

-----Original Message-----
From: I?aki Ucar <iucar at fedoraproject.org> 
Sent: Friday, May 10, 2019 9:50 AM
To: Wang, Zhu <wangz1 at uthscsa.edu>
Cc: Ivan Krylov <krylov.r00t at gmail.com>; R-package-devel at 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 at uthscsa.edu> wrote:
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