Skip to content

Commit

Permalink
release 0.3.12 now on CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Oct 7, 2020
1 parent 7628993 commit de950c2
Show file tree
Hide file tree
Showing 23 changed files with 995 additions and 89 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2020-10-04 Dirk Eddelbuettel <[email protected]>

* DESCRIPTION (Version, Date): Release 0.3.12

* configure: Idem

2020-10-03 Dirk Eddelbuettel <[email protected]>

* vignettes/littler-faq.Rmd: Switch to minidown::mini_document
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: littler
Type: Package
Title: R at the Command-Line via 'r'
Version: 0.3.11.2
Date: 2020-09-25
Version: 0.3.12
Date: 2020-10-04
Author: Dirk Eddelbuettel and Jeff Horner
Maintainer: Dirk Eddelbuettel <[email protected]>
Description: A scripting and command-line front-end
Expand Down
18 changes: 9 additions & 9 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for littler 0.3.11.
# Generated by GNU Autoconf 2.69 for littler 0.3.12.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -577,8 +577,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='littler'
PACKAGE_TARNAME='littler'
PACKAGE_VERSION='0.3.11'
PACKAGE_STRING='littler 0.3.11'
PACKAGE_VERSION='0.3.12'
PACKAGE_STRING='littler 0.3.12'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''

Expand Down Expand Up @@ -1242,7 +1242,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures littler 0.3.11 to adapt to many kinds of systems.
\`configure' configures littler 0.3.12 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1304,7 +1304,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of littler 0.3.11:";;
short | recursive ) echo "Configuration of littler 0.3.12:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1389,7 +1389,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
littler configure 0.3.11
littler configure 0.3.12
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1754,7 +1754,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by littler $as_me 0.3.11, which was
It was created by littler $as_me 0.3.12, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -4052,7 +4052,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by littler $as_me 0.3.11, which was
This file was extended by littler $as_me 0.3.12, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -4114,7 +4114,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
littler config.status 0.3.11
littler config.status 0.3.12
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
Expand Down
5 changes: 3 additions & 2 deletions docs-src/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ nav:
- man/littler.md
- man/r.md
- Articles:
- Littler Examples: littler-examples.md
- Littler FAQ: littler-faq.md
- Vignettes: vignettes/overview.md
- Littler Examples: vignettes/littler-examples.md
- Littler FAQ: vignettes/littler-faq.md
- News:
- news.md
- Changelog:
Expand Down
26 changes: 26 additions & 0 deletions docs-src/src/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
### 2020

2020-10-04 Dirk Eddelbuettel <[email protected]>

* DESCRIPTION (Version, Date): Release 0.3.12

2020-10-03 Dirk Eddelbuettel <[email protected]>

* vignettes/littler-faq.Rmd: Switch to minidown::mini_document
and 'framework: water' to dramatically reduce vignettes size
* vignettes/littler-examples.Rmd: Idem

* inst/examples/urlUpdate.r: Add -c | --check-only option

2020-10-02 Dirk Eddelbuettel <[email protected]>

* inst/examples/urlUpdate.r: New script to update URLs

2020-09-25 Dirk Eddelbuettel <[email protected]>

* DESCRIPTION (Version, Date): Roll minor version

* inst/examples/cranIncoming.r: New script

2020-09-21 Dirk Eddelbuettel <[email protected]>

* inst/examples/installBSPM.r: Initial version of BSPM installer

2020-09-20 Iñaki Úcar <[email protected]>

* inst/examples/installRSPM.r: Add RH/CentOS/Fedora support
Expand Down
28 changes: 28 additions & 0 deletions docs-src/src/news.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
### Version 0.3.12 (2020-10-04)

- Changes in examples

- Updates to scripts `tt.r`, `cos.r`, `cow.r`, `c4r.r`, `com.r`

- New script `installDeps.r` to install dependencies

- Several updates tp script `check.r`

- New script `installBSPM.r` and `installRSPM.r` for binary
package installation (Dirk and Iñaki in
[\#81](https://github.com/eddelbuettel/littler/pull/81))

- New script `cranIncoming.r` to check in Incoming

- New script `urlUpdate.r` validate URLs as R does

- Changes in package

- Travis CI now uses BSPM

- A package documentation website was added

- Vignettes now use `minidown` resulting in *much* reduced
filesizes: from over 800kb to under 50kb (Dirk in
[\#83](https://github.com/eddelbuettel/littler/pull/83))

### Version 0.3.11 (2020-06-26)

- Changes in examples
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ free to do other things. Also, if used with `options("Ncpu")` set, then
Thanks to the fabulous [docopt](https://github.com/edwindj/docopt.R)
package, we also have a variant `install2.r` with optional settings of
repo and location. It was first installed with
[littler 0.2.1](http://dirk.eddelbuettel.com/blog/2014/10/19#littler-0.2.1).
[littler 0.2.1](http://dirk.eddelbuettel.com/blog/2014/10/19/).
The current (_i.e._, 0.3.3 as of this writing) version is more featureful and longer and included to keep this brief. Some usage examples are

```sh
Expand Down
File renamed without changes.
8 changes: 8 additions & 0 deletions docs-src/src/vignettes/overview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Vignettes Overview

The [littler](https://cran.r-project.org/package=littler) package ships with these two vignettes:

- [Littler Examples](/vignettes/littler-examples),
- [Littler FAQ](/vignettes/littler-faq),

which are also accessible via the links above, and the menu on the left.
18 changes: 15 additions & 3 deletions docs/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@

<li class="md-tabs__item">

<a href="/eddelbuettel/littler/littler-examples/" class="md-tabs__link">
<a href="/eddelbuettel/littler/vignettes/overview/" class="md-tabs__link">
Articles
</a>

Expand Down Expand Up @@ -330,7 +330,19 @@


<li class="md-nav__item">
<a href="/eddelbuettel/littler/littler-examples/" title="Littler Examples" class="md-nav__link">
<a href="/eddelbuettel/littler/vignettes/overview/" title="Vignettes" class="md-nav__link">
Vignettes
</a>
</li>







<li class="md-nav__item">
<a href="/eddelbuettel/littler/vignettes/littler-examples/" title="Littler Examples" class="md-nav__link">
Littler Examples
</a>
</li>
Expand All @@ -342,7 +354,7 @@


<li class="md-nav__item">
<a href="/eddelbuettel/littler/littler-faq/" title="Littler FAQ" class="md-nav__link">
<a href="/eddelbuettel/littler/vignettes/littler-faq/" title="Littler FAQ" class="md-nav__link">
Littler FAQ
</a>
</li>
Expand Down
44 changes: 41 additions & 3 deletions docs/changelog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@

<li class="md-tabs__item">

<a href="../littler-examples/" class="md-tabs__link">
<a href="../vignettes/overview/" class="md-tabs__link">
Articles
</a>

Expand Down Expand Up @@ -339,7 +339,19 @@


<li class="md-nav__item">
<a href="../littler-examples/" title="Littler Examples" class="md-nav__link">
<a href="../vignettes/overview/" title="Vignettes" class="md-nav__link">
Vignettes
</a>
</li>







<li class="md-nav__item">
<a href="../vignettes/littler-examples/" title="Littler Examples" class="md-nav__link">
Littler Examples
</a>
</li>
Expand All @@ -351,7 +363,7 @@


<li class="md-nav__item">
<a href="../littler-faq/" title="Littler FAQ" class="md-nav__link">
<a href="../vignettes/littler-faq/" title="Littler FAQ" class="md-nav__link">
Littler FAQ
</a>
</li>
Expand Down Expand Up @@ -717,6 +729,32 @@
<h1>Changelog</h1>

<h3 id="2020">2020</h3>
<p>2020-10-04 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>
<div class="highlight"><pre><span></span><code> * DESCRIPTION (Version, Date): Release 0.3.12
</code></pre></div>

<p>2020-10-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>
<div class="highlight"><pre><span></span><code> * vignettes/littler-faq.Rmd: Switch to minidown::mini_document
and &#39;framework: water&#39; to dramatically reduce vignettes size
* vignettes/littler-examples.Rmd: Idem

* inst/examples/urlUpdate.r: Add -c | --check-only option
</code></pre></div>

<p>2020-10-02 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>
<div class="highlight"><pre><span></span><code> * inst/examples/urlUpdate.r: New script to update URLs
</code></pre></div>

<p>2020-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>
<div class="highlight"><pre><span></span><code> * DESCRIPTION (Version, Date): Roll minor version

* inst/examples/cranIncoming.r: New script
</code></pre></div>

<p>2020-09-21 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>
<div class="highlight"><pre><span></span><code> * inst/examples/installBSPM.r: Initial version of BSPM installer
</code></pre></div>

<p>2020-09-20 Iñaki Úcar <a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#105;&#117;&#99;&#97;&#114;&#64;&#102;&#101;&#100;&#111;&#114;&#97;&#112;&#114;&#111;&#106;&#101;&#99;&#116;&#46;&#111;&#114;&#103;">&#105;&#117;&#99;&#97;&#114;&#64;&#102;&#101;&#100;&#111;&#114;&#97;&#112;&#114;&#111;&#106;&#101;&#99;&#116;&#46;&#111;&#114;&#103;</a> </p>
<div class="highlight"><pre><span></span><code> * inst/examples/installRSPM.r: Add RH/CentOS/Fedora support
</code></pre></div>
Expand Down
18 changes: 15 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@

<li class="md-tabs__item">

<a href="littler-examples/" class="md-tabs__link">
<a href="vignettes/overview/" class="md-tabs__link">
Articles
</a>

Expand Down Expand Up @@ -457,7 +457,19 @@


<li class="md-nav__item">
<a href="littler-examples/" title="Littler Examples" class="md-nav__link">
<a href="vignettes/overview/" title="Vignettes" class="md-nav__link">
Vignettes
</a>
</li>







<li class="md-nav__item">
<a href="vignettes/littler-examples/" title="Littler Examples" class="md-nav__link">
Littler Examples
</a>
</li>
Expand All @@ -469,7 +481,7 @@


<li class="md-nav__item">
<a href="littler-faq/" title="Littler FAQ" class="md-nav__link">
<a href="vignettes/littler-faq/" title="Littler FAQ" class="md-nav__link">
Littler FAQ
</a>
</li>
Expand Down
18 changes: 15 additions & 3 deletions docs/man/littler/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@

<li class="md-tabs__item">

<a href="../../littler-examples/" class="md-tabs__link">
<a href="../../vignettes/overview/" class="md-tabs__link">
Articles
</a>

Expand Down Expand Up @@ -423,7 +423,19 @@


<li class="md-nav__item">
<a href="../../littler-examples/" title="Littler Examples" class="md-nav__link">
<a href="../../vignettes/overview/" title="Vignettes" class="md-nav__link">
Vignettes
</a>
</li>







<li class="md-nav__item">
<a href="../../vignettes/littler-examples/" title="Littler Examples" class="md-nav__link">
Littler Examples
</a>
</li>
Expand All @@ -435,7 +447,7 @@


<li class="md-nav__item">
<a href="../../littler-faq/" title="Littler FAQ" class="md-nav__link">
<a href="../../vignettes/littler-faq/" title="Littler FAQ" class="md-nav__link">
Littler FAQ
</a>
</li>
Expand Down
Loading

0 comments on commit de950c2

Please sign in to comment.