diff mbox series

bug#50932: [PATCH] gnu: Add r-bien

Message ID 87o876saxk.fsf@gnu.org
State Accepted
Headers show
Series bug#50932: [PATCH] gnu: Add r-bien | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job

Commit Message

Ludovic Courtès Oct. 30, 2021, 5:02 p.m. UTC
Hi jgart,

jgart <jgart@dismail.de> skribis:

> Here is a patch for r-bien.
>
> https://cran.r-project.org/web/packages/BIEN/index.html

Applied both patches with the minor tweak below.

Thanks!

Ludo’.

Comments

jgart Oct. 30, 2021, 9:30 p.m. UTC | #1
On Sat, 30 Oct 2021 19:02:31 +0200 Ludovic Courtès <ludo@gnu.org> wrote:
> Hi jgart,
> 
> jgart <jgart@dismail.de> skribis:
> 
> > Here is a patch for r-bien.
> >
> > https://cran.r-project.org/web/packages/BIEN/index.html
> 
> Applied both patches with the minor tweak below.
> 
> Thanks!

Thank you!

all best,

jgart
diff mbox series

Patch

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 4cff30c092..5448c52330 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -32173,10 +32173,10 @@  (define-public r-bien
         ("r-sf" ,r-sf)
         ("r-sp" ,r-sp)))
     (home-page "https://cran.r-project.org/package=BIEN")
-    (synopsis "Tools for Accessing the BIEN Database")
+    (synopsis "Tools for accessing the BIEN database")
     (description
-"This package provides Tools for Accessing the Botanical Information
-and Ecology Network Database.  The BIEN database contains cleaned and
+     "This package provides tools for accessing the Botanical Information and
+Ecology Network (BIEN) database.  The BIEN database contains cleaned and
 standardized botanical data including occurrence, trait, plot and taxonomic
 data.  This package provides functions that query the BIEN database by
 constructing and executing optimized SQL queries.")