Thu Sep 16 22:41:01 2021 UTC ()
(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


(mef)
diff -r1.9 -r1.10 pkgsrc/math/R-gtools/Makefile
diff -r1.7 -r1.8 pkgsrc/math/R-gtools/distinfo

cvs diff -r1.9 -r1.10 pkgsrc/math/R-gtools/Makefile (expand / switch to unified diff)

--- pkgsrc/math/R-gtools/Makefile 2019/08/08 19:53:50 1.9
+++ pkgsrc/math/R-gtools/Makefile 2021/09/16 22:41:01 1.10
@@ -1,16 +1,19 @@ @@ -1,16 +1,19 @@
1# $NetBSD: Makefile,v 1.9 2019/08/08 19:53:50 brook Exp $ 1# $NetBSD: Makefile,v 1.10 2021/09/16 22:41:01 mef Exp $
2 2
3R_PKGNAME= gtools 3R_PKGNAME= gtools
4R_PKGVER= 3.8.1 4R_PKGVER= 3.9.2
5CATEGORIES= math 
6 5
7MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
8COMMENT= Various R programming tools 7COMMENT= Various R programming tools
9LICENSE= gnu-gpl-v2 8LICENSE= gnu-gpl-v2
10 9
11USE_LANGUAGES= c 10# Packages suggested but not available:
 11# 'gplots', 'rstudioapi', 'SGP', 'taxize'
 12
 13TEST_DEPENDS+= R-car-[0-9]*:../../math/R-car
 14TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
12 15
13CHECK_WRKREF_SKIP+= lib/R/library/gtools/libs/gtools.so 16CHECK_WRKREF_SKIP+= lib/R/library/gtools/libs/gtools.so
14 17
15.include "../../math/R/Makefile.extension" 18.include "../../math/R/Makefile.extension"
16.include "../../mk/bsd.pkg.mk" 19.include "../../mk/bsd.pkg.mk"

cvs diff -r1.7 -r1.8 pkgsrc/math/R-gtools/distinfo (expand / switch to unified diff)

--- pkgsrc/math/R-gtools/distinfo 2019/07/31 19:41:56 1.7
+++ pkgsrc/math/R-gtools/distinfo 2021/09/16 22:41:01 1.8
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.7 2019/07/31 19:41:56 brook Exp $ 1$NetBSD: distinfo,v 1.8 2021/09/16 22:41:01 mef Exp $
2 2
3SHA1 (R/gtools_3.8.1.tar.gz) = 45d08e751e136a8ef22e20744a1c51a180f77640 3SHA1 (R/gtools_3.9.2.tar.gz) = b57d084fe6eefd43d062c740935b80e1fd1e037d
4RMD160 (R/gtools_3.8.1.tar.gz) = 0dff26de020e4a67e744bc004226649f0166b85e 4RMD160 (R/gtools_3.9.2.tar.gz) = 93dab025d52df219363d8e9067b84e23f6025595
5SHA512 (R/gtools_3.8.1.tar.gz) = 69869ea5322046ca71d3a0ee1085ec193d79d90d0217105d437dc6d39dea8fb163c0e04bb5f375966ae0039ad83677d01ef3fcddc1be5cbabc169c621c2f5e93 5SHA512 (R/gtools_3.9.2.tar.gz) = edec7dbbe39975764d5acb0dfe465bb31636c6de4c51ee75eec67d9ba48bd3cd025751a115a314ff776d9b2581a3ea047feab85cd66840300a705c77b4b91c5f
6Size (R/gtools_3.8.1.tar.gz) = 187516 bytes 6Size (R/gtools_3.9.2.tar.gz) = 240402 bytes