Skip to content

Commit

Permalink
Merge pull request #503 from spsanderson/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
spsanderson authored Nov 15, 2023
2 parents aa331dc + cfa4e1e commit 0a5292d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/utils-auto-stationarize.R
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ auto_stationarize <- function(.time_series) {

# Variables
time_series <- .time_series
freq <- frequency(.time_series)
freq <- stats::frequency(.time_series)
min_x <- min(.time_series)

# Check if the time series is already stationary
Expand Down
4 changes: 2 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## R CMD check results

0 errors | 0 warnings | 2 not2
0 errors | 0 warnings | 2 notes

* This is a patch release for 0.2.11
* This is a minor release for 0.3.0
* Add new functions.

0 comments on commit 0a5292d

Please sign in to comment.