summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-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")