Skip to content

Commit 321fe90

Browse files
committed
Updated docs/
1 parent 2fc6e94 commit 321fe90

File tree

12 files changed

+173
-41
lines changed

12 files changed

+173
-41
lines changed

.github/altdoc/freeze.rds

-1 Bytes
Binary file not shown.

docs/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
2025-10-08 Dirk Eddelbuettel <edd@debian.org>
2+
3+
* DESCRIPTION (Version, Date): Release 0.3.5
4+
5+
* docs/: Regenerated using altdoc with mkdocs-material
6+
* .github/altdoc: Added and customized
7+
8+
* .github/workflows/ci.yaml (jobs): Use CODECOV_TOKEN
9+
10+
* README.md: The codecov badge URL has been updated
11+
12+
* R/isValid.R (.isValidDevice): Coverage tweak
13+
114
2025-09-25 Dirk Eddelbuettel <edd@debian.org>
215

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

docs/CHANGELOG/index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -637,6 +637,18 @@
637637

638638
<h1>Changelog</h1>
639639

640+
<p>2025-10-08 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>
641+
<pre><code>* DESCRIPTION (Version, Date): Release 0.3.5
642+
643+
* docs/: Regenerated using altdoc with mkdocs-material
644+
* .github/altdoc: Added and customized
645+
646+
* .github/workflows/ci.yaml (jobs): Use CODECOV_TOKEN
647+
648+
* README.md: The codecov badge URL has been updated
649+
650+
* R/isValid.R (.isValidDevice): Coverage tweak
651+
</code></pre>
640652
<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>
641653
<pre><code>* DESCRIPTION (Version, Date): Roll minor version and date
642654

docs/CITATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ To cite package ‘RPushbullet’ in publications use:
44

55
<p>Eddelbuettel D (2025).
66
<em>RPushbullet: R Interface to the Pushbullet Messaging Service</em>.
7-
R package version 0.3.4.2, <a href="https://github.com/eddelbuettel/rpushbullet">https://github.com/eddelbuettel/rpushbullet</a>.
7+
R package version 0.3.5, <a href="https://github.com/eddelbuettel/rpushbullet">https://github.com/eddelbuettel/rpushbullet</a>.
88
</p>

docs/CITATION/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ <h1 id="citation">Citation</h1>
646646
<p>To cite package ‘RPushbullet’ in publications use:</p>
647647
<p>Eddelbuettel D (2025).
648648
<em>RPushbullet: R Interface to the Pushbullet Messaging Service</em>.
649-
R package version 0.3.4.2, <a href="https://github.com/eddelbuettel/rpushbullet">https://github.com/eddelbuettel/rpushbullet</a>.
649+
R package version 0.3.5, <a href="https://github.com/eddelbuettel/rpushbullet">https://github.com/eddelbuettel/rpushbullet</a>.
650650
</p>
651651

652652

docs/NEWS.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,44 @@
22

33
# News for Package <span class="pkg">RPushbullet</span>
44

5+
## Changes in version 0.3.5 (2025-10-08)
6+
7+
<ul>
8+
<li>
9+
10+
URL and BugReports fields have been added to DESCRIPTION
11+
12+
</li>
13+
<li>
14+
15+
The <code>pbPost</code> function deals more robustly with the case of
16+
multiple target emails
17+
18+
</li>
19+
<li>
20+
21+
The continuous integration and the README badge have been updated
22+
23+
</li>
24+
<li>
25+
26+
The DESCRIPTION file now use Authors@R
27+
28+
</li>
29+
<li>
30+
31+
The (encrypted) unit test configuration has been adjusted to reflect the
32+
current set of active devices
33+
34+
</li>
35+
<li>
36+
37+
The mkdocs-material documentation site is now generated via
38+
<span class="pkg">altdoc</span>
39+
40+
</li>
41+
</ul>
42+
543
## Changes in version 0.3.4 (2021-03-01)
644

745
<ul>

docs/NEWS.qmd

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,33 @@
11
## News for Package <span class="pkg">RPushbullet</span> {.unnumbered}
22

33

4+
### Changes in version 0.3.5 (2025-10-08)
5+
6+
7+
<ul>
8+
<li> URL and BugReports fields have been added to DESCRIPTION
9+
10+
</li>
11+
<li> The <code>pbPost</code> function deals more robustly with the case of
12+
multiple target emails
13+
14+
</li>
15+
<li> The continuous integration and the README badge have been updated
16+
17+
</li>
18+
<li> The DESCRIPTION file now use Authors@R
19+
20+
</li>
21+
<li> The (encrypted) unit test configuration has been adjusted to reflect
22+
the current set of active devices
23+
24+
</li>
25+
<li> The mkdocs-material documentation site is now generated via <span class="pkg">altdoc</span>
26+
27+
</li></ul>
28+
29+
30+
431
### Changes in version 0.3.4 (2021-03-01)
532

633

docs/NEWS/index.html

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -587,6 +587,15 @@
587587
</label>
588588
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
589589

590+
<li class="md-nav__item">
591+
<a href="#changes-in-version-035-2025-10-08" class="md-nav__link">
592+
<span class="md-ellipsis">
593+
Changes in version 0.3.5 (2025-10-08)
594+
</span>
595+
</a>
596+
597+
</li>
598+
590599
<li class="md-nav__item">
591600
<a href="#changes-in-version-034-2021-03-01" class="md-nav__link">
592601
<span class="md-ellipsis">
@@ -755,6 +764,15 @@
755764
</label>
756765
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
757766

767+
<li class="md-nav__item">
768+
<a href="#changes-in-version-035-2025-10-08" class="md-nav__link">
769+
<span class="md-ellipsis">
770+
Changes in version 0.3.5 (2025-10-08)
771+
</span>
772+
</a>
773+
774+
</li>
775+
758776
<li class="md-nav__item">
759777
<a href="#changes-in-version-034-2021-03-01" class="md-nav__link">
760778
<span class="md-ellipsis">
@@ -865,6 +883,43 @@
865883

866884

867885
<h1 id="news-for-package-rpushbullet">News for Package <span class="pkg">RPushbullet</span></h1>
886+
<h2 id="changes-in-version-035-2025-10-08">Changes in version 0.3.5 (2025-10-08)</h2>
887+
<ul>
888+
<li>
889+
890+
URL and BugReports fields have been added to DESCRIPTION
891+
892+
</li>
893+
<li>
894+
895+
The <code>pbPost</code> function deals more robustly with the case of
896+
multiple target emails
897+
898+
</li>
899+
<li>
900+
901+
The continuous integration and the README badge have been updated
902+
903+
</li>
904+
<li>
905+
906+
The DESCRIPTION file now use Authors@R
907+
908+
</li>
909+
<li>
910+
911+
The (encrypted) unit test configuration has been adjusted to reflect the
912+
current set of active devices
913+
914+
</li>
915+
<li>
916+
917+
The mkdocs-material documentation site is now generated via
918+
<span class="pkg">altdoc</span>
919+
920+
</li>
921+
</ul>
922+
868923
<h2 id="changes-in-version-034-2021-03-01">Changes in version 0.3.4 (2021-03-01)</h2>
869924
<ul>
870925
<li>

docs/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
## RPushbullet: R interface to Pushbullet
1+
# RPushbullet: R interface to Pushbullet
22

33
[![CI](https://github.com/eddelbuettel/rpushbullet/workflows/ci/badge.svg)](https://github.com/eddelbuettel/rpushbullet/actions?query=workflow%3Aci)
44
[![License](https://img.shields.io/badge/license-GPL%20%28%3E=%202%29-brightgreen.svg?style=flat)](https://www.gnu.org/licenses/gpl-2.0.html)
55
[![CRAN](https://www.r-pkg.org/badges/version/RPushbullet)](https://cran.r-project.org/package=RPushbullet)
6+
[![r-universe](https://eddelbuettel.r-universe.dev/badges/RPushbullet)](https://eddelbuettel.r-universe.dev/RPushbullet))
67
[![Dependencies](https://tinyverse.netlify.app/badge/RPushbullet)](https://cran.r-project.org/package=RPushbullet)
78
[![Downloads](https://cranlogs.r-pkg.org/badges/RPushbullet?color=brightgreen)](https://www.r-pkg.org/pkg/RPushbullet)
8-
[![Code Coverage](https://codecov.io/gh/eddelbuettel/rpushbullet/graph/badge.svg)](https://codecov.io/gh/eddelbuettel/rpushbullet)
9+
[![Code Coverage](https://app.codecov.io/gh/eddelbuettel/rpushbullet/graph/badge.svg)](https://app.codecov.io/gh/eddelbuettel/rpushbullet)
910
[![Last Commit](https://img.shields.io/github/last-commit/eddelbuettel/rpushbullet)](https://github.com/eddelbuettel/rpushbullet)
1011
[![Documentation](https://img.shields.io/badge/documentation-is_here-blue)](https://eddelbuettel.github.io/rpushbullet/)
1112

docs/freeze.rds

-1 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)