Skip to content

Commit 2fa84f3

Browse files
committed
Updated docs/
1 parent d18862c commit 2fa84f3

File tree

11 files changed

+85
-68
lines changed

11 files changed

+85
-68
lines changed

.github/altdoc/freeze.rds

0 Bytes
Binary file not shown.

.github/altdoc/pkgdown.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
altdoc: 0.6.0.9000
22
last_built: 2025-10-08T12:08Z
33
urls:
4-
reference: https:/dirk.eddelbuettel.com/code/rpushbullet.html/man
5-
article: https:/dirk.eddelbuettel.com/code/rpushbullet.html/vignettes
6-
4+
reference: https://eddelbuettel.github.io/rpushbullet/man
5+
article: https://eddelbuettel.github.io/rpushbullet/vignettes

.github/scripts/postprocess.sh

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#!/bin/sh
2+
3+
test -d docs || exit 0
4+
5+
sed -i -e's/Changes in version/Version/g' docs/NEWS/index.html
6+
7+
## Turns
8+
## txt <- r"{<a href="https://github.com/eddelbuettel/rpushbullet/pull/55">[#55](https://github.com/eddelbuettel/rpushbullet/issues/55)</a>).}"
9+
## into
10+
## "<a href=\"https://github.com/eddelbuettel/rpushbullet/pull/55\">#55</a>)."
11+
#Rscript -e 'writeLines(sub("\\[\\#(\\d+)\\]\\(https://github.com/eddelbuettel/rpushbullet/(issues|pull)/\\d+\\)", "#\\1", readLines("docs/NEWS/index.html")), "docs/NEWS/index.html")'
12+
13+
sed -i -e's/\[\(\#[0-9]\+\)\](https:\/\/github\.com\/eddelbuettel\/rpushbullet\/[a-z]\+\/[0-9]\+)/\1/g' docs/NEWS/index.html

docs/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111

1212
* R/isValid.R (.isValidDevice): Coverage tweak
1313

14+
* README.md: Correct codecoc badge URL again
15+
* DESCRIPTION: Add documentation site to URL
16+
1417
2025-09-25 Dirk Eddelbuettel <edd@debian.org>
1518

1619
* DESCRIPTION (Version, Date): Roll minor version and date

docs/CHANGELOG/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -648,6 +648,9 @@ <h1>Changelog</h1>
648648
* README.md: The codecov badge URL has been updated
649649

650650
* R/isValid.R (.isValidDevice): Coverage tweak
651+
652+
* README.md: Correct codecoc badge URL again
653+
* DESCRIPTION: Add documentation site to URL
651654
</code></pre>
652655
<p>2025-09-25 Dirk Eddelbuettel <a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#101;&#100;&#100;&#64;&#100;&#101;&#98;&#105;&#97;&#110;&#46;&#111;&#114;&#103;">&#101;&#100;&#100;&#64;&#100;&#101;&#98;&#105;&#97;&#110;&#46;&#111;&#114;&#103;</a></p>
653656
<pre><code>* DESCRIPTION (Version, Date): Roll minor version and date

0 commit comments

Comments
 (0)