Skip to content

Commit

Permalink
Release 0.3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Mar 26, 2023
1 parent 46dbc22 commit 3b91b95
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 13 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2023-03-25 Dirk Eddelbuettel <[email protected]>

* DESCRIPTION (Version, Date): Release 0.3.18
* configure.ac: Idem
* configure: Idem

2023-03-23 SHIMA Tatsuya <[email protected]>

* inst/examples/install2.r (capture): Update error message pattern
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.17
Date: 2022-10-29
Version: 0.3.18
Date: 2023-03-25
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.71 for littler 0.3.17.
# Generated by GNU Autoconf 2.71 for littler 0.3.18.
#
# Report bugs to <[email protected]>.
#
Expand Down Expand Up @@ -610,8 +610,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='littler'
PACKAGE_TARNAME='littler'
PACKAGE_VERSION='0.3.17'
PACKAGE_STRING='littler 0.3.17'
PACKAGE_VERSION='0.3.18'
PACKAGE_STRING='littler 0.3.18'
PACKAGE_BUGREPORT='[email protected]'
PACKAGE_URL=''

Expand Down Expand Up @@ -1265,7 +1265,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.17 to adapt to many kinds of systems.
\`configure' configures littler 0.3.18 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1327,7 +1327,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of littler 0.3.17:";;
short | recursive ) echo "Configuration of littler 0.3.18:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1412,7 +1412,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
littler configure 0.3.17
littler configure 0.3.18
generated by GNU Autoconf 2.71
Copyright (C) 2021 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1630,7 +1630,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.17, which was
It was created by littler $as_me 0.3.18, which was
generated by GNU Autoconf 2.71. Invocation command line was
$ $0$ac_configure_args_raw
Expand Down Expand Up @@ -4061,7 +4061,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.17, which was
This file was extended by littler $as_me 0.3.18, which was
generated by GNU Autoconf 2.71. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -4125,7 +4125,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\
littler config.status 0.3.17
littler config.status 0.3.18
configured by $0, generated by GNU Autoconf 2.71,
with options \\"\$ac_cs_config\\"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ AC_PREREQ([2.69])
# 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.
# Sadly it breaks under Debian package builds (likely due to a missing component)
AC_INIT([littler],[0.3.17],[[email protected]])
AC_INIT([littler],[0.3.18],[[email protected]])

# Look for ancillary configure tools in tools
dnl AC_CONFIG_AUX_DIR(tools)
Expand Down
22 changes: 21 additions & 1 deletion inst/NEWS.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
\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.18 (2023-03-25)}{
\itemize{
\item Changes in examples scripts
\itemize{
\item \code{roxy.r} can now set an additional \code{--libpath}
\item \code{getRStudioDesktop.r} and \code{getRStudioServer.r} have
updated default download file
\item \code{install2.r} and \code{installGithub.r} can set
\code{--type}
\item \code{r2u.r} now has a \code{--suffix} option
\item \code{tt.r} removes a redundant \code{library} call
\item \code{tttl.r} has been added for \code{testthat::test_local()}
\item \code{installRub.r} has been added to install r-universe binaries
on Ubuntu
\item \code{install2.r} has updated error capture messages (Tatsuya
Shima and Dirk in \ghpr{104})
}
}
}

\section{Changes in littler version 0.3.17 (2022-10-29)}{
\itemize{
\item Changes in package
Expand All @@ -11,7 +31,7 @@
}
\item Changes in examples
\itemize{
\item The \code{install2.r} and \code{installBioc.} were updated
\item Scripts \code{install2.r} and \code{installBioc.r} were updated
for an update in R-devel (Tatsuya Shima and Dirk in \ghpr{104}).
}
}
Expand Down

0 comments on commit 3b91b95

Please sign in to comment.