-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add dontrun{} to examples to satistfy CRAN NOTE
- Loading branch information
ainefairbrother
committed
May 19, 2023
1 parent
6c3d71c
commit 55eb415
Showing
5 changed files
with
12 additions
and
2 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 |
---|---|---|
|
@@ -16,3 +16,4 @@ ensemblQueryR.Rproj | |
.rprof.log | ||
rprof.log | ||
CRAN-SUBMISSION | ||
cran-commends.md |
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 |
---|---|---|
|
@@ -18,6 +18,7 @@ Imports: | |
rlang, | ||
tibble, | ||
tidyr, | ||
utils, | ||
vroom, | ||
xml2 | ||
Suggests: | ||
|
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
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,6 @@ | ||
library(utils) | ||
|
||
utils::globalVariables(c("variation1", "variation2", "query1", | ||
"query2", "r2", "d_prime", "population_name", | ||
".", "query_chr", "query_start", "query_end", | ||
"rsid1", "rsid2", "snp_in_ld", "query")) |