Commit c286555a authored by houyun's avatar houyun
Browse files

use utils namespace

parent 0f5fc182
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
  }

  if (!("ggcor" %in% loadedNamespaces()) &&
      ("ggcor" %in% row.names(installed.packages()))) {
      ("ggcor" %in% row.names(utils::installed.packages()))) {
    if (stats::runif(1) > 0.5) {
      msg <- paste0("`linkET` has almost all of `ggcor`'s features and includes\n",
                    "many new features, so switching to `linkET` is recommended.")