ocean-tracking-network / glatos

9 stars 4 forks source link

Dependencies prevent `dev` branch from building on windows and macos #186

Closed mhpob closed 10 months ago

mhpob commented 1 year ago

See RUniverse build checks: https://github.com/r-universe/mhpob/actions/runs/6892789345/job/18806904461

Seems like the issues are:

  1. gifski dependency typo (now addressed by #185)
  2. dplyr in NAMESPACE but not listed as a dependency a. Conversely, plyr is listed as a dependency but doesn't seem to be used. So, possibly also a typo?
  3. GISTools is suggested, but is archived on CRAN. and only used in detection_range_handout.Rmd. a. Could refactor the handout without GISTools or add the GH CRAN mirror to Remotes.

I'm happy to submit a PR to fix any/all of these.

mhpob commented 1 year ago

Somewhat related to #122

mhpob commented 10 months ago

Closed by #187 and #193