Skip to content

Commit

Permalink
Add "spatial" to the special packages ref #8 [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
chainsawriot committed Feb 13, 2023
1 parent 18856a7 commit a839588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/resolve.R
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ NULL
if (isTRUE(no_enhances)) {
disabled_types <- c(disabled_types, "Enhances")
}
res <- dep_df[!dep_df$type %in% disabled_types & dep_df$y != "R" & !(dep_df$y %in% c("datasets", "utils", "grDevices", "graphics", "stats", "methods", "tools", "grid", "splines", "Rgraphviz", "parallel", "stats4", "tcltk", "MASS", "nnet", "class")),]
res <- dep_df[!dep_df$type %in% disabled_types & dep_df$y != "R" & !(dep_df$y %in% c("datasets", "utils", "grDevices", "graphics", "stats", "methods", "tools", "grid", "splines", "Rgraphviz", "parallel", "stats4", "tcltk", "MASS", "nnet", "class", "spatial")),]
if (nrow(res) == 0) {
return(NULL)
} else {
Expand Down

0 comments on commit a839588

Please sign in to comment.