Skip to content

Commit 2e102ad

Browse files
committed
remove install_phantomjs
1 parent 3641bc5 commit 2e102ad

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

R/goodmap.R

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,7 @@ goodmap <- function(data_file,
8686
height = 900) {
8787
temp_saveDir <- file.path(tempdir(), "temp_maps")
8888
dir.create(temp_saveDir, showWarnings = FALSE)
89-
90-
# if (!webshot::is_phantomjs_installed()) {
91-
# webshot::install_phantomjs()
92-
# }
89+
9390

9491
if (type == "point") {
9592
if (!all(c("g_lat", "g_lon") %in% colnames(data_file))) {

0 commit comments

Comments
 (0)