Skip to content

Commit

Permalink
get rid of affy deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lwaldron committed Oct 31, 2023
1 parent 4b751ff commit c16d804
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
^README\.md$
^external_data_store\.txt$
^\.gitattributes$
.github
curatedOvarianData.Rproj

4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: curatedOvarianData
Type: Package
Title: Clinically Annotated Data for the Ovarian Cancer Transcriptome
Version: 1.40.0
Date: 2023-06-15
Version: 1.40.1
Date: 2023-10-31
Author: Benjamin F. Ganzfried, Markus Riester, Steve Skates, Victoria Wang, Thomas Risch, Benjamin Haibe-Kains, Svitlana Tyekucheva, Jie Ding, Ina Jazic, Michael Birrer, Giovanni Parmigiani, Curtis Huttenhower, Levi Waldron
Maintainer: Levi Waldron <[email protected]>
Description: The curatedOvarianData package provides data for gene expression analysis in patients with ovarian cancer.
Expand Down
2 changes: 1 addition & 1 deletion inst/unitTests/test_checkCurated.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
test_checkCurated <- function(){
library(affy)
library(curatedOvarianData)
##the template to use
##template.file <- "../extdata/template_ov.csv"
template.file <- system.file("extdata/template_ov.csv", package = "curatedOvarianData")
Expand Down
1 change: 0 additions & 1 deletion vignettes/curatedOvarianData_vignette.rnw
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,6 @@ a simple way to do it. For one dataset:

<<simplygetdata, eval=FALSE>>=
library(curatedOvarianData)
library(affy)
data(GSE30161_eset)
write.csv(exprs(GSE30161_eset), file="GSE30161_eset_exprs.csv")
write.csv(pData(GSE30161_eset), file="GSE30161_eset_clindata.csv")
Expand Down

0 comments on commit c16d804

Please sign in to comment.