-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
12 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,12 @@ | ||
Package: MAEio | ||
Title: Read Various Data Sources into MultiAssayExperiment objects | ||
Version: 0.0.0.9000 | ||
Version: 0.1.9000 | ||
Authors@R: | ||
person("Gregor", "Sturm", , "[email protected]", role = c("aut", "cre")) | ||
Description: Read Various Data Sources into MultiAssayExperiment objects | ||
Description: This package provides convenience functions for reading real-world evidence data provided by Personalis into Bioconductor MultiAssayExperiment objects. | ||
Encoding: UTF-8 | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.2.3 | ||
Suggests: | ||
knitr, | ||
rmarkdown, | ||
purrr, | ||
conflicted, | ||
testthat (>= 3.0.0) | ||
RoxygenNote: 7.3.0 | ||
Depends: | ||
SummarizedExperiment, | ||
readxl, | ||
|
@@ -24,6 +18,11 @@ Depends: | |
dplyr, | ||
BumpyMatrix, | ||
rvest | ||
Suggests: | ||
knitr, | ||
rmarkdown, | ||
conflicted, | ||
testthat (>= 3.0.0) | ||
Config/testthat/edition: 3 | ||
biocViews: | ||
VignetteBuilder: knitr | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
test_that("this is a placeholder to be filled in case we end up having test data that can be publicly shared", { | ||
print("foo") | ||
}) |