Skip to content

Commit

Permalink
fix namespace problem for real this time
Browse files Browse the repository at this point in the history
  • Loading branch information
wrathematics committed Jan 5, 2018
1 parent 56c3140 commit 3c326f1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ importFrom(grDevices,dev.prev)
importFrom(grDevices,dev.set)
importFrom(grDevices,dev.size)
importFrom(grDevices,png)
importFrom(grDevices,windows.options)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,plot.new)
Expand Down
2 changes: 1 addition & 1 deletion R/client.r
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ client <- function(addr="localhost", port=55555, password=NULL,

### Both axes are proportionally scaled to fit the new window size
if (isWindows())
windows.options(rescale = "fit")
grDevices::windows.options(rescale = "fit")

remoter_repl_client()

Expand Down
2 changes: 1 addition & 1 deletion R/remoter-package.r
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#' @importFrom tools file_path_as_absolute Rd2txt
#' @importFrom getPass getPass
#' @importFrom grDevices dev.cur dev.list dev.next dev.prev dev.off dev.set
#' dev.new dev.size png as.raster windows.options
#' dev.new dev.size png as.raster
#' @importFrom graphics plot.new par plot rasterImage
#' @importFrom png readPNG
#'
Expand Down

0 comments on commit 3c326f1

Please sign in to comment.