GNU bug report logs -
#39416
Bulk import of R packages
Previous Next
Full log
Message #80 received at 39416 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/cran.scm (r-lisreltor): New variable.
---
gnu/packages/cran.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 2df2f90d37..1d6a26c6fa 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -19950,3 +19950,25 @@ 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+)))
+
+(define-public r-lisreltor
+ (package
+ (name "r-lisreltor")
+ (version "0.1.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "lisrelToR" version))
+ (sha256
+ (base32
+ "0zicq0z3hhixan1p1apybnf3v5s6v6ysll4pcz8ivygwr2swv3p5"))))
+ (properties `((upstream-name . "lisrelToR")))
+ (build-system r-build-system)
+ (home-page
+ "https://cran.r-project.org/package=lisrelToR")
+ (synopsis "Import output from LISREL into R")
+ (description
+ "This is an unofficial package aimed at automating the import of LISREL
+output in R. This package or its maintainer is not in any way affiliated with
+the creators of LISREL and SSI, Inc.")
+ (license license:gpl2)))
--
2.20.1
This bug report was last modified 5 years and 85 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.