Skip to content

Instantly share code, notes, and snippets.

@keithmcnulty
Created August 3, 2020 11:41
Show Gist options
  • Select an option

  • Save keithmcnulty/1fca7edc82c30350ceb3cf5fb358bda3 to your computer and use it in GitHub Desktop.

Select an option

Save keithmcnulty/1fca7edc82c30350ceb3cf5fb358bda3 to your computer and use it in GitHub Desktop.
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