-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathDESCRIPTION
32 lines (32 loc) · 1.34 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
Package: essurvey
Title: Download Data from the European Social Survey on the Fly
Version: 1.0.8
Date: 2022-01-09
Authors@R: c(
person("Jorge", "Cimentada", email = "[email protected]", role = c("aut", "cre")),
person("Thomas", "Leeper", role = "rev", comment = "Thomas reviewed the package for rOpensci,see https://github.com/ropensci/software-review/issues/201"),
person("Nujcharee", "Haswell", role = "rev", comment = "Nujcharee reviewed the package for rOpensci, see https://github.com/ropensci/software-review/issues/201"),
person("Jorge", "Lopez", email = "[email protected]", role = c("ctb")),
person("François", "Briatte", email = "[email protected]", role = c("ctb"))
)
BugReports: https://github.com/ropensci/essurvey/issues
Description: Download data from the European Social Survey directly from their website <http://www.europeansocialsurvey.org/>. There are two families of functions that allow you to download and interactively check all countries and rounds available.
Depends: R (>= 3.4.0)
License: MIT + file LICENSE
URL: https://docs.ropensci.org/essurvey/, https://github.com/ropensci/essurvey
Encoding: UTF-8
RoxygenNote: 7.1.1
Imports:
xml2,
httr,
haven (>= 2.1.0),
rvest,
tibble,
utils
Suggests:
foreign,
testthat (>= 2.1.0),
knitr,
rmarkdown,
covr
VignetteBuilder: knitr