Received: by mail.netbsd.org (Postfix, from userid 605) id 59E8484D61; Sun, 20 Sep 2020 14:50:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D1E3484D61 for ; Sun, 20 Sep 2020 14:50:51 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id GpbvGytqrgcv for ; Sun, 20 Sep 2020 14:50:51 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4CD1C84D54 for ; Sun, 20 Sep 2020 14:50:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 44332FB28; Sun, 20 Sep 2020 14:50:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_160061345129900" MIME-Version: 1.0 Date: Sun, 20 Sep 2020 14:50:51 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/math/R-rstudioapi To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20200920145051.44332FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_160061345129900 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sun Sep 20 14:50:51 UTC 2020 Modified Files: pkgsrc/math/R-rstudioapi: Makefile distinfo Log Message: (math/R-rstudioapi) Updated 0.10 to 0.11 # rstudioapi 0.11 * `rstudioapi::launcherResourceLimit()` now properly delegates the type and memory arguments. (#164) * `rstudioapi` gains the function `highlightUi()`, used to highlight UI elements in newer versions of RStudio. * Paths returned from `selectFile()` are now properly marked with UTF-8 encoding. * It is now possible for `rstudioapi` to communicate with a parent RStudio session, for R sessions launched as RStudio jobs. Use `rstudioapi::isAvailable(child_ok = TRUE)` to assert that it's okay to check that `rstudioapi` is available and is running within an RStudio job. * Added `bugReport()`, a helper function for reporting RStudio bugs on the GitHub issue tracker with an issue template pre-populated with some helpful diagnostic information. * Added `userIdentity` and `systemUsername`, used to retrieve information about the current user. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/math/R-rstudioapi/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/math/R-rstudioapi/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_160061345129900 Content-Disposition: inline Content-Length: 1639 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/R-rstudioapi/Makefile diff -u pkgsrc/math/R-rstudioapi/Makefile:1.2 pkgsrc/math/R-rstudioapi/Makefile:1.3 --- pkgsrc/math/R-rstudioapi/Makefile:1.2 Thu Aug 8 19:53:53 2019 +++ pkgsrc/math/R-rstudioapi/Makefile Sun Sep 20 14:50:51 2020 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2019/08/08 19:53:53 brook Exp $ +# $NetBSD: Makefile,v 1.3 2020/09/20 14:50:51 mef Exp $ R_PKGNAME= rstudioapi -R_PKGVER= 0.10 +R_PKGVER= 0.11 CATEGORIES= math MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/math/R-rstudioapi/distinfo diff -u pkgsrc/math/R-rstudioapi/distinfo:1.1 pkgsrc/math/R-rstudioapi/distinfo:1.2 --- pkgsrc/math/R-rstudioapi/distinfo:1.1 Wed Jul 31 13:26:42 2019 +++ pkgsrc/math/R-rstudioapi/distinfo Sun Sep 20 14:50:51 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2019/07/31 13:26:42 brook Exp $ +$NetBSD: distinfo,v 1.2 2020/09/20 14:50:51 mef Exp $ -SHA1 (R/rstudioapi_0.10.tar.gz) = 68f519236fa1aa67b7b1c018db936b5e2bc974ea -RMD160 (R/rstudioapi_0.10.tar.gz) = 21ae727ae1e26b358bfcab40cf86304f7e6e5cd9 -SHA512 (R/rstudioapi_0.10.tar.gz) = 320ef8577c380a191999a53ea86731b745f17cc8618b1d8e96484e45535d4234eb3cc04d4886db8cd0d7613d9fe90ad50e8f566c75b96f07d4cf3ede9f244daa -Size (R/rstudioapi_0.10.tar.gz) = 61888 bytes +SHA1 (R/rstudioapi_0.11.tar.gz) = 4899ac3f8705dbd138a65fe870a9fe00f2a751e3 +RMD160 (R/rstudioapi_0.11.tar.gz) = 0302a8d52010aac7c9aa8af8a5413baefeda68b1 +SHA512 (R/rstudioapi_0.11.tar.gz) = 90867658947935621ba7ebfeab07f88b62ab606a2221e868b9b8eaeb93e098fdc432d26e73a012e3f722ba353238010c60ae8db02ba4a998b973f5a3c02741aa +Size (R/rstudioapi_0.11.tar.gz) = 98082 bytes --_----------=_160061345129900--