From 76efacb43f3bcdacadb5a481f4d7b52b3a91fb20 Mon Sep 17 00:00:00 2001 From: hydoh Date: Tue, 13 Sep 2022 17:33:30 +0900 Subject: [PATCH] Fix pkgdown error about including all topics in reference index --- R/man/hBayesDM-package.Rd | 1 + R/man/plot.hBayesDM.Rd | 1 + 2 files changed, 2 insertions(+) diff --git a/R/man/hBayesDM-package.Rd b/R/man/hBayesDM-package.Rd index 5864849a..01aa9096 100644 --- a/R/man/hBayesDM-package.Rd +++ b/R/man/hBayesDM-package.Rd @@ -71,3 +71,4 @@ Nathaniel Haines \email{haines.175@osu.edu} Lei Zhang \email{bnuzhanglei2008@gmail.com} } +\keyword{internal} diff --git a/R/man/plot.hBayesDM.Rd b/R/man/plot.hBayesDM.Rd index 2e60b0bf..b023e5e7 100644 --- a/R/man/plot.hBayesDM.Rd +++ b/R/man/plot.hBayesDM.Rd @@ -29,3 +29,4 @@ \description{ General Purpose Plotting for hBayesDM. This function plots hyper parameters. } +\keyword{internal}