pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/R-globals
Module Name: pkgsrc
Committed By: mef
Date: Sun Dec 18 02:06:36 UTC 2022
Modified Files:
pkgsrc/devel/R-globals: Makefile distinfo
Log Message:
(devel/R-globals) Updated 0.14.0 to 0.16.2
# Version 0.16.2 [2022-11-21]
## Documentation
* Drop duplicated arguments from `help("walkAST")`.
# Version 0.16.1 [2022-08-28]
## Bug Fixes
* `packagesOf()` for `Globals` failed to return the package of the
globals if the global doesn't have a closure, e.g. `base::pi`
and `data.table::.N`.
# Version 0.16.0 [2022-08-05]
## New Features
* Add `[[<-` and `[<-` for `Globals`, to complement `$<-`.
## Reproducibility
* All functions modifying a `Globals` object guarantee that the
`where` and the `class` attributes are always the last two
attributes and in that order.
## Bug Fixes
* `c()` for `Globals` would lose the `where` environment for any
functions appended.
# Version 0.15.1 [2022-06-24]
## Bug Fixes
* `cleanup()` assumed it was safe to call `env$.packageName` on each
scanned environment, but that might not be true. A classed
environment could be such that `$()` gives an error, rather than
returning something.
# Version 0.15.0 [2022-05-08]
## New Features
* `globalsOf()` gained argument `locals`, which controls whether
globals that exist in "local" environments of a function should be
considered or not, e.g. in `f <- local({ a <- 1; function() a })`,
should `a` be considered a global of `f()` or not. For backward
compatibility reasons, the default is `locals = TRUE`, but this
might become `locals = FALSE` in a later release.
* Any `globals.*` options specific to this packages can now be set
via environment variables `R_GLOBALS_*` when the package is loaded.
For example, `R_GLOBALS_DEBUG=true` sets option `globals.debug =
TRUE`.
## Bug Fixes
* `as.Globals(list(a = NULL))` and `c(Globals(), list(a = NULL))`
would include the calling environment instead of an empty
environment as part of the `where` attribute.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/R-globals/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/R-globals/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/R-globals/Makefile
diff -u pkgsrc/devel/R-globals/Makefile:1.1 pkgsrc/devel/R-globals/Makefile:1.2
--- pkgsrc/devel/R-globals/Makefile:1.1 Sat Sep 18 06:16:57 2021
+++ pkgsrc/devel/R-globals/Makefile Sun Dec 18 02:06:35 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2021/09/18 06:16:57 mef Exp $
+# $NetBSD: Makefile,v 1.2 2022/12/18 02:06:35 mef Exp $
R_PKGNAME= globals
-R_PKGVER= 0.14.0
+R_PKGVER= 0.16.2
CATEGORIES= devel
Index: pkgsrc/devel/R-globals/distinfo
diff -u pkgsrc/devel/R-globals/distinfo:1.3 pkgsrc/devel/R-globals/distinfo:1.4
--- pkgsrc/devel/R-globals/distinfo:1.3 Tue Oct 26 10:14:04 2021
+++ pkgsrc/devel/R-globals/distinfo Sun Dec 18 02:06:35 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 10:14:04 nia Exp $
+$NetBSD: distinfo,v 1.4 2022/12/18 02:06:35 mef Exp $
-BLAKE2s (R/globals_0.14.0.tar.gz) = 98fbc72fab7dfa4fea3ad02ab5aad0a126bc2f4db52ddc6bde2c3c11dc18cb79
-SHA512 (R/globals_0.14.0.tar.gz) = 6f4e8d8a2fcaacb393cee0e717ee81d266abcff727b7fb2c80a924c66fa5824374375812b156cdfe32b442329af9bae2fa6a1c9d596086b8cc59ab28df3e8929
-Size (R/globals_0.14.0.tar.gz) = 30786 bytes
+BLAKE2s (R/globals_0.16.2.tar.gz) = 31a2725fc264f1df036ea21cba9b020873ef20bc00dbaf46238341b4ff8e65d3
+SHA512 (R/globals_0.16.2.tar.gz) = 14aad89b46bc85122f08be2d3f28f28fde937b438a3c528950daae5aa14d4decefa04b22122eb762621e0a929ce37ee2ae4a1e7f7997dce210d6f372e640c20e
+Size (R/globals_0.16.2.tar.gz) = 35764 bytes
Home |
Main Index |
Thread Index |
Old Index