Skip to content
Snippets Groups Projects
Unverified Commit 649d0c48 authored by Raoul Jean Pierre Bonnal's avatar Raoul Jean Pierre Bonnal Committed by Ricardo Wurmus
Browse files

gnu: Add r-sourcetools.

* gnu/packages/statistics.scm (r-sourcetools): New variable.
parent 6ba27985
No related branches found
No related tags found
No related merge requests found
...@@ -3853,3 +3853,23 @@ (define-public r-beeswarm ...@@ -3853,3 +3853,23 @@ (define-public r-beeswarm
swarm plot is a one-dimensional scatter plot like stripchart, but with swarm plot is a one-dimensional scatter plot like stripchart, but with
closely-packed, non-overlapping points.") closely-packed, non-overlapping points.")
(license license:artistic2.0))) (license license:artistic2.0)))
(define-public r-sourcetools
(package
(name "r-sourcetools")
(version "0.1.5")
(source
(origin
(method url-fetch)
(uri (cran-uri "sourcetools" version))
(sha256
(base32
"0jx6kslygfqaic3cmjwag3dy98q1a2dw20cz7z8agsknmmbk6dy2"))))
(build-system r-build-system)
(home-page "http://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)))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment