[R-pkg-devel] update.packages Error in if (any(diff)) { : missing value where TRUE/FALSE needed

Patrick Giraudoux p@tr|ck@g|r@udoux @end|ng |rom un|v-|comte@|r
Sun Nov 17 14:23:45 CET 2024


Le 17/11/2024 à 14:17, Ivan Krylov a écrit :
> В Sun, 17 Nov 2024 14:04:56 +0100
> Patrick Giraudoux<patrick.giraudoux using univ-fcomte.fr> пишет:
>
>> trying URL
>> 'https://pbil.univ-lyon1.fr/CRAN/bin/windows/contrib/4.4/xfun_0.49.zip'
>> Content type 'application/zip' length 568935 bytes (555 KB)
>> downloaded 555 KB
>>
>> Error in if (any(diff)) { : missing value where TRUE/FALSE needed
> Looks like the code is failing in tools::checkMD5sums, but I'm not
> seeing anything wrong with the package file. Can you set options(error
> = recover) and take a look at the local variables at the site of the
> error? What are the values of 'x', 'xx', 'nmxx'? What is your
> sessionInfo()?
>
I have tried updating packages one by one (I had a ten to update), and 
it appears that the trouble comes only with Rcpp

 > update.packages(ask='graphics',checkBuilt=TRUE)
trying URL 
'https://pbil.univ-lyon1.fr/CRAN/bin/windows/contrib/4.4/Rcpp_1.0.13-1.zip'
Content type 'application/zip' length 2895664 bytes (2.8 MB)
downloaded 2.8 MB

Error in if (any(diff)) { : missing value where TRUE/FALSE needed

	[[alternative HTML version deleted]]



More information about the R-package-devel mailing list