From 82b297a942bd584f37d31f6fb847bf54ada36f60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Greni=C3=A9?= Date: Mon, 25 Mar 2024 14:55:15 +0100 Subject: [PATCH] Add warning in README --- README.Rmd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.Rmd b/README.Rmd index 6012dcb..2b7bcc9 100644 --- a/README.Rmd +++ b/README.Rmd @@ -101,7 +101,8 @@ future::plan(future::multisession) fd_fdiv(traits_birds) ``` -For more details please refer to the [parallelization vignette](https://funecology.github.io/fundiversity/articles/fundiversity_1-parallel.html) or use `vignette("fundiversity_1-parallel", package = "fundiversity")` within R. +For more details please refer to the [parallelization vignette](https://funecology.github.io/fundiversity/articles/fundiversity_1-parallel.html) or use `vignette("fundiversity_1-parallel", package = "fundiversity")` within R. **Note**: parallelization and memoization are **mutually exclusive**, when doing computation in parallel, fundiversity falls back on **unmemoised** versions of function. + ## Available functional diversity indices