Skip to content

Commit

Permalink
Fix pkgdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Bisaloo committed Mar 25, 2024
1 parent 6f4160d commit 2e4a8a1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion R/use_memoise.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
#' is thrown if \pkg{memoise} is not installed.
#' - if `options(fundiversity.memoise = FALSE)`, memoisation is not used.
#'
#' @rdname fundiversity-options
#' @name fundiversity-options
NULL

#' @keywords internal
use_memoise <- function() {

# Cannot use memoise in parallel settings
Expand Down
7 changes: 2 additions & 5 deletions man/fundiversity-options.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions pkgdown/_pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ reference:
- title: Functional Diversity Computation
contents:
- starts_with("fd_")
- title: Package options
contents:
- ends_with("-options")
- title: Data
desc: Datasets used in examples and tests
contents:
Expand Down

0 comments on commit 2e4a8a1

Please sign in to comment.