Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename to tsfeaturex #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

uribo
Copy link

@uribo uribo commented Mar 6, 2019

Maybe because the old name (featuRe) is used, the demo code does not work.

library(tsfeaturex)
#> Loading required package: tidyverse

set.seed(516)

dat <- data.frame(expand.grid(day=c(1:7),id=c(1:100)))
dat$y <- rnorm(nrow(dat),5,1.5)
dat$y[1:3] <- NA

out.list <- extract_features(df=dat,group_var="id",value_var="y",features="all")
#> Error in packageVersion("featuRe"): package 'featuRe' not found

Created on 2019-03-06 by the reprex package (v0.2.1)

I added a commit to fix this. extract_features() now works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant