Skip to content

Commit

Permalink
editing packages dependencies (#13)
Browse files Browse the repository at this point in the history
- adding more packages
- correcting mistake in `austraits`
  • Loading branch information
ehwenk authored Nov 22, 2023
1 parent a93619b commit 958df4c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 7 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,22 @@ Depends:
tidyr,
stringr,
tidyverse,
ggdist,
gghalves,
ggtext,
galah,
sf,
ozmaps
ozmaps,
pilot
Suggests:
knitr (>= 1.30),
rmarkdown (>= 2.4),
testthat (>= 2.3.2),
purrr
Remotes:
traitecoevo/traits.build@develop,
traitecoevo/austraits@develop,
traitecoevo/austraits@master,
olihawkins/pilot
Encoding: UTF-8
Language: en-UK
Roxygen: list(markdown = TRUE)
Expand Down
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Generated by roxygen2: do not edit by hand

2 changes: 1 addition & 1 deletion spatial_data_example.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ sample_names <- c("Cryptocarya rigida", "Pteridium esculentum",
"Eucalyptus baxteri", "Melaleuca armillaris",
"Eucalyptus wandoo", "Eucalyptus piperita")
leaf_mass_sample <- leaf_mass %>% filter(taxon_name %in% sample_names)
leaf_mass_sample <- leaf_mass %>% dplyr::filter(taxon_name %in% sample_names)
```


Expand Down

0 comments on commit 958df4c

Please sign in to comment.