Created
August 3, 2020 11:41
-
-
Save keithmcnulty/1fca7edc82c30350ceb3cf5fb358bda3 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| Package: isawesome | |
| Type: Package | |
| Title: Tells people they are awesome | |
| Version: 0.1.0 | |
| Author: c( | |
| person(given = "Jiena", | |
| family = "McLellan", | |
| role = c("aut", "cre"), | |
| email = "jienagu90@gmail.com") | |
| person(given = "Keith", | |
| family = "McNulty", | |
| role = c("ctb"), | |
| email = "keith.mcnulty@gmail.com")) | |
| Maintainer: Jiena McLellan <jienagu90@gmail.com> | |
| Description: This package creates functions which pay you compliments. | |
| It is created as a minimal example for a training on R package creation. | |
| License: CC0 | |
| Depends: | |
| magrittr | |
| Encoding: UTF-8 | |
| LazyData: true | |
| RoxygenNote: 7.1.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment