Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions ..Rcheck/00check.log

This file was deleted.

6 changes: 6 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
^.*\.Rproj$
^\.Rproj\.user$
^\.dockerignore$
^\.git$
^\.github$
^artifacts$
^Rplots\.pdf$
^.*\.Rcheck$
11 changes: 11 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.git
.agents
.codex
artifacts
.Rproj.user
.Rhistory
.RData
.Ruserdata
*.Rproj
Rplots.pdf
*.Rcheck
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
.RData
.Ruserdata
PolySTest.Rproj
/artifacts/
*.Rcheck/
10 changes: 8 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Imports:
limma (>= 3.61.3),
matrixStats (>= 0.57.0),
qvalue (>= 2.22.0),
shiny (>= 1.5.0),
shiny (>= 1.8.1),
SummarizedExperiment (>= 1.20.0),
knitr (>= 1.33),
plotly (>= 4.9.4),
Expand All @@ -34,13 +34,19 @@ Imports:
gplots (>= 3.1.1),
S4Vectors (>= 0.30.0),
parallel (>= 4.1.0),
methods (>= 4.1.0),
grDevices (>= 4.1.0),
graphics (>= 4.1.0),
stats (>= 4.1.0),
utils (>= 4.1.0)
Suggests:
testthat (>= 3.0.0),
BiocStyle
BiocStyle,
mirai,
missBayes,
promises,
rjags
Config/PolySTest/missBayes-commit: cd283693a16336d49e49a4132acc05822f92b2d6
VignetteBuilder:
knitr
Config/testthat/edition: 3
Expand Down
Loading
Loading