From unknown Sat Jun 14 19:41:08 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#46285] [PATCH 1/4] gnu: Add r-jquerylib. Resent-From: Todor =?UTF-8?Q?Kondi=C4=87?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 04 Feb 2021 03:27:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 46285 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 46285@debbugs.gnu.org Cc: Todor =?UTF-8?Q?Kondi=C4=87?= X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.161240916829361 (code B ref -1); Thu, 04 Feb 2021 03:27:03 +0000 Received: (at submit) by debbugs.gnu.org; 4 Feb 2021 03:26:08 +0000 Received: from localhost ([127.0.0.1]:39357 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l7VHT-0007dO-Sv for submit@debbugs.gnu.org; Wed, 03 Feb 2021 22:26:08 -0500 Received: from lists.gnu.org ([209.51.188.17]:42840) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l7TDj-0004LV-Lh for submit@debbugs.gnu.org; Wed, 03 Feb 2021 20:14:08 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:38842) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l7TDj-0005tJ-Fz for guix-patches@gnu.org; Wed, 03 Feb 2021 20:14:07 -0500 Received: from mx1.librem.one ([192.241.223.110]:39110) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l7TDh-0000pD-ID for guix-patches@gnu.org; Wed, 03 Feb 2021 20:14:07 -0500 Received: from smtp.librem.one (unknown [192.241.214.14]) by mx1.librem.one (Postfix) with ESMTPS id BB88880753 for ; Wed, 3 Feb 2021 17:14:00 -0800 (PST) From: Todor =?UTF-8?Q?Kondi=C4=87?= Date: Thu, 4 Feb 2021 02:12:58 +0100 Message-Id: <20210204011301.50868-1-kondor@librem.one> Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=192.241.223.110; envelope-from=kondor@librem.one; helo=mx1.librem.one X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Mailman-Approved-At: Wed, 03 Feb 2021 22:26:05 -0500 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * gnu/packages/cran.scm(r-jquerylib): New variable. --- gnu/packages/cran.scm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 874a77c552..6f7d07140d 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -25782,3 +25782,29 @@ tuning, e.g. Grid Search, Random Search, or Simulated Annealing. Various termination criteria can be set and combined. The class @code{AutoTuner} provides a convenient way to perform nested resampling in combination with @code{mlr3}.") (license license:lgpl3))) + +(define-public r-jquerylib + (package + (name "r-jquerylib") + (version "0.1.3") + (source + (origin + (method url-fetch) + (uri (cran-uri "jquerylib" version)) + (sha256 + (base32 + "1s0d6mws13hwkx07jqmry7vp30a05b2p9w7ir68bmkhasidwkzdq")))) + (properties `((upstream-name . "jquerylib"))) + (build-system r-build-system) + (propagated-inputs + `(("r-htmltools" ,r-htmltools))) + (home-page + "https://cran.r-project.org/package=jquerylib") + (synopsis + "Obtain @code{jQuery} as an HTML Dependency Object") + (description + "Obtain any major version of @code{jQuery} +@url{https://code.jquery.com,jQuery} and use it in any webpage +generated by @code{htmltools}. Most R users do not need to use this +package directly.") + (license license:expat))) -- 2.30.0 From debbugs-submit-bounces@debbugs.gnu.org Wed Mar 10 18:22:29 2021 Received: (at control) by debbugs.gnu.org; 10 Mar 2021 23:22:29 +0000 Received: from localhost ([127.0.0.1]:52120 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lK89t-0003Al-5c for submit@debbugs.gnu.org; Wed, 10 Mar 2021 18:22:29 -0500 Received: from mail-wr1-f47.google.com ([209.85.221.47]:43570) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lK89r-0003AX-0Y for control@debbugs.gnu.org; Wed, 10 Mar 2021 18:22:27 -0500 Received: by mail-wr1-f47.google.com with SMTP id w11so25221961wrr.10 for ; Wed, 10 Mar 2021 15:22:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:date:message-id:mime-version; bh=MxbXKJSb6abKc8n4VkwrWUCxOoHOxsxqW4HF4ZVKzHs=; b=tor1xxDzXyuSKf3+WNmfZzxduMtYZksD2yVdwpyPQJOr6aUQrjyqiDbRshn62QfDhq pAtFUBPPZ5a3d8xKwxqmvCcm9HzH+LEuqekJejKEIHWFv7XVYaS7s1PzfmaHu+bK7VX3 Ty4ezSa8vTRYTC85Nf35Lehk/QBi0OWuHPLAVbt4F1L339v/vdg/ejoYtlYo6hV60H90 0nm1iKWjok9mb0AvHTFjfqIQZG6zN8ngIAJtx7R5L8INuhZpdKQXIn6qMxjN/Vca8BzD BUycDFz28WKB9cByK4caWpZaot3P2Z3iVYk79bMK4VQ5lJXDGTLyyGuBN0+vtfnFEMYp BiPg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:mime-version; bh=MxbXKJSb6abKc8n4VkwrWUCxOoHOxsxqW4HF4ZVKzHs=; b=ePGwJVqNnaPFhdmbksZenikDDTOPmGUbsfWAYfhVD5pbexGQoWTl84xcUsCw49qdRx EGC8Zr0kLrb2+4EtiSrLRYwINsh6+SqzEgZZsE/3CWzON6ytcdbgvp/rTtUsXNAH11Yf 2MM/ZUc3ZlzAYIyLQritl0/7w1eFAbmJAIJAZtwNix+stqX6mWoG55iEyPVUnMYhRyqB EgILxFJz4UMfR03/tQUk37tclwWFcCPQd6pZMkmP4HdiEQX3ulsS36Hkswi4kCvs9pVt iRMWggRsDOl59+JLo7uUSWNiGHQI+eqtu7NhwXW1ENE58ANG3iFUeu5oMUYdHBwCH1nn vK9A== X-Gm-Message-State: AOAM533ZP0NgViSj40FU7RTHF36xv2X9vgKtMO7lyZEzhqGSRXD+cfzn 7ZniRzdSZjCrxmvKCRU8s9t/WdVy/pw= X-Google-Smtp-Source: ABdhPJzROK6OzI3hULVkKj1C2rh4IgUiTSdSPM3YMz4PUb91EnImGwlhBgrNbDONhLudK6BewE9ngw== X-Received: by 2002:adf:e5c8:: with SMTP id a8mr5892077wrn.352.1615418541147; Wed, 10 Mar 2021 15:22:21 -0800 (PST) Received: from lili ([2a01:e0a:59b:9120:65d2:2476:f637:db1e]) by smtp.gmail.com with ESMTPSA id a3sm825526wrt.68.2021.03.10.15.22.20 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 10 Mar 2021 15:22:20 -0800 (PST) From: zimoun To: control@debbugs.gnu.org Subject: merge 46285 46286 46287 46288 Date: Thu, 11 Mar 2021 00:12:45 +0100 Message-ID: <86h7libo2a.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) merge 46285 46286 46287 46288 thanks From unknown Sat Jun 14 19:41:08 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Todor =?UTF-8?Q?Kondi=C4=87?= Subject: bug#46285: closed ([PATCH 1/4] gnu: Add r-jquerylib.) Message-ID: References: <87czmrvlju.fsf@elephly.net> <20210204011301.50868-1-kondor@librem.one> X-Gnu-PR-Message: they-closed 46285 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 46285@debbugs.gnu.org Date: Mon, 22 Nov 2021 23:06:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1637622362-22185-1" This is a multi-part message in MIME format... ------------=_1637622362-22185-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #46285: [PATCH 1/4] gnu: Add r-jquerylib. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 46285@debbugs.gnu.org. --=20 46285: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D46285 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1637622362-22185-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 46285-done) by debbugs.gnu.org; 22 Nov 2021 23:05:20 +0000 Received: from localhost ([127.0.0.1]:49363 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mpINE-0005kh-Eu for submit@debbugs.gnu.org; Mon, 22 Nov 2021 18:05:20 -0500 Received: from sender4-of-o51.zoho.com ([136.143.188.51]:21199) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mpINA-0005kX-An for 46285-done@debbugs.gnu.org; Mon, 22 Nov 2021 18:05:18 -0500 ARC-Seal: i=1; a=rsa-sha256; t=1637622314; cv=none; d=zohomail.com; s=zohoarc; b=ey+9LYhiDdZ7h9O0Ww25R3quoh9HiK9TQY+M6Q3pmCPOGjYGcRSnlCz4Y2k9jco+IXEQn2cwHcb0JdGx9GkCvrtzkjguAZAYy24SluVdz2GqWUhAzVTO3n3c/FuIvVXOkh6zA+s+83gXmpqNiDPShugxXAirU00gESkvXhORbSo= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1637622314; h=Content-Type:Content-Transfer-Encoding:Date:From:MIME-Version:Message-ID:Subject:To; bh=4LggM4cKz0sL4xQ+iwhcxZ3207XOSAs53kjAPTg0494=; b=eKn8wDs5oX5qrjufvrDjTozlsBX95d7bO+WCaARCwCkeLmr/zc4/OvwGuNIPG4ac1GdUssr02tNccK7/k91wv1vTQ0fDq+uxAI5qvaWjDBW16BFFYgbSoXYRvqYu9kUZ9YnEwRMvk7fUaGF8oW5alPIGUGTVkUyT+AhsxZ60n6M= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=elephly.net; spf=pass smtp.mailfrom=rekado@elephly.net; dmarc=pass header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1637622314; s=zoho; d=elephly.net; i=rekado@elephly.net; h=From:To:Subject:Date:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding; bh=4LggM4cKz0sL4xQ+iwhcxZ3207XOSAs53kjAPTg0494=; b=frky4f/YISa6XKYOMK0J3IjMDzrbq+M8X2v/6zQ0WAN84RtoC0VMlHJY9V8rmG1D 1yOOz5vvmGKmGfLLPAZ4Qix8bCCQFH6VeXVZBHdSIB7UKGUZCaad9XgZiQWByAy2Ft8 DDWU4oNS9b2vMjnjWetW/GnG+1Wz4hVc5WDBQY4Y= Received: from localhost (p54ad4eee.dip0.t-ipconnect.de [84.173.78.238]) by mx.zohomail.com with SMTPS id 1637622312175463.92488670357307; Mon, 22 Nov 2021 15:05:12 -0800 (PST) User-agent: mu4e 1.6.10; emacs 28.0.50 From: Ricardo Wurmus To: 46285-done@debbugs.gnu.org Subject: [PATCH 1/4] gnu: Add r-jquerylib. Date: Tue, 23 Nov 2021 00:03:26 +0100 X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC Message-ID: <87czmrvlju.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable X-ZohoMailClient: External X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 46285-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) I=E2=80=99m closing this. We have r-jquerylib 0.1.4 in Guix. It is=20 unfortunately a bit more complicated because we build the minified=20 JavaScript files from source. --=20 Ricardo ------------=_1637622362-22185-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 4 Feb 2021 03:26:08 +0000 Received: from localhost ([127.0.0.1]:39357 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l7VHT-0007dO-Sv for submit@debbugs.gnu.org; Wed, 03 Feb 2021 22:26:08 -0500 Received: from lists.gnu.org ([209.51.188.17]:42840) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l7TDj-0004LV-Lh for submit@debbugs.gnu.org; Wed, 03 Feb 2021 20:14:08 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:38842) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l7TDj-0005tJ-Fz for guix-patches@gnu.org; Wed, 03 Feb 2021 20:14:07 -0500 Received: from mx1.librem.one ([192.241.223.110]:39110) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l7TDh-0000pD-ID for guix-patches@gnu.org; Wed, 03 Feb 2021 20:14:07 -0500 Received: from smtp.librem.one (unknown [192.241.214.14]) by mx1.librem.one (Postfix) with ESMTPS id BB88880753 for ; Wed, 3 Feb 2021 17:14:00 -0800 (PST) From: =?UTF-8?q?Todor=20Kondi=C4=87?= To: guix-patches@gnu.org Subject: [PATCH 1/4] gnu: Add r-jquerylib. Date: Thu, 4 Feb 2021 02:12:58 +0100 Message-Id: <20210204011301.50868-1-kondor@librem.one> Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=192.241.223.110; envelope-from=kondor@librem.one; helo=mx1.librem.one X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Wed, 03 Feb 2021 22:26:05 -0500 Cc: =?UTF-8?q?Todor=20Kondi=C4=87?= X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * gnu/packages/cran.scm(r-jquerylib): New variable. --- gnu/packages/cran.scm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 874a77c552..6f7d07140d 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -25782,3 +25782,29 @@ tuning, e.g. Grid Search, Random Search, or Simulated Annealing. Various termination criteria can be set and combined. The class @code{AutoTuner} provides a convenient way to perform nested resampling in combination with @code{mlr3}.") (license license:lgpl3))) + +(define-public r-jquerylib + (package + (name "r-jquerylib") + (version "0.1.3") + (source + (origin + (method url-fetch) + (uri (cran-uri "jquerylib" version)) + (sha256 + (base32 + "1s0d6mws13hwkx07jqmry7vp30a05b2p9w7ir68bmkhasidwkzdq")))) + (properties `((upstream-name . "jquerylib"))) + (build-system r-build-system) + (propagated-inputs + `(("r-htmltools" ,r-htmltools))) + (home-page + "https://cran.r-project.org/package=jquerylib") + (synopsis + "Obtain @code{jQuery} as an HTML Dependency Object") + (description + "Obtain any major version of @code{jQuery} +@url{https://code.jquery.com,jQuery} and use it in any webpage +generated by @code{htmltools}. Most R users do not need to use this +package directly.") + (license license:expat))) -- 2.30.0 ------------=_1637622362-22185-1-- From unknown Sat Jun 14 19:41:08 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Todor =?UTF-8?Q?Kondi=C4=87?= Subject: bug#46286: closed ([PATCH 1/4] gnu: Add r-jquerylib.) Message-ID: References: <87czmrvlju.fsf@elephly.net> <20210204011301.50868-2-kondor@librem.one> X-Gnu-PR-Message: they-closed 46286 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 46286@debbugs.gnu.org Date: Mon, 22 Nov 2021 23:06:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1637622362-22185-3" This is a multi-part message in MIME format... ------------=_1637622362-22185-3 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #46285: [PATCH 2/4] gnu: Add r-cachem. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 46286@debbugs.gnu.org. --=20 46285: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D46285 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1637622362-22185-3 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 46285-done) by debbugs.gnu.org; 22 Nov 2021 23:05:20 +0000 Received: from localhost ([127.0.0.1]:49363 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mpINE-0005kh-Eu for submit@debbugs.gnu.org; Mon, 22 Nov 2021 18:05:20 -0500 Received: from sender4-of-o51.zoho.com ([136.143.188.51]:21199) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mpINA-0005kX-An for 46285-done@debbugs.gnu.org; Mon, 22 Nov 2021 18:05:18 -0500 ARC-Seal: i=1; a=rsa-sha256; t=1637622314; cv=none; d=zohomail.com; s=zohoarc; b=ey+9LYhiDdZ7h9O0Ww25R3quoh9HiK9TQY+M6Q3pmCPOGjYGcRSnlCz4Y2k9jco+IXEQn2cwHcb0JdGx9GkCvrtzkjguAZAYy24SluVdz2GqWUhAzVTO3n3c/FuIvVXOkh6zA+s+83gXmpqNiDPShugxXAirU00gESkvXhORbSo= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1637622314; h=Content-Type:Content-Transfer-Encoding:Date:From:MIME-Version:Message-ID:Subject:To; bh=4LggM4cKz0sL4xQ+iwhcxZ3207XOSAs53kjAPTg0494=; b=eKn8wDs5oX5qrjufvrDjTozlsBX95d7bO+WCaARCwCkeLmr/zc4/OvwGuNIPG4ac1GdUssr02tNccK7/k91wv1vTQ0fDq+uxAI5qvaWjDBW16BFFYgbSoXYRvqYu9kUZ9YnEwRMvk7fUaGF8oW5alPIGUGTVkUyT+AhsxZ60n6M= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=elephly.net; spf=pass smtp.mailfrom=rekado@elephly.net; dmarc=pass header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1637622314; s=zoho; d=elephly.net; i=rekado@elephly.net; h=From:To:Subject:Date:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding; bh=4LggM4cKz0sL4xQ+iwhcxZ3207XOSAs53kjAPTg0494=; b=frky4f/YISa6XKYOMK0J3IjMDzrbq+M8X2v/6zQ0WAN84RtoC0VMlHJY9V8rmG1D 1yOOz5vvmGKmGfLLPAZ4Qix8bCCQFH6VeXVZBHdSIB7UKGUZCaad9XgZiQWByAy2Ft8 DDWU4oNS9b2vMjnjWetW/GnG+1Wz4hVc5WDBQY4Y= Received: from localhost (p54ad4eee.dip0.t-ipconnect.de [84.173.78.238]) by mx.zohomail.com with SMTPS id 1637622312175463.92488670357307; Mon, 22 Nov 2021 15:05:12 -0800 (PST) User-agent: mu4e 1.6.10; emacs 28.0.50 From: Ricardo Wurmus To: 46285-done@debbugs.gnu.org Subject: [PATCH 1/4] gnu: Add r-jquerylib. Date: Tue, 23 Nov 2021 00:03:26 +0100 X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC Message-ID: <87czmrvlju.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable X-ZohoMailClient: External X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 46285-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) I=E2=80=99m closing this. We have r-jquerylib 0.1.4 in Guix. It is=20 unfortunately a bit more complicated because we build the minified=20 JavaScript files from source. --=20 Ricardo ------------=_1637622362-22185-3 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 4 Feb 2021 03:26:09 +0000 Received: from localhost ([127.0.0.1]:39359 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l7VHU-0007dW-ND for submit@debbugs.gnu.org; Wed, 03 Feb 2021 22:26:08 -0500 Received: from lists.gnu.org ([209.51.188.17]:42842) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l7TDq-0004Lr-DI for submit@debbugs.gnu.org; Wed, 03 Feb 2021 20:14:14 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:38902) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l7TDq-0005tb-8M for guix-patches@gnu.org; Wed, 03 Feb 2021 20:14:14 -0500 Received: from mx1.librem.one ([192.241.223.110]:39114) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l7TDl-0000tD-Mj for guix-patches@gnu.org; Wed, 03 Feb 2021 20:14:14 -0500 Received: from smtp.librem.one (unknown [192.241.214.14]) by mx1.librem.one (Postfix) with ESMTPS id 6552C80753 for ; Wed, 3 Feb 2021 17:14:08 -0800 (PST) From: =?UTF-8?q?Todor=20Kondi=C4=87?= To: guix-patches@gnu.org Subject: [PATCH 2/4] gnu: Add r-cachem. Date: Thu, 4 Feb 2021 02:12:59 +0100 Message-Id: <20210204011301.50868-2-kondor@librem.one> In-Reply-To: <20210204011301.50868-1-kondor@librem.one> References: <20210204011301.50868-1-kondor@librem.one> Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=192.241.223.110; envelope-from=kondor@librem.one; helo=mx1.librem.one X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Wed, 03 Feb 2021 22:26:05 -0500 Cc: =?UTF-8?q?Todor=20Kondi=C4=87?= X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * gnu/packages/cran.scm(r-cachem): New variable. --- gnu/packages/cran.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 6f7d07140d..89474a491d 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -25808,3 +25808,27 @@ convenient way to perform nested resampling in combination with @code{mlr3}.") generated by @code{htmltools}. Most R users do not need to use this package directly.") (license license:expat))) + +(define-public r-cachem + (package + (name "r-cachem") + (version "1.0.2") + (source + (origin + (method url-fetch) + (uri (cran-uri "cachem" version)) + (sha256 + (base32 + "0hann47kpalhi0wp86xkd3j6zbl6x785ciggl86z53znyk1ywx44")))) + (properties `((upstream-name . "cachem"))) + (build-system r-build-system) + (propagated-inputs + `(("r-fastmap" ,r-fastmap) ("r-rlang" ,r-rlang))) + (home-page "https://cachem.r-lib.org/") + (synopsis + "Cache R Objects with Automatic Pruning") + (description + "Key-value stores with automatic pruning. Caches can limit +either their total size or the age of the oldest object (or both), +automatically pruning objects to maintain the constraints.") + (license license:expat))) -- 2.30.0 ------------=_1637622362-22185-3-- From unknown Sat Jun 14 19:41:08 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Todor =?UTF-8?Q?Kondi=C4=87?= Subject: bug#46287: closed ([PATCH 1/4] gnu: Add r-jquerylib.) Message-ID: References: <87czmrvlju.fsf@elephly.net> <20210204011301.50868-4-kondor@librem.one> X-Gnu-PR-Message: they-closed 46287 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 46287@debbugs.gnu.org Date: Mon, 22 Nov 2021 23:06:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1637622362-22185-5" This is a multi-part message in MIME format... ------------=_1637622362-22185-5 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #46285: [PATCH 4/4] gnu: Add r-bslib. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 46287@debbugs.gnu.org. --=20 46285: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D46285 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1637622362-22185-5 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 46285-done) by debbugs.gnu.org; 22 Nov 2021 23:05:20 +0000 Received: from localhost ([127.0.0.1]:49363 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mpINE-0005kh-Eu for submit@debbugs.gnu.org; Mon, 22 Nov 2021 18:05:20 -0500 Received: from sender4-of-o51.zoho.com ([136.143.188.51]:21199) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mpINA-0005kX-An for 46285-done@debbugs.gnu.org; Mon, 22 Nov 2021 18:05:18 -0500 ARC-Seal: i=1; a=rsa-sha256; t=1637622314; cv=none; d=zohomail.com; s=zohoarc; b=ey+9LYhiDdZ7h9O0Ww25R3quoh9HiK9TQY+M6Q3pmCPOGjYGcRSnlCz4Y2k9jco+IXEQn2cwHcb0JdGx9GkCvrtzkjguAZAYy24SluVdz2GqWUhAzVTO3n3c/FuIvVXOkh6zA+s+83gXmpqNiDPShugxXAirU00gESkvXhORbSo= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1637622314; h=Content-Type:Content-Transfer-Encoding:Date:From:MIME-Version:Message-ID:Subject:To; bh=4LggM4cKz0sL4xQ+iwhcxZ3207XOSAs53kjAPTg0494=; b=eKn8wDs5oX5qrjufvrDjTozlsBX95d7bO+WCaARCwCkeLmr/zc4/OvwGuNIPG4ac1GdUssr02tNccK7/k91wv1vTQ0fDq+uxAI5qvaWjDBW16BFFYgbSoXYRvqYu9kUZ9YnEwRMvk7fUaGF8oW5alPIGUGTVkUyT+AhsxZ60n6M= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=elephly.net; spf=pass smtp.mailfrom=rekado@elephly.net; dmarc=pass header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1637622314; s=zoho; d=elephly.net; i=rekado@elephly.net; h=From:To:Subject:Date:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding; bh=4LggM4cKz0sL4xQ+iwhcxZ3207XOSAs53kjAPTg0494=; b=frky4f/YISa6XKYOMK0J3IjMDzrbq+M8X2v/6zQ0WAN84RtoC0VMlHJY9V8rmG1D 1yOOz5vvmGKmGfLLPAZ4Qix8bCCQFH6VeXVZBHdSIB7UKGUZCaad9XgZiQWByAy2Ft8 DDWU4oNS9b2vMjnjWetW/GnG+1Wz4hVc5WDBQY4Y= Received: from localhost (p54ad4eee.dip0.t-ipconnect.de [84.173.78.238]) by mx.zohomail.com with SMTPS id 1637622312175463.92488670357307; Mon, 22 Nov 2021 15:05:12 -0800 (PST) User-agent: mu4e 1.6.10; emacs 28.0.50 From: Ricardo Wurmus To: 46285-done@debbugs.gnu.org Subject: [PATCH 1/4] gnu: Add r-jquerylib. Date: Tue, 23 Nov 2021 00:03:26 +0100 X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC Message-ID: <87czmrvlju.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable X-ZohoMailClient: External X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 46285-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) I=E2=80=99m closing this. We have r-jquerylib 0.1.4 in Guix. It is=20 unfortunately a bit more complicated because we build the minified=20 JavaScript files from source. --=20 Ricardo ------------=_1637622362-22185-5 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 4 Feb 2021 03:26:09 +0000 Received: from localhost ([127.0.0.1]:39361 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l7VHV-0007dd-0H for submit@debbugs.gnu.org; Wed, 03 Feb 2021 22:26:09 -0500 Received: from lists.gnu.org ([209.51.188.17]:42844) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l7TDu-0004MC-SI for submit@debbugs.gnu.org; Wed, 03 Feb 2021 20:14:19 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:38970) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l7TDu-0005tv-NS for guix-patches@gnu.org; Wed, 03 Feb 2021 20:14:18 -0500 Received: from mx1.librem.one ([192.241.223.110]:39118) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l7TDo-0000ui-MZ for guix-patches@gnu.org; Wed, 03 Feb 2021 20:14:18 -0500 Received: from smtp.librem.one (unknown [192.241.214.14]) by mx1.librem.one (Postfix) with ESMTPS id C613680757 for ; Wed, 3 Feb 2021 17:14:10 -0800 (PST) From: =?UTF-8?q?Todor=20Kondi=C4=87?= To: guix-patches@gnu.org Subject: [PATCH 4/4] gnu: Add r-bslib. Date: Thu, 4 Feb 2021 02:13:01 +0100 Message-Id: <20210204011301.50868-4-kondor@librem.one> In-Reply-To: <20210204011301.50868-1-kondor@librem.one> References: <20210204011301.50868-1-kondor@librem.one> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=192.241.223.110; envelope-from=kondor@librem.one; helo=mx1.librem.one X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Wed, 03 Feb 2021 22:26:05 -0500 Cc: =?UTF-8?q?Todor=20Kondi=C4=87?= X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * gnu/packages/cran.scm(r-bslib): New variable. --- gnu/packages/cran.scm | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index e52963d789..0fce49f45e 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -20,7 +20,7 @@ ;;; Copyright © 2019, 2020 Wiktor Żelazny ;;; Copyright © 2019 Arne Babenhauserheide ;;; Copyright © 2019, 2020 Efraim Flashner -;;; Copyright © 2020 Todor Kondić +;;; Copyright © 2020, 2021 Todor Kondić ;;; Copyright © 2020 Danjela Lura ;;; Copyright © 2020 Naga Malleswari ;;; Copyright © 2020 Eric Brown @@ -25863,3 +25863,35 @@ With this, R developers can use variables, inheritance, and functions to generate dynamic style sheets. The package uses the @code{Sass CSS} extension language, which is stable and CSS compatible.") (license license:expat))) + +(define-public r-bslib + (package + (name "r-bslib") + (version "0.2.4") + (source + (origin + (method url-fetch) + (uri (cran-uri "bslib" version)) + (sha256 + (base32 + "0qlpv2lqr3hjykszmnll7vi4zhmrz4rgcfl0sifxc6cha6jy2nac")))) + (properties `((upstream-name . "bslib"))) + (build-system r-build-system) + (propagated-inputs + `(("r-digest" ,r-digest) + ("r-htmltools" ,r-htmltools) + ("r-jquerylib" ,r-jquerylib) + ("r-jsonlite" ,r-jsonlite) + ("r-magrittr" ,r-magrittr) + ("r-rlang" ,r-rlang) + ("r-sass" ,r-sass))) + (home-page "https://rstudio.github.io/bslib/") + (synopsis + "Custom @code{Bootstrap Sass} Themes for @code{shiny} and @code{rmarkdown}") + (description + "Simplifies custom @code{CSS} styling of both @code{shiny} and +@code{rmarkdown} via @code{Bootstrap Sass}. Supports both +@code{Bootstrap} 3 and 4 as well as their various @code{Bootswatch} +themes. An interactive widget is also provided for previewing themes +in real time.") + (license license:expat))) -- 2.30.0 ------------=_1637622362-22185-5-- From unknown Sat Jun 14 19:41:08 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Todor =?UTF-8?Q?Kondi=C4=87?= Subject: bug#46288: closed ([PATCH 1/4] gnu: Add r-jquerylib.) Message-ID: References: <87czmrvlju.fsf@elephly.net> <20210204011301.50868-3-kondor@librem.one> X-Gnu-PR-Message: they-closed 46288 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 46288@debbugs.gnu.org Date: Mon, 22 Nov 2021 23:06:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1637622363-22185-7" This is a multi-part message in MIME format... ------------=_1637622363-22185-7 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #46285: [PATCH 3/4] gnu: Add r-sass. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 46288@debbugs.gnu.org. --=20 46285: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D46285 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1637622363-22185-7 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 46285-done) by debbugs.gnu.org; 22 Nov 2021 23:05:20 +0000 Received: from localhost ([127.0.0.1]:49363 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mpINE-0005kh-Eu for submit@debbugs.gnu.org; Mon, 22 Nov 2021 18:05:20 -0500 Received: from sender4-of-o51.zoho.com ([136.143.188.51]:21199) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mpINA-0005kX-An for 46285-done@debbugs.gnu.org; Mon, 22 Nov 2021 18:05:18 -0500 ARC-Seal: i=1; a=rsa-sha256; t=1637622314; cv=none; d=zohomail.com; s=zohoarc; b=ey+9LYhiDdZ7h9O0Ww25R3quoh9HiK9TQY+M6Q3pmCPOGjYGcRSnlCz4Y2k9jco+IXEQn2cwHcb0JdGx9GkCvrtzkjguAZAYy24SluVdz2GqWUhAzVTO3n3c/FuIvVXOkh6zA+s+83gXmpqNiDPShugxXAirU00gESkvXhORbSo= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1637622314; h=Content-Type:Content-Transfer-Encoding:Date:From:MIME-Version:Message-ID:Subject:To; bh=4LggM4cKz0sL4xQ+iwhcxZ3207XOSAs53kjAPTg0494=; b=eKn8wDs5oX5qrjufvrDjTozlsBX95d7bO+WCaARCwCkeLmr/zc4/OvwGuNIPG4ac1GdUssr02tNccK7/k91wv1vTQ0fDq+uxAI5qvaWjDBW16BFFYgbSoXYRvqYu9kUZ9YnEwRMvk7fUaGF8oW5alPIGUGTVkUyT+AhsxZ60n6M= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=elephly.net; spf=pass smtp.mailfrom=rekado@elephly.net; dmarc=pass header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1637622314; s=zoho; d=elephly.net; i=rekado@elephly.net; h=From:To:Subject:Date:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding; bh=4LggM4cKz0sL4xQ+iwhcxZ3207XOSAs53kjAPTg0494=; b=frky4f/YISa6XKYOMK0J3IjMDzrbq+M8X2v/6zQ0WAN84RtoC0VMlHJY9V8rmG1D 1yOOz5vvmGKmGfLLPAZ4Qix8bCCQFH6VeXVZBHdSIB7UKGUZCaad9XgZiQWByAy2Ft8 DDWU4oNS9b2vMjnjWetW/GnG+1Wz4hVc5WDBQY4Y= Received: from localhost (p54ad4eee.dip0.t-ipconnect.de [84.173.78.238]) by mx.zohomail.com with SMTPS id 1637622312175463.92488670357307; Mon, 22 Nov 2021 15:05:12 -0800 (PST) User-agent: mu4e 1.6.10; emacs 28.0.50 From: Ricardo Wurmus To: 46285-done@debbugs.gnu.org Subject: [PATCH 1/4] gnu: Add r-jquerylib. Date: Tue, 23 Nov 2021 00:03:26 +0100 X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC Message-ID: <87czmrvlju.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable X-ZohoMailClient: External X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 46285-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) I=E2=80=99m closing this. We have r-jquerylib 0.1.4 in Guix. It is=20 unfortunately a bit more complicated because we build the minified=20 JavaScript files from source. --=20 Ricardo ------------=_1637622363-22185-7 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 4 Feb 2021 03:26:09 +0000 Received: from localhost ([127.0.0.1]:39363 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l7VHV-0007dk-JF for submit@debbugs.gnu.org; Wed, 03 Feb 2021 22:26:09 -0500 Received: from lists.gnu.org ([209.51.188.17]:42854) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l7TDx-0004ML-DX for submit@debbugs.gnu.org; Wed, 03 Feb 2021 20:14:21 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:38974) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l7TDx-0005uF-6V for guix-patches@gnu.org; Wed, 03 Feb 2021 20:14:21 -0500 Received: from mx1.librem.one ([192.241.223.110]:39116) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l7TDm-0000tv-HE for guix-patches@gnu.org; Wed, 03 Feb 2021 20:14:19 -0500 Received: from smtp.librem.one (unknown [192.241.214.14]) by mx1.librem.one (Postfix) with ESMTPS id 8F1CA80756 for ; Wed, 3 Feb 2021 17:14:09 -0800 (PST) From: =?UTF-8?q?Todor=20Kondi=C4=87?= To: guix-patches@gnu.org Subject: [PATCH 3/4] gnu: Add r-sass. Date: Thu, 4 Feb 2021 02:13:00 +0100 Message-Id: <20210204011301.50868-3-kondor@librem.one> In-Reply-To: <20210204011301.50868-1-kondor@librem.one> References: <20210204011301.50868-1-kondor@librem.one> Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=192.241.223.110; envelope-from=kondor@librem.one; helo=mx1.librem.one X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Wed, 03 Feb 2021 22:26:05 -0500 Cc: =?UTF-8?q?Todor=20Kondi=C4=87?= X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * gnu/packages/cran.scm(r-sass): Add variable. --- gnu/packages/cran.scm | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 89474a491d..e52963d789 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -25832,3 +25832,34 @@ package directly.") either their total size or the age of the oldest object (or both), automatically pruning objects to maintain the constraints.") (license license:expat))) + +(define-public r-sass + (package + (name "r-sass") + (version "0.3.1") + (source + (origin + (method url-fetch) + (uri (cran-uri "sass" version)) + (sha256 + (base32 + "1cxqwsdyz71mgflqqa65mfr161jlv8q9mshs1y19pxp6pz5wnv0s")))) + (properties `((upstream-name . "sass"))) + (build-system r-build-system) + (propagated-inputs + `(("r-digest" ,r-digest) + ("r-fs" ,r-fs) + ("r-htmltools" ,r-htmltools) + ("r-r6" ,r-r6) + ("r-rappdirs" ,r-rappdirs) + ("r-rlang" ,r-rlang))) + (native-inputs `(("r-knitr" ,r-knitr))) + (home-page "https://github.com/rstudio/sass") + (synopsis + "Syntactically Awesome Style Sheets") + (description + "An @code{SCSS} compiler, powered by the @code{LibSass} library. +With this, R developers can use variables, inheritance, and functions +to generate dynamic style sheets. The package uses the @code{Sass +CSS} extension language, which is stable and CSS compatible.") + (license license:expat))) -- 2.30.0 ------------=_1637622363-22185-7--