Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
markus1bauer committed Apr 26, 2024
1 parent e197787 commit cf1e2f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ Imports:
renv,
stringr,
tibble,
tidyr,
webshot,
webshot2
tidyr
Suggests:
lubridate,
janitor,
Expand Down
3 changes: 2 additions & 1 deletion R/CI_1_Generate_reports.R
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,8 @@ ggsave(
# starts_with("L") | starts_with("W")),
# na.rm = TRUE),
# presence = if_else(total > 0, 1, 0)
# ) %>%
# )

# # filter only species which occur at least one time:
# filter(presence == 1) %>%
# ungroup() %>%
Expand Down

0 comments on commit cf1e2f6

Please sign in to comment.