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 . 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 Config/pak/sysreqs: libssl-dev Repository: https://coatless-rpkg.r-universe.dev Date/Publication: 2024-08-31 07:01:49 UTC RemoteUrl: https://github.com/coatless-rpkg/ucimlrepo RemoteRef: HEAD RemoteSha: 14b7a8b5eb5f692e81fa16088c300887fffac09f NeedsCompilation: no Packaged: 2026-07-10 07:31:56 UTC; root Author: James Joseph Balamuta [aut, cre, cph] (ORCID: ), Philip Truong [aut, cph] Maintainer: James Joseph Balamuta