Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion R/extract_features.R
Original file line number Diff line number Diff line change
Expand Up @@ -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")

#'

Expand Down
2 changes: 1 addition & 1 deletion R/features_to_df.R
Original file line number Diff line number Diff line change
Expand Up @@ -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){
Expand Down