* Re: branch master updated: gnu: Add r-useful.
[not found] <20200909150001.9150.43391@vcs0.savannah.gnu.org>
@ 2020-09-09 16:05 ` Ricardo Wurmus
2020-09-10 14:59 ` Roel Janssen
0 siblings, 1 reply; 2+ messages in thread
From: Ricardo Wurmus @ 2020-09-09 16:05 UTC (permalink / raw)
To: Roel Janssen; +Cc: guix-devel, guix-commits
Hi Roel,
> This is an automated email from the git hooks/post-receive script.
>
> roelj pushed a commit to branch master
> in repository guix.
>
> The following commit(s) were added to refs/heads/master by this push:
> new a9401b4 gnu: Add r-useful.
> a9401b4 is described below
>
> commit a9401b4c948552d6a5a95bbd295e61871f4c6d74
> Author: Roel Janssen <roel@gnu.org>
> AuthorDate: Wed Sep 9 16:59:42 2020 +0200
>
> gnu: Add r-useful.
>
> * gnu/packages/cran.scm (r-useful): New variable.
> ---
> gnu/packages/cran.scm | 30 ++++++++++++++++++++++++++++++
> 1 file changed, 30 insertions(+)
>
> diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
> index 3b13bbd..8f7e379 100644
> --- a/gnu/packages/cran.scm
> +++ b/gnu/packages/cran.scm
> @@ -3724,6 +3724,36 @@ algorithm. The interface of @code{ucminf} is designed for easy interchange
> with the package @code{optim}.")
> (license license:gpl2+)))
>
> +(define-public r-useful
> + (package
> + (name "r-useful")
> + (version "1.2.6")
> + (source (origin
> + (method url-fetch)
> + (uri (cran-uri "useful" version))
> + (sha256
> + (base32
> + "0n50v1q75k518sq23id14jphwla35q4sasahrnrnllwrachl67v1"))))
> + (properties `((upstream-name . "useful")))
> + (build-system r-build-system)
> + (propagated-inputs
> + `(("r-assertthat" ,r-assertthat)
> + ("r-dplyr" ,r-dplyr)
> + ("r-ggplot2" ,r-ggplot2)
> + ("r-magrittr" ,r-magrittr)
> + ("r-matrix" ,r-matrix)
> + ("r-plyr" ,r-plyr)
> + ("r-purrr" ,r-purrr)
> + ("r-scales" ,r-scales)))
> + (home-page "https://github.com/jaredlander/useful")
> + (synopsis "A Collection of Handy, Useful Functions")
“guix lint” should have complained about the leading “A”. Please also
use lowercase.
--
Ricardo
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: branch master updated: gnu: Add r-useful.
2020-09-09 16:05 ` branch master updated: gnu: Add r-useful Ricardo Wurmus
@ 2020-09-10 14:59 ` Roel Janssen
0 siblings, 0 replies; 2+ messages in thread
From: Roel Janssen @ 2020-09-10 14:59 UTC (permalink / raw)
To: Ricardo Wurmus; +Cc: guix-devel, guix-commits
On Wed, 2020-09-09 at 18:05 +0200, Ricardo Wurmus wrote:
> Hi Roel,
>
> > This is an automated email from the git hooks/post-receive script.
> >
> > roelj pushed a commit to branch master
> > in repository guix.
> >
> > The following commit(s) were added to refs/heads/master by this
> > push:
> > new a9401b4 gnu: Add r-useful.
> > a9401b4 is described below
> >
> > commit a9401b4c948552d6a5a95bbd295e61871f4c6d74
> > Author: Roel Janssen <roel@gnu.org>
> > AuthorDate: Wed Sep 9 16:59:42 2020 +0200
> >
> > gnu: Add r-useful.
> >
> > * gnu/packages/cran.scm (r-useful): New variable.
> > ---
> > gnu/packages/cran.scm | 30 ++++++++++++++++++++++++++++++
> > 1 file changed, 30 insertions(+)
> >
> > diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
> > index 3b13bbd..8f7e379 100644
> > --- a/gnu/packages/cran.scm
> > +++ b/gnu/packages/cran.scm
> > @@ -3724,6 +3724,36 @@ algorithm. The interface of @code{ucminf}
> > is designed for easy interchange
> > with the package @code{optim}.")
> > (license license:gpl2+)))
> >
> > +(define-public r-useful
> > + (package
> > + (name "r-useful")
> > + (version "1.2.6")
> > + (source (origin
> > + (method url-fetch)
> > + (uri (cran-uri "useful" version))
> > + (sha256
> > + (base32
> > + "0n50v1q75k518sq23id14jphwla35q4sasahrnrnllwrachl67v
> > 1"))))
> > + (properties `((upstream-name . "useful")))
> > + (build-system r-build-system)
> > + (propagated-inputs
> > + `(("r-assertthat" ,r-assertthat)
> > + ("r-dplyr" ,r-dplyr)
> > + ("r-ggplot2" ,r-ggplot2)
> > + ("r-magrittr" ,r-magrittr)
> > + ("r-matrix" ,r-matrix)
> > + ("r-plyr" ,r-plyr)
> > + ("r-purrr" ,r-purrr)
> > + ("r-scales" ,r-scales)))
> > + (home-page "https://github.com/jaredlander/useful")
> > + (synopsis "A Collection of Handy, Useful Functions")
>
> “guix lint” should have complained about the leading “A”. Please
> also
> use lowercase.
Fixed in 811985a7e0b8e7aad5a3c3818482b06996c94d02.
Kind regards,
Roel Janssen
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-09-10 14:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20200909150001.9150.43391@vcs0.savannah.gnu.org>
2020-09-09 16:05 ` branch master updated: gnu: Add r-useful Ricardo Wurmus
2020-09-10 14:59 ` Roel Janssen
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).