-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
41 lines (41 loc) · 1.41 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
39
40
41
Package: peacesciencer
Type: Package
Title: Tools and Data for Quantitative Peace Science Research
Version: 1.1.9
Depends: R (>= 3.5.0)
Authors@R: person("Steve", "Miller",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-4072-6263"))
Maintainer: Steve Miller <[email protected]>
Description: These are useful tools and data sets for the study of quantitative
peace science. The goal for this package is to include tools and data sets
for doing original research that mimics well what a user would have to previously
get from a software package that may not be well-sourced or well-supported.
Those software bundles were useful the extent to which they encourage replications
of long-standing analyses by starting the data-generating process from scratch. However,
a lot of the functionality can be done relatively quickly and more transparently
in the R programming language.
License: GPL-2
Encoding: UTF-8
LazyData: true
LazyDataCompression: xz
RoxygenNote: 7.2.3
URL: https://github.com/svmiller/peacesciencer/
BugReports: https://github.com/svmiller/peacesciencer/issues/
Imports:
magrittr,
dplyr,
geosphere,
tidyr,
stringr,
rlang,
stevemisc (>= 1.6.0),
lifecycle
Suggests:
countrycode,
tibble,
testthat,
knitr,
rmarkdown
Roxygen: list(markdown = TRUE)