-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
31 lines (31 loc) · 908 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
28
29
30
31
Package: rgesis
Type: Package
Title: Interface to GESIS Search
Version: 0.1.0
Authors@R:
person("Jonas", "Lieth", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-3451-3176"))
Description: Provides programmatic access to the GESIS Search engine
<https://search.gesis.org/> to retrieve metadata on research data,
variables, literature, and tools. Authenticate and download datasets from
the GESIS data archive with minimal dependencies.
License: MIT + file LICENSE
URL: https://github.com/jslth/rgesis/, https://jslth.github.io/rgesis/
BugReports: https://github.com/jslth/rgesis/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Imports:
cli,
httr2,
jsonlite,
keyring
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
tibble,
haven,
pdftools
VignetteBuilder: knitr
Config/testthat/edition: 3