Sebastian Hanß
Sebastian Hanß
Hm, yes. Apparently the only way to install NLMR at the moment is to manually install RandomFields from GitHub first, i.e.: ``` devtools::install_github("cran/RandomFields") devtools::install_github("ropensci/NLMR") ``` Shall we just wait for...
> Unfortunately I cannot get RandomFields to install either (`ERROR: compilation failed for package ‘RandomFields’`). This looks as if there is a compiler missing. For Windows, you'd need to install...
> > Shall we just wait for a while and see if RandomFields shows up on CRAN again? > > Just as an option: looks like RandomFields is only used...
Thanks for the info, @achubaty. I updated the installation section in the README.md, do people do know how to install NLMR until we solved the issue. The problem with the...
> > I updated the installation section in the README.md, do people do know how to install NLMR until we solved the issue. > > @bitbacchus need to also install...
I think it would make sense to have it in NLMR (to generate neutral landscapes that have a certain configuration/composition).
Hm, it fails to build the vignette `getstarted.Rmd` at line 111: `nr
Super weird. Can you maybe try to run some checks like [described here](https://eco-programmers.github.io/brain/R/Debugging%20R%20Packages/)? On my Linux machine they run flawlessly. The checks are run in a Linux docker container, but...
> Super weird. Can you maybe try to run some checks like described here? On my Linux machine they run flawlessly. The checks are run in a Linux docker container,...
@maduprey thank you for the bug report, I tested it on my machine and can confirm this bug. We'll have to dig deeper to figure out why this is not...