me
/
guix
Archived
1
0
Fork 0

gnu: Add r-lmodel2.

* gnu/packages/cran.scm (r-lmodel2): New variable.
master
Ricardo Wurmus 2021-09-29 15:28:12 +02:00
parent 68fa5c6a6e
commit f9762c907a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 20 additions and 0 deletions

View File

@ -683,6 +683,26 @@ variables.")
")
(license license:gpl2+)))
(define-public r-lmodel2
(package
(name "r-lmodel2")
(version "1.7-3")
(source
(origin
(method url-fetch)
(uri (cran-uri "lmodel2" version))
(sha256
(base32 "1fiin2nkffbihz1s8ixmw9lgf8mn3j9krr8iiflizk10mdv54hnb"))))
(properties `((upstream-name . "lmodel2")))
(build-system r-build-system)
(home-page "https://cran.r-project.org/package=lmodel2")
(synopsis "Model II regression")
(description
"This package computes model II simple linear regression using
@dfn{ordinary least squares} (OLS), @dfn{major axis} (MA), @dfn{standard major
axis} (SMA), and @dfn{ranged major axis} (RMA).")
(license license:gpl2)))
(define-public r-ggpmisc
(package
(name "r-ggpmisc")