Skip to content

Commit

Permalink
Merge pull request #515 from spsanderson/development
Browse files Browse the repository at this point in the history
udpates
  • Loading branch information
spsanderson authored Jul 5, 2024
2 parents fd69d61 + defefc6 commit ccc7df3
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ License: MIT + file LICENSE
Encoding: UTF-8
LazyData: false
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
RoxygenNote: 7.3.2
URL: https://www.spsanderson.com/healthyR.ts/, https://github.com/spsanderson/healthyR.ts
BugReports: https://github.com/spsanderson/healthyR.ts/issues
Imports:
Expand Down
File renamed without changes.
3 changes: 1 addition & 2 deletions R/ts_random_walk.R → R/ts-random-walk.R
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,7 @@ ts_random_walk <- function(
# Calculate cumulative product of each random walk
dplyr::mutate(cum_y = .initial_value * cumprod(1 + y)) |>
# Remove grouping to improve future performance
dplyr::ungroup() |>
dplyr::as_tibble()
dplyr::ungroup()

# Attach descriptive attributes to tibble
attr(df, ".mean") <- .mean
Expand Down
2 changes: 1 addition & 1 deletion man/ts_forecast_simulator.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/ts_random_walk.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ccc7df3

Please sign in to comment.