Sebastian Hanß
Sebastian Hanß
Fix #25
Please review. I finally decided against exporting the functions as they would require documentation then and as the functions are part of the doc themselves, this would make no sense,...
I'm about to set up continuous benchmarking for our project. We benchmark C++ code in a combined R/C++ project with catch2 in a docker container. When I try to deploy...
`window_lsm()` internally uses `terra::focal` instead of `raster::focal`, now. This required changes at many more places than expected, and since I feel still a bit rookie with `terra`, this PR needs...
Thanks for clarifying and whipping up some example code! I guess I was more looking for a way of speeding up the function itself, since only using one metric already...
Apparently, spatstat is split up differently, now. We do not need spatstat.core anymore but spatstat.random. https://cran-archive.r-project.org/web/checks/2022/2022-03-05_check_results_NLMR.html
See #57 , to solve this use NetLogo's [Controlling API](https://github.com/NetLogo/NetLogo/wiki/Controlling-API#example-headless) instead of experiment xml files.
## What I did 1. I created a new package in RStudio and added three folders: Data, R and Analysis:  (tried on R 3.6.3 and R...
First is first: Thanks so much for the `holepunch` package! It's a awesome :-) :1st_place_medal: I didn't actually experience this bug, but I read through the source code of `write_compendium_description()`...