1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

finance/R-cran-TTR: Update to 0.24.4

- Update pkg-descr

Reported by:	portscout
This commit is contained in:
TAKATSU Tomonari 2023-12-10 15:29:14 +00:00
parent 452f0014ea
commit e4be0753a7
3 changed files with 10 additions and 11 deletions

View File

@ -1,6 +1,5 @@
PORTNAME= TTR
DISTVERSION= 0.24.3
PORTREVISION= 1
DISTVERSION= 0.24.4
CATEGORIES= finance
DISTNAME= ${PORTNAME}_${DISTVERSION}
@ -10,11 +9,9 @@ WWW= https://cran.r-project.org/web/packages/TTR/
LICENSE= GPLv2+
CRAN_DEPENDS= R-cran-xts>=0.10.0:math/R-cran-xts \
R-cran-zoo>0:math/R-cran-zoo \
R-cran-curl>0:ftp/R-cran-curl
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= R-cran-curl>0:ftp/R-cran-curl \
R-cran-xts>=0.10.0:math/R-cran-xts \
R-cran-zoo>0:math/R-cran-zoo
USES= cran:auto-plist,compiles

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1639486434
SHA256 (TTR_0.24.3.tar.gz) = 4d9aef32647664be5cf965b05f21ed62cde9425fa87c21530852e05ef7aaba87
SIZE (TTR_0.24.3.tar.gz) = 317338
TIMESTAMP = 1702222047
SHA256 (TTR_0.24.4.tar.gz) = 89732b9c359bae2f41cd23db649f0897c10fab0702d780c4c25a997322710284
SIZE (TTR_0.24.4.tar.gz) = 318965

View File

@ -1 +1,3 @@
Functions and data to construct technical trading rules with R.
A collection of over 50 technical indicators for creating technical
trading rules. The package also provides fast implementations of
common rolling-window functions, and several volatility calculations.