-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
continuing the hunt for single quotes
- Loading branch information
nteetor
committed
Jul 28, 2017
1 parent
eabb285
commit 3b3ef2b
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ Type: Package | |
Title: Multiple, Unpacking, and Destructuring Assignment | ||
Version: 0.0.4 | ||
Authors@R: c( | ||
person(given = 'Nathan', family = 'Teetor', email = '[email protected]', role = c('aut', 'cre')), | ||
person(given = 'Paul', family = 'Teetor', role = 'ctb')) | ||
person(given = "Nathan", family = "Teetor", email = "[email protected]", role = c("aut", "cre")), | ||
person(given = "Paul", family = "Teetor", role = "ctb")) | ||
Description: Provides a %<-% operator to perform multiple, | ||
unpacking, and destructuring assignment in R. The | ||
operator unpacks the right-hand side of an assignment | ||
|