CeresBarros / SpaDES4Dummies

A SpaDES crash-course with two tutorials
https://ceresbarros.github.io/SpaDES4Dummies/
1 stars 4 forks source link

No compiled guide at "here" link #13

Closed Kenkleinman closed 2 years ago

Kenkleinman commented 2 years ago

I clicked the "here" at

The guide can be accessed here,

on the readme page and got a 404 error.

achubaty commented 2 years ago

fixed - thanks!

https://htmlpreview.github.io/?https://github.com/CeresBarros/SpaDES4Dummies/blob/development/docs/index.html

Kenkleinman commented 2 years ago

Out of curiosity, is there a fix for the RandomFields issue in the simple example? I'm new to this area (and don't expect to use spatial stuff any time soon) but it looks like using NLRM would not be an easy replacement.

achubaty commented 2 years ago

yes -- the most recent version of SpaDES.core uses NLMR instead of RandomFields.

(RandomFields can still technically be installed from the CRAN archive if needed)

Kenkleinman commented 2 years ago

When I try to compile the spades4dummies locally, it generates an error, even if I have RandomFields installed, though.