From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kei Kebreau Subject: Re: [PATCH] gnu: Add r-randomforest. Date: Fri, 03 Feb 2017 14:14:00 -0500 Message-ID: <877f57jddz.fsf@openmailbox.org> References: <87bmujjhxb.fsf@openmailbox.org> <20170203185000.13957-1-ilpuccio.febo@gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60372) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cZjJD-0000QG-3Y for guix-devel@gnu.org; Fri, 03 Feb 2017 14:14:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cZjJ9-0005GA-0U for guix-devel@gnu.org; Fri, 03 Feb 2017 14:14:10 -0500 Received: from lb1.openmailbox.org ([5.79.108.160]:44981) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cZjJ8-0005F6-Ka for guix-devel@gnu.org; Fri, 03 Feb 2017 14:14:06 -0500 In-Reply-To: <20170203185000.13957-1-ilpuccio.febo@gmail.com> (Raoul Bonnal's message of "Fri, 3 Feb 2017 19:50:00 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Raoul Bonnal Cc: guix-devel@gnu.org --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Raoul Bonnal writes: > From: Raoul Jean Pierre Bonnal > > * gnu/packages/statistics.scm (r-randomforest): New variable. > --- > gnu/packages/statistics.scm | 24 +++++++++++++++++++++++- > 1 file changed, 23 insertions(+), 1 deletion(-) > > diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm > index 596c2baf5..80f0b99b8 100644 > --- a/gnu/packages/statistics.scm > +++ b/gnu/packages/statistics.scm > @@ -6,7 +6,7 @@ > ;;; Copyright =C2=A9 2016 Pjotr Prins > ;;; Copyright =C2=A9 2016 Roel Janssen > ;;; Copyright =C2=A9 2016 Ben Woodcroft > -;;; Copyright =C2=A9 2016 Raoul Bonnal > +;;; Copyright =C2=A9 2016, 2017 Raoul Bonnal > ;;; > ;;; This file is part of GNU Guix. > ;;; > @@ -4145,3 +4145,25 @@ regression.") > perform @dfn{independent component analysis} (ICA) and projection pursui= t.") > ;; Any GPL version. > (license license:gpl3+))) > + > +(define-public r-randomforest > + (package > + (name "r-randomforest") > + (version "4.6-12") > + (source > + (origin > + (method url-fetch) > + (uri (cran-uri "randomForest" version)) > + (sha256 > + (base32 > + "1i43idaihhl6nwqw42v9dqpl6f8z3ykcn2in32lh2755i27jylbf")))) > + (properties `((upstream-name . "randomForest"))) > + (build-system r-build-system) > + (home-page "https://www.stat.berkeley.edu/~breiman/RandomForests/") > + (native-inputs > + `(("gfortran" ,gfortran))) > + (synopsis "Breiman and Cutler's random forests for classification an= d regression") > + (description > +"This package provides the Breiman and Cutler's random forests algorithm= , based on a > +forest of trees using random inputs, for classification and regression.") > + (license license:gpl2+))) Thanks! Pushed to master as 37337699d7d6069ccd38aae6cc25bdbf4a6e56fc. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEg7ZwOtzKO2lLzi2m5qXuPBlGeg0FAliU1ngACgkQ5qXuPBlG eg05IRAArW3BYOwPewZnXDz4YTMw6kmlL2QrfFKbdrNjsJ6oXrWAMEP+N+puRejw uwWtOPBbkXsMT8rUsP11VOnQVJwP/DUbCaosHdUpzd0fc754oCAFyJQbK5TySYg4 3luWZjWgZsa2+3TA0eWNUeDCAnlaexK1V9O+ghGofi/SYPpFsiDcF01GnCqU4U37 uetVF0xEpLy9v6RLmFlf4fKtvpGoTwM4ERhw6EfF4Z0l7AWgmJnhasEEgfbnDpa8 NgX5vJiwfM+0P83Rrg+CCYMn3aVutpuhdE86KUhAZrKQfLVpi6YPwHUN0SU+VyIc oWo9XahjmxIWK2XXheIac/lo455i59ee/jW6T47pUgo/DGJ5B3wHSjNMVjYifQVf u+2LTQk70nzN5q7PCQDe8MrYIwbWCbU0xRbNq6Axip/y22FW45snUKFa0LA7oAp4 cNSrU4KLxvdAkJrISfO+Tr+CrKY3f4ive6yNfkdNVtsSoW+5+R0kEuZbxYKFd4Jf ihkiCWMCsn6ZsnqSQzLc7Dj/sZePuRL/ltwJNZm7TXDpyZAdu1IYn8uddDMxpARX SEeesyzXsuJ1G5qJowXpRwObfysffI+aBcYMD0zZY4zRt17cEybtJv0GPwQa3fsf zgp/Hp4IlwepqhUWzn6rYsf38udFm3N1nSFi/TYypBrK+ohnksU= =7L60 -----END PGP SIGNATURE----- --=-=-=--