Skip to content

Commit

Permalink
import stats::cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
AQLT committed Mar 19, 2024
1 parent 33ca727 commit 6338d19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ importFrom(rJava,.jpackage)
importFrom(rJava,is.jnull)
importFrom(stats,.preformat.ts)
importFrom(stats,coef)
importFrom(stats,cycle)
importFrom(stats,df.residual)
importFrom(stats,end)
importFrom(stats,frequency)
Expand Down
2 changes: 1 addition & 1 deletion R/calendars.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#' @import checkmate
#' @importFrom methods is
#' @importFrom stats frequency ts is.ts is.mts start end
#' @importFrom stats frequency ts is.ts is.mts start end cycle
#' @include protobuf.R jd2r.R
NULL

Expand Down

0 comments on commit 6338d19

Please sign in to comment.