Package: dynfeature
Type: Package
Title: Feature Importance for Dynamic Processes
Version: 1.0.0
Authors@R: 
    c(person(given = "Robrecht",
             family = "Cannoodt",
             role = c("aut", "cre"),
             email = "rcannood@gmail.com",
             comment = c(ORCID = "0000-0003-3641-729X", github = "rcannood")),
      person(given = "Wouter",
             family = "Saelens",
             role = "aut",
             email = "wouter.saelens@gmail.com",
             comment = c(ORCID = "0000-0002-7114-6248", github = "zouter")))
Description: Calculating feature importance scores from trajectories using the random forests algorithm and more. Saelens and Cannoodt et
    al. (2019) <doi:10.1038/s41587-019-0071-9>.
License: GPL-3
Encoding: UTF-8
Imports: dplyr, dynutils (>= 1.0.2), dynwrap (>= 1.0.0), purrr,
        magrittr, methods, ranger, reshape2, testthat, tidyr, tibble
Suggests: caret, covr
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2021-06-11 10:52:52 UTC; rcannood
Author: Robrecht Cannoodt [aut, cre] (<https://orcid.org/0000-0003-3641-729X>,
    rcannood),
  Wouter Saelens [aut] (<https://orcid.org/0000-0002-7114-6248>, zouter)
Maintainer: Robrecht Cannoodt <rcannood@gmail.com>
Repository: CRAN
Date/Publication: 2021-06-14 07:30:12 UTC
Built: R 4.0.2; ; 2021-06-15 11:35:06 UTC; unix
