Package: optedr
Title: Calculating Optimal and D-Augmented Designs
Version: 1.0.1
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.1.1
Suggests: testthat (>= 3.0.0), mockery, markdown, tidyverse
Imports: ggplot2, purrr, rlang, crayon, cli, magrittr, dplyr, nleqslv,
        shiny, DT, shinydashboard, shinyalert, plotly, hrbrthemes,
        shinyjs, orthopolynom
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2022-01-20 09:07:17 UTC; Carlos.CalleArroyo
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-01-20 09:52:42 UTC
Built: R 4.0.5; ; 2022-01-25 06:21:04 UTC; unix
