Skip to content

Commit ea4f148

Browse files
Merge pull request #51 from miraisolutions/feature/update-to-r-techguides
Updated old "techguides" references to "r-techguides"
2 parents a999fbb + f890d80 commit ea4f148

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# techguides
33

44
<!-- badges: start -->
5-
[![CI-CD](https://github.com/miraisolutions/techguides/actions/workflows/site.yaml/badge.svg)](https://github.com/miraisolutions/techguides/actions/workflows/site.yaml)
5+
[![CI-CD](https://github.com/miraisolutions/r-techguides/actions/workflows/site.yaml/badge.svg)](https://github.com/miraisolutions/r-techguides/actions/workflows/site.yaml)
66
<!-- badges: end -->
77

88
`techguides` is an open source project to collect technical guidelines and best practices. At [Mirai Solutions](https://mirai-solutions.ch) we envision `techguides` as a dynamic and evolving project where we can share with the community some of the experience we gather in our daily work.
99

10-
The current version of `techguides`, a [bookdown](https://github.com/rstudio/bookdown) website served via [GitHub Pages](https://pages.github.com), can be browsed at https://mirai-solutions.ch/techguides.
10+
The current version of `techguides`, a [bookdown](https://github.com/rstudio/bookdown) website served via [GitHub Pages](https://pages.github.com), can be browsed at https://mirai-solutions.ch/r-techguides.

index.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Technical Guidelines for R"
33
author: "Mirai Solutions"
44
date: "`r Sys.time()`"
55
description: "Best practices with R around select topics."
6-
github-repo: "miraisolutions/techguides"
6+
github-repo: "miraisolutions/r-techguides"
77
site: bookdown::bookdown_site
88
output:
99
bookdown::gitbook:

roxygen-guidelines.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ The following examples make use of the demo package `roxygenExPkg`. The package
224224

225225
```{r github-install, eval = FALSE}
226226
remotes::install_github(
227-
"miraisolutions/techguides/roxygen-guidelines/roxygenExPkg"
227+
"miraisolutions/r-techguides/roxygen-guidelines/roxygenExPkg"
228228
)
229229
```
230230

roxygen-guidelines/roxygenExPkg/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ You can install roxygenExPkg from GitHub with:
88

99
``` r
1010
remotes::install_github(
11-
"miraisolutions/techguides/roxygen-guidelines/roxygenExPkg"
11+
"miraisolutions/r-techguides/roxygen-guidelines/roxygenExPkg"
1212
)
1313
```
1414

shiny-ci-cd.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ In order to setup and use CI/CD GitHub Actions workflows as described above, you
120120

121121
```{r}
122122
usethis::use_github_action(url = paste0(
123-
"https://github.com/miraisolutions/techguides/blob/master/",
123+
"https://github.com/miraisolutions/r-techguides/blob/master/",
124124
"shiny-ci-cd/actions/ci-cd.yml"
125125
# "shiny-ci-cd/actions/ci-cd-renv.yml"
126126
# "shiny-ci-cd/actions/ci.yml"

0 commit comments

Comments
 (0)