Skip to content

Commit

Permalink
(.devel/R-callr) Updated 3.7.3 to 3.7.5
Browse files Browse the repository at this point in the history
# callr 3.7.5

* No changes.

# callr 3.7.4

* The `r_session$get_running_time()` method now returns the correct
  values, as documented (#241, @djnavarro).

* callr now uses fully qualified function calls in the subprocess to
  avoid interference with functions defined in the global environment.
  I.e. `base::stderr()` instead of `stderr()`. Closes #246.
  • Loading branch information
mef committed Feb 24, 2024
1 parent a4126d9 commit 2756c9e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions devel/R-callr/Makefile
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.10 2023/08/15 01:21:16 mef Exp $
# $NetBSD: Makefile,v 1.11 2024/02/24 23:43:28 mef Exp $

R_PKGNAME= callr
R_PKGVER= 3.7.3
R_PKGVER= 3.7.5
CATEGORIES= devel

MAINTAINER= pkgsrc-users@NetBSD.org
Expand All @@ -10,8 +10,8 @@ LICENSE= mit

DEPENDS+= R-processx>=3.8.2:../../sysutils/R-processx

# Packages suggested but not available:
# 'pingr', 'spelling'
# Package suggested but not available: 'asciicast'

TEST_DEPENDS+= R-cliapp-[0-9]*:../../devel/R-cliapp
TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
TEST_DEPENDS+= R-crayon-[0-9]*:../../devel/R-crayon
Expand Down
8 changes: 4 additions & 4 deletions devel/R-callr/distinfo
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.10 2022/12/18 01:15:14 mef Exp $
$NetBSD: distinfo,v 1.11 2024/02/24 23:43:28 mef Exp $

BLAKE2s (R/callr_3.7.3.tar.gz) = ca6260f8eb446f1b8751861063adc262e0897fa452b44751d51ab3e085cedf8b
SHA512 (R/callr_3.7.3.tar.gz) = c65568d2ad67206e45d439fcfa2944067c88298814eab14646d3bb92ddda9e50900d4673b8fef3db8b7d3bbcea385cd16a1a877eca1e62bad9d1634fde5dd82f
Size (R/callr_3.7.3.tar.gz) = 97813 bytes
BLAKE2s (R/callr_3.7.5.tar.gz) = e7074bfc40f9bf20afdeb8f8aa9873d5040dacbc6b69514170c4df515dedd02d
SHA512 (R/callr_3.7.5.tar.gz) = fa4b92897f356adf7df29ae05ac4523a341d804eb0b32322fb096c3574c456299b989ea1edf59a654229fa38f1830186773867ed542a706b7b76cc58924400e9
Size (R/callr_3.7.5.tar.gz) = 102852 bytes

0 comments on commit 2756c9e

Please sign in to comment.