No flags found
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
311ee0a
... +2 ...
09656ea
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
34 | 34 | #' @export |
|
35 | 35 | #' @describeIn urls for PubMed based on PMID (PubMed identifier) |
|
36 | 36 | url_pubmed <- function(id) { |
|
37 | - | paste0("https://www.ncbi.nlm.nih.gov/pubmed/", check_id(id, "pubmed")) |
|
37 | + | paste0("https://pubmed.ncbi.nlm.nih.gov/", check_id(id, "pubmed")) |
|
38 | 38 | } |
|
39 | 39 | ||
40 | 40 | #' @export |
6 | 6 | #' @section Link Customization: |
|
7 | 7 | #' By default the hyperlinked text is just the `id`, so |
|
8 | 8 | #' `link_pubmed("22066989")` becomes |
|
9 | - | #' [22066989](https://www.ncbi.nlm.nih.gov/pubmed/22066989). The `text` argument |
|
9 | + | #' [22066989](https://pubmed.ncbi.nlm.nih.gov/22066989). The `text` argument |
|
10 | 10 | #' allows you to customize the hyperlinked text. To display a hyperlinked URL |
|
11 | 11 | #' (e.g., <https://www.r-project.org>), set `text = NULL`. |
|
12 | 12 | #' |
46 | 46 | #' |
|
47 | 47 | #' @references |
|
48 | 48 | #' - [Gene Ontology Consortium](http://amigo.geneontology.org) |
|
49 | - | #' - [KEGG Pathway Database](http://www.kegg.jp/kegg/pathway.html) |
|
50 | - | #' - [NCBI PubMed](https://www.ncbi.nlm.nih.gov/pubmed/) |
|
49 | + | #' - [KEGG Pathway Database](https://www.kegg.jp/kegg/pathway.html) |
|
50 | + | #' - [NCBI PubMed](https://pubmed.ncbi.nlm.nih.gov) |
|
51 | 51 | #' - [NCBI Gene](https://www.ncbi.nlm.nih.gov/gene) |
|
52 | 52 | #' |
|
53 | 53 | #' @name links |
Files | Coverage |
---|---|
R | 100.00% |
Project Totals (6 files) | 100.00% |
09656ea
910242e
73059da
311ee0a