From: Ricardo Wurmus <rekado@elephly.net>
To: Roel Janssen <roel@gnu.org>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH 3/7] gnu: Add r-biocviews.
Date: Mon, 19 Sep 2016 14:46:35 +0200 [thread overview]
Message-ID: <877fa8m504.fsf@elephly.net> (raw)
In-Reply-To: <87intxs89p.fsf@gnu.org>
Roel Janssen <roel@gnu.org> writes:
> * gnu/packages/bioinformatics.scm (r-biocviews): New variable.
> ---
> gnu/packages/bioinformatics.scm | 28 ++++++++++++++++++++++++++++
> 1 file changed, 28 insertions(+)
>
> diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
> index 3d607cc..fa32075 100644
> --- a/gnu/packages/bioinformatics.scm
> +++ b/gnu/packages/bioinformatics.scm
> @@ -5333,6 +5333,34 @@ CRAN, and (some) github packages.")
> the graph algorithms contained in the Boost library.")
> (license license:artistic2.0)))
>
> +(define-public r-biocviews
> + (package
> + (name "r-biocviews")
> + (version "1.40.1")
> + (source (origin
> + (method url-fetch)
> + (uri (bioconductor-uri "biocViews" version))
> + (sha256
> + (base32
> + "1d1g06zwx3xhc07mdhs5x31730xw08fg3x73xyfj0qdy2ykww3f9"))))
> + (properties
> + `((upstream-name . "biocViews")))
> + (build-system r-build-system)
> + (propagated-inputs
> + `(("r-biobase" ,r-biobase)
> + ("r-graph" ,r-graph)
> + ("r-rbgl" ,r-rbgl)
> + ("r-rcurl" ,r-rcurl)
> + ("r-xml" ,r-xml)
> + ("r-knitr" ,r-knitr)
> + ("r-runit" ,r-runit)))
> + (home-page "http://bioconductor.org/packages/Biocviews")
> + (synopsis "Bioconductor structures for vocabularies and narratives of
> +views")
I don’t know what this means. Does this mean “data structures”? What
is a vocabulary or narrative in this case?
~~ Ricardo
next prev parent reply other threads:[~2016-09-19 12:46 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-15 11:38 [PATCH 3/7] gnu: Add r-biocviews Roel Janssen
2016-09-19 12:46 ` Ricardo Wurmus [this message]
2016-10-19 9:11 ` Roel Janssen
2016-10-19 12:08 ` Ricardo Wurmus
2016-10-19 13:18 ` Roel Janssen
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=877fa8m504.fsf@elephly.net \
--to=rekado@elephly.net \
--cc=guix-devel@gnu.org \
--cc=roel@gnu.org \
/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).