unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Mădălin Ionel Patrașcu" <madalinionel.patrascu@mdc-berlin.de>
To: <59908@debbugs.gnu.org>
Cc: rekado@elephly.net
Subject: [bug#59908] [PATCH 1/4] gnu: Add r-rcppde.
Date: Thu, 8 Dec 2022 20:22:29 +0100	[thread overview]
Message-ID: <20221208192232.16413-1-madalinionel.patrascu@mdc-berlin.de> (raw)
In-Reply-To: <2916bd5df8054870a70ba29c5fde484c@mdc-berlin.de>

* gnu/packages/cran.scm (r-rcppde): New variable.
---
 gnu/packages/cran.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 5c5258d6e0..016eeb4821 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4569,6 +4569,32 @@ (define-public r-rcpp
 @code{citation(\"Rcpp\")} for details on these last two.")
     (license license:gpl2+)))
 
+(define-public r-rcppde
+  (package
+    (name "r-rcppde")
+    (version "0.1.6")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "RcppDE" version))
+              (sha256
+               (base32
+                "1i9jj595nqpb16y22z2b8fcf0gq1fg0pbiisbd837p1cyw4nff69"))))
+    (properties `((upstream-name . "RcppDE")))
+    (build-system r-build-system)
+    (propagated-inputs
+     (list r-rcpp
+           r-rcpparmadillo))
+    (home-page "https://cran.r-project.org/package=RcppDE")
+    (synopsis "Global optimization by differential evolution in C++")
+    (description
+     "This package provides an iteration of the @code{DEoptim} function.  It
+performs global optimization by differential evolution.  The implementation
+employs the @code{Rcpp} package.  The last one provides tools for integration
+of R objects at the C++ level—and vice versa.  @code{R-rcppde} uses the @code{
+RcppArmadillo} package.  This one provides an interface from R to the Armadillo
+linear algebra package written in C++.")
+    (license license:gpl2+)))
+
 (define-public r-rcppml
   (package
     (name "r-rcppml")

base-commit: 81191e3410cc00c6438f532599dd0b96d521982f
-- 
2.38.1





  reply	other threads:[~2022-12-08 19:23 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-08 18:41 [bug#59908] [PATCH] gnu: Add r-rcppde, r-ptw, r-pepsnmr and r-asics MadalinIonel.Patrascu
2022-12-08 19:22 ` Mădălin Ionel Patrașcu [this message]
2022-12-08 19:22   ` [bug#59908] [PATCH 2/4] gnu: Add r-ptw Mădălin Ionel Patrașcu
2022-12-08 19:22   ` [bug#59908] [PATCH 3/4] gnu: Add r-pepsnmr Mădălin Ionel Patrașcu
2022-12-08 19:22   ` [bug#59908] [PATCH 4/4] gnu: Add r-asics Mădălin Ionel Patrașcu
2022-12-12 17:44   ` bug#59908: [PATCH 1/4] gnu: Add r-rcppde Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221208192232.16413-1-madalinionel.patrascu@mdc-berlin.de \
    --to=madalinionel.patrascu@mdc-berlin.de \
    --cc=59908@debbugs.gnu.org \
    --cc=rekado@elephly.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).