Skip to content

Commit 5b8a23d

Browse files
committed
Update docs/
1 parent ce05312 commit 5b8a23d

9 files changed

Lines changed: 149 additions & 47 deletions

File tree

docs/changelog/index.html

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -928,6 +928,29 @@
928928
<h1>Changelog</h1>
929929

930930
<h3 id="2026">2026</h3>
931+
<p>2026-04-12 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>
932+
<div class="highlight"><pre><span></span><code> * DESCRIPTION (Version, Date): Release 0.3.23
933+
* configure.ac: Idem
934+
* configure: Idem
935+
936+
* src/littler.c: Use R_getVar() instead of Rf_findVar with recent R
937+
versions, switch to SET_STRING_ELT() instead of STRING_PTR()
938+
</code></pre></div>
939+
<p>2026-04-01 Mattias Ellert <a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#109;&#97;&#116;&#116;&#105;&#97;&#115;&#46;&#101;&#108;&#108;&#101;&#114;&#116;&#64;&#112;&#104;&#121;&#115;&#105;&#99;&#115;&#46;&#117;&#117;&#46;&#115;&#101;">&#109;&#97;&#116;&#116;&#105;&#97;&#115;&#46;&#101;&#108;&#108;&#101;&#114;&#116;&#64;&#112;&#104;&#121;&#115;&#105;&#99;&#115;&#46;&#117;&#117;&#46;&#115;&#101;</a> </p>
940+
<div class="highlight"><pre><span></span><code> * inst/examples/installDeps2.r: Set execution permissions
941+
</code></pre></div>
942+
<p>2026-03-09 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>
943+
<div class="highlight"><pre><span></span><code> * inst/examples/installRub.r: Enable install from r-multiverse
944+
</code></pre></div>
945+
<p>2026-02-22 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>
946+
<div class="highlight"><pre><span></span><code> * inst/examples/r2u.r: Add &#39;resolute&#39; as a valid distro
947+
</code></pre></div>
948+
<p>2026-02-18 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>
949+
<div class="highlight"><pre><span></span><code> * README.md: Expand README.md, now have 63 example scripts
950+
</code></pre></div>
951+
<p>2026-02-09 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>
952+
<div class="highlight"><pre><span></span><code> * inst/examples/trox.r: Add wrapper for tinyrox
953+
</code></pre></div>
931954
<p>2026-02-03 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>
932955
<div class="highlight"><pre><span></span><code> * DESCRIPTION (Version, Date): Release 0.3.22
933956

docs/index.html

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -812,24 +812,27 @@ <h3 id="so-what-is-it-for">So What Is It For?</h3>
812812
<span class="n">r</span> <span class="o">--</span><span class="n">help</span> <span class="c1">## to show a quick synopsis</span>
813813
</code></pre></div>
814814
<h3 id="examples">Examples?</h3>
815-
<p>Plenty. See the <a href="https://cran.r-project.org/package=littler/vignettes/littler-examples.html">examples vignette</a>
816-
for a full set of introductory examples. Also
817-
see the <a href="https://github.com/eddelbuettel/littler/tree/master/inst/examples">examples/ directory</a> for a full 28
818-
example scripts, as well as maybe the
819-
<a href="https://github.com/eddelbuettel/littler/tree/master/inst/script-tests">older tests directory</a>
820-
both of which are installed with the package.</p>
815+
<p>Plenty. See the <a href="https://cran.r-project.org/package=littler/vignettes/littler-examples.html">(older) examples
816+
vignette</a> for a full set
817+
of introductory examples. Also see the <a href="https://github.com/eddelbuettel/littler/tree/master/inst/examples">examples/
818+
directory</a> for a full 63 (!!)
819+
example scripts (as of early 2026), as well as maybe the <a href="https://github.com/eddelbuettel/littler/tree/master/inst/script-tests">older tests
820+
directory</a> both of which are
821+
installed with the package.</p>
821822
<p>Some scripts I use daily or near daily (in alphabetical order):</p>
822-
<div class="highlight"><pre><span></span><code>build.r ## builds from the current directory
823-
c4c.r ## submits current directory to winbuilder
824-
compAttr.r ## run compileAttributes() for a Rcpp package
825-
dratInstert.r 1.2-3.tar.gz -r /srv ## inserts package into drat repo
826-
install.r abc def ## installs packages abc and def
827-
install.r abc_1.2-3.tar.gz ## installs given tarball
828-
install2.r -l /tmp/lib abc def ## installs abc and def into /tmp/lib
829-
rcc.r abc_1.2-3.tar.gz ## run&#39;s R CMD check via Gabor&#39;s rcmdcheck
830-
render.r foo.Rmd ## calls rmarkdown::render()
831-
roxy.r ## run roxygenize() for a package (only Rd creation)
832-
update.r ## updates any currently installed packages
823+
<div class="highlight"><pre><span></span><code>build.r <span class="c1"># builds from the current directory</span>
824+
c4c.r <span class="c1"># submits current directory to winbuilder</span>
825+
compAttr.r <span class="c1"># run compileAttributes() for a Rcpp package</span>
826+
dratInsert.r <span class="m">1</span>.2-3.tar.gz -r /srv <span class="c1"># inserts package into drat repo</span>
827+
install.r abc def <span class="c1"># installs packages abc and def</span>
828+
install.r abc_1.2-3.tar.gz <span class="c1"># installs given tarball</span>
829+
install2.r -l /tmp/lib abc def <span class="c1"># installs abc and def into /tmp/lib</span>
830+
rcc.r abc_1.2-3.tar.gz <span class="c1"># run&#39;s R CMD check via Gabor&#39;s rcmdcheck</span>
831+
render.r foo.Rmd <span class="c1"># calls rmarkdown::render()</span>
832+
roxy.r <span class="c1"># run roxygenize() for a package (only Rd creation)</span>
833+
update.r <span class="c1"># updates any currently installed packages</span>
834+
installGithub.r repo/package <span class="c1"># install directly from GitHub</span>
835+
crup.r abc_1.2-3.tar.gz <span class="c1"># CRAN upload of package</span>
833836
</code></pre></div>
834837
<h3 id="installation">Installation</h3>
835838
<h4 id="version-030-or-later">Version 0.3.0 or later</h4>

docs/mkdmt-src/src/changelog.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
### 2026
22

3+
2026-04-12 Dirk Eddelbuettel <edd@debian.org>
4+
5+
* DESCRIPTION (Version, Date): Release 0.3.23
6+
* configure.ac: Idem
7+
* configure: Idem
8+
9+
* src/littler.c: Use R_getVar() instead of Rf_findVar with recent R
10+
versions, switch to SET_STRING_ELT() instead of STRING_PTR()
11+
12+
2026-04-01 Mattias Ellert <mattias.ellert@physics.uu.se>
13+
14+
* inst/examples/installDeps2.r: Set execution permissions
15+
16+
2026-03-09 Dirk Eddelbuettel <edd@debian.org>
17+
18+
* inst/examples/installRub.r: Enable install from r-multiverse
19+
20+
2026-02-22 Dirk Eddelbuettel <edd@debian.org>
21+
22+
* inst/examples/r2u.r: Add 'resolute' as a valid distro
23+
24+
2026-02-18 Dirk Eddelbuettel <edd@debian.org>
25+
26+
* README.md: Expand README.md, now have 63 example scripts
27+
28+
2026-02-09 Dirk Eddelbuettel <edd@debian.org>
29+
30+
* inst/examples/trox.r: Add wrapper for tinyrox
31+
332
2026-02-03 Dirk Eddelbuettel <edd@debian.org>
433

534
* DESCRIPTION (Version, Date): Release 0.3.22

docs/mkdmt-src/src/index.md

Lines changed: 21 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -30,27 +30,30 @@ r --help ## to show a quick synopsis
3030

3131
### Examples?
3232

33-
Plenty. See the [examples vignette](https://cran.r-project.org/package=littler/vignettes/littler-examples.html)
34-
for a full set of introductory examples. Also
35-
see the [examples/ directory](https://github.com/eddelbuettel/littler/tree/master/inst/examples) for a full 28
36-
example scripts, as well as maybe the
37-
[older tests directory](https://github.com/eddelbuettel/littler/tree/master/inst/script-tests)
38-
both of which are installed with the package.
33+
Plenty. See the [(older) examples
34+
vignette](https://cran.r-project.org/package=littler/vignettes/littler-examples.html) for a full set
35+
of introductory examples. Also see the [examples/
36+
directory](https://github.com/eddelbuettel/littler/tree/master/inst/examples) for a full 63 (!!)
37+
example scripts (as of early 2026), as well as maybe the [older tests
38+
directory](https://github.com/eddelbuettel/littler/tree/master/inst/script-tests) both of which are
39+
installed with the package.
3940

4041
Some scripts I use daily or near daily (in alphabetical order):
4142

42-
```
43-
build.r ## builds from the current directory
44-
c4c.r ## submits current directory to winbuilder
45-
compAttr.r ## run compileAttributes() for a Rcpp package
46-
dratInstert.r 1.2-3.tar.gz -r /srv ## inserts package into drat repo
47-
install.r abc def ## installs packages abc and def
48-
install.r abc_1.2-3.tar.gz ## installs given tarball
49-
install2.r -l /tmp/lib abc def ## installs abc and def into /tmp/lib
50-
rcc.r abc_1.2-3.tar.gz ## run's R CMD check via Gabor's rcmdcheck
51-
render.r foo.Rmd ## calls rmarkdown::render()
52-
roxy.r ## run roxygenize() for a package (only Rd creation)
53-
update.r ## updates any currently installed packages
43+
```sh
44+
build.r # builds from the current directory
45+
c4c.r # submits current directory to winbuilder
46+
compAttr.r # run compileAttributes() for a Rcpp package
47+
dratInsert.r 1.2-3.tar.gz -r /srv # inserts package into drat repo
48+
install.r abc def # installs packages abc and def
49+
install.r abc_1.2-3.tar.gz # installs given tarball
50+
install2.r -l /tmp/lib abc def # installs abc and def into /tmp/lib
51+
rcc.r abc_1.2-3.tar.gz # run's R CMD check via Gabor's rcmdcheck
52+
render.r foo.Rmd # calls rmarkdown::render()
53+
roxy.r # run roxygenize() for a package (only Rd creation)
54+
update.r # updates any currently installed packages
55+
installGithub.r repo/package # install directly from GitHub
56+
crup.r abc_1.2-3.tar.gz # CRAN upload of package
5457
```
5558

5659
### Installation

docs/mkdmt-src/src/news.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
<div class="container">
22
<div role="main">
3+
<h3 id="version-0.3.23-2026-04-12">Version 0.3.23 (2026-04-12)</h3>
4+
<ul>
5+
<li><p>Changes in examples scripts</p>
6+
<ul>
7+
<li><p>Correct spelling in <code>installGithub.r</code> to lower-case
8+
h</p></li>
9+
<li><p>The <code>r2u.r</code> now recognises ‘resolute’ aka
10+
26.06</p></li>
11+
<li><p><code>installRub.r</code> can install (more easily) from
12+
r-multiverse</p></li>
13+
<li><p>A file permission was corrected (Mattias Ellert in <a
14+
href="https://github.com/eddelbuettel/littler/pull/131">#131</a>)</p></li>
15+
</ul></li>
16+
<li><p>Changes in package</p>
17+
<ul>
18+
<li><p>Update script count and examples in README.md</p></li>
19+
<li><p>Continuous intgegration scripts received minor updates</p></li>
20+
<li><p>The C level access to the R API was updated to reflect most
21+
recent standards (Dirk in <a
22+
href="https://github.com/eddelbuettel/littler/pull/132">#132</a>)</p></li>
23+
</ul></li>
24+
</ul>
325
<h3 id="version-0.3.22-2026-02-03">Version 0.3.22 (2026-02-03)</h3>
426
<ul>
527
<li><p>Changes in examples scripts</p>
@@ -21,7 +43,7 @@ is more tolerant of inputs</p></li>
2143
<code>utils::osVersion</code> thanks to Michael Chirico</p></li>
2244
<li><p>New script <code>checkPackageUrls.r</code> inspired by how CRAN
2345
checks (with thanks to Kurt Hornik for the hint)</p></li>
24-
<li><p>The <code>installGitHub.r</code> script now adjusts to
46+
<li><p>The <code>installGithub.r</code> script now adjusts to
2547
<code>bspm</code> and takes advantage of r2u binaries for its build
2648
dependencies</p></li>
2749
</ul></li>
@@ -486,7 +508,7 @@ defaults to Ubuntu amd64</p></li>
486508
markdown.</p></li>
487509
<li><p>New script <code>build.r</code> to create a source
488510
tarball.</p></li>
489-
<li><p>The <code>installGitHub.r</code> script now use package <a
511+
<li><p>The <code>installGithub.r</code> script now use package <a
490512
href="https://CRAN.R-project.org/package=remotes"><span
491513
class="pkg">remotes</span></a> (PR <a
492514
href="https://github.com/eddelbuettel/littler/pull/44">#44</a>, <a

docs/news/index.html

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -600,6 +600,28 @@ <h1>News</h1>
600600

601601
<div class="container">
602602
<div role="main">
603+
<h3 id="version-0.3.23-2026-04-12">Version 0.3.23 (2026-04-12)</h3>
604+
<ul>
605+
<li><p>Changes in examples scripts</p>
606+
<ul>
607+
<li><p>Correct spelling in <code>installGithub.r</code> to lower-case
608+
h</p></li>
609+
<li><p>The <code>r2u.r</code> now recognises ‘resolute’ aka
610+
26.06</p></li>
611+
<li><p><code>installRub.r</code> can install (more easily) from
612+
r-multiverse</p></li>
613+
<li><p>A file permission was corrected (Mattias Ellert in <a
614+
href="https://github.com/eddelbuettel/littler/pull/131">#131</a>)</p></li>
615+
</ul></li>
616+
<li><p>Changes in package</p>
617+
<ul>
618+
<li><p>Update script count and examples in README.md</p></li>
619+
<li><p>Continuous intgegration scripts received minor updates</p></li>
620+
<li><p>The C level access to the R API was updated to reflect most
621+
recent standards (Dirk in <a
622+
href="https://github.com/eddelbuettel/littler/pull/132">#132</a>)</p></li>
623+
</ul></li>
624+
</ul>
603625
<h3 id="version-0.3.22-2026-02-03">Version 0.3.22 (2026-02-03)</h3>
604626
<ul>
605627
<li><p>Changes in examples scripts</p>
@@ -621,7 +643,7 @@ <h3 id="version-0.3.22-2026-02-03">Version 0.3.22 (2026-02-03)</h3>
621643
<code>utils::osVersion</code> thanks to Michael Chirico</p></li>
622644
<li><p>New script <code>checkPackageUrls.r</code> inspired by how CRAN
623645
checks (with thanks to Kurt Hornik for the hint)</p></li>
624-
<li><p>The <code>installGitHub.r</code> script now adjusts to
646+
<li><p>The <code>installGithub.r</code> script now adjusts to
625647
<code>bspm</code> and takes advantage of r2u binaries for its build
626648
dependencies</p></li>
627649
</ul></li>
@@ -1086,7 +1108,7 @@ <h3 id="version-0.3.2-2017-02-14">Version 0.3.2 (2017-02-14)</h3>
10861108
markdown.</p></li>
10871109
<li><p>New script <code>build.r</code> to create a source
10881110
tarball.</p></li>
1089-
<li><p>The <code>installGitHub.r</code> script now use package <a
1111+
<li><p>The <code>installGithub.r</code> script now use package <a
10901112
href="https://CRAN.R-project.org/package=remotes"><span
10911113
class="pkg">remotes</span></a> (PR <a
10921114
href="https://github.com/eddelbuettel/littler/pull/44">#44</a>, <a

docs/search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/sitemap.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,37 +2,37 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>https://github.com/eddelbuettel/littler/</loc>
5-
<lastmod>2026-02-04</lastmod>
5+
<lastmod>2026-04-12</lastmod>
66
<changefreq>daily</changefreq>
77
</url>
88
<url>
99
<loc>https://github.com/eddelbuettel/littler/changelog/</loc>
10-
<lastmod>2026-02-04</lastmod>
10+
<lastmod>2026-04-12</lastmod>
1111
<changefreq>daily</changefreq>
1212
</url>
1313
<url>
1414
<loc>https://github.com/eddelbuettel/littler/news/</loc>
15-
<lastmod>2026-02-04</lastmod>
15+
<lastmod>2026-04-12</lastmod>
1616
<changefreq>daily</changefreq>
1717
</url>
1818
<url>
1919
<loc>https://github.com/eddelbuettel/littler/man/littler/</loc>
20-
<lastmod>2026-02-04</lastmod>
20+
<lastmod>2026-04-12</lastmod>
2121
<changefreq>daily</changefreq>
2222
</url>
2323
<url>
2424
<loc>https://github.com/eddelbuettel/littler/man/r/</loc>
25-
<lastmod>2026-02-04</lastmod>
25+
<lastmod>2026-04-12</lastmod>
2626
<changefreq>daily</changefreq>
2727
</url>
2828
<url>
2929
<loc>https://github.com/eddelbuettel/littler/vignettes/littler-examples/</loc>
30-
<lastmod>2026-02-04</lastmod>
30+
<lastmod>2026-04-12</lastmod>
3131
<changefreq>daily</changefreq>
3232
</url>
3333
<url>
3434
<loc>https://github.com/eddelbuettel/littler/vignettes/littler-faq/</loc>
35-
<lastmod>2026-02-04</lastmod>
35+
<lastmod>2026-04-12</lastmod>
3636
<changefreq>daily</changefreq>
3737
</url>
3838
</urlset>

docs/sitemap.xml.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)