Skip to content

Commit 306540c

Browse files
committed
update repo URLs
1 parent 7d0f4da commit 306540c

23 files changed

+53
-54
lines changed

DESCRIPTION

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Description: tocr allows to automatically add/update/remove
1616
tailor the TOC to specific needs. It can also convert a wide range of
1717
similar auto-generated TOC formats to its own one.
1818
License: AGPL (>= 3)
19-
URL: https://tocr.rpkg.dev, https://gitlab.com/salim_b/r/pkgs/tocr
20-
BugReports: https://gitlab.com/salim_b/r/pkgs/tocr/issues
19+
URL: https://tocr.rpkg.dev, https://gitlab.com/rpkg.dev/tocr
20+
BugReports: https://gitlab.com/rpkg.dev/tocr/issues
2121
Depends:
2222
R (>= 4.1)
2323
Imports:
@@ -38,7 +38,7 @@ Suggests:
3838
VignetteBuilder:
3939
knitr
4040
Remotes:
41-
gitlab::salim_b/r/pkgs/pal
41+
gitlab::rpkg.dev/pal
4242
Encoding: UTF-8
4343
LazyData: true
4444
Roxygen: list(markdown = TRUE)

README.Rmd

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ tocr uses the following two [HTML comments](https://www.w3schools.com/TAGS/tag_c
2828
```
2929

3030
`tocr::add_toc()` supports the comment format of [other similar software](#see-also) like [doctoc](https://github.com/thlorenz/doctoc). If you stumble upon
31-
software-generated Markdown TOCs which aren't recognized by `tocr::add_toc()`, feel free to [file an issue](http://gitlab.com/salim_b/r/pkgs/tocr/issues) or
32-
even add support for it on your own and submit a [merge request](https://gitlab.com/salim_b/r/pkgs/tocr/merge_requests).
31+
software-generated Markdown TOCs which aren't recognized by `tocr::add_toc()`, feel free to [file an issue](http://gitlab.com/rpkg.dev/tocr/issues) or even add
32+
support for it on your own and submit a [merge request](https://gitlab.com/rpkg.dev/tocr/merge_requests).
3333

3434
```{r}
3535
#| label: documentation

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ tocr uses the following two [HTML comments](https://www.w3schools.com/TAGS/tag_c
1616
<!-- TOC END -- leave this comment untouched to allow auto update -->
1717
```
1818

19-
`tocr::add_toc()` supports the comment format of [other similar software](#see-also) like [doctoc](https://github.com/thlorenz/doctoc). If you stumble upon software-generated Markdown TOCs which aren’t recognized by `tocr::add_toc()`, feel free to [file an issue](http://gitlab.com/salim_b/r/pkgs/tocr/issues) or even add support for it on your own and submit a [merge request](https://gitlab.com/salim_b/r/pkgs/tocr/merge_requests).
19+
`tocr::add_toc()` supports the comment format of [other similar software](#see-also) like [doctoc](https://github.com/thlorenz/doctoc). If you stumble upon software-generated Markdown TOCs which aren’t recognized by `tocr::add_toc()`, feel free to [file an issue](http://gitlab.com/rpkg.dev/tocr/issues) or even add support for it on your own and submit a [merge request](https://gitlab.com/rpkg.dev/tocr/merge_requests).
2020

2121
## Documentation
2222

@@ -34,7 +34,7 @@ if (!("remotes" %in% rownames(installed.packages()))) {
3434
repos = "https://cloud.r-project.org/")
3535
}
3636

37-
remotes::install_gitlab(repo = "salim_b/r/pkgs/tocr")
37+
remotes::install_gitlab(repo = "rpkg.dev/tocr")
3838
```
3939

4040
## Development
@@ -43,7 +43,7 @@ remotes::install_gitlab(repo = "salim_b/r/pkgs/tocr")
4343

4444
This package’s source code is written in the [R Markdown](https://rmarkdown.rstudio.com/) file format to facilitate practices commonly referred to as [*literate programming*](https://en.wikipedia.org/wiki/Literate_programming). It allows the actual code to be freely mixed with explanatory and supplementary information in expressive Markdown format instead of having to rely on [`#` comments](https://cran.r-project.org/doc/manuals/r-release/R-lang.html#Comments) only.
4545

46-
All the `.gen.R` suffixed R source code found under [`R/`](https://gitlab.com/salim_b/r/pkgs/tocr/-/tree/master/R/) is generated from the respective R Markdown counterparts under [`Rmd/`](https://gitlab.com/salim_b/r/pkgs/tocr/-/tree/master/Rmd/) using [`pkgpurl::purl_rmd()`](https://pkgpurl.rpkg.dev/dev/reference/purl_rmd.html)[^1]. Always make changes only to the `.Rmd` files – never the `.R` files – and then run `pkgpurl::purl_rmd()` to regenerate the R source files.
46+
All the `.gen.R` suffixed R source code found under [`R/`](https://gitlab.com/rpkg.dev/tocr/-/tree/master/R/) is generated from the respective R Markdown counterparts under [`Rmd/`](https://gitlab.com/rpkg.dev/tocr/-/tree/master/Rmd/) using [`pkgpurl::purl_rmd()`](https://pkgpurl.rpkg.dev/dev/reference/purl_rmd.html)[^1]. Always make changes only to the `.Rmd` files – never the `.R` files – and then run `pkgpurl::purl_rmd()` to regenerate the R source files.
4747

4848
### Coding style
4949

docs/dev/LICENSE.html

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/dev/TODO.html

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/dev/articles/index.html

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/dev/articles/tocr.html

+3-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/dev/authors.html

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/dev/index.html

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/dev/pkgdown.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pkgdown: 2.0.7.9000
33
pkgdown_sha: 74872270eda08c87b0bd197b7ef4ab69e6c71996
44
articles:
55
tocr: tocr.html
6-
last_built: 2023-06-22T01:21Z
6+
last_built: 2023-06-22T02:04Z
77
urls:
88
reference: https://tocr.rpkg.dev/reference
99
article: https://tocr.rpkg.dev/articles

0 commit comments

Comments
 (0)