Package: optedr
Title: Calculating Optimal and D-Augmented Designs
Version: 2.0.0
Authors@R: 
    c(person(given = "Carlos",
           family = "de la Calle-Arroyo",
           role = c("aut", "cre"),
           email = "carlos.calle.arroyo@gmail.com",
           comment = c(ORCID = "0000-0002-5099-888X")),
      person(given = "Jesús",
           family = "López-Fidalgo",
           role = c("aut"),
           comment = c(ORCID = "0000-0001-7502-8188")), 
      person(given = "Licesio J.",
           family = "Rodríguez-Aragón",
           role = c("aut"),
           comment = c(ORCID = "0000-0003-4970-3877")) 
           )
Description: Calculates D-, Ds-, A- and I-optimal designs for non-linear models, via an implementation of the cocktail algorithm (Yu, 2011, <doi:10.1007/s11222-010-9183-2>). Compares designs via their efficiency, and D-augments any design with a controlled efficiency. An efficient rounding function has been provided to transform approximate designs to exact designs.
License: GPL-3
Encoding: UTF-8
URL: https://github.com/kezrael/optedr
BugReports: https://github.com/kezrael/optedr/issues
RoxygenNote: 7.2.1
Suggests: testthat (>= 3.0.0), mockery, markdown, tidyverse, DT,
        shinydashboard, shinyalert, plotly, hrbrthemes, shinyjs,
        orthopolynom, magrittr
Imports: ggplot2, purrr, rlang, crayon, cli, dplyr, nleqslv, shiny,
        utils
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2022-11-18 15:52:27 UTC; cdelacallea
Author: Carlos de la Calle-Arroyo [aut, cre]
    (<https://orcid.org/0000-0002-5099-888X>),
  Jesús López-Fidalgo [aut] (<https://orcid.org/0000-0001-7502-8188>),
  Licesio J. Rodríguez-Aragón [aut]
    (<https://orcid.org/0000-0003-4970-3877>)
Maintainer: Carlos de la Calle-Arroyo <carlos.calle.arroyo@gmail.com>
Repository: CRAN
Date/Publication: 2022-11-18 16:40:02 UTC
Built: R 4.1.2; ; 2022-11-19 12:21:28 UTC; unix
