diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2024-05-22 17:34:06 +0200 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2024-05-22 17:34:06 +0200 |
| commit | b128f606dd7594899b80628a1a44f0e008ae0ba3 (patch) | |
| tree | 52978cec4a36e6b395520817b8d4ab0f0ea030df | |
| parent | b5bab94762b4bdb7121d77fc6126b13d9481e44c (diff) | |
cran: Remove r-waiter.
This is now available in Guix proper.
* guix-science/packages/cran.scm (r-waiter): Remove variable.
| -rw-r--r-- | guix-science/packages/cran.scm | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/guix-science/packages/cran.scm b/guix-science/packages/cran.scm index abc15a1..45c24bc 100644 --- a/guix-science/packages/cran.scm +++ b/guix-science/packages/cran.scm | |||
| @@ -727,27 +727,3 @@ the React Table JavaScript library. It provides an HTML widget that | |||
| 727 | can be used in R Markdown documents and Shiny applications, or viewed | 727 | can be used in R Markdown documents and Shiny applications, or viewed |
| 728 | from an R console.") | 728 | from an R console.") |
| 729 | (license license:expat))) | 729 | (license license:expat))) |
| 730 | |||
| 731 | ;; TODO: unbundle minified javascript. Sources are in the git repo, | ||
| 732 | ;; but they use webpack to minify. See | ||
| 733 | ;; https://github.com/JohnCoene/waiter/blob/master/package.json | ||
| 734 | (define-public r-waiter | ||
| 735 | (package | ||
| 736 | (name "r-waiter") | ||
| 737 | (version "0.2.5") | ||
| 738 | (source (origin | ||
| 739 | (method url-fetch) | ||
| 740 | (uri (cran-uri "waiter" version)) | ||
| 741 | (sha256 | ||
| 742 | (base32 | ||
| 743 | "0ya92qr25ssfkzn888b7rr8rn0304f3gz4h4pnc2a95rknbmxhls")))) | ||
| 744 | (properties `((upstream-name . "waiter"))) | ||
| 745 | (build-system r-build-system) | ||
| 746 | (propagated-inputs (list r-htmltools r-r6 r-shiny)) | ||
| 747 | (native-inputs (list r-knitr)) | ||
| 748 | (home-page "https://waiter.john-coene.com/") | ||
| 749 | (synopsis "Loading screen for Shiny") | ||
| 750 | (description | ||
| 751 | "This package provides full screen and partial loading screens | ||
| 752 | for Shiny with spinners, progress bars, and notifications.") | ||
| 753 | (license license:expat))) | ||
