Skip to content

Rename to tsfeaturex#1

Open
uribo wants to merge 1 commit intonelsonroque:masterfrom
uribo:fix-pkg-name
Open

Rename to tsfeaturex#1
uribo wants to merge 1 commit intonelsonroque:masterfrom
uribo:fix-pkg-name

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