Package: yarr
Type: Package
Title: Yet Another 'ARFF' Reader
Version: 0.1.2
Authors@R: c(person("David", "Charte", email = "fdavidcl@ugr.es", role = c("aut", "cre"),
    comment = c(ORCID = "0000-0002-4830-9512")), person("Francisco", "Charte", 
    email = "francisco@fcharte.com", role = "aut", comment = c(ORCID = "0000-0002-3083-8942")))
Description: A parser and a writer for 'WEKA' Attribute-Relation File Format
    <https://waikato.github.io/weka-wiki/arff_stable/> in pure R, with no dependencies. 
    As opposed to other R implementations, this package can read standard
    (dense) as well as sparse files, i.e. those where each row does only contain 
    nonzero components. Unlike 'RWeka', 'yarr' does not require any 'Java' installation
    nor is dependent on external software. This implementation is generalized from 
    those in packages 'mldr' and 'mldr.datasets'.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
URL: https://github.com/fdavidcl/yarr
BugReports: https://github.com/fdavidcl/yarr/issues
Depends: R (>= 3.6)
Suggests: testthat (>= 2.1.0)
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2019-08-10 12:11:28 UTC; fdavidcl
Author: David Charte [aut, cre] (<https://orcid.org/0000-0002-4830-9512>),
  Francisco Charte [aut] (<https://orcid.org/0000-0002-3083-8942>)
Maintainer: David Charte <fdavidcl@ugr.es>
Repository: CRAN
Date/Publication: 2019-08-10 12:20:02 UTC
Built: R 4.2.0; ; 2022-04-26 08:42:25 UTC; unix
