From 640591072e8b374e8e36193800a99aaab1ec9d68 Mon Sep 17 00:00:00 2001 From: markean Date: Thu, 15 Feb 2024 22:29:11 -0500 Subject: [PATCH] pkgdown test --- _pkgdown.yml | 2 -- man/melt-package.Rd | 2 ++ .github/workflows/pkgdown.yaml => pkgdown.yaml | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/pkgdown.yaml => pkgdown.yaml (100%) diff --git a/_pkgdown.yml b/_pkgdown.yml index 2e44ce5..505c6e1 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -1,7 +1,5 @@ url: https://docs.ropensci.org/melt/ navbar: - title: melt - type: default left: - text: References href: reference/index.html diff --git a/man/melt-package.Rd b/man/melt-package.Rd index f56002f..3a91bfa 100644 --- a/man/melt-package.Rd +++ b/man/melt-package.Rd @@ -6,6 +6,8 @@ \alias{melt-package} \title{melt: Multiple Empirical Likelihood Tests} \description{ +\if{html}{\figure{logo.png}{options: style='float: right' alt='logo' width='120'}} + Performs multiple empirical likelihood tests. It 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 provided in Kim, MacEachern, and Peruggia (2023) \doi{10.1080/10485252.2023.2206919}. A companion paper by Kim, MacEachern, and Peruggia (2024) \doi{10.18637/jss.v108.i05} is available for further information. This work was supported by the U.S. National Science Foundation under Grants No. SES-1921523 and DMS-2015552. } \references{ diff --git a/.github/workflows/pkgdown.yaml b/pkgdown.yaml similarity index 100% rename from .github/workflows/pkgdown.yaml rename to pkgdown.yaml