summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/cran.scm21
-rw-r--r--gnu/packages/statistics.scm21
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
10505Connector for Python and the Snowflake CLI.") 10505Connector 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
10525tokenization of R code, and helpers for interacting with the tokenized
10526representation 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
1862tokenization of R code, and helpers for interacting with the tokenized
1863representation 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")