-
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.
edited README, resized logo, added missing fields to DESCRIPTION
- Loading branch information
nteetor
committed
Jan 28, 2017
1 parent
079eb89
commit 4fa08f4
Showing
7 changed files
with
67 additions
and
46 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 |
---|---|---|
|
@@ -6,14 +6,14 @@ Authors@R: c( | |
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 | ||
or unpacking assignment in R. The operator unpacks a | ||
list of values and assigns these values to a single | ||
or multiple corresponding names. | ||
or unpacking assignment in R. The operator unpacks | ||
the right-hand side of an assignment into multiple | ||
values and assigns these values to variables on the | ||
left-hand side of the assignment. | ||
URL: https://github.com/nteetor/zeallot | ||
BugReports: https://github.com/nteetor/zeallot/issues | ||
License: MIT + file LICENSE | ||
Encoding: UTF-8 | ||
LazyData: true | ||
RoxygenNote: 5.0.1 | ||
VignetteBuilder: knitr | ||
Suggests: | ||
|
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
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#' zeallot Assignment Operator | ||
#' Unpacking Operator | ||
#' | ||
#' Assign values to name(s). | ||
#' | ||
|
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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.