GNU bug report logs -
#61855
[PATCH] gnu: Add r-sitar.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 61855 in the body.
You can then email your comments to 61855 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
rekado <at> elephly.net, guix-patches <at> gnu.org
:
bug#61855
; Package
guix-patches
.
(Tue, 28 Feb 2023 00:41:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Mădălin Ionel Patrașcu <madalinionel.patrascu <at> mdc-berlin.de>
:
New bug report received and forwarded. Copy sent to
rekado <at> elephly.net, guix-patches <at> gnu.org
.
(Tue, 28 Feb 2023 00:41:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/cran.scm (r-sitar): 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 c80e98134a..abe89201b0 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -9652,6 +9652,40 @@ (define-public r-signal
It also includes interpolation functions.")
(license license:gpl2)))
+(define-public r-sitar
+ (package
+ (name "r-sitar")
+ (version "1.3.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "sitar" version))
+ (sha256
+ (base32 "0lhwbbpq6anqrk3818xw3nrl63bj3vwgsmxad0dpl8y50rkcc4cs"))))
+ (properties `((upstream-name . "sitar")))
+ (build-system r-build-system)
+ (propagated-inputs
+ (list r-dplyr
+ r-forcats
+ r-ggplot2
+ r-glue
+ r-magrittr
+ r-nlme
+ r-purrr
+ r-rlang
+ r-rsample
+ r-tibble
+ r-tidyr))
+ (native-inputs (list r-knitr))
+ (home-page "https://github.com/statist7/sitar")
+ (synopsis "Super imposition by translation and rotation growth curve analysis")
+ (description
+ "This package provides functions for fitting and plotting @acronym{SITAR, Super
+Imposition by Translation And Rotation} growth curve models. SITAR is a shape-
+invariant model with a regression B-spline mean curve and subject-specific random
+effects on both the measurement and age scales.")
+ (license license:gpl2+)))
+
(define-public r-gsubfn
(package
(name "r-gsubfn")
base-commit: 4db367f8ae4e704784ced52b552437ca00b94b89
--
2.39.1
Reply sent
to
Ricardo Wurmus <rekado <at> elephly.net>
:
You have taken responsibility.
(Wed, 01 Mar 2023 08:45:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
Mădălin Ionel Patrașcu <madalinionel.patrascu <at> mdc-berlin.de>
:
bug acknowledged by developer.
(Wed, 01 Mar 2023 08:45:03 GMT)
Full text and
rfc822 format available.
Message #10 received at 61855-done <at> debbugs.gnu.org (full text, mbox):
Mădălin Ionel Patrașcu <madalinionel.patrascu <at> mdc-berlin.de> writes:
> * gnu/packages/cran.scm (r-sitar): New variable.
Thanks for the patch. Pushed to the master branch with commit
ef7df2ca7bb212455f1d6bbef5bbf7b1ac5a189d.
--
Ricardo
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 29 Mar 2023 11:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 45 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.