Package: UAHDataScienceSC Type: Package Title: Learn Supervised Classification Methods Through Examples and Code Version: 1.0.0 Authors@R: c( person( "Víctor", "Amador Padilla", email = "victor.amador@edu.uah.es", role = c("aut") ), person( "Juan Jose", "Cuadrado Gallego", email = "jjcg@uah.es", role = c("ctb"), comment = c(ORCID = "0000-0001-8178-5556") ), person("Andriy", "Protsak Protsak", email = "andriy.protsak@edu.uah.es", role = c("aut", "cre")), person( "Universidad de Alcala", role = c("cph") ) ) Description: Supervised classification methods, which (if asked) can provide step-by-step explanations of the algorithms used, as described in PK Josephine et. al., (2021) ; and datasets to test them on, which highlight the strengths and weaknesses of each technique. License: MIT + file LICENSE Encoding: UTF-8 LazyData: true RoxygenNote: 7.3.2 Depends: R (>= 4.3.0) Imports: cli (>= 3.6.1) Suggests: knitr, rmarkdown NeedsCompilation: no VignetteBuilder: knitr Repository: https://andriyprotsak5.r-universe.dev Date/Publication: 2025-02-09 15:39:30 UTC RemoteUrl: https://github.com/andriyprotsak5/UAHDataScienceSC RemoteRef: HEAD RemoteSha: 9d0181c82d5bb363a39f86683b8bb88355ea2d5e Packaged: 2026-06-08 07:40:43 UTC; root Author: Víctor Amador Padilla [aut], Juan Jose Cuadrado Gallego [ctb] (ORCID: ), Andriy Protsak Protsak [aut, cre], Universidad de Alcala [cph] Maintainer: Andriy Protsak Protsak