Skip to content

Commit 16a6c83

Browse files
authored
Merge pull request #17 from kbenoit/fix-namespace-issues
Correct the packages for @importFrom
2 parents cdae993 + 5ae5966 commit 16a6c83

3 files changed

Lines changed: 5 additions & 10 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,7 @@ Imports:
2525
jsonlite,
2626
DT,
2727
readtext,
28-
magrittr,
29-
tools,
30-
utils,
31-
stats,
32-
grDevices,
33-
graphics
28+
magrittr
3429
Suggests:
3530
testthat (>= 3.0.0),
3631
knitr,

R/annotate_gui.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4660,7 +4660,6 @@ get_code_names <- function(node) {
46604660
#'
46614661
#' @return Invisible NULL, called for side effect of saving project state
46624662
#'
4663-
#' @importFrom utils saveRDS
46644663
#' @importFrom tools file_path_sans_ext
46654664
#'
46664665
#' @keywords internal

R/package.R

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ if(getRversion() >= "2.15.1") {
2222
#' @importFrom utils tail head
2323
#' @importFrom magrittr %>%
2424
#' @importFrom shiny HTML addResourcePath column conditionalPanel div downloadButton downloadHandler
25-
#' @importFrom shiny fluidRow formatStyle h4 helpText hr modalButton observe p renderText span strong
26-
#' @importFrom shiny styleInterval tabsetPanel tagList uiOutput updateSelectInput verbatimTextOutput
25+
#' @importFrom shiny fluidRow h4 helpText hr modalButton observe p renderText span strong
26+
#' @importFrom shiny tabsetPanel tagList uiOutput updateSelectInput verbatimTextOutput
27+
#' @importFrom DT formatStyle styleInterval
2728
#' @importFrom shiny wellPanel withProgress br textOutput radioButtons
28-
NULL
29+
NULL

0 commit comments

Comments
 (0)