Skip to content

Commit

Permalink
Merge pull request #25 from hendersontrent/trent-dev-2024
Browse files Browse the repository at this point in the history
CRAN reupload
  • Loading branch information
hendersontrent authored Oct 4, 2024
2 parents a6700d1 + 69fecd1 commit 1c4b8fc
Show file tree
Hide file tree
Showing 43 changed files with 389 additions and 290 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: theftdlc
Type: Package
Title: Analyse and Interpret Time Series Features
Version: 0.1.1
Date: 2024-03-19
Version: 0.1.2
Date: 2024-10-04
Authors@R: c(
person("Trent", "Henderson", email = "[email protected]", role = c("cre", "aut"))
)
Expand Down Expand Up @@ -45,6 +45,6 @@ Suggests:
rmarkdown,
pkgdown,
testthat
RoxygenNote: 7.2.2
RoxygenNote: 7.2.3
VignetteBuilder: knitr
URL: https://hendersontrent.github.io/theftdlc/
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ calculate_features(data = theft::simData,
2 User != own null User accuracy 0.7066667 0.1111111
3 catch22 != own null catch22 accuracy 0.7066667 0.1600000
t_statistic p.value
1 9.089132 0.0008124621
2 5.512023 0.0052862976
3 7.363817 0.0018119523
1 9.089132 0.0004062310
2 5.512023 0.0026431488
3 7.363817 0.0009059762

In this example, `classify` and `compare_features` come from `theftdlc`.

Expand All @@ -129,33 +129,33 @@ and the software:

To cite package 'theft' in publications use:

Trent Henderson (2024). theft: Tools for Handling Extraction of
Features from Time Series. R package version 0.6.2.
https://hendersontrent.github.io/theft/
Henderson T (2024). _theft: Tools for Handling Extraction of Features
from Time Series_. R package version 0.6.3,
<https://hendersontrent.github.io/theft/>.

A BibTeX entry for LaTeX users is

@Manual{,
title = {theft: Tools for Handling Extraction of Features from Time Series},
author = {Trent Henderson},
year = {2024},
note = {R package version 0.6.2},
note = {R package version 0.6.3},
url = {https://hendersontrent.github.io/theft/},
}


To cite package 'theftdlc' in publications use:

Trent Henderson (2024). theftdlc: Analyse and Interpret Time Series
Features. R package version 0.1.1.
https://hendersontrent.github.io/theftdlc/
Henderson T (2024). _theftdlc: Analyse and Interpret Time Series
Features_. R package version 0.1.2,
<https://hendersontrent.github.io/theftdlc/>.

A BibTeX entry for LaTeX users is

@Manual{,
title = {theftdlc: Analyse and Interpret Time Series Features},
author = {Trent Henderson},
year = {2024},
note = {R package version 0.1.1},
note = {R package version 0.1.2},
url = {https://hendersontrent.github.io/theftdlc/},
}
Binary file modified README_files/figure-gfm/unnamed-chunk-4-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 5 additions & 6 deletions docs/404.html

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

7 changes: 3 additions & 4 deletions docs/LICENSE-text.html

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

Loading

0 comments on commit 1c4b8fc

Please sign in to comment.