Commit f41fff31 authored by houyun's avatar houyun
Browse files

delete random message

parent c286555a
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -4,14 +4,5 @@
                  "with `linkET`, please detach or uninstall the `ggcor` package first.")
    packageStartupMessage(msg)
  }

  if (!("ggcor" %in% loadedNamespaces()) &&
      ("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.")
      packageStartupMessage(msg)
    }
  }
}