Matthieu
Matthieu
reprex: ``` r library(urca) library(tsDyn) #> Registered S3 method overwritten by 'quantmod': #> method from #> as.zoo.data.frame zoo packageVersion("tsDyn") #> [1] '11.0.0' example(ca.jo, echo=FALSE) coefA(sjd.vecm, r=2) #> Error in alpha...
Hi There are actually two types of error occurring here. The first is due to the NA, which is not handled by kclass(). I should add a check/warning for this...
As a new user to the app, I had the same expectation that clicking `quit` would indeed quit.
that would be great, and indeed, issue is that warnings might multiple, so that would create a n issue. But maybe still having a function that helps `mutate()` the 2/4...
I had the same problem with a fine-grained token, switching to a classic token fixed it. On the other side, I am unclear on which scopes to choose for the...
great, thanks! I had added the `workflow` scope, I had assumed it would be necessary? Maybe it would be worth amending the documentation in https://blog.r-hub.io/2024/04/11/rhub2/#requirements along with (suggested changes in...
The problem is that the issue of polygons is quite complicated and I won't be able to follow-up much there, but anyway, it's also good just to mention the issue...
thanks for trying! I am wondering whether the problem comes from this (https://r-spatial.github.io/sf/articles/sf7.html) > Simple feature geometries should obey a ring direction too: exterior rings should be counter clockwise, interior...
Thanks @mps9506 !! Unfortunately, though the transformed polygons pass the `st_is_valid` test, the visual tests is suggesting there's a big problem with Russia spreading beyond its borders (political considerations aside):...
@PMassicotte it seems package `s2` does also contain a version of naturalerth data, cf. `s2::s2_data_countries()`. It might be insightful to see how they addressed the invalid polygons part, especially given...