all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ben Woodcroft <b.woodcroft@uq.edu.au>
To: Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>,
	Ben Woodcroft <donttrustben@gmail.com>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH] gnu: Add r-glmnet.
Date: Fri, 1 Jul 2016 09:08:21 +1000	[thread overview]
Message-ID: <5775A665.7080709@uq.edu.au> (raw)
In-Reply-To: <idjziq2vodu.fsf@bimsb-sys02.mdc-berlin.net>



On 30/06/16 22:42, Ricardo Wurmus wrote:
> Ben Woodcroft <donttrustben@gmail.com> writes:
>
>> * gnu/packages/statistics.scm (r-glmnet): New variable.
>> ---
>>   gnu/packages/statistics.scm | 26 ++++++++++++++++++++++++++
>>   1 file changed, 26 insertions(+)
>>
>> diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
>> index f037392..732d874 100644
>> --- a/gnu/packages/statistics.scm
>> +++ b/gnu/packages/statistics.scm
>> @@ -2244,6 +2244,32 @@ singular and eigenvalue decompositions, as well as for principal component
>>   analysis of large sparse or dense matrices.")
>>       (license (list license:gpl2+ license:gpl3+))))
>>   
>> +(define-public r-glmnet
>> +  (package
>> +   (name "r-glmnet")
>> +   (version "2.0-5")
>> +   (source
>> +    (origin
>> +     (method url-fetch)
>> +     (uri (cran-uri "glmnet" version))
>> +     (sha256
>> +      (base32
>> +       "1cbpzmbv837fvq88rgn6mgzgr9f1wqp9fg8gh2kkmngvr1957a9c"))))
>> +   (build-system r-build-system)
>> +    (inputs
>> +     `(("gfortran" ,gfortran)))
>> +   (propagated-inputs
>> +    `(("r-foreach" ,r-foreach)))
>> +   (home-page "http://www.jstatsoft.org/v33/i01")
>> +   (synopsis "Lasso and Elastic-Net Regularized Generalized Linear Models")
> Does this need to be all caps?

No they do not. I made all except the first lower case and pushed. 
Thanks for the review.
ben

      reply	other threads:[~2016-06-30 23:08 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-30  1:44 [PATCH] gnu: Add r-glmnet Ben Woodcroft
2016-06-30 12:42 ` Ricardo Wurmus
2016-06-30 23:08   ` Ben Woodcroft [this message]

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

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

  git send-email \
    --in-reply-to=5775A665.7080709@uq.edu.au \
    --to=b.woodcroft@uq.edu.au \
    --cc=donttrustben@gmail.com \
    --cc=guix-devel@gnu.org \
    --cc=ricardo.wurmus@mdc-berlin.de \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.