Skip to content

Commit

Permalink
successful built v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Miller committed Nov 29, 2020
1 parent 80860bc commit ab5b672
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
^.*\.Rproj$
^\.Rproj\.user$
misc
.travis.yml
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ Description: Correlation AnalyzeR is a powerful tool for understanding how genes
other genes. Finally, 'Topology' mode examines correlation data for a
defined gene group to generate a robust gene-level topology.
Depends: R (>= 3.6)
License: GPL-3
License: MIT
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
RoxygenNote: 7.1.1
Imports:
clusterProfiler,
ggplot2,
Expand Down
2 changes: 1 addition & 1 deletion R/getCorrelationData.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#' @return A correlation data frame object
#'
#' @examples
#'correlationAnalyzeR::getCorrelationData(Sample_Type = "normal",
#' correlationAnalyzeR::getCorrelationData(Sample_Type = "normal",
#' Tissue = "kidney",
#' geneList = c("ATM", "BRCA1"))
#'
Expand Down

0 comments on commit ab5b672

Please sign in to comment.