pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/R-gtools (math/R-gtools) Updated 3.8.1 to 3.9.2
details: https://anonhg.NetBSD.org/pkgsrc/rev/3760275607c1
branches: trunk
changeset: 458485:3760275607c1
user: mef <mef%pkgsrc.org@localhost>
date: Thu Sep 16 22:41:01 2021 +0000
description:
(math/R-gtools) Updated 3.8.1 to 3.9.2
gtools 3.9.2 - 2021-06-03
-------------------------
Bug fixes:
- Fix missing man page and export for `combinations` and `permutations`.
Behind the scenes:
- Fixed more spelling/typographical errors, mostly in `NEWS.md`.
- Speed up `checkRversion` by removing checks for versions 2.x and 3.x.
gtools 3.9.1 - 2021-06-01
-------------------------
Bug fixes:
- Use valid HTTP request for example in `setTCPNoDelay` to prevent
errors when running tests.
Behind the scenes:
- Fixed numerous spelling/typographical errors.
- Update obsolete http URLs to https
gtools 3.9.0 - 2021-05-31
-------------------------
New functions:
- New `script_file` and `script_path` functions to obtain the
directory or full path to the currently executing script.
- New 'stat_mode` function to calculate the statistical mode (most
frequently occurring value).
- New `capwords` function to apply title capitalization rules to a
character vector.
- Move `baseOf` from `gplots` as requested by Steffen Möller. #2
New parameters:
- Add `scientific` parameter to `mixedsort` and `mixedorder` to
control whether numbers in scientific notation are recognized.
Resolved #7.
- Enhance `invalid` to detect `try-error` objects. #6
Bug fixes:
- Add support for R version 4 to `checkRVersion`. Resolved #5.
- Correct bug in `lastAdd` by explicitly checking for a `.Last` of
mode function.
Behind the scenes:
- Modernize package code by using `roxygen2` for documentation and
managing the NAMESPACE.
- Modernize C function registration.
- Replace http URLs with `https` and resolve broken links.
- Add github actions to automated testing
- Use pkgdown to generate HTML documentation.
- Use `styler` package to standardize R code formatting.
gtools 3.8.2 - 2020-03-23
-------------------------
Minor changes to support R 4.0
diffstat:
math/R-gtools/Makefile | 11 +++++++----
math/R-gtools/distinfo | 10 +++++-----
2 files changed, 12 insertions(+), 9 deletions(-)
diffs (40 lines):
diff -r 3b668c4a8a6f -r 3760275607c1 math/R-gtools/Makefile
--- a/math/R-gtools/Makefile Thu Sep 16 22:17:52 2021 +0000
+++ b/math/R-gtools/Makefile Thu Sep 16 22:41:01 2021 +0000
@@ -1,14 +1,17 @@
-# $NetBSD: Makefile,v 1.9 2019/08/08 19:53:50 brook Exp $
+# $NetBSD: Makefile,v 1.10 2021/09/16 22:41:01 mef Exp $
R_PKGNAME= gtools
-R_PKGVER= 3.8.1
-CATEGORIES= math
+R_PKGVER= 3.9.2
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
COMMENT= Various R programming tools
LICENSE= gnu-gpl-v2
-USE_LANGUAGES= c
+# Packages suggested but not available:
+# 'gplots', 'rstudioapi', 'SGP', 'taxize'
+
+TEST_DEPENDS+= R-car-[0-9]*:../../math/R-car
+TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
CHECK_WRKREF_SKIP+= lib/R/library/gtools/libs/gtools.so
diff -r 3b668c4a8a6f -r 3760275607c1 math/R-gtools/distinfo
--- a/math/R-gtools/distinfo Thu Sep 16 22:17:52 2021 +0000
+++ b/math/R-gtools/distinfo Thu Sep 16 22:41:01 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2019/07/31 19:41:56 brook Exp $
+$NetBSD: distinfo,v 1.8 2021/09/16 22:41:01 mef Exp $
-SHA1 (R/gtools_3.8.1.tar.gz) = 45d08e751e136a8ef22e20744a1c51a180f77640
-RMD160 (R/gtools_3.8.1.tar.gz) = 0dff26de020e4a67e744bc004226649f0166b85e
-SHA512 (R/gtools_3.8.1.tar.gz) = 69869ea5322046ca71d3a0ee1085ec193d79d90d0217105d437dc6d39dea8fb163c0e04bb5f375966ae0039ad83677d01ef3fcddc1be5cbabc169c621c2f5e93
-Size (R/gtools_3.8.1.tar.gz) = 187516 bytes
+SHA1 (R/gtools_3.9.2.tar.gz) = b57d084fe6eefd43d062c740935b80e1fd1e037d
+RMD160 (R/gtools_3.9.2.tar.gz) = 93dab025d52df219363d8e9067b84e23f6025595
+SHA512 (R/gtools_3.9.2.tar.gz) = edec7dbbe39975764d5acb0dfe465bb31636c6de4c51ee75eec67d9ba48bd3cd025751a115a314ff776d9b2581a3ea047feab85cd66840300a705c77b4b91c5f
+Size (R/gtools_3.9.2.tar.gz) = 240402 bytes
Home |
Main Index |
Thread Index |
Old Index