@@ -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's R CMD check via Gabor'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's R CMD check via Gabor'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 >
0 commit comments