Type: Package
Package: melt
Title: Multiple Empirical Likelihood Tests
Version: 1.5.2
Authors@R: c(
    person("Eunseop", "Kim", , "kim.7302@osu.edu", role = c("aut", "cre")),
    person("Steven", "MacEachern", role = c("aut", "ths")),
    person("Mario", "Peruggia", role = c("aut", "ths"))
  )
Description: Performs multiple empirical likelihood tests for linear and
    generalized linear models.  The core computational routines are
    implemented using the 'Eigen' C++ library and 'RcppEigen' interface,
    with OpenMP for parallel computation. Details of multiple testing
    procedures are given in Kim et al. (2021) <arxiv:2112.09206>.
License: GPL (>= 2)
URL: https://github.com/markean/melt
BugReports: https://github.com/markean/melt/issues
Depends: R (>= 4.0.0)
Imports: methods, Rcpp (>= 1.0.8), stats
Suggests: covr, knitr, rmarkdown, spelling, testthat (>= 3.0.0)
LinkingTo: Rcpp, RcppEigen, RcppProgress
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
NeedsCompilation: yes
RoxygenNote: 7.2.0
Packaged: 2022-06-15 02:07:19 UTC; markean
Author: Eunseop Kim [aut, cre],
  Steven MacEachern [aut, ths],
  Mario Peruggia [aut, ths]
Maintainer: Eunseop Kim <kim.7302@osu.edu>
Repository: CRAN
Date/Publication: 2022-06-15 06:20:06 UTC
