GNU bug report logs -
#59911
Add r-shinywidgets, r-wpm
Previous Next
Full log
Message #23 received at 59911 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/cran.scm (r-golem): New variable.
---
gnu/packages/cran.scm | 37 +++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index cb67edd338..95c3672b78 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -11126,6 +11126,43 @@ (define-public r-biasedurn
distribution).")
(license license:gpl3)))
+(define-public r-golem
+ (package
+ (name "r-golem")
+ (version "0.3.5")
+ (source (origin
+ (method url-fetch)
+ (uri (cran-uri "golem" version))
+ (sha256
+ (base32
+ "0rjkl1r83h0hcn30zssx64qm07sdx3g4v5rdxn56gbzfghw7ddcl"))))
+ (properties `((upstream-name . "golem")))
+ (build-system r-build-system)
+ (propagated-inputs
+ (list r-attempt
+ r-cli
+ r-config
+ r-crayon
+ r-desc
+ r-fs
+ r-here
+ r-htmltools
+ r-pkgload
+ r-roxygen2
+ r-rstudioapi
+ r-shiny
+ r-usethis
+ r-yaml))
+ (native-inputs (list r-knitr))
+ (home-page "https://github.com/ThinkR-open/golem")
+ (synopsis "Framework for robust shiny applications")
+ (description
+ "This package implements an opinionated framework for building a production-
+ready @code{Shiny} application. @code{Golem} contains a series of tools like
+dependency management, version management, easy installation and deployment or
+documentation management.")
+ (license license:expat)))
+
(define-public r-goplot
(package
(name "r-goplot")
--
2.38.1
This bug report was last modified 177 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.