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-kutils): New variable.
---
gnu/packages/cran.scm | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 0223b97a62..ebfa5d9529 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -19881,3 +19881,38 @@ advanced package binaries available at <http://openmx.ssri.psu.edu>. The
software is described in Neale, Hunter, Pritikin, Zahery, Brick, Kirkpatrick,
Estabrook, Bates, Maes, & Boker (2016) <doi:10.1007/s11336-014-9435-8>.")
(license license:asl2.0)))
+
+(define-public r-kutils
+ (package
+ (name "r-kutils")
+ (version "1.69")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "kutils" version))
+ (sha256
+ (base32
+ "12pg26a85h0jxlfcyai68dbh4bq1gnq8v1ngi8k9qvafbrpc6gx8"))))
+ (properties `((upstream-name . "kutils")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-foreign" ,r-foreign)
+ ("r-lavaan" ,r-lavaan)
+ ("r-openxlsx" ,r-openxlsx)
+ ("r-plyr" ,r-plyr)
+ ("r-runit" ,r-runit)
+ ("r-xtable" ,r-xtable)))
+ (home-page
+ "https://cran.r-project.org/package=kutils")
+ (synopsis "Project Management Tools")
+ (description
+ "Tools for data importation, recoding, and inspection that are used at
+the University of Kansas Center for Research Methods and Data Analysis. There
+are functions to create new project folders, R code templates, create uniquely
+named output directories, and to quickly obtain a visual summary for each
+variable in a data frame. The main feature here is the systematic
+implementation of the \"variable key\" framework for data importation and
+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)))
--
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.