Re: [R-pkg-devel] CensSpatial package error.

2020-05-02 Thread Max Turgeon
Hi Jos�, The error message is pretty clear: Error in if (class(V.inv) == "try-error") return(Inf) : the condition has length > 1 Instead of testing for equality of the class, you should use the function "inherits". Then, even if "class(V.inv)" has length greater than one, your condition in t

Re: [R-pkg-devel] CensSpatial package error.

2020-05-02 Thread Uwe Ligges
This indicates a programing error: --- function search by body --- Function FCi.fixo in namespace CensSpatial has this body. --- END OF FAILURE REPORT -- Error in if (class(V.inv) == "try-error") return(Inf) : the condition has length > 1 Calls: SAEMSCL Yoiu see class

[R-pkg-devel] CensSpatial package error.

2020-05-02 Thread José Alejandro Ordoñez
Good evening, My name is Jose and I'm the mantainer of the CensSpatial package. This package was available as public but it was discharged because a problem with the geoR orphan package. That situation was solved and now I'm trying to resubmit the package. The problem is that when I try to submit

Re: [R-pkg-devel] Rmarkdown vignette yields r inline warning on windows build [EXT]

2020-05-02 Thread Uwe Ligges
My wild guess is that 'r ' indicates there is an invisible char after the r that is not representable in the chosen encoding. Best, Uwe Ligges On 02.05.2020 01:12, Matthew Young wrote: I’ve tried both ways (with and without a space after the backtick) and get the same error. From: Max Turg