diff options
author | Johannes Ranke <johannes.ranke@jrwb.de> | 2025-02-13 12:43:29 +0100 |
---|---|---|
committer | Johannes Ranke <johannes.ranke@jrwb.de> | 2025-02-13 13:48:57 +0100 |
commit | 328d1173db2395c1a5705b5f0980e2956db8be1f (patch) | |
tree | ce7eb2d2476230c0b8935eeb2d42b5234479e670 /R/nlme.R | |
parent | ba3eaa0d61d4980a61ebbcd105f07d21dd2aabb6 (diff) |
Update wordlist, bump date and simplify DESCRIPTION
Also, the R-Universe URL that the badge points to is updated
Diffstat (limited to 'R/nlme.R')
-rw-r--r-- | R/nlme.R | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -126,7 +126,7 @@ nlme_function <- function(object) { #' @rdname nlme #' @importFrom rlang !!! -#' @return A \code{\link{groupedData}} object +#' @return A `nlme::groupedData` object #' @export nlme_data <- function(object) { if (nrow(object) > 1) stop("Only row objects allowed") |