Skip to content

Commit 8455f41

Browse files
committed
Fix DESCRIPTION syntax
1 parent 16b3412 commit 8455f41

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

DESCRIPTION

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ Authors@R: c(
1010
person("Winston", "Chang", role = c("aut"), email = "[email protected]"),
1111
person("Joe", "Cheng", role = c("aut"), email = "[email protected]"),
1212
person(family = "RStudio", role = "cph"),
13-
person("Peter", "Thorson", role = c("ctb", "cph") comment = "WebSocket++ library"),
14-
person("René", "Nyffenegger", role = c("ctb", "cph") comment = "Base 64 library"),
15-
person("Micael", "Hildenborg", role = c("ctb", "cph") comment = "SHA1 library"),
13+
person("Peter", "Thorson", role = c("ctb", "cph"), comment = "WebSocket++ library"),
14+
person("René", "Nyffenegger", role = c("ctb", "cph"), comment = "Base 64 library"),
15+
person("Micael", "Hildenborg", role = c("ctb", "cph"), comment = "SHA1 library"),
1616
person(family = "Aladdin Enterprises", role = "cph", comment = "MD5 library"),
17-
person("Bjoern", "Hoehrmann", role = c("ctb", "cph") comment = "UTF8 Validation library"))
17+
person("Bjoern", "Hoehrmann", role = c("ctb", "cph"), comment = "UTF8 Validation library"))
1818
License: GPL-2
1919
Encoding: UTF-8
2020
LazyData: true

0 commit comments

Comments
 (0)