-
I have the following code where I am using some functions from my own package:
```r
suppressPackageStartupMessages(library(modeltime))
suppressPackageStartupMessages(library(timetk))
suppressPac…
-
This function should return a two-sided moving average plot.
```r
library(healthyR.data)
library(dplyr)
library(timetk)
data_tbl %
filter(ip_op_flag == 'I') %>%
summarise_by_time(…
-
I am getting the following error:
```r
prep(rec_obj)
Error in UseMethod("prep") :
no applicable method for 'prep' applied to an object of class "c('step_hai_hyperbolic', 'step')"
```
Here…
-
Need to figure out how to plot the tuning grid, if not then drop it from the script and output
-
A plotting function `ts_sma_plot` gets a simple moving average of a provided order and plots it against the original data. This function should also allow for plotting multiple moving averages and sho…
-
https://usemodels.tidymodels.org/reference/templates.html
__Start__
```r
library(healthyverse)
library(dplyr)
library(recipes)
library(timetk)
library(rsample)
library(dials)
get_recipe_c…
-
First release:
* [x] `usethis::use_cran_comments()`
* [x] Proof read `Title:` and `Description:`
* [x] Check that all exported functions have `@returns` and `@examples`
* [x] Check that `Authors@R:` …
-
Tidy the below:
Add a column of harmonic number
Make the output a list object
See SO [https://stackoverflow.com/questions/41435777/perform-fourier-analysis-to-a-time-series-in-r#41465250](htt…
-
https://pycaret.org/trigonometry-features/
-
Prepare for release:
* [x] Check [current CRAN check results](https://cran.rstudio.org/web/checks/check_results_healthyR.ts.html)
* [x] [Polish NEWS](https://style.tidyverse.org/news.html#news-releas…