Skip to content

Commit

Permalink
use @exportS3Method NULL tag to avoid roxygen messages and not export…
Browse files Browse the repository at this point in the history
… generic
  • Loading branch information
joethorley committed Sep 26, 2024
1 parent 7a61f2e commit eb0c178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/numericise.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' @export
#' @exportS3Method NULL
numericise.list <- function(x, ...) lapply(x, numericise)

numericise.nlist <- function(x, ...) x

0 comments on commit eb0c178

Please sign in to comment.