gnu: r-zoo: Move to (gnu packages cran).
* gnu/packages/statistics.scm (r-zoo): Move this variable from here... * gnu/packages/cran.scm (r-zoo): ...to here.
This commit is contained in:
parent
d30ab75a7d
commit
fae72ebb49
2 changed files with 20 additions and 20 deletions
|
@ -193,6 +193,26 @@ programming packages such as @code{knitr} and @code{rmarkdown}.")
|
||||||
the system clipboards.")
|
the system clipboards.")
|
||||||
(license license:gpl3)))
|
(license license:gpl3)))
|
||||||
|
|
||||||
|
(define-public r-zoo
|
||||||
|
(package
|
||||||
|
(name "r-zoo")
|
||||||
|
(version "1.8-8")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (cran-uri "zoo" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1rrw431jwaxd9xljp73f15rhcxvwc0xlyrmr0ghi5fj7a03c932f"))))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
`(("r-lattice" ,r-lattice)))
|
||||||
|
(home-page "http://zoo.R-Forge.R-project.org/")
|
||||||
|
(synopsis "S3 infrastructure for regular and irregular time series")
|
||||||
|
(description "This package contains an S3 class with methods for totally
|
||||||
|
ordered indexed observations. It is particularly aimed at irregular time
|
||||||
|
series of numeric vectors/matrices and factors.")
|
||||||
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public r-ggpmisc
|
(define-public r-ggpmisc
|
||||||
(package
|
(package
|
||||||
(name "r-ggpmisc")
|
(name "r-ggpmisc")
|
||||||
|
|
|
@ -4281,26 +4281,6 @@ plot can be quickly adjusted using a flexible parameter dispatching
|
||||||
mechanism.")
|
mechanism.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public r-zoo
|
|
||||||
(package
|
|
||||||
(name "r-zoo")
|
|
||||||
(version "1.8-8")
|
|
||||||
(source (origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (cran-uri "zoo" version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1rrw431jwaxd9xljp73f15rhcxvwc0xlyrmr0ghi5fj7a03c932f"))))
|
|
||||||
(build-system r-build-system)
|
|
||||||
(propagated-inputs
|
|
||||||
`(("r-lattice" ,r-lattice)))
|
|
||||||
(home-page "http://zoo.R-Forge.R-project.org/")
|
|
||||||
(synopsis "S3 infrastructure for regular and irregular time series")
|
|
||||||
(description "This package contains an S3 class with methods for totally
|
|
||||||
ordered indexed observations. It is particularly aimed at irregular time
|
|
||||||
series of numeric vectors/matrices and factors.")
|
|
||||||
(license license:gpl2+)))
|
|
||||||
|
|
||||||
(define-public r-ztable
|
(define-public r-ztable
|
||||||
(package
|
(package
|
||||||
(name "r-ztable")
|
(name "r-ztable")
|
||||||
|
|
Reference in a new issue