Skip to content

Commit

Permalink
modified dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ManonMartin committed Oct 3, 2019
1 parent 5ae405f commit 2df2642
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Authors@R: c(person("Manon", "Martin", role = c("aut", "cre"),email = "manon.mar
person("Baptiste", "Feraud", role = c("aut"),email = "[email protected]"))
biocViews:
Imports:
clValid, phyclust, proxy, pls, pander, stats, ggplot2, reshape2, spls, plyr, gridExtra, clusterSim, ropls, modeest
clValid, phyclust, proxy, pls, pander, stats, ggplot2, reshape2, spls, caret, gridExtra, plyr,clusterSim, ropls
Suggests: knitr, rmarkdown
Description: Basic R routines implemented for metabolomics data analysis. It mainly involves statistical mutivariate methods and visualisation tools.
License: GPL-2
Expand Down
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ export(cvOPLSDA)
export(pTreatGPL)
import(ggplot2)
import(gridExtra)
import(modeest)
import(reshape2)
importFrom(caret,createFolds)
importFrom(clValid,dunn)
importFrom(clusterSim,index.DB)
importFrom(grDevices,dev.new)
Expand Down
2 changes: 1 addition & 1 deletion R/ClustMIC.R
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
#'@importFrom clValid dunn
#'@importFrom clusterSim index.DB
#'@importFrom phyclust RRand
#'@import modeest




Expand Down
1 change: 0 additions & 1 deletion R/binClustMIC.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
#'@importFrom clValid dunn
#'@importFrom clusterSim index.DB
#'@importFrom phyclust RRand
#'


binClustMIC <- function(Positions, Distance, nClust, Trcl, Dendr = TRUE) {
Expand Down
4 changes: 2 additions & 2 deletions R/zzz.R
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# WelcomeMessage

.onLoad <- function(...) {
suppressPackageStartupMessages(library("modeest"))
suppressPackageStartupMessages(library("clusterSim"))
# suppressPackageStartupMessages(library("modeest"))
# suppressPackageStartupMessages(library("clusterSim"))
packageStartupMessage("Package MBXUCL was correclty loaded\n")
# message("message from .onLoad via message")
# packageStartupMessage("message from .onLoad via
Expand Down

0 comments on commit 2df2642

Please sign in to comment.