Skip to content

Commit

Permalink
update with changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjermiah committed Jan 26, 2024
1 parent baa139d commit f839ebc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: PharmacoGx
Type: Package
Title: Analysis of Large-Scale Pharmacogenomic Data
Version: 3.7.0
Version: 3.7.1
Date: 2023-04-19
Authors@R: c(
person(given="Petr", family="Smirnov", email="petr.smirnov@uhnresearch.ca",
Expand Down Expand Up @@ -38,7 +38,6 @@ Imports:
MultiAssayExperiment,
BiocParallel,
ggplot2,
magicaxis,
RColorBrewer,
parallel,
caTools,
Expand All @@ -57,7 +56,7 @@ Imports:
Depends: R (>= 3.6), CoreGx
LinkingTo: Rcpp
Roxygen: list(markdown = TRUE, r6=FALSE)
RoxygenNote: 7.2.3
RoxygenNote: 7.3.1
VignetteBuilder: knitr
VignetteEngine: knitr::rmarkdown
biocViews: GeneExpression, Pharmacogenetics, Pharmacogenomics, Software, Classification
Expand Down
2 changes: 0 additions & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
S3method(plot,PharmacoSig)
export("drugInfo<-")
export("drugNames<-")
export()
export(.computeAUCUnderFittedCurve)
export(.computeZIPdelta)
export(.deltaScore)
Expand Down Expand Up @@ -192,7 +191,6 @@ importFrom(graphics,lines)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,rect)
importFrom(magicaxis,magaxis)
importFrom(methods,callNextMethod)
importFrom(reshape2,acast)
importFrom(stats,anova)
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Package Release News



# 3.3.2
- Debugging vignette issues on the Bioconductor build system

Expand Down

0 comments on commit f839ebc

Please sign in to comment.