ctmm-initiative / ctmm

Continuous-Time Movement Modeling. Functions for identifying, fitting, and applying continuous-space, continuous-time stochastic movement models to animal tracking data.
http://biology.umd.edu/movement.html
43 stars 10 forks source link

Compatibility with igraph 2.0.0 #52

Closed krlmlr closed 4 months ago

krlmlr commented 6 months ago

@chfleming @xhdong-umd @kwinner: This package does not terminate its checks when run with the release candidate for igraph 2.0.0.

Is this a problem in your package? Should we be doing things differently?

Install the 2.0.0 release candidate using pak::pak("igraph/rigraph") .

We're planning to release igraph 2.0.0 on January 23. My sincere apologies for the short notice, I only realized today that I should have warned about the problem much earlier. Happy to postpone if it turns out that the problem is on our end. Thank you for your help!

Tracker: https://github.com/igraph/rigraph/issues/989.

krlmlr commented 6 months ago

Installing from r-universe might be easier: https://igraph.r-universe.dev/igraph# .

chfleming commented 5 months ago

Hi @krlmlr ,

If you re-compile the vignettes (ctmm vignettes use real data and are supplied pre-compiled) and you run the examples that are wrapped in \donttest{} then it takes a couple of hours to run a check on ctmm. Is that the issue here?

krlmlr commented 5 months ago

Maybe. The checks are just the regular R CMD check on the official tarball. How do your checks distinguish between CRAN and non-CRAN?

chfleming commented 4 months ago

As the maintainer, I run the full check. CRAN runs with --no-vignettes https://cran.r-project.org/web/checks/check_results_ctmm.html

krlmlr commented 4 months ago

That must be it, thanks.