From 89e1a727b176275b953026efdbf02735b704f70a Mon Sep 17 00:00:00 2001 From: "Aaron A. King" Date: Thu, 15 Feb 2024 08:57:41 -0500 Subject: [PATCH] include 'melt' in manual --- DESCRIPTION | 4 ++-- R/melt.R | 1 - man/melt.Rd | 1 - 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 9fa9f3808..f394c0e47 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: pomp Type: Package Title: Statistical Inference for Partially Observed Markov Processes -Version: 5.6.0.0 -Date: 2024-02-14 +Version: 5.6.0.1 +Date: 2024-02-15 Authors@R: c(person(given=c("Aaron","A."),family="King",role=c("aut","cre"),email="kingaa@umich.edu",comment=c(ORCID="0000-0001-6159-3207")), person(given=c("Edward","L."),family="Ionides",role="aut",comment=c(ORCID="0000-0002-4190-0174")) , person(given="Carles",family="Bretó",role="aut",comment=c(ORCID="0000-0003-4695-4902")), diff --git a/R/melt.R b/R/melt.R index f7bae5397..40ace2ce9 100644 --- a/R/melt.R +++ b/R/melt.R @@ -7,7 +7,6 @@ ##' ##' @name melt ##' @rdname melt -##' @keywords internal ##' @aliases melt,ANY-method melt,missing-method ##' @param data object to convert ##' @param ... ignored diff --git a/man/melt.Rd b/man/melt.Rd index b1a0c6a60..ba3e843aa 100644 --- a/man/melt.Rd +++ b/man/melt.Rd @@ -33,4 +33,3 @@ A list can be melted into a data frame. This operation is recursive. A variable will be appended to distinguish the separate list entries. } -\keyword{internal}