Skip to content

Commit

Permalink
Fix CRAN check comment
Browse files Browse the repository at this point in the history
  • Loading branch information
markheckmann committed Feb 18, 2024
1 parent cf0f97a commit 9f736b2
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ Suggests:
Encoding: UTF-8
URL: https://github.com/markheckmann/OpenRepGrid.ic
BugReports: https://github.com/markheckmann/OpenRepGrid.ic/issues
RoxygenNote: 7.2.1
RoxygenNote: 7.3.0
2 changes: 1 addition & 1 deletion R/02-calculate.R
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ replace_all <- function(x, first = TRUE) {
#'
#' @param n Number of colors.
#' @param name Name of RColorBrewer qualitative palette.
#' @param aplha Alpha color value for fill colors.
#' @param alpha Alpha color value for fill colors.
#' @return A list with a vector of border and fill colors.
#' @keywords internal
#' @md
Expand Down
5 changes: 2 additions & 3 deletions R/OpenRepGrid.ic.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@
#' @example inst/examples/01-process-excel-file.R
#' @keywords package OpenRepGrid.ic
#' @name OpenRepGrid.ic
#' @docType package
#' @importFrom magrittr "%>%"
#' @importFrom magrittr %>%
#' @importFrom dplyr filter select group_by case_when recode
#' @rawNamespace import(igraph, except = c(compare, normalize))
#' @rawNamespace import(graphics, except = box)
Expand All @@ -38,7 +37,7 @@
#' @rawNamespace import(shinyWidgets, except = c(progressBar, alert))
#' @import utils grDevices openxlsx stringr reshape2 formattable shinyjs rintrojs formattable shinyFeedback shinydashboardPlus shinythemes splines tidyverse
#' @rawNamespace import(shinydashboard, except = c(dashboardPage, dashboardSidebar, box, dashboardHeader, taskItem, notificationItem, messageItem))
NULL
"_PACKAGE"


#' Launch app in browser
Expand Down
19 changes: 19 additions & 0 deletions man/OpenRepGrid.ic.Rd

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

2 changes: 1 addition & 1 deletion man/clique_color_pals.Rd

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

0 comments on commit 9f736b2

Please sign in to comment.