[R-pkg-devel] CRAN incoming checks fail due to non-staged installation

David Kepplinger d@v|d@kepp||nger @end|ng |rom gm@||@com
Wed Mar 13 23:34:43 CET 2019


Thank you, Max, for the clarification.
I have added the option "StagedInstall: yes" to the DESCRIPTION file, but
it doesn't seem to be forcing a staged installation for x64 on Windows. I
get the same NOTE now from winbuilder, but with more explanation which
could help isolate the problem:

install for i386
* installing *source* package 'pense' ...
** using staged installation
[...]
install for x64
* installing *source* package 'pense' ...
not using staged install with --libs-only
** using non-staged installation
[...]


Best,
David

On Wed, Mar 13, 2019 at 1:21 PM Maxime Turgeon <
maxime.turgeon using mail.mcgill.ca> wrote:

> Hi David,
>
> Non-staged installation is something new in R-devel:
> https://developer.r-project.org/Blog/public/2019/02/14/staged-install/index.html
>
>
> Package maintainers can opt out of it (through DESCRIPTION), and I'm
> assuming CRAN wants a quick way to know if that was the case when
> diagnosing a submission.
>
> To resolutely opt *in* (which will eventually be the default), you could
> try adding "StagedInstall: yes" to your DESCRIPTION file.
>
> Of course, one question still remains: why was the behaviour different for
> the two architectures.
>
> Max
> ------------------------------
> *From:* R-package-devel <r-package-devel-bounces using r-project.org> on behalf
> of David Kepplinger <david.kepplinger using gmail.com>
> *Sent:* March 13, 2019 3:39 PM
> *To:* r-package-devel using r-project.org
> *Subject:* [R-pkg-devel] CRAN incoming checks fail due to non-staged
> installation
>
> Dear Community,
>
> I am trying to update the pense package on CRAN to fix `autoreconf`
> problems, but the incoming checks fail for Windows (r-devel) with 2 NOTEs.
>
> The first NOTE is a HTTP 403 for a http://doi.org URL which I already know
> about and can not change, but the other NOTE is more obscure to me. It says
>
> * checking whether package 'pense' can be installed ... NOTE
> Found the following notes/warnings:
>   Non-staged installation was used
>
>
> and when I check the install log, it says
>
> install for i386
> * installing *source* package 'pense' ...
> ** using staged installation
> [....]
> install for x64
> * installing *source* package 'pense' ...
> ** using non-staged installation
> [...]
>
>
> Is this a false positive or is there something I can do to force using a
> staged installation for both architectures on Windows?
>
> Best,
> David
>
>         [[alternative HTML version deleted]]
>
> ______________________________________________
> R-package-devel using r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-package-devel
>

	[[alternative HTML version deleted]]



More information about the R-package-devel mailing list