Skip to content

Commit 10ae982

Browse files
committed
Expand README.md, now have 63 example scripts
1 parent c1908a3 commit 10ae982

2 files changed

Lines changed: 12 additions & 6 deletions

File tree

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2026-02-18 Dirk Eddelbuettel <edd@debian.org>
2+
3+
* README.md: Expand README.md, now have 63 example scripts
4+
15
2026-02-09 Dirk Eddelbuettel <edd@debian.org>
26

37
* inst/examples/trox.r: Add wrapper for tinyrox

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,13 @@ r --help ## to show a quick synopsis
2525

2626
### Examples?
2727

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

3536
Some scripts I use daily or near daily (in alphabetical order):
3637

@@ -46,6 +47,7 @@ rcc.r abc_1.2-3.tar.gz ## run's R CMD check via Gabor's rcmdchec
4647
render.r foo.Rmd ## calls rmarkdown::render()
4748
roxy.r ## run roxygenize() for a package (only Rd creation)
4849
update.r ## updates any currently installed packages
50+
installGithub.r repo/package ## install directly from GitHub
4951
```
5052

5153
### Installation

0 commit comments

Comments
 (0)