all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH 3/7] gnu: Add r-biocviews.
@ 2016-09-15 11:38 Roel Janssen
  2016-09-19 12:46 ` Ricardo Wurmus
  0 siblings, 1 reply; 5+ messages in thread
From: Roel Janssen @ 2016-09-15 11:38 UTC (permalink / raw)
  To: guix-devel

* 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")
+    (description "This package provides structures for vocabularies and
+narratives of views for Bioconductor packages.")
+    (license license:artistic2.0)))
+
 (define-public r-dnacopy
   (package
     (name "r-dnacopy")
-- 
2.10.0

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH 3/7] gnu: Add r-biocviews.
  2016-09-15 11:38 [PATCH 3/7] gnu: Add r-biocviews Roel Janssen
@ 2016-09-19 12:46 ` Ricardo Wurmus
  2016-10-19  9:11   ` Roel Janssen
  0 siblings, 1 reply; 5+ messages in thread
From: Ricardo Wurmus @ 2016-09-19 12:46 UTC (permalink / raw)
  To: Roel Janssen; +Cc: guix-devel


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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 3/7] gnu: Add r-biocviews.
  2016-09-19 12:46 ` Ricardo Wurmus
@ 2016-10-19  9:11   ` Roel Janssen
  2016-10-19 12:08     ` Ricardo Wurmus
  0 siblings, 1 reply; 5+ messages in thread
From: Roel Janssen @ 2016-10-19  9:11 UTC (permalink / raw)
  To: Ricardo Wurmus; +Cc: guix-devel


Ricardo Wurmus writes:

> 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?

No, it means a structured way of describing things by keywords.  It is
an attempt at standardizing meta data to create a search function.  A
vocabulary is a stricter set of words to use for a purpose.  So, package
maintainers should use existing keywords when they reasonably fit
instead of creating new keywords who's meaning is almost identical to an
existing keyword.

Would the following synopsis and description be good?

>    (synopsis "Bioconductor package categorization helper")
>    (description "The purpose of biocViews is to create HTML pages that
> categorize packages in a Bioconductor package repository according to keywords,
> also known as views, in a controlled vocabulary.")

Thanks for your effort and time.

Kind regards,
Roel Janssen

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 3/7] gnu: Add r-biocviews.
  2016-10-19  9:11   ` Roel Janssen
@ 2016-10-19 12:08     ` Ricardo Wurmus
  2016-10-19 13:18       ` Roel Janssen
  0 siblings, 1 reply; 5+ messages in thread
From: Ricardo Wurmus @ 2016-10-19 12:08 UTC (permalink / raw)
  To: Roel Janssen; +Cc: guix-devel


Roel Janssen <roel@gnu.org> writes:

>>> +    (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?
>
> No, it means a structured way of describing things by keywords.  It is
> an attempt at standardizing meta data to create a search function.  A
> vocabulary is a stricter set of words to use for a purpose.  So, package
> maintainers should use existing keywords when they reasonably fit
> instead of creating new keywords who's meaning is almost identical to an
> existing keyword.

Thanks for the explanation!

> Would the following synopsis and description be good?
>
>>    (synopsis "Bioconductor package categorization helper")
>>    (description "The purpose of biocViews is to create HTML pages that
>> categorize packages in a Bioconductor package repository according to keywords,
>> also known as views, in a controlled vocabulary.")

Yes, that’s much better.  Thank you!

~~ Ricardo

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 3/7] gnu: Add r-biocviews.
  2016-10-19 12:08     ` Ricardo Wurmus
@ 2016-10-19 13:18       ` Roel Janssen
  0 siblings, 0 replies; 5+ messages in thread
From: Roel Janssen @ 2016-10-19 13:18 UTC (permalink / raw)
  To: Ricardo Wurmus; +Cc: guix-devel


Ricardo Wurmus writes:

> Roel Janssen <roel@gnu.org> writes:
>
>>>> +    (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?
>>
>> No, it means a structured way of describing things by keywords.  It is
>> an attempt at standardizing meta data to create a search function.  A
>> vocabulary is a stricter set of words to use for a purpose.  So, package
>> maintainers should use existing keywords when they reasonably fit
>> instead of creating new keywords who's meaning is almost identical to an
>> existing keyword.
>
> Thanks for the explanation!
>
>> Would the following synopsis and description be good?
>>
>>>    (synopsis "Bioconductor package categorization helper")
>>>    (description "The purpose of biocViews is to create HTML pages that
>>> categorize packages in a Bioconductor package repository according to keywords,
>>> also known as views, in a controlled vocabulary.")
>
> Yes, that’s much better.  Thank you!

Thanks for the quick response!  I pushed it with these changes.

Kind regards,
Roel Janssen

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-10-19 13:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-15 11:38 [PATCH 3/7] gnu: Add r-biocviews Roel Janssen
2016-09-19 12:46 ` Ricardo Wurmus
2016-10-19  9:11   ` Roel Janssen
2016-10-19 12:08     ` Ricardo Wurmus
2016-10-19 13:18       ` Roel Janssen

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.