Skip to content

Commit 704a948

Browse files
committed
Format link code as link
1 parent ff7ec30 commit 704a948

File tree

5 files changed

+7
-8
lines changed

5 files changed

+7
-8
lines changed

README.Rmd

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,10 @@ install.packages("rogtemplate",
5858
)
5959
```
6060

61-
You can use also the **remotes** package:
61+
You can use also the **pak** package:
6262

6363
```{r, eval=FALSE}
64-
library(remotes)
65-
install_github("ropengov/rogtemplate", dependencies = TRUE)
64+
pak::pak("ropengov/rogtemplate")
6665
```
6766

6867
You can use `rog_actions_pkgdown_branch()` for setting up the action described

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,10 @@ install.packages("rogtemplate",
4646
)
4747
```
4848

49-
You can use also the **remotes** package:
49+
You can use also the **pak** package:
5050

5151
``` r
52-
library(remotes)
53-
install_github("ropengov/rogtemplate", dependencies = TRUE)
52+
pak::pak("ropengov/rogtemplate")
5453
```
5554

5655
You can use `rog_actions_pkgdown_branch()` for setting up the action

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@
283283
},
284284
"isPartOf": "http://ropengov.org/",
285285
"keywords": ["ropengov", "template", "r", "r-package", "github-actions", "pkgdown", "pkgdown-template"],
286-
"fileSize": "1868.396KB",
286+
"fileSize": "1868.486KB",
287287
"releaseNotes": "https://github.com/rOpenGov/rogtemplate/blob/main/NEWS.md",
288288
"readme": "https://github.com/rOpenGov/rogtemplate/blob/main/README.md",
289289
"contIntegration": "https://github.com/rOpenGov/rogtemplate/actions",

inst/pkgdown/assets/BS5/rogtemplate.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ code a:any-link {
211211

212212
a > code {
213213
text-decoration: underline;
214+
color: var(--bs-code-color);
214215
}
215216

216217
code {

inst/pkgdown/assets/BS5/rogtemplate.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)