Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmackintosh committed Mar 23, 2021
1 parent bf5e66e commit 3c66f01
Show file tree
Hide file tree
Showing 3 changed files with 666 additions and 8 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
^popthemes\.Rproj$
^\.Rproj\.user$
^LICENSE\.md$
14 changes: 6 additions & 8 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
Package: popthemes
Title: What the Package Does (One Line, Title Case)
Title: colour palettes from some 90s pop album covers.
Version: 0.0.0.9000
Authors@R:
person(given = "First",
family = "Last",
person(given = "John",
family = "MacKintosh",
role = c("aut", "cre"),
email = "first.last@example.com",
comment = c(ORCID = "YOUR-ORCID-ID"))
Description: What the package does (one paragraph).
License: `use_mit_license()`, `use_gpl3_license()` or friends to pick a
license
email = "johnmackintosh.jm@gmail.com")
Description: colour palettes for fun
License: AGPL (>= 3)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
Expand Down
Loading

0 comments on commit 3c66f01

Please sign in to comment.