Skip to content

Commit 5a81252

Browse files
committed
use_tidy_description()
1 parent 6fd5ca2 commit 5a81252

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

DESCRIPTION

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
Package: googledrive
22
Title: An Interface to Google Drive
33
Version: 1.0.1.9000
4-
Authors@R: c(
5-
person("Lucy", "D'Agostino McGowan", email = "[email protected]",
6-
role = c("aut")),
7-
person("Jennifer", "Bryan", email = "[email protected]",
8-
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-6983-2759")),
9-
person("RStudio", role = c("cph", "fnd"))
10-
)
4+
Authors@R:
5+
c(person(given = "Lucy",
6+
family = "D'Agostino McGowan",
7+
role = "aut",
8+
email = "[email protected]"),
9+
person(given = "Jennifer",
10+
family = "Bryan",
11+
role = c("aut", "cre"),
12+
email = "[email protected]",
13+
comment = c(ORCID = "0000-0002-6983-2759")),
14+
person(given = "RStudio",
15+
role = c("cph", "fnd")))
1116
Description: Manage Google Drive files from R.
1217
License: MIT + file LICENSE
1318
URL: https://googledrive.tidyverse.org,

0 commit comments

Comments
 (0)