Type: Package
Package: melt
Title: Multiple Empirical Likelihood Tests
Version: 1.10.0
Authors@R: c(
    person("Eunseop", "Kim", email = "markean@pm.me", 
            role = c("aut", "cre")),
    person("Steven", "MacEachern", role = c("ctb", "ths")),
    person("Mario", "Peruggia", role = c("ctb", "ths")),
    person("Pierre", "Chausse", role = "rev"),
    person("Alex", "Stringer", role = "rev")
  )
Description: Performs multiple empirical likelihood tests for linear and
    generalized linear models. The package offers an easy-to-use interface
    and flexibility in specifying hypotheses and calibration methods,
    extending the framework to simultaneous inferences. The core
    computational routines are implemented using the 'Eigen' C++ library
    and 'RcppEigen' interface, with OpenMP for parallel computation.
    Details of the testing procedures are given in Kim, MacEachern, and
    Peruggia (2023) <doi:10.1080/10485252.2023.2206919>. This work was supported 
    by the U.S. National Science Foundation under Grants No. SES-1921523 and 
    DMS-2015552.
License: GPL (>= 2)
URL: https://docs.ropensci.org/melt/, https://github.com/ropensci/melt
BugReports: https://github.com/ropensci/melt/issues
Depends: R (>= 4.1.0)
Imports: graphics, methods, Rcpp, stats, utils
Suggests: covr, ggplot2, knitr, microbenchmark, R.rsp, rmarkdown,
        spelling, testthat (>= 3.0.0), withr
LinkingTo: BH, dqrng, Rcpp, RcppEigen
VignetteBuilder: knitr, R.rsp
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
NeedsCompilation: yes
RoxygenNote: 7.2.3
Packaged: 2023-05-23 04:10:16 UTC; markean
Author: Eunseop Kim [aut, cre],
  Steven MacEachern [ctb, ths],
  Mario Peruggia [ctb, ths],
  Pierre Chausse [rev],
  Alex Stringer [rev]
Maintainer: Eunseop Kim <markean@pm.me>
Repository: CRAN
Date/Publication: 2023-05-23 07:10:02 UTC
Built: R 4.2.0; x86_64-apple-darwin17.0; 2023-05-24 11:13:27 UTC; unix
Archs: melt.so.dSYM
