-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
30 lines (30 loc) · 798 Bytes
/
DESCRIPTION
File metadata and controls
30 lines (30 loc) · 798 Bytes
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: datascience4psych
Type: Package
Title: Data Science for Psychologists
Version: 0.1.0
Authors@R: person("S. Mason", "Garrison", email = "garrissm@wfu.edu",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-4804-6003"))
Maintainer: S. Mason Garrison <garrissm@wfu.edu>
Description: This package provides a set of functions and datasets to support introductory data scientists.
License: GPL-3
Encoding: UTF-8
BugReports: https://github.com/DataScience4Psych/ds4p_package/issues
LazyData: true
RoxygenNote: 7.3.3
Imports:
stringr,
devtools,
webshot,
purrr,
httr,
stringr,
tidyverse,
knitr
Suggests:
tweetrmd,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
Depends:
R (>= 3.5)