Skip to content

Commit

Permalink
Add base to special packages, fix #144
Browse files Browse the repository at this point in the history
Also ref #8
  • Loading branch information
chainsawriot committed Jun 14, 2023
1 parent faa1867 commit ee44b6b
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 @@ -228,7 +228,7 @@
dep_df$y != "R" & !(dep_df$y %in%
c("datasets", "utils", "grDevices", "graphics", "stats", "methods", "tools",
"grid", "splines", "parallel", "stats4", "tcltk", "MASS", "nnet", "class", "spatial",
"eda", "lqs", "mle", "modreg", "mva", "stepfun", "ts")),]
"eda", "lqs", "mle", "modreg", "mva", "stepfun", "ts", "base")),]
if (nrow(res) == 0) {
return(NULL)
}
Expand Down

0 comments on commit ee44b6b

Please sign in to comment.