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 | |
| 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')
| -rw-r--r-- | gnu/packages/cran.scm | 21 | ||||
| -rw-r--r-- | gnu/packages/statistics.scm | 21 |
2 files changed, 21 insertions, 21 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 64eecbd0438..d3a439a81d8 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm | |||
| @@ -10505,6 +10505,27 @@ compatibility with authentication approaches supported by the Snowflake | |||
| 10505 | Connector for Python and the Snowflake CLI.") | 10505 | Connector for Python and the Snowflake CLI.") |
| 10506 | (license license:expat))) | 10506 | (license license:expat))) |
| 10507 | 10507 | ||
| 10508 | (define-public r-sourcetools | ||
| 10509 | (package | ||
| 10510 | (name "r-sourcetools") | ||
| 10511 | (version "0.1.7-1") | ||
| 10512 | (source | ||
| 10513 | (origin | ||
| 10514 | (method url-fetch) | ||
| 10515 | (uri (cran-uri "sourcetools" version)) | ||
| 10516 | (sha256 | ||
| 10517 | (base32 | ||
| 10518 | "1l9i9ram12pjks8h2gzmj119wf4ixwyhljsfv289dn8dgbdjp0cn")))) | ||
| 10519 | (build-system r-build-system) | ||
| 10520 | (native-inputs (list r-testthat)) | ||
| 10521 | (home-page "https://cran.r-project.org/web/packages/sourcetools") | ||
| 10522 | (synopsis "Tools for reading, tokenizing and parsing R code") | ||
| 10523 | (description | ||
| 10524 | "The sourcetools package provides both an R and C++ interface for the | ||
| 10525 | tokenization of R code, and helpers for interacting with the tokenized | ||
| 10526 | representation of R code.") | ||
| 10527 | (license license:expat))) | ||
| 10528 | |||
| 10508 | (define-public r-spatial | 10529 | (define-public r-spatial |
| 10509 | (package | 10530 | (package |
| 10510 | (name "r-spatial") | 10531 | (name "r-spatial") |
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: | |||
| 1842 | @end enumerate\n") | 1842 | @end enumerate\n") |
| 1843 | (license license:gpl3+))) | 1843 | (license license:gpl3+))) |
| 1844 | 1844 | ||
| 1845 | (define-public r-sourcetools | ||
| 1846 | (package | ||
| 1847 | (name "r-sourcetools") | ||
| 1848 | (version "0.1.7-1") | ||
| 1849 | (source | ||
| 1850 | (origin | ||
| 1851 | (method url-fetch) | ||
| 1852 | (uri (cran-uri "sourcetools" version)) | ||
| 1853 | (sha256 | ||
| 1854 | (base32 | ||
| 1855 | "1l9i9ram12pjks8h2gzmj119wf4ixwyhljsfv289dn8dgbdjp0cn")))) | ||
| 1856 | (build-system r-build-system) | ||
| 1857 | (native-inputs (list r-testthat)) | ||
| 1858 | (home-page "https://cran.r-project.org/web/packages/sourcetools") | ||
| 1859 | (synopsis "Tools for reading, tokenizing and parsing R code") | ||
| 1860 | (description | ||
| 1861 | "The sourcetools package provides both an R and C++ interface for the | ||
| 1862 | tokenization of R code, and helpers for interacting with the tokenized | ||
| 1863 | representation of R code.") | ||
| 1864 | (license license:expat))) | ||
| 1865 | |||
| 1866 | (define-public r-statmod | 1845 | (define-public r-statmod |
| 1867 | (package | 1846 | (package |
| 1868 | (name "r-statmod") | 1847 | (name "r-statmod") |
