From 54522bea34f0a9e63b3cfa950152b2428ae6265c Mon Sep 17 00:00:00 2001 From: Montasser Ghachem <37964692+monty-se@users.noreply.github.com> Date: Sun, 28 Jul 2024 13:16:12 +0200 Subject: [PATCH] docs: Replace '@doctype package' with '_Package' for documentation Replaced the deprecated '@doctype package' tag with '_Package' in the documentation to ensure proper generation of package documentation. --- DESCRIPTION | 2 +- R/PINstimation.R | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 43a659b..b66ddf0 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -15,7 +15,7 @@ License: GPL (>= 3) Encoding: UTF-8 LazyData: true LazyDataCompression: xz -RoxygenNote: 7.2.1 +RoxygenNote: 7.3.1 Roxygen: list(markdown = TRUE) VignetteBuilder: knitr Imports: Rdpack, knitr, methods, skellam, nloptr, furrr, future, dplyr, rmarkdown, coda diff --git a/R/PINstimation.R b/R/PINstimation.R index cd44dd3..8cd798b 100644 --- a/R/PINstimation.R +++ b/R/PINstimation.R @@ -239,4 +239,5 @@ #' #' #' @name PINstimation-package +"_PACKAGE" NULL