From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 03 22:26:09 2021 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 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 Tue Jun 17 22:19:33 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 21 Dec 2021 12:24:12 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator