Skip to content

Commit

Permalink
Merge pull request #70 from PF2-pasteur-fr/development
Browse files Browse the repository at this point in the history
1.7.1
  • Loading branch information
hvaret committed Sep 16, 2019
2 parents 944ced8 + 0a25ce3 commit bd3a165
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 1 addition & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: SARTools
Type: Package
Title: Statistical Analysis of RNA-Seq Tools
Version: 1.7.0
Version: 1.7.1
Date: 2019-09-16
Author: Marie-Agnes Dillies and Hugo Varet
Maintainer: Hugo Varet <[email protected]>
Expand All @@ -20,7 +20,6 @@ Imports: genefilter (>= 1.44.0),
gridExtra,
knitr,
limma,
RGraphics,
rlang,
rmarkdown (>= 1.4),
S4Vectors,
Expand Down
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import(kableExtra)
importFrom(GGally,ggally_points)
importFrom(GGally,ggpairs)
importFrom(GGally,wrap)
importFrom(RGraphics,splitTextGrob)
importFrom(S4Vectors,mcols)
importFrom(S4Vectors,metadata)
importFrom(SummarizedExperiment,assay)
Expand Down
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
CHANGES IN VERSION 1.7.1
------------------------
o remove RGraphics dependency as it causes problems with conda

CHANGES IN VERSION 1.7.0
------------------------
o plots are now generated using ggplot2
Expand Down
1 change: 0 additions & 1 deletion R/NAMESPACE.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#' @importFrom gridExtra grid.arrange
#' @importFrom grDevices col2rgb dev.off png
#' @importFrom limma plotMDS
#' @importFrom RGraphics splitTextGrob
#' @importFrom rlang .data
#' @importFrom rmarkdown render
#' @importFrom S4Vectors mcols metadata
Expand Down

0 comments on commit bd3a165

Please sign in to comment.