Skip to content

Commit

Permalink
fix package conflicts
Browse files Browse the repository at this point in the history
This was creating a problem when debugging on Rstudio
  • Loading branch information
biodavidjm committed Feb 2, 2024
1 parent d916a28 commit 1fba37b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ import(progress)
import(purrr)
import(stringr)
import(tidyr)
import(utils)
import(viridis)
importFrom(data.table,as.data.table)
importFrom(data.table,fread)
Expand All @@ -81,3 +80,7 @@ importFrom(readr,read_lines)
importFrom(scales,percent)
importFrom(stats,median)
importFrom(stats,reorder)
importFrom(utils,URLencode)
importFrom(utils,read.csv)
importFrom(utils,read.delim)
importFrom(utils,write.table)
2 changes: 1 addition & 1 deletion R/misc.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#' @importFrom stats median reorder
#' @import stringr
#' @import tidyr
#' @import utils
#' @importFrom utils URLencode read.csv read.delim write.table
#' @import viridis
#____________________________________________________________________________

Expand Down

0 comments on commit 1fba37b

Please sign in to comment.