Skip to content

Commit 3b69895

Browse files
committed
various to address issue #16
1 parent 970d770 commit 3b69895

File tree

6 files changed

+9
-10
lines changed

6 files changed

+9
-10
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@
1717
^codemeta\.json$
1818
^.devcontainer$
1919
^CODE_OF_CONDUCT\.md$
20+
^revdep$

.github/workflows/pkgcheck.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ on:
1111
# Run on every push to main
1212
push:
1313
branches:
14-
- main
1514
- ropensci-software-review
1615

1716
jobs:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ inst/doc
66
.Renviron
77
/doc/
88
/Meta/
9+
/revdep/

README.Rmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,14 @@ get_significant_single_tissue_eqtls(gencodeId = c(
8989

9090
## Citing gtexr
9191

92-
If you find gtexr useful, please consider citing both GTEx and gtexr. Citation details are available [here](https://docs.ropensci.org/gtexrauthors.html#citation).
92+
If you find gtexr useful, please consider citing both GTEx and gtexr. Citation details are available [here](https://docs.ropensci.org/gtexr/authors.html#citation).
9393

9494
Example publications citing gtexr include:
9595

96-
- [Schwartz R, Warwick AN, et al. Genetic Distinctions Between Reticular Pseudodrusen and Drusen: A Genome-Wide Association Study. Am J Ophthalmol. 2025 Mar 8:S0002-9394(25)00119-9. doi: 10.1016/j.ajo.2025.03.007. Epub ahead of print. PMID: 40064387](https://www.ajo.com/article/S0002-9394(25)00119-9/fulltext)
96+
- [Schwartz R, Warwick AN, et al. Genetic Distinctions Between Reticular Pseudodrusen and Drusen: A Genome-Wide Association Study. Am J Ophthalmol. 2025 Mar 8:S0002-9394(25)00119-9. doi: 10.1016/j.ajo.2025.03.007. Epub ahead of print. PMID: 40064387](https://pubmed.ncbi.nlm.nih.gov/40064387/)
9797

9898
## Community guidelines
9999

100-
Feedback, bug reports, and feature requests are welcome; file issues or seek support [here](https://github.com/ropensci/gtexr/issues). If you would like to contribute to the package, please see our [contributing guidelines](https://docs.ropensci.org/gtexrCONTRIBUTING.html).
100+
Feedback, bug reports, and feature requests are welcome; file issues or seek support [here](https://github.com/ropensci/gtexr/issues). If you would like to contribute to the package, please see our [contributing guidelines](https://docs.ropensci.org/gtexr/CONTRIBUTING.html).
101101

102102
Please note that this package is released with a [Contributor Code of Conduct](https://ropensci.org/code-of-conduct/). By contributing to this project, you agree to abide by its terms.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,22 +173,22 @@ get_significant_single_tissue_eqtls(gencodeId = c(
173173

174174
If you find gtexr useful, please consider citing both GTEx and gtexr.
175175
Citation details are available
176-
[here](https://docs.ropensci.org/gtexrauthors.html#citation).
176+
[here](https://docs.ropensci.org/gtexr/authors.html#citation).
177177

178178
Example publications citing gtexr include:
179179

180180
- [Schwartz R, Warwick AN, et al. Genetic Distinctions Between Reticular
181181
Pseudodrusen and Drusen: A Genome-Wide Association Study. Am J
182182
Ophthalmol. 2025 Mar 8:S0002-9394(25)00119-9. doi:
183183
10.1016/j.ajo.2025.03.007. Epub ahead of print. PMID:
184-
40064387](https://www.ajo.com/article/S0002-9394(25)00119-9/fulltext)
184+
40064387](https://pubmed.ncbi.nlm.nih.gov/40064387/)
185185

186186
## Community guidelines
187187

188188
Feedback, bug reports, and feature requests are welcome; file issues or
189189
seek support [here](https://github.com/ropensci/gtexr/issues). If you
190190
would like to contribute to the package, please see our [contributing
191-
guidelines](https://docs.ropensci.org/gtexrCONTRIBUTING.html).
191+
guidelines](https://docs.ropensci.org/gtexr/CONTRIBUTING.html).
192192

193193
Please note that this package is released with a [Contributor Code of
194194
Conduct](https://ropensci.org/code-of-conduct/). By contributing to this

cran-comments.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
## R CMD check results
22

3-
0 errors | 0 warnings | 1 note
4-
5-
* This is a new release.
3+
0 errors | 0 warnings | 0 notes

0 commit comments

Comments
 (0)