We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3641bc5 commit 2e102adCopy full SHA for 2e102ad
R/goodmap.R
@@ -86,10 +86,7 @@ goodmap <- function(data_file,
86
height = 900) {
87
temp_saveDir <- file.path(tempdir(), "temp_maps")
88
dir.create(temp_saveDir, showWarnings = FALSE)
89
-
90
- # if (!webshot::is_phantomjs_installed()) {
91
- # webshot::install_phantomjs()
92
- # }
+
93
94
if (type == "point") {
95
if (!all(c("g_lat", "g_lon") %in% colnames(data_file))) {
0 commit comments