diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-02-16 18:37:43 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-07 11:57:23 +0100 |
| commit | efea94fa45bc37b04de06200cfb8133bdb8726e4 (patch) | |
| tree | 78b578eb8340c9ad2a3f909d442f332aeff2ec9c /gnu/packages/statistics.scm | |
| parent | de5988f5d46b26ea892df38d040d4c6dbb2aa75a (diff) | |
gnu: r-sourcetools: Move to (gnu packages cran).
* gnu/packages/statistics.scm (r-sourcetools): Move from here...
* gnu/packages/cran.scm (r-sourcetools): ...to here.
Change-Id: I3ab0bcfbca1d1835fa84729d71febab0f1048d85
Diffstat (limited to 'gnu/packages/statistics.scm')
| -rw-r--r-- | gnu/packages/statistics.scm | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index 6b4422157b7..388866c61b9 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -1842,27 +1842,6 @@ following problems: @end enumerate\n") (license license:gpl3+))) -(define-public r-sourcetools - (package - (name "r-sourcetools") - (version "0.1.7-1") - (source - (origin - (method url-fetch) - (uri (cran-uri "sourcetools" version)) - (sha256 - (base32 - "1l9i9ram12pjks8h2gzmj119wf4ixwyhljsfv289dn8dgbdjp0cn")))) - (build-system r-build-system) - (native-inputs (list r-testthat)) - (home-page "https://cran.r-project.org/web/packages/sourcetools") - (synopsis "Tools for reading, tokenizing and parsing R code") - (description - "The sourcetools package provides both an R and C++ interface for the -tokenization of R code, and helpers for interacting with the tokenized -representation of R code.") - (license license:expat))) - (define-public r-statmod (package (name "r-statmod") |
