Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
fontikar committed Oct 22, 2024
1 parent 1724550 commit 75d2004
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ You can install and run a local version of `infinitylists` from [GitHub](https:/
```{r}
# install.packages("remotes")
remotes::install_github("traitecoevo/infinitylists")
remotes::install_github("traitecoevo/infinitylists", build_vignettes = TRUE)
library(infinitylists)
Expand All @@ -53,9 +53,7 @@ infinitylistApp()
`infinitylists` comes with 5 taxa loaded to start with: plants, butterflies, cicadas, marsupials, and dragonflies + damselflies. If you want to add another taxon, you'll need to download the data first via the [galah interface](https://github.com/AtlasOfLivingAustralia/galah-R) to the ALA. The function `download_ala_obs` will download the data and put it into a directory where infinitylists can find it. The value for `taxon` needs to be a [valid taxonomic group as recognized by the ALA](https://support.ala.org.au/support/solutions/articles/6000261677-taxonomy-a-species-filing-system). The download step is fast for taxa with small number of observations in ALA and slower for taxa with millions of observations.

```{r}
# install.packages("galah")
library(infinitylists)
# register with ALA
galah::galah_config(email = "YOUR EMAIL HERE")
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ web app. The code to do this is:
``` r
# install.packages("remotes")

remotes::install_github("traitecoevo/infinitylists")
remotes::install_github("traitecoevo/infinitylists", build_vignettes = TRUE)

library(infinitylists)

Expand All @@ -67,9 +67,7 @@ The download step is fast for taxa with small number of observations in
ALA and slower for taxa with millions of observations.

``` r

# install.packages("galah")
library(infinitylists)

# register with ALA
galah::galah_config(email = "YOUR EMAIL HERE")
Expand Down

0 comments on commit 75d2004

Please sign in to comment.