Skip to content

Commit 3d726c0

Browse files
committed
authors
1 parent a67e39f commit 3d726c0

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

DESCRIPTION

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,12 @@ Package: RMySQL
22
Version: 0.10.1
33
Title: Database Interface and MySQL Driver for R
44
Description: Implements DBI-compliant Interface to MySQL and MariaDB Databases.
5-
Authors@R: as.person(c(
6-
"Jeroen Ooms <[email protected]> [aut, cre]",
7-
"David A. James [aut]",
8-
"Saikat DebRoy [aut]",
9-
"Hadley Wickham <[email protected]> [aut]",
10-
"Jeffrey Horner [aut]",
11-
"RStudio [cph]"
12-
))
5+
Authors@R: c(person("Jeroen", "Ooms", email = "[email protected]", role = c("aut", "cre")),
6+
person("David", "James", role = "aut"),
7+
person("Saikat", "DebRoy", role = "aut"),
8+
person("Hadley", "Wickham", email = "[email protected]", role = "aut"),
9+
person("Jeffrey", "Horner", role = "aut"),
10+
person("RStudio", role = "cph"))
1311
Depends:
1412
R (>= 2.8.0),
1513
DBI (>= 0.3.1)

0 commit comments

Comments
 (0)