Package: melt
Type: Package
Title: Multiple Empirical Likelihood Tests
Version: 1.4.0
Description: Performs multiple empirical likelihood tests for regression analysis. 
    Much of its functionality and syntax mimics the corresponding base R functions. 
    The core computational routines are implemented using the 'Eigen' C++ library 
    and 'RcppEigen' interface, with OpenMP for parallel computation. Additional 
    functions are available for multiple testing for the analysis of experimental 
    designs. Details of the testing procedures are given in Kim et al. (2021) 
    <arxiv:2112.09206>. 
URL: https://github.com/markean/melt
BugReports: https://github.com/markean/melt/issues
License: GPL (>= 2)
Depends: R (>= 3.6.0)
Imports: Rcpp (>= 1.0.6), stats
LinkingTo: Rcpp, RcppEigen, RcppProgress
Encoding: UTF-8
RoxygenNote: 7.1.2
NeedsCompilation: yes
Authors@R: 
    c(person(given = "Eunseop", 
             family = "Kim", 
             email = "kim.7302@osu.edu", 
             role = c("aut", "cre")),
      person(given = "Steven",
             family = "MacEachern",
             role = c("aut", "ths")),
      person(given = "Mario",
             family = "Peruggia",
             role = c("aut", "ths")))
Suggests: covr, knitr, rmarkdown, testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
Packaged: 2022-04-03 09:50:48 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-04-03 19:20:07 UTC
Built: R 4.0.5; x86_64-apple-darwin17.0; 2022-04-04 10:31:36 UTC; unix
Archs: melt.so.dSYM
