diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-02-16 17:04:54 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-07 11:57:22 +0100 |
| commit | ef1fbeb61a9c829a53aefea338080e595dc3afbd (patch) | |
| tree | 16d3f53aa289fd72e22767982f18943ef67f270a /gnu/packages/statistics.scm | |
| parent | 30b2838df447d4fcbab223c351284faf992918d6 (diff) | |
gnu: r-rstudioapi: Move to (gnu packages cran).
* gnu/packages/statistics.scm (r-rstudioapi): Move from here...
* gnu/packages/cran.scm (r-rstudioapi): ...to here.
Change-Id: I3f7861d6978a16fe7946ae15f2908d66388ac53a
Diffstat (limited to 'gnu/packages/statistics.scm')
| -rw-r--r-- | gnu/packages/statistics.scm | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index dd3b7df4c94..3a1c92aac36 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -1681,26 +1681,6 @@ the versions that @code{r-release} and @code{r-oldrel} refer to, and also all previous R versions and their release dates.") (license license:expat))) -(define-public r-rstudioapi - (package - (name "r-rstudioapi") - (version "0.18.0") - (source (origin - (method url-fetch) - (uri (cran-uri "rstudioapi" version)) - (sha256 - (base32 - "1ggxhrc4zd984y1qx5m2w2dqpmwjhwp7ha39v7ivvlw10gqfwjcn")))) - (build-system r-build-system) - (native-inputs - (list r-knitr)) - (home-page "https://cran.r-project.org/web/packages/rstudioapi") - (synopsis "Safely access the RStudio API") - (description - "This package provides functions to access the RStudio API and provide -informative error messages when it's not available.") - (license license:expat))) - (define-public r-segmented (package (name "r-segmented") |
