unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Todor Kondić" <kondor@librem.one>
To: 46287@debbugs.gnu.org
Cc: "Todor Kondić" <kondor@librem.one>
Subject: [bug#46287] [PATCH 4/4] gnu: Add r-bslib.
Date: Thu,  4 Feb 2021 02:13:01 +0100	[thread overview]
Message-ID: <20210204011301.50868-4-kondor@librem.one> (raw)
In-Reply-To: <20210204011301.50868-1-kondor@librem.one>

* 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 <wzelazny@vurv.cz>
 ;;; Copyright © 2019 Arne Babenhauserheide <arne_bab@web.de>
 ;;; Copyright © 2019, 2020 Efraim Flashner <efraim@flashner.co.il>
-;;; Copyright © 2020 Todor Kondić <tk.code@protonmail.com>
+;;; Copyright © 2020, 2021 Todor Kondić <kondor@librem.one>
 ;;; Copyright © 2020 Danjela Lura <danielaluraa@gmail.com>
 ;;; Copyright © 2020 Naga Malleswari <nagamalli@riseup.net>
 ;;; Copyright © 2020 Eric Brown <ecbrown@ericcbrown.com>
@@ -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





  parent reply	other threads:[~2021-02-04  7:26 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-04  1:12 [bug#46285] [PATCH 1/4] gnu: Add r-jquerylib Todor Kondić
2021-02-04  1:12 ` [bug#46286] [PATCH 2/4] gnu: Add r-cachem Todor Kondić
2021-02-04  1:13 ` [bug#46288] [PATCH 3/4] gnu: Add r-sass Todor Kondić
2021-11-05  8:24   ` phodina via Guix-patches via
2021-02-04  1:13 ` Todor Kondić [this message]
2021-11-22 23:03 ` bug#46285: [PATCH 1/4] gnu: Add r-jquerylib Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210204011301.50868-4-kondor@librem.one \
    --to=kondor@librem.one \
    --cc=46287@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).