Type: Package
Package: MDP2
Title: Markov Decision Processes (MDPs)
Version: 2.1.2
Authors@R: 
    person("Lars", "Relund Nielsen", , "lars@relund.dk", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-4802-3071"))
Description: Create and optimize (semi) MDPs with discrete time steps and
    state space. Both hierarchical and ordinary-traditional MDPs can be
    modeled.
License: GPL (>= 3.3.2)
URL: https://relund.github.io/mdp/, https://github.com/relund/mdp/,
        http://relund.github.io/mdp/
BugReports: https://github.com/relund/mdp/issues
Depends: R (>= 4.1.0)
Imports: diagram, dplyr, stringr, tidyr, magrittr, methods, purrr,
        rlang, tibble, Rcpp (>= 0.11.5)
Suggests: knitr, Matrix, rmarkdown, testthat, readr, xml2, covr
LinkingTo: Rcpp
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.2.3
NeedsCompilation: yes
Packaged: 2023-01-29 14:08:38 UTC; au15463
Author: Lars Relund Nielsen [aut, cre]
    (<https://orcid.org/0000-0002-4802-3071>)
Maintainer: Lars Relund Nielsen <lars@relund.dk>
Repository: CRAN
Date/Publication: 2023-01-31 16:20:03 UTC
