Skip to content

Commit

Permalink
Updated version and added recent publication
Browse files Browse the repository at this point in the history
  • Loading branch information
mladenjovanovic committed May 2, 2024
1 parent 7c3d9a5 commit 7867ae4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Authors@R:
email = "[email protected]",
comment = c(ORCID = "0000-0002-4013-6530"))
)
Version: 3.1.0.9000
Version: 3.1.1
Description: Create short sprint acceleration-velocity (AVP) and force-velocity (FVP) profiles
and predict kinematic and kinetic variables using the timing-gate split times, laser or
radar gun data, tether devices data, as well as the data provided by the GPS and LPS
Expand All @@ -19,8 +19,9 @@ Description: Create short sprint acceleration-velocity (AVP) and force-velocity
Clark KP, Rieger RH, Bruno RF, Stearne DJ. (2017) <doi: 10.1519/JSC.0000000000002081>,
Samozino P. (2018) <doi: 10.1007/978-3-319-05633-3_11>,
Samozino P. and Peyrot N., et al (2022) <doi: 10.1111/sms.14097>,
Clavel, P., et al (2023) <doi: 10.1016/j.jbiomech.2023.111602>, and
Jovanovic M. (2023) <doi: 10.1080/10255842.2023.2170713>.
Clavel, P., et al (2023) <doi: 10.1016/j.jbiomech.2023.111602>,
Jovanovic M. (2023) <doi: 10.1080/10255842.2023.2170713>, and
Jovanovic M. et al (2024) <doi: 10.3390/s24092894>
URL: https://mladenjovanovic.github.io/shorts/
BugReports: https://github.com/mladenjovanovic/shorts/issues
License: MIT + file LICENSE
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# shorts (development version)
# shorts 3.1.1

* For `model_in_situ()` function, the filtering parameters (`velocity_threshold`, `velocity_step`, and `n_observations`) are returned in the `corrections` element of the returned object. These are also returned in the `CV` element of the returned object for every cross-validation fold
* `velocity_threshold` parameter in the `model_in_situ()` function is now by default `NULL`, in which case the velocity of the observation with the fastest acceleration is taken as the cutoff value
Expand Down
2 changes: 1 addition & 1 deletion inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ bibentry(
email = "[email protected]")
),
year = "2024",
note = "R package version 3.1.0.9000",
note = "R package version 3.1.1",
url = "https://CRAN.R-project.org/package=shorts",
key = "shorts-package"
)

0 comments on commit 7867ae4

Please sign in to comment.