-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathDESCRIPTION
More file actions
72 lines (72 loc) · 2.84 KB
/
DESCRIPTION
File metadata and controls
72 lines (72 loc) · 2.84 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Package: HistData
Type: Package
Title: Data Sets from the History of Statistics and Data Visualization
Version: 1.0.1
Date: 2025-12-01
Authors@R: c(person(given = "Michael", family = "Friendly",
role=c("aut", "cre"),
comment = c(ORCID = "0000-0002-3237-0941"),
email="friendly@yorku.ca"),
person(given = "Stephane", family = "Dray",
role="aut",
comment = c(ORCID = "0000-0003-0153-1105"),
email="stephane.dray@univ-lyon1.fr"),
person(given = "Peter", family = "Li",
role="aut", email="lindbrook@gmail.com",
comment = c(ORCID = "0000-0001-9602-9550")),
person(given = "David", family = "Bellhouse", role="aut", email="bellhouse@stats.uwo.ca"),
person(given = "Hadley", family = "Wickham", role="ctb", email="hadley@rstudio.com"),
person(given = "James", family = "Hanley", role="ctb", email="james.hanley@mcgill.ca"),
person(given = "Dennis", family = "Murphy", role="ctb", email = "djmuser@gmail.com"),
person(given = "Luiz", family = "Droubi", role="ctb", email="lfpdroubi@gmail.com"),
person(given = "James", family = "Riley", role="ctb", email = "jimr1603@gmail.com"),
person(given = "Antoine", family = "de Falguerolles", role="ctb"),
person(given = "Monique", family = "Graf", role="ctb"),
person(given = "Neville", family = "Verlander", role="ctb", email="Neville.Verlander@phe.gov.uk"),
person(given = "Brian", family = "Clair", role="ctb"),
person(given = "Jim", family = "Oeppen", role="ctb", email = "joeppen@health.sdu.dk"),
person(given = "Ivan", family = "Lokhov", role="ctb", email="ivan@datawrapper.de"),
person(given = "John", family = "Russell", role="ctb", email="")
)
Maintainer: Michael Friendly <friendly@yorku.ca>
Description: The 'HistData' package provides a collection of small data sets
that are interesting and important in the history of statistics and data
visualization. The goal of the package is to make these available, both for
instructional use and for historical research. Some of these present interesting
challenges for graphics or analysis in R.
Depends: R (>= 4.1.0)
Suggests:
gtools,
KernSmooth,
maps,
ggplot2,
dplyr,
scales,
proto,
grid,
reshape,
plyr,
lattice,
jpeg,
car,
gplots,
sp,
heplots,
knitr,
rmarkdown,
effects,
lubridate,
gridExtra,
vcd,
MASS,
forcats
License: GPL
LazyLoad: yes
LazyData: yes
VignetteBuilder: knitr
Language: en-US
RoxygenNote: 7.3.3
Encoding: UTF-8
BugReports: https://github.com/friendly/HistData/issues
URL: https://friendly.github.io/HistData/
Roxygen: list(markdown = TRUE)