Package: ino
Title: Initialization of Numerical Optimization
Version: 0.2.0
Date: 2022-09-28
Authors@R: c(
    person("Lennart", "Oelschl\u00e4ger", 
           email = "oelschlaeger.lennart@gmail.com", 
           role = c("aut", "cre"),
           comment = c(ORCID = "0000-0001-5421-9313")),
    person("Marius", "\u00d6tting", 
           email = "marius.oetting@uni-bielefeld.de", 
           role = c("aut"),
           comment = c(ORCID = "0000-0002-9373-0365"))
           )
Description: Implementation of initialization strategies for the 
    numerical optimization of real-valued functions, in particular likelihood
    functions of statistical models.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
LazyDataCompression: xz
RoxygenNote: 7.2.1
Imports: ggplot2, rlang, mvtnorm, crayon, cli, progress, dplyr,
        foreach, doSNOW, ao (>= 0.2.3)
Suggests: knitr, rmarkdown, testthat (>= 3.0.0), purrr, pracma, fHMM
Config/testthat/edition: 3
URL: https://github.com/loelschlaeger/ino
BugReports: https://github.com/loelschlaeger/ino/issues
VignetteBuilder: knitr
Depends: R (>= 4.0.0), optimizeR
NeedsCompilation: no
Packaged: 2022-09-28 13:12:36 UTC; loelschlaeger
Author: Lennart Oelschläger [aut, cre]
    (<https://orcid.org/0000-0001-5421-9313>),
  Marius Ötting [aut] (<https://orcid.org/0000-0002-9373-0365>)
Maintainer: Lennart Oelschläger <oelschlaeger.lennart@gmail.com>
Repository: CRAN
Date/Publication: 2022-09-29 06:10:08 UTC
