Skip to content

Commit

Permalink
try and fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmackintosh committed Mar 23, 2021
1 parent 71c38d1 commit bc86931
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ Authors@R:
family = "MacKintosh",
role = c("aut", "cre"),
email = "johnmackintosh.jm@gmail.com")
Description: colour palettes for fun based on pop album and single covers
Description: colour palettes for fun based on pop album and single covers.
Here's some more words to make another sentence.
License: AGPL (>= 3)
Encoding: UTF-8
LazyData: true
Expand Down
3 changes: 2 additions & 1 deletion R/print_palette.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
#' @importFrom grDevices rgb
#'
#' @examples
#' #'\donttest{
#' print_pal('aqua')
#'
#'}
#'
print_pal <- function(x, ...) {
n <- length(x)
Expand Down
3 changes: 2 additions & 1 deletion man/print_pal.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bc86931

Please sign in to comment.