GNU bug report logs -
#39416
Bulk import of R packages
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/cran.scm (r-rockchalk): New variable.
---
gnu/packages/cran.scm | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index ebfa5d9529..2df2f90d37 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -19916,3 +19916,37 @@ recoding. We are eager to have community feedback about the variable key and
the vignette about it. In version 1.67, the function semTable() is deprecated.
We have proposed a new package of that name.")
(license license:gpl2)))
+
+(define-public r-rockchalk
+ (package
+ (name "r-rockchalk")
+ (version "1.8.144")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "rockchalk" version))
+ (sha256
+ (base32
+ "07dp1n155b9gfvk8l30h6bhjbhbylsjxfzns08mryn4mxj3nqpnb"))))
+ (properties `((upstream-name . "rockchalk")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-cardata" ,r-cardata)
+ ("r-kutils" ,r-kutils)
+ ("r-lme4" ,r-lme4)
+ ("r-mass" ,r-mass)))
+ (home-page
+ "https://cran.r-project.org/package=rockchalk")
+ (synopsis
+ "Regression Estimation and Presentation")
+ (description
+ "This package provides a collection of functions for interpretation and
+presentation of regression analysis. These functions are used to produce the
+statistics lectures in <http://pj.freefaculty.org/guides>. Includes regression
+diagnostics, regression tables, and plots of interactions and \"moderator\"
+variables. The emphasis is on \"mean-centered\" and \"residual-centered\"
+predictors. The vignette @code{rockchalk} offers a fairly comprehensive
+overview. The vignette @code{Rstyle} has advice about coding in R. The
+package title @code{rockchalk} refers to our school motto, \"Rock Chalk
+Jayhawk, Go K.U.\".")
+ (license license:gpl3+)))
--
2.20.1
This bug report was last modified 5 years and 84 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.