Package: kedis
Title: Disaggregation with Keras Neural Networks
Version: 0.2.0
Authors@R: 
    person("Jack", "Hall", , "jackhall1996@gmail.com", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-3016-7624"))
Description: Performs disaggregation regression using neural networks with a
    keras backend.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Imports: 
    caret,
    crayon,
    dplyr,
    generics,
    ggplot2,
    magrittr,
    Metrics,
    sf,
    stats,
    tensorflow,
    terra,
    tidyr,
    utils
Depends: 
    keras,
    R (>= 2.10)
