gnu: Remove duplicated r-psych package.
It was first added incdc129dc53
, then again indb80dd4a1d
. * gnu/packages/cran.scm (r-psych): Remove duplicated package definition.
This commit is contained in:
parent
d493d59a7f
commit
cfa6cc4d9a
|
@ -1686,14 +1686,14 @@ problems as well as resampling based estimators of prediction error.")
|
||||||
(define-public r-psych
|
(define-public r-psych
|
||||||
(package
|
(package
|
||||||
(name "r-psych")
|
(name "r-psych")
|
||||||
(version "1.7.8")
|
(version "1.8.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "psych" version))
|
(uri (cran-uri "psych" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0daismb8pdk392vdy304hqx0m3jx62gx3a0hygjygc125rhfla7k"))))
|
"1kzv9nc7rwn1sj1zxd8xrbs6c7qlka7j2c8lsr4f20znkd3qx8gf"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-foreign" ,r-foreign)
|
`(("r-foreign" ,r-foreign)
|
||||||
|
@ -3467,37 +3467,6 @@ filtering functions, resampling routines, and visualization of filter models.
|
||||||
It also includes interpolation functions.")
|
It also includes interpolation functions.")
|
||||||
(license license:gpl2)))
|
(license license:gpl2)))
|
||||||
|
|
||||||
(define-public r-psych
|
|
||||||
(package
|
|
||||||
(name "r-psych")
|
|
||||||
(version "1.8.4")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (cran-uri "psych" version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1kzv9nc7rwn1sj1zxd8xrbs6c7qlka7j2c8lsr4f20znkd3qx8gf"))))
|
|
||||||
(build-system r-build-system)
|
|
||||||
(propagated-inputs
|
|
||||||
`(("r-foreign" ,r-foreign)
|
|
||||||
("r-lattice" ,r-lattice)
|
|
||||||
("r-mnormt" ,r-mnormt)
|
|
||||||
("r-nlme" ,r-nlme)))
|
|
||||||
(home-page "http://cran.r-project.org/web/packages/psych")
|
|
||||||
(synopsis "Procedures for psychological, psychometric, and personality research")
|
|
||||||
(description
|
|
||||||
"This package provides a general purpose toolbox for personality,
|
|
||||||
psychometric theory and experimental psychology. The functions are primarily
|
|
||||||
for multivariate analysis and scale construction using factor analysis,
|
|
||||||
principal component analysis, cluster analysis and reliability analysis,
|
|
||||||
although others provide basic descriptive statistics. It provides functions
|
|
||||||
for analyzing data at multiple levels within and between group statistics,
|
|
||||||
including correlations and factor analysis; functions for simulating and
|
|
||||||
testing particular item and test structures are included. Several functions
|
|
||||||
serve as a useful front end for structural equation modeling.")
|
|
||||||
(license license:gpl2+)))
|
|
||||||
|
|
||||||
(define-public r-gsubfn
|
(define-public r-gsubfn
|
||||||
(package
|
(package
|
||||||
(name "r-gsubfn")
|
(name "r-gsubfn")
|
||||||
|
|
Loading…
Reference in New Issue