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) <doi:10.59176/kjcs.v1i1.1259>; 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
RoxygenNote: 7.2.3
Depends: R (>= 4.3.0)
Imports: cli (>= 3.6.1)
NeedsCompilation: no
Packaged: 2023-09-16 17:10:46 UTC; vicam
Author: Víctor Amador Padilla [aut, cre],
  Juan Jose Cuadrado Gallego [ctb]
    (<https://orcid.org/0000-0001-8178-5556>),
  Universidad de Alcala [cph]
Maintainer: Víctor Amador Padilla <victor.amador@edu.uah.es>
Repository: CRAN
Date/Publication: 2023-09-19 14:30:04 UTC
Built: R 4.6.0; ; 2025-08-18 03:53:24 UTC; unix
