mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: Add r-proto.
* gnu/packages/statistics.scm (r-proto): New variable.
This commit is contained in:
parent
7e10056b6b
commit
9a4d8968f0
1 changed files with 18 additions and 0 deletions
|
@ -314,3 +314,21 @@ (define-public r-plyr
|
|||
model to each spatial location or time point in your study, summarise data by
|
||||
panels or collapse high-dimensional arrays to simpler summary statistics.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public r-proto
|
||||
(package
|
||||
(name "r-proto")
|
||||
(version "0.3-10")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://cran/src/contrib/proto_" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "03mvzi529y6kjcp9bkpk7zlgpcakb3iz73hca6rpjy14pyzl3nfh"))))
|
||||
(build-system r-build-system)
|
||||
(home-page "http://r-proto.googlecode.com")
|
||||
(synopsis "Prototype object-based programming")
|
||||
(description
|
||||
"Proto is an object oriented system using object-based, also called
|
||||
prototype-based, rather than class-based object oriented ideas.")
|
||||
(license license:gpl2+)))
|
||||
|
|
Loading…
Reference in a new issue