-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
34 lines (34 loc) · 1.19 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
Package: ucimlrepo
Title: Explore UCI ML Repository Datasets
Version: 0.0.2
Authors@R: c(
person("James Joseph", "Balamuta", email = "james.balamuta@gmail.com",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0003-2826-8458")),
person("Philip", "Truong",
email = "ucirepository@gmail.com",
role = c("aut", "cph"))
)
Description: Find and import datasets from the
University of California Irvine Machine Learning (UCI ML) Repository into R.
Supports working with data from UCI ML repository inside of R scripts, notebooks,
and 'Quarto'/'RMarkdown' documents. Access the UCI ML repository directly at
<https://archive.ics.uci.edu/>.
URL: https://r-pkg.thecoatlessprofessor.com/ucimlrepo/, https://github.com/coatless-rpkg/ucimlrepo, https://archive.ics.uci.edu/
BugReports: https://github.com/coatless-rpkg/ucimlrepo/issues
License: MIT + file LICENSE
Depends: R (>= 4.1)
Imports:
httr2,
utils
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Collate:
'constants.R'
'fetch-ucirepo.R'
'list-available-datasets.R'
'ucimlrepo-package.R'
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3