-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
47 lines (47 loc) · 1.77 KB
/
DESCRIPTION
File metadata and controls
47 lines (47 loc) · 1.77 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
Package: DataSetsVerse
Type: Package
Title: A Metapackage for Thematic and Domain-Specific Datasets in R
Version: 0.1.0
Maintainer: Renzo Caceres Rossi <arenzocaceresrossi@gmail.com>
Description: The DataSetsVerse is a metapackage that brings together a curated collection
of R packages containing domain-specific datasets. It includes time series data,
educational metrics, crime records, medical datasets, and oncology research data.
Designed to provide researchers, analysts, educators, and data scientists with
centralized access to structured and well-documented datasets, this metapackage
facilitates reproducible research, data exploration, and teaching applications across
a wide range of domains.
Included packages:
- timeSeriesDataSets: Time series data from economics, finance, energy, and healthcare.
- educationR: Datasets related to education, learning outcomes, and school metrics.
- crimedatasets: Datasets on global and local crime and criminal behavior.
- MedDataSets: Datasets related to medicine, public health, treatments, and clinical trials.
- OncoDataSets: Datasets focused on cancer research, survival, genetics, and biomarkers.
License: GPL-3
URL: https://github.com/lightbluetitan/datasetsverse
BugReports: https://github.com/lightbluetitan/datasetsverse/issues
Encoding: UTF-8
Language: en-US
Depends:
R (>= 3.5.0),
timeSeriesDataSets,
educationR,
crimedatasets,
MedDataSets,
OncoDataSets
Imports:
cli,
utils
Suggests:
testthat (>= 3.0.0),
knitr,
rmarkdown
LazyData: true
Authors@R:
person(
given = "Renzo",
family = "Caceres Rossi",
role = c("aut", "cre"),
email = "arenzocaceresrossi@gmail.com"
)
VignetteBuilder: knitr
RoxygenNote: 7.3.2