[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/50: gnu: Add r-transformr.
From: |
guix-commits |
Subject: |
02/50: gnu: Add r-transformr. |
Date: |
Wed, 6 Mar 2024 03:42:51 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 783088d2e38f1f294318b3c3bae4d111f1220cae
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Mar 5 21:55:18 2024 +0100
gnu: Add r-transformr.
* gnu/packages/cran.scm (r-transformr): New variable.
Change-Id: I52114b946832c202c6e2278a330f98f78b92efce
---
gnu/packages/cran.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 8d7425e4c1..5601a7bf4f 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -9549,6 +9549,34 @@ imputations.")
;; Any of these two versions.
(license (list license:gpl2 license:gpl3))))
+(define-public r-transformr
+ (package
+ (name "r-transformr")
+ (version "0.1.5")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "transformr" version))
+ (sha256
+ (base32 "125y99wpgvp92qsg7934nzjqy6irjzaj21c0dcq7apqd2hqamfxw"))))
+ (properties `((upstream-name . "transformr")))
+ (build-system r-build-system)
+ (propagated-inputs (list r-cpp11
+ r-lpsolve
+ r-rlang
+ r-sf
+ r-tweenr
+ r-vctrs))
+ (home-page "https://github.com/thomasp85/transformr")
+ (synopsis "Polygon and path transformations")
+ (description
+ "In order to smoothly animate the transformation of polygons and paths,
+many aspects needs to be taken into account, such as differing number of
+control points, changing center of rotation, etc. The transformr package
+provides an extensive framework for manipulating the shapes of polygons and
+paths and can be seen as the spatial brother to the tweenr package.")
+ (license license:expat)))
+
(define-public r-truncnorm
(package
(name "r-truncnorm")
- branch master updated (f18d13b5f8 -> 86552708c3), guix-commits, 2024/03/06
- 02/50: gnu: Add r-transformr.,
guix-commits <=
- 04/50: gnu: r-ggdist: Update to 3.3.2., guix-commits, 2024/03/06
- 06/50: gnu: r-pagoda2: Update to 1.0.12., guix-commits, 2024/03/06
- 05/50: gnu: r-ggside: Update to 0.3.1., guix-commits, 2024/03/06
- 08/50: gnu: r-curl: Update to 5.2.1., guix-commits, 2024/03/06
- 12/50: gnu: r-lava: Update to 1.8.0., guix-commits, 2024/03/06
- 17/50: gnu: r-hdf5r: Update to 1.3.10., guix-commits, 2024/03/06
- 24/50: gnu: r-deldir: Update to 2.0-4., guix-commits, 2024/03/06
- 03/50: gnu: r-conos: Update to 1.5.2., guix-commits, 2024/03/06
- 01/50: import/cran: Add one more invalid package., guix-commits, 2024/03/06
- 10/50: gnu: r-rmumps: Update to 5.2.1-28., guix-commits, 2024/03/06