Skip to content
Snippets Groups Projects
Select Git revision
  • d7509d4eff053651b1f6c618657a73e0d409e521
  • main default protected
  • devel
  • feature/idefix
  • v0.2.0
5 results

DESCRIPTION

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    DESCRIPTION 980 B
    Package: simulateDCE
    Title: Simulate data for discrete choice experiments 
    Version: 0.1.2
    Authors@R: 
        person(given = "Julian", family = "Sagebiel", email = "julian.sagebiel@idiv.de", role = c("aut", "cre"),
               comment = c(ORCID = "0000-0002-0253-6875"))
        person(given = "Samuel", family = "Smock", email = "samuel.smock@idiv.de", role = c("aut", "cre"))
    Description: A package that supports simulating choice experiment data for given designs. It helps to quickly test different designs against each other.
    License: MIT + file LICENSE
    Encoding: UTF-8
    Roxygen: list(markdown = TRUE)
    RoxygenNote: 7.3.1
    Imports: 
        dplyr (>= 1.1.4),
        evd,
        formula.tools,
        ggplot2,
        kableExtra,
        magrittr,
        mixl,
        psych,
        purrr,
        readr,
        rmarkdown,
        stats,
        rlang,
        utils,
        stringr,
        tibble,
        tictoc,
        tidyr
    Suggests: 
        knitr,
        testthat (>= 3.0.0)
    Config/testthat/edition: 3
    Depends: 
        R (>= 3.6.0)
    VignetteBuilder: knitr