-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
32 lines (32 loc) · 1.4 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: i2ds
Type: Package
Title: Introduction to Data Science
Version: 0.0.0.9028
Date: 2024-08-13
Authors@R: c(person("Hansjoerg", "Neth", role = c("aut", "cre"), email = "h.neth@uni.kn", comment = c(ORCID = "0000-0001-5427-3141")))
Maintainer: Hansjoerg Neth <h.neth@uni.kn>
Description: Datasets and functions used in the examples and exercises of the book "Introduction to Data Science" (by Hansjoerg Neth, Konstanz University, 2023), available at <https://bookdown.org/hneth/ds4psy/>. The book and course introduce principles and methods of data science to students of psychology and other biological or social sciences. The 'i2ds' package primarily provides datasets, but also functions for data generation and manipulation (e.g., of text and time data) and graphics that are used in the book and its exercises. All functions included in 'i2ds' are designed to be explicit and instructive, rather than efficient or elegant.
Depends:
R (>= 3.5.0)
Imports:
tidyr
Suggests:
knitr,
rmarkdown,
spelling
Collate: 'util.R'
'vec_fun.R'
'df_fun.R'
'list_fun.R'
'array_fun.R'
'string_fun.R'
'num_fun.R'
'start.R'
Encoding: UTF-8
LazyData: true
License: CC BY-SA 4.0
URL: https://bookdown.org/hneth/ds4psy/, https://github.com/hneth/i2ds/
BugReports: https://github.com/hneth/i2ds/issues
VignetteBuilder: knitr
RoxygenNote: 7.3.2
Language: en-US