Skip to content

Commit 2e86994

Browse files
author
tacazares
committedOct 2, 2023
Update before CRAN Resubmission
1 parent 9edae7a commit 2e86994

7 files changed

+14
-2
lines changed
 

‎.Rbuildignore

+2
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@
99
^README.Rmd
1010
^LICENSE.md
1111
^cran-comments.md
12+
^doc$
13+
^Meta$

‎.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@
66
.httr-oauth
77
.DS_Store
88
docs
9+
/doc/
10+
/Meta/

‎NEWS.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# SeedMatchR 1.1.0
22

3+
* Addressed some notes and errors from CRAN check https://www.r-project.org/nosvn/R.check/r-release-macos-arm64/SeedMatchR-00check.html
34
* Removed the function `dtat_histogram.R`. This was not needed. We no longer
45
perform this bootstrapping method for testing. We use the built-in R functions
56
`ks.test` and `wilcoxen.test`.

‎README.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Required Inputs:
144144
- `res`: DESeq2 results data frame
145145
- `gene.lists`: A list of lists containing gene names
146146

147-
```{r fig.height=5, fig.width=5, out.retina=1}
147+
```{r fig.height=5, fig.width=6, out.retina=1}
148148
# Gene set 1
149149
mer7m8.list = res$gene_id[res$mer7m8 >= 1]
150150

‎cran-comments.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
## Resubmission
22

3+
### 10/02/2023 - Addressing Build Issues from CRAN Checks
4+
5+
> We were notified of build errors from the CRAN site, but were not able to
6+
address them in time. https://cran.r-project.org/web/packages/SeedMatchR/index.html
7+
8+
These tests are passing through GitHub actions now: https://github.com/tacazares/SeedMatchR/actions/runs/6381425186
9+
310
### 06/19/2023 - Addressing Initial CRAN Recommendations
411

512
> If there are references describing the methods in your package, please
3.74 KB
Loading

‎vignettes/SeedMatchR.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ abstract: >
2727
knitr::opts_chunk$set(
2828
collapse = TRUE,
2929
comment = "#>",
30-
eval = TRUE
30+
eval = FALSE
3131
)
3232
```
3333

0 commit comments

Comments
 (0)
Please sign in to comment.