The Atlas of Living Australia (ALA) provides tools to enable users of biodiversity information to find, access, combine and visualise data on Australian plants and animals; these have been made available from < https://ala.org.au/>. ALA4R provides a subset of the tools to be directly used within R. It enables the R community to directly access data and resources hosted by the ALA.
The Atlas of Living Australia (ALA) provides tools to enable users of biodiversity information to find, access, combine and visualise data on Australian plants and animals; these have been made available from http://www.ala.org.au/. Here we provide a subset of the tools to be directly used within R.
ALA4R enables the R community to directly access data and resources hosted by the ALA.
The use-examples presented at the 2014 ALA Science
Symposium
are available in the package vignette, via (in R): vignette("ALA4R"),
or browse it
online.
Stable version from CRAN:
install.packages("ALA4R")
Or the development version from GitHub:
install.packages("devtools")devtools::install_github("AtlasOfLivingAustralia/ALA4R")
On Linux you will first need to ensure that libcurl and v8 (version
<= 3.15) are installed on your system — e.g. on Ubuntu/Debian, open a
terminal and do:
sudo apt-get install libcurl4-openssl-dev libv8-3.14-dev
or install via the Software Centre.
See the online documentation at https://atlasoflivingaustralia.github.io/ALA4R/ including the package vignette.
occurrences(..., method="offline") to cope with server-side bug (see https://github.com/AtlasOfLivingAustralia/biocache-service/issues/221)pkgdown (https://atlasoflivingaustralia.github.io/ALA4R/)biocache_version parameter to server configuration, to support use of ALA4R with other server instances (e.g. other national installations using the ALA server infrastructure)occurrences(), allowing download of larger datasets with more fieldsfieldguide() function addedtaxinfo_download()ala_list() and ala_lists() functions addedimage_number parameter to image_info()added image_info() and occurrence_details() functions
added extra="all" and qa="all" options to occurrences()
fixed as_is behaviour in ala_fields().
usage of stringr functions now compatible with stringr v1.0.
parameter occurrence_count added to search_names().
tests added to tests/testthat.
check_fq() (https://github.com/AtlasOfLivingAustralia/ALA4R/issues/13).check_fq() throws a warning not an error if it thinks there is a problem with the fq string (https://github.com/AtlasOfLivingAustralia/ALA4R/issues/13).result$classification object returned by species_info() is now a data.frame (https://github.com/AtlasOfLivingAustralia/ALA4R/issues/11).species_info() (https://github.com/AtlasOfLivingAustralia/ALA4R/issues/11).