-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
30 lines (30 loc) · 1.17 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
Package: rndop
Title: Access to the Data from The Species Occurrence Database of NCA CR (Czechia) in R
Version: 0.2.1.9000
Authors@R:
person("Oto", "Kaláb", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-3485-9377"))
Description: A programmatic interface to the The Species Occurrence Database of
NCA CR (NDOP AOPK). The NDOP is Czech national species occurrence database
of NCA CR (Nature Conservation Agency of the Czech Republic;
<https://portal.nature.cz/nd/>). Database includes occurrence records both
from professionals (monitorings, inventarisations) and citizen scientists.
Use of the database is free and requires free registration
(<https://idm.nature.cz/idm/#/registration>). Data itself are published
under CC BY-SA 4.0 licence and should be referenced according to AOPK
citation rules
(<https://portal23.nature.cz/publik_syst/ctihtmlpage.php?what=4910>).
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
httr,
getPass,
jsonlite,
sf
Depends:
R (>= 2.10)
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3