Skip to content

Commit

Permalink
release 0.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Jun 3, 2020
1 parent 78ecbb7 commit 2e2e4bf
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 14 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2020-06-02 Dirk Eddelbuettel <edd@debian.org>

* DESCRIPTION (Date, Version): Release 0.3.10

* configure.ac: Idem
* configure: Idem

2020-06-01 Dirk Eddelbuettel <edd@debian.org>

* inst/examples/roxy.r: Added docopt, support nocache and roclets
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.9.2
Date: 2020-04-11
Version: 0.3.10
Date: 2020-06-02
Author: Dirk Eddelbuettel and Jeff Horner
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Description: A scripting and command-line front-end
Expand Down
20 changes: 11 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.9.
# Generated by GNU Autoconf 2.69 for littler 0.3.10.
#
#
# 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.9'
PACKAGE_STRING='littler 0.3.9'
PACKAGE_VERSION='0.3.10'
PACKAGE_STRING='littler 0.3.10'
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.9 to adapt to many kinds of systems.
\`configure' configures littler 0.3.10 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.9:";;
short | recursive ) echo "Configuration of littler 0.3.10:";;
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.9
littler configure 0.3.10
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.9, which was
It was created by littler $as_me 0.3.10, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -2102,6 +2102,8 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
ac_compiler_gnu=$ac_cv_c_compiler_gnu
# or hand-editing instead of having the autoconf call pull it in
# AC_INIT([littler], [0.3.9])
# Look for ancillary configure tools in tools
Expand Down Expand Up @@ -4050,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.9, which was
This file was extended by littler $as_me 0.3.10, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -4112,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.9
littler config.status 0.3.10
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
Expand Down
5 changes: 3 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ AC_PREREQ(2.61)

# Every other copy of the package version number gets its value from here
# The m4_esyscmd_s invocation is due to an excellent StackOverflow answer.
#AC_INIT([littler], m4_esyscmd_s([awk -e '/^Version:/ {print $2}' DESCRIPTION]))
AC_INIT([littler], [0.3.9])
AC_INIT([littler], m4_esyscmd_s([awk -e '/^Version:/ {print $2}' DESCRIPTION]))
# or hand-editing instead of having the autoconf call pull it in
# AC_INIT([littler], [0.3.9])

# Look for ancillary configure tools in tools
dnl AC_CONFIG_AUX_DIR(tools)
Expand Down
7 changes: 6 additions & 1 deletion inst/NEWS.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
\newcommand{\ghpr}{\href{https://github.com/eddelbuettel/littler/pull/#1}{##1}}
\newcommand{\ghit}{\href{https://github.com/eddelbuettel/littler/issues/#1}{##1}}

\section{Changes in littler version 0.3.10 (2020-xx-yy)}{
\section{Changes in littler version 0.3.10 (2020-06-02)}{
\itemize{
\item Changes in examples
\itemize{
Expand All @@ -16,6 +16,11 @@
\item A new script \code{installBioc.r} was added.
\item The \code{--error} option to \code{install2.r} was
generalized (Sergio Oller in \ghpr{78}).
\item The \code{roxy.r} script was extended a little.
}
\item Changes in package
\itemize{
\item Travis CI now uses R 4.0.0 and the bionic distro
}
}
}
Expand Down

0 comments on commit 2e2e4bf

Please sign in to comment.