diff --git a/R/tsibble-package.R b/R/tsibble-package.R index b57087f6..0051d12f 100644 --- a/R/tsibble-package.R +++ b/R/tsibble-package.R @@ -104,3 +104,13 @@ #' key = group #' ) "_PACKAGE" + +## This function is never called +## Exists to suppress this NOTE: +## "Namespaces in Imports field not imported from:" +## https://github.com/opencpu/opencpu/blob/10469ee3ddde0d0dca85bd96d2873869d1a64cd6/R/utils.R#L156-L165 +stub <- function() { + ## I have to use curl directly somewhere, if I import it. + ## I have to import it if I want to state a minimum version. + if (FALSE) lifecycle::deprecate_soft() +} diff --git a/inst/CITATION b/inst/CITATION index fb62f570..5145b3ae 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -1,6 +1,6 @@ citHeader("To cite tsibble in publications, please use:") -citEntry(entry = "article", +bibentry(bibtype = "Article", author = "Earo Wang and Dianne Cook and Rob J Hyndman", title = "A new tidy data structure to support exploration and modeling of temporal data", journal = "Journal of Computational and Graphical Statistics",