Skip to content

Commit

Permalink
submit_package_release for updated things
Browse files Browse the repository at this point in the history
  • Loading branch information
muschellij2 committed Dec 20, 2019
1 parent effe388 commit 1910b84
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DESCRIPTION
Expand Up @@ -14,7 +14,8 @@ Authors@R: c(person(given = "John", family = "Muschelli",
comment = NULL))
License: CC BY-SA 3.0 + file LICENSE
Imports:
utils
utils,
grDevices
Suggests:
knitr,
rmarkdown,
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Expand Up @@ -6,4 +6,5 @@ export(sri24_label_colors)
export(sri24_label_df)
export(sri24_label_file)
export(sri24_label_list)
importFrom(grDevices,rgb)
importFrom(utils,read.table)
1 change: 1 addition & 0 deletions R/sri24_label_list.R
Expand Up @@ -5,6 +5,7 @@
#'
#' @return A list of \code{data.frame}s or a specific \code{data.frame}
#' @export
#' @importFrom grDevices rgb
#'
#' @examples
#' sri24_label_list()
Expand Down

0 comments on commit 1910b84

Please sign in to comment.