Skip to content

Commit 9f736b2

Browse files
committed
Fix CRAN check comment
1 parent cf0f97a commit 9f736b2

File tree

5 files changed

+24
-6
lines changed

5 files changed

+24
-6
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ Suggests:
5959
Encoding: UTF-8
6060
URL: https://github.com/markheckmann/OpenRepGrid.ic
6161
BugReports: https://github.com/markheckmann/OpenRepGrid.ic/issues
62-
RoxygenNote: 7.2.1
62+
RoxygenNote: 7.3.0

R/02-calculate.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ replace_all <- function(x, first = TRUE) {
180180
#'
181181
#' @param n Number of colors.
182182
#' @param name Name of RColorBrewer qualitative palette.
183-
#' @param aplha Alpha color value for fill colors.
183+
#' @param alpha Alpha color value for fill colors.
184184
#' @return A list with a vector of border and fill colors.
185185
#' @keywords internal
186186
#' @md

R/OpenRepGrid.ic.R

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@
2626
#' @example inst/examples/01-process-excel-file.R
2727
#' @keywords package OpenRepGrid.ic
2828
#' @name OpenRepGrid.ic
29-
#' @docType package
30-
#' @importFrom magrittr "%>%"
29+
#' @importFrom magrittr %>%
3130
#' @importFrom dplyr filter select group_by case_when recode
3231
#' @rawNamespace import(igraph, except = c(compare, normalize))
3332
#' @rawNamespace import(graphics, except = box)
@@ -38,7 +37,7 @@
3837
#' @rawNamespace import(shinyWidgets, except = c(progressBar, alert))
3938
#' @import utils grDevices openxlsx stringr reshape2 formattable shinyjs rintrojs formattable shinyFeedback shinydashboardPlus shinythemes splines tidyverse
4039
#' @rawNamespace import(shinydashboard, except = c(dashboardPage, dashboardSidebar, box, dashboardHeader, taskItem, notificationItem, messageItem))
41-
NULL
40+
"_PACKAGE"
4241

4342

4443
#' Launch app in browser

man/OpenRepGrid.ic.Rd

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/clique_color_pals.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)