[Seqinr-commits] r1918 - pkg
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri Jun 3 15:07:04 CEST 2016
Author: jeanlobry
Date: 2016-06-03 15:07:04 +0200 (Fri, 03 Jun 2016)
New Revision: 1918
Modified:
pkg/DESCRIPTION
Log:
Using the Authors at R field
Modified: pkg/DESCRIPTION
===================================================================
--- pkg/DESCRIPTION 2016-06-03 12:51:39 UTC (rev 1917)
+++ pkg/DESCRIPTION 2016-06-03 13:07:04 UTC (rev 1918)
@@ -1,9 +1,15 @@
Encoding: UTF-8
Package: seqinr
Version: 3.1-5
-Date: 2016-06-02
+Date: 2016-06-03
Title: Biological Sequences Retrieval and Analysis
-Author: Delphine Charif and Jean R. Lobry and Anamaria Necsulea and Leonor Palmeira and Simon Penel and Guy Perrière
+Authors at R: c(person("Delphine", "Charif", role = "aut"),
+ person(c("Jean","R.") "Lobry", role = c("aut", "cre"), email = "jean.lobry at univ-lyon1.fr"),
+ person("Anamaria", "Necşulea", role = "ctb"),
+ person("Leonor", "Palmeira", role = "ctb"),
+ person("Simon", "Penel", role = c("aut", "cre"), email = "simon.penel at univ-lyon1.fr"),
+ person("Guy", "Perrière", role = "ctb"))
+Author: Delphine Charif and Jean R. Lobry and Anamaria Necşulea and Leonor Palmeira and Simon Penel and Guy Perrière
Maintainer: Simon Penel <simon.penel at univ-lyon1.fr>
Imports: ade4,segmented
Depends: R (>= 2.10.0)
More information about the Seqinr-commits
mailing list