mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
gnu: Add r-xmisc.
* gnu/packages/cran.scm (r-xmisc): New variable.
This commit is contained in:
parent
dfecd5598e
commit
532b318020
1 changed files with 22 additions and 0 deletions
|
@ -19315,3 +19315,25 @@ (define-public r-forecast
|
|||
univariate time series forecasts including exponential smoothing via state
|
||||
space models and automatic ARIMA modelling.")
|
||||
(license license:gpl3)))
|
||||
|
||||
(define-public r-xmisc
|
||||
(package
|
||||
(name "r-xmisc")
|
||||
(version "0.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "Xmisc" version))
|
||||
(sha256
|
||||
(base32
|
||||
"11gwlcyxhz1p50m68cnqrxmisdk99v8vrsbvyr7k67f0kvsznzs1"))))
|
||||
(properties `((upstream-name . "Xmisc")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://cran.r-project.org/package=Xmisc")
|
||||
(synopsis
|
||||
"Xiaobei's miscellaneous classes and functions")
|
||||
(description
|
||||
"This package provides Xiaobei's miscellaneous classes and functions,
|
||||
which are useful when developing R packages for @dfn{object oriented
|
||||
programming} (OOP) using R Reference Class.")
|
||||
(license license:gpl2+)))
|
||||
|
|
Loading…
Reference in a new issue