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-xmisc): 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 8c1e719143..9ab1d4ac84 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -19320,3 +19320,25 @@ including inference and basic methods. Some alternative algorithms to estimate
forecasts including exponential smoothing via state space models and automatic
ARIMA modelling.")
(license license:gpl3)))
+
+(define-public r-xmisc
+ (package
+ (name "r-xmisc")
+ (version "0.2.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "Xmisc" version))
+ (sha256
+ (base32
+ "11gwlcyxhz1p50m68cnqrxmisdk99v8vrsbvyr7k67f0kvsznzs1"))))
+ (properties `((upstream-name . "Xmisc")))
+ (build-system r-build-system)
+ (home-page
+ "http://cran.r-project.org/package=Xmisc")
+ (synopsis
+ "Xiaobei's miscellaneous classes and functions")
+ (description
+ "This is Xiaobei's miscellaneous classes and functions useful when
+developing R packages, particularly for OOP using R Reference Class.")
+ (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.