Skip to content

Commit f3c2370

Browse files
author
hornik
committed
Give Authors@R instead of Author and Maintainer.
git-svn-id: https://svn.r-project.org/R/trunk@88333 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent d38ae01 commit f3c2370

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/library/utils/R/package.skeleton.R

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,9 @@ package.skeleton <-
108108
"Title: What the Package Does (Short Line)\n",
109109
"Version: 1.0\n",
110110
"Date: ", format(Sys.time(), format="%Y-%m-%d"), "\n",
111-
"Author: Who wrote it\n",
112-
"Maintainer: Who to complain to <[email protected]>\n",
111+
"Authors@R: c(person(\"Givenname\", \"Familyname\", role = c(\"aut\", \"cre\"),\n",
112+
" email = \"[email protected]\"),\n",
113+
" person(\"Anotherone\", \"Ifany\", role = \"ctb\"))\n",
113114
"Description: More about what it does (maybe more than one line).\n",
114115
"License: What license is it under?\n",
115116
if(usingS4) "Imports: methods\n",

0 commit comments

Comments
 (0)