Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (1h)  pkgsrc-2024Q1 (10d)  pkgsrc-2023Q4 (57d)  pkgsrc-2023Q2 (90d)  pkgsrc-2023Q3 (169d) 

2024-05-28 12:30:59 UTC Now

2021-11-27 22:39:02 UTC MAIN commitmail json YAML

(devel/R-R.utils) Updated 2.10.1 to 2.11.0

Version: 2.11.0 [2021-09-25]
NEW FEATURES:

* Now insert() support duplicates in 'ats', which then results in the
  corresponding 'values' being inserted in order at those duplicated indices.

* Relaxed insert() to accept a 'values' argument that is a list but not
  necessarily a formal vector.

* Now queryRCmdCheck() sets environment variable R_CMD_CHECK=true if it
  detects 'R CMD check' is running.

* Added format() for 'binmode'.

* hpaste() gained argument 'empty', which can be used to control what to
  return in case the output is of length zero.

BUG FIXES:

* gcDLLs() produced a "In sprintf(...) : argument not used by format" warning
  when giving an error message on what DLLs it failed to unload.

* Arguments$getVector() could produce an error on "argument is missing, with
  no default" while trying to signal an assertion error.

* intToHex() and intToOct() would no longer pad with zero on recent R-devel
  (to become R 4.2.0) versions.

(mef)