Package: LearnSL 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", "cre") ), person( "Juan Jose", "Cuadrado Gallego", email = "jjcg@uah.es", role = c("ctb"), comment = c(ORCID = "0000-0001-8178-5556") ), 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. URL: https://github.com/ComiSeng/LearnSL BugReports: https://github.com/ComiSeng/LearnSL/issues License: MIT + file LICENSE Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 Depends: R (>= 4.3.0) Imports: cli (>= 3.6.1) Repository: https://comiseng.r-universe.dev Date/Publication: 2023-09-16 17:09:52 UTC RemoteUrl: https://github.com/comiseng/learnsl RemoteRef: HEAD RemoteSha: afb14b3ee9d6d8520edd489a192b957cdaf4dd0e NeedsCompilation: no Packaged: 2026-07-02 08:33:09 UTC; root Author: Víctor Amador Padilla [aut, cre], Juan Jose Cuadrado Gallego [ctb] (ORCID: ), Universidad de Alcala [cph] Maintainer: Víctor Amador Padilla