Package: dynfeature
Type: Package
Title: Feature Importance for Dynamic Processes
Version: 1.0.1
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>.
URL: https://github.com/dynverse/dynfeature
BugReports: https://github.com/dynverse/dynfeature/issues
License: MIT + file LICENSE
Encoding: UTF-8
Depends: R (>= 3.5.0)
Imports: dplyr, dynutils (>= 1.0.2), dynwrap (>= 1.0.0), purrr,
        methods, ranger, reshape2, testthat, tibble
Suggests: caret, covr
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2023-03-01 21:57:46 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: 2023-03-01 22:30:09 UTC
Built: R 4.1.3; ; 2023-04-17 19:31:06 UTC; windows
