Skip to content

Commit

Permalink
Merge pull request #259 from hendersontrent/trent-2024
Browse files Browse the repository at this point in the history
doc fixes for v0.6.1 CRAN submission
  • Loading branch information
hendersontrent authored Mar 11, 2024
2 parents 0df3062 + 89ea11e commit 62945f7
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: theft
Type: Package
Title: Tools for Handling Extraction of Features from Time Series
Version: 0.6.1
Date: 2024-03-09
Date: 2024-03-11
Authors@R: c(
person("Trent", "Henderson", email = "then6675@uni.sydney.edu.au", role = c("cre", "aut")),
person("Annie", "Bryant", role = "ctb")
Expand All @@ -23,6 +23,7 @@ LazyData: true
Depends:
R (>= 3.5.0)
Imports:
utils,
rlang,
dplyr,
tidyr,
Expand All @@ -36,7 +37,7 @@ Imports:
reticulate,
R.matlab
Suggests:
thefttools,
theftdlc,
lifecycle,
cachem,
bslib,
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,5 @@ importFrom(tsfeatures,trev_num)
importFrom(tsfeatures,tsfeatures)
importFrom(tsfeatures,walker_propcross)
importFrom(utils,download.file)
importFrom(utils,packageVersion)
importFrom(utils,unzip)
1 change: 1 addition & 0 deletions R/theft.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#'
#' @description Tools for Handling Extraction of Features from Time-series
#'
#' @importFrom utils packageVersion
#' @importFrom rlang .data
#' @import Rcatch22
#' @importFrom tsfeatures lumpiness stability max_level_shift max_var_shift max_kl_shift crossing_points flat_spots hurst compengine autocorr_features pred_features station_features dist_features scal_features embed2_incircle firstzero_ac ac_9 firstmin_ac trev_num motiftwo_entro3 binarize_mean walker_propcross localsimple_taures sampen_first sampenc std1st_der spreadrandomlocal_meantaul histogram_mode outlierinclude_mdrmd fluctanal_prop_r1 entropy tsfeatures stl_features acf_features pacf_features holt_parameters hw_parameters heterogeneity nonlinearity arch_stat
Expand Down
2 changes: 1 addition & 1 deletion R/zzz.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

.onAttach <- function(libname, pkgname) {
packageStartupMessage("This is version ", packageVersion(pkgname),
packageStartupMessage("This is version ", utils::packageVersion(pkgname),
" of ", pkgname, ". All analysis and visualisation functions (plus a host of new ones!) have been moved to the {theftdlc} package\nand subsequently renamed and refactored.\nYou can install {theftdlc} via install.packages('theftdlc').\nPlease see https://hendersontrent.github.io/theftdlc/ for more.")
}
2 changes: 1 addition & 1 deletion docs/articles/theft.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pkgdown: 2.0.2
pkgdown_sha: ~
articles:
theft: theft.html
last_built: 2024-03-08T23:30Z
last_built: 2024-03-11T09:14Z
urls:
reference: https://hendersontrent.github.io/theft/reference
article: https://hendersontrent.github.io/theft/articles
Expand Down

0 comments on commit 62945f7

Please sign in to comment.