-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
38 lines (38 loc) · 1.25 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
Type: Package
Package: idaifieldR
Title: Importing Data from iDAI.field into R
Version: 0.3.4
Authors@R:
person("Lisa", "Steinmann", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-2215-1243"))
Author: Lisa Steinmann
Maintainer: Lisa Steinmann <[email protected]>
Description: idaifieldR imports data from the iDAI.field / Field Desktop
database into R. The core functions of this package use the API of
CouchDB to query a syncing Field Desktop client and store the whole
database or a subset in a list in R (in memory), avoiding the csv-export.
The package offers functions to simplify and reformat that data somewhat.
Any R-Script using idaifieldR to import the database can be re-run and
updated with new data flexibly without exporting from the Client itself.
License: GPL (>= 3)
URL: https://github.com/lsteinmann/idaifieldR,
https://lsteinmann.github.io/idaifieldR/
BugReports: https://github.com/lsteinmann/idaifieldR/issues
Depends:
R (>= 3.5.0)
Imports:
crul,
jsonlite
Suggests:
covr,
dplyr,
ggplot2,
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)