-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
27 lines (27 loc) · 879 Bytes
/
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
Package: taxalook
Version: 0.0.4
Date: 2024-05-23
Title: Taxa Information Database
Authors@R: c(
person("Andreas", "Scharmüller",
role = c("aut", "cre"),
email = "andschar@proton.me",
comment = c(ORCID = "0000-0002-9290-3965"))
)
Maintainer: Andreas Scharmüller <andschar@proton.me>
Description: Taxa Lookup is a database and repository containing tabular information on
taxa including their places of occurrence (e.g. countries, continents), their
natural habitats (e.g. freshwater) they are occurring in and other information.
Depends:
R (>= 3.5.0)
Imports:
data.table (>= 1.13.0),
DBI,
RSQLite,
R.utils,
utils
License: MIT + file LICENSE
URL: https://github.com/andschar/taxalook
BugReports: https://github.com/andschar/taxalook/issues
RoxygenNote: 7.2.1
Encoding: UTF-8