summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2026-02-16 17:04:54 +0100
committerAndreas Enge <andreas@enge.fr>2026-03-07 11:57:22 +0100
commitef1fbeb61a9c829a53aefea338080e595dc3afbd (patch)
tree16d3f53aa289fd72e22767982f18943ef67f270a /gnu/packages
parent30b2838df447d4fcbab223c351284faf992918d6 (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')
-rw-r--r--gnu/packages/cran.scm20
-rw-r--r--gnu/packages/statistics.scm20
2 files changed, 20 insertions, 20 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index fe09ae94afe..a679a521988 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -7517,6 +7517,26 @@ interface compliant with the DBI package. The source for the SQLite engine is
included.")
(license license:lgpl2.0+)))
+(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-runner
(package
(name "r-runner")
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")