Skip to content

Commit

Permalink
citEntry -> bibentry and resubmitted to cran
Browse files Browse the repository at this point in the history
  • Loading branch information
earowang committed Jan 29, 2024
1 parent a0cb32c commit 9e0057e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions R/tsibble-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}
2 changes: 1 addition & 1 deletion inst/CITATION
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 9e0057e

Please sign in to comment.