diff --git a/DESCRIPTION b/DESCRIPTION index 3fe4f6e..4e6310e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -7,7 +7,7 @@ Description: Inspired by tsfresh, this package calculate numerous features on an Imports: e1071, entropy, Langevin, Hmisc, forecast, stats, zoo, psych Depends: R (>= 3.4.0), tidyverse License: MIT -URL: https://github.com/nelsonroque/featuRe +URL: https://github.com/nelsonroque/tsfeaturex Encoding: UTF-8 LazyData: true RoxygenNote: 6.1.1 diff --git a/R/extract_features.R b/R/extract_features.R index adc1fa6..4e7b80e 100644 --- a/R/extract_features.R +++ b/R/extract_features.R @@ -21,7 +21,7 @@ extract_features <- function(df, group_var, value_var, features='all', custom_fe #' #' storing for multiple downstream purposes - VERSION_CODE = packageVersion("featuRe") + VERSION_CODE = utils::packageVersion("tsfeaturex") #' diff --git a/R/features_to_df.R b/R/features_to_df.R index 2f80d8a..77d7225 100644 --- a/R/features_to_df.R +++ b/R/features_to_df.R @@ -12,7 +12,7 @@ #' @export features_to_df <- function(df.list, group_var, data.format = "long", verbose=F) { - VERSION_CODE = packageVersion("featuRe") + VERSION_CODE = utils::packageVersion("tsfeaturex") # check list to make sure it is mergeable if(length(df.list) > 1){