[PATCH] gnu: Add r-zoeppritz.

  • Done
  • quality assurance status badge
Details
2 participants
  • M?d?lin Ionel Patra?cu
  • Ricardo Wurmus
Owner
unassigned
Submitted by
M?d?lin Ionel Patra?cu
Severity
normal
M
M
M?d?lin Ionel Patra?cu wrote on 11 Mar 2022 19:19
(address . guix-patches@gnu.org)
20220311181935.14243-1-madalinionel.patrascu@mdc-berlin.de
* gnu/packages/cran.scm (r-zoeppritz): New variable.
---
gnu/packages/cran.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)

Toggle diff (30 lines)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 4178971251..698b078fc1 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -32715,3 +32715,23 @@ (define-public r-ggh4x
facets. It also allows multiple colour, fill scales per plot and hosts a
smaller collection of stats, geoms and axis guides.")
(license license:expat)))
+
+(define-public r-zoeppritz
+ (package
+ (name "r-zoeppritz")
+ (version "1.0-8")
+ (source (origin
+ (method url-fetch)
+ (uri (cran-uri "zoeppritz" version))
+ (sha256
+ (base32
+ "1711szx9zz17q6pfinyzlyrw7m9772c8ywlixqar2l165bkjalgm"))))
+ (properties `((upstream-name . "zoeppritz")))
+ (build-system r-build-system)
+ (home-page "https://cran.r-project.org/package=zoeppritz")
+ (synopsis "Seismic reflection and scattering coefficients for waves")
+ (description
+ "The @code{r-zoeppritz} package calculates and plots scattering matrix
+coefficients or scattering amplitudes, for seismological P and S-waves at an
+interface.")
+ (license license:gpl2+)))
--
2.34.0
R
R
Ricardo Wurmus wrote on 4 Apr 2022 10:45
(address . 54342-done@debbugs.gnu.org)
87o81h2q3y.fsf@elephly.net
Thanks for the patch! I just applied it.

--
Ricardo
Closed
?