This repository has been archived by the owner on Jan 20, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
56 lines (56 loc) · 1.98 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Package: ALA4R
Type: Package
Title: Atlas of Living Australia (ALA) Data and Resources in R
Version: 1.9.1
Authors@R: c(person("Martin", "Westgate", email="[email protected]",role=c("aut","cre")),
person("Matilda", "Stevenson", email="[email protected]",role="aut"),
person("Peggy", "Newman", email="[email protected]", role="aut"),
person("Ben", "Raymond", email="[email protected]", role="aut"),
person("Jeremy", "VanDerWal", role="aut"),
person("Lee", "Belbin", role="aut"),
person("Michael", "Sumner", role="ctb"),
person("Tom", "August", role="ctb"),
person("John", "Baumgartner", role="ctb"))
Description:
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.
ALA4R is deprecated and will be removed from CRAN at the end of 2021.
The package to replace ALA4R, 'galah', is now available on CRAN <https://CRAN.R-project.org/package=galah>.
For an introduction to 'galah', visit the GitHub page <https://github.com/AtlasOfLivingAustralia/galah>.
Imports:
assertthat,
data.table,
digest,
httr,
jsonlite (>= 0.9.8),
sp,
stringr (>= 1.0.0),
wellknown
Suggests:
ape,
covr,
dplyr,
ggplot2,
jpeg,
knitr,
mapdata,
maps,
maptools,
phytools,
rmarkdown,
testthat,
tidyr,
vegan
License: MPL-2.0
URL: https://github.com/AtlasOfLivingAustralia/ALA4R
BugReports: https://github.com/AtlasOfLivingAustralia/ALA4R/issues
Maintainer: Martin Westgate <[email protected]>
LazyLoad: yes
LazyData: yes
VignetteBuilder: knitr
RoxygenNote: 7.1.1
Encoding: UTF-8