Skip to content

Commit

Permalink
fix remote checklist issues
Browse files Browse the repository at this point in the history
checklist warning: no visible global function definition for 'plot_occ_gbif'
  • Loading branch information
janneadolf committed Oct 8, 2024
1 parent 38a4573 commit cafee1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/report/species_occurrence_maps.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ occ_data_list_sflamb <- occ_data_list |> lapply(
```{r make-plot-list-function}
#
make_plot_list <- function(i, occ_data_sf_list, map_data, occ_data_list) {
plot_occ_gbif(
args_list <- list(
occ_data_sf = occ_data_sf_list[[i]],
map_data_sf = map_data,
plot_title = paste("Occurrences of",
Expand All @@ -213,6 +213,7 @@ make_plot_list <- function(i, occ_data_sf_list, map_data, occ_data_list) {
"in Flanders"),
plot_subtitle = paste("Total count =", occ_data_list[[i]]$meta$count)
)
do.call("plot_occ_gbif", args_list)
}
```

Expand Down

0 comments on commit cafee1a

Please sign in to comment.