New Upstream Snapshot - r-cran-bindr

Ready changes

Summary

Merged new upstream version: 0.1.1+git20180319.1.b6e6fd6 (was: 0.1.1).

Resulting package

Built on 2023-01-20T05:06 (took 4m0s)

The resulting binary packages can be installed (if you have the apt repository enabled) by running one of:

apt install -t fresh-snapshots r-cran-bindr

Lintian Result

Diff

diff --git a/DESCRIPTION b/DESCRIPTION
index c7b5d13..0f7caa2 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,6 +1,6 @@
 Package: bindr
 Title: Parametrized Active Bindings
-Version: 0.1.1
+Version: 0.1.1.9000
 Authors@R: c(
     person("Kirill", "M\u00fcller", role = c("aut", "cre"), email = "krlmlr+r@mailbox.org", comment = c(ORCID = "0000-0002-1416-3412")),
     person("RStudio", role = c("cph", "fnd"))
@@ -8,17 +8,15 @@ Authors@R: c(
 Description: Provides a simple interface for creating active bindings where the
     bound function accepts additional arguments.
 Suggests: testthat
-LazyData: true
 Date: 2018-03-13
 BugReports: https://github.com/krlmlr/bindr/issues
 URL: https://github.com/krlmlr/bindr, https://krlmlr.github.io/bindr
+Roxygen: list(markdown = TRUE)
 RoxygenNote: 6.0.1.9000
 License: MIT + file LICENSE
 Encoding: UTF-8
 NeedsCompilation: no
-Packaged: 2018-03-13 00:31:30 UTC; muelleki
+Packaged: 2023-01-20 05:04:02 UTC; root
 Author: Kirill Müller [aut, cre] (<https://orcid.org/0000-0002-1416-3412>),
   RStudio [cph, fnd]
 Maintainer: Kirill Müller <krlmlr+r@mailbox.org>
-Repository: CRAN
-Date/Publication: 2018-03-13 08:21:23 UTC
diff --git a/MD5 b/MD5
deleted file mode 100644
index 4f3cd9f..0000000
--- a/MD5
+++ /dev/null
@@ -1,15 +0,0 @@
-b809bf456aed210fdc09b113f07938b6 *DESCRIPTION
-d3d2f503f5c96ac395a270e7c295ec0b *LICENSE
-bfedbdf528857533acbe57424d0ec1ca *NAMESPACE
-274d33525c49eb357007b7591aaf56fe *NEWS.md
-bbb31f70697967217d6e88924f7e57c9 *R/bindr-package.R
-547292d499d8c53f27f0b467525c3a62 *R/populate.R
-5611cbfe0dd9321ce00c7a95a7f5eb4b *R/utils.R
-c0f563878c31ed42168122f032ba0c31 *README.md
-ec81b516ad736bd685eeb759d985bec4 *man/bindr-package.Rd
-39a411da38fb6c1222bad41c347a2337 *man/create_env.Rd
-7b310fee9dbf98b1fb3871318e3c11eb *tests/testthat.R
-bf3390049228444b38220186aee7682e *tests/testthat/test-create.R
-581b1074ae18ceeb5c6ca14e0135fd5a *tests/testthat/test-error.R
-f1b0f8af870fd86f7e6adac2ed61b269 *tests/testthat/test-payload.R
-9bce0026de3423008f59c97f753d4383 *tests/testthat/test-populate.R
diff --git a/NEWS.md b/NEWS.md
index be7e87c..dde6351 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,4 +1,6 @@
-## bindr 0.1.1 (2018-03-13)
+# bindr 0.1.1.9000
+
+# bindr 0.1.1 (2018-03-13)
 
 - Improve performance for very large environments for `create_env()` and `populate_env()`.
 - Force the `fun` argument just to be sure.
diff --git a/R/populate.R b/R/populate.R
index 9427a3d..4d81e95 100644
--- a/R/populate.R
+++ b/R/populate.R
@@ -75,13 +75,13 @@ to_symbol_encoding <- function(x) enc2native(x)
 make_make_active_binding_fun <- function(.envir) {
   make_active_binding_fun <- function(name, fun, ...) {
     force(name)
-    force(fun)
+    bindr_fun <- fun
     list(...)
     function(value) {
       if (!missing(value)) {
         stop("Binding is read-only.", call. = FALSE)
       }
-      fun(name, ...)
+      bindr_fun(name, ...)
     }
   }
 
diff --git a/debian/changelog b/debian/changelog
index dce9ae4..51c6c63 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+r-cran-bindr (0.1.1+git20180319.1.b6e6fd6-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Fri, 20 Jan 2023 05:04:03 -0000
+
 r-cran-bindr (0.1.1-3) unstable; urgency=medium
 
   * Standards-Version: 4.5.0 (routine-update)

Debdiff

File lists identical (after any substitutions)

Control files: lines which differ (wdiff format)

  • Depends: r-base-core (>= 4.1.3.20220413-2~jan+lint1), 4.2.2.20221110-1), r-api-4.0

More details

Full run details