Binary files /tmp/tmpoq2erpd4/s6jyk58FH2/littler-0.3.13/build/vignette.rds and /tmp/tmpoq2erpd4/0HLwHun5ij/littler-0.3.14/build/vignette.rds differ diff -Nru littler-0.3.13/ChangeLog littler-0.3.14/ChangeLog --- littler-0.3.13/ChangeLog 2021-07-24 13:38:28.000000000 +0000 +++ littler-0.3.14/ChangeLog 2021-10-05 13:37:51.000000000 +0000 @@ -1,3 +1,36 @@ +2021-10-05 Dirk Eddelbuettel + + * DESCRIPTION (Version, Date): Release 0.3.14 + * configure.ac: Idem + * configure: Idem + + * configure.ac: Updated via 'autoupdate' and 'autoreconf + --warnings=obsolete' followed by light edit + * src/config.h.in: Idem + +2021-10-03 Dirk Eddelbuettel + + * DESCRIPTION (URL): Add documentation site to URL entry + +2021-09-18 Dirk Eddelbuettel + + * inst/examples/getQuartoCli.r: Add simple convenience downloader for + Quarto command-line .deb package parsing GitHub release result + +2021-09-14 Dirk Eddelbuettel + + * inst/examples/roxy.r: Add -m | --minimal variant for namespace and + rd roclets using the cached older version + +2021-08-31 Dirk Eddelbuettel + + * DESCRIPTION (Date, Version): Roll minor version and date + +2021-08-30 Dirk Eddelbuettel + + * inst/examples/getRStudioDesktop.r: Updated to changed names + * inst/examples/getRStudioServer.r: Idem + 2021-07-24 Dirk Eddelbuettel * DESCRIPTION (Version, Date): Release 0.3.13 diff -Nru littler-0.3.13/configure littler-0.3.14/configure --- littler-0.3.13/configure 2021-07-24 13:46:57.000000000 +0000 +++ littler-0.3.14/configure 2021-10-05 13:51:41.000000000 +0000 @@ -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.13. +# Generated by GNU Autoconf 2.69 for littler 0.3.14. # # Report bugs to . # @@ -580,8 +580,8 @@ # Identity of this package. PACKAGE_NAME='littler' PACKAGE_TARNAME='littler' -PACKAGE_VERSION='0.3.13' -PACKAGE_STRING='littler 0.3.13' +PACKAGE_VERSION='0.3.14' +PACKAGE_STRING='littler 0.3.14' PACKAGE_BUGREPORT='edd@debian.org' PACKAGE_URL='' @@ -1245,7 +1245,7 @@ # 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.13 to adapt to many kinds of systems. +\`configure' configures littler 0.3.14 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1307,7 +1307,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of littler 0.3.13:";; + short | recursive ) echo "Configuration of littler 0.3.14:";; esac cat <<\_ACEOF @@ -1392,7 +1392,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -littler configure 0.3.13 +littler configure 0.3.14 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1761,7 +1761,7 @@ 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.13, which was +It was created by littler $as_me 0.3.14, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -4057,7 +4057,7 @@ # 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.13, which was +This file was extended by littler $as_me 0.3.14, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -4119,7 +4119,7 @@ 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.13 +littler config.status 0.3.14 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -Nru littler-0.3.13/configure.ac littler-0.3.14/configure.ac --- littler-0.3.13/configure.ac 2021-07-23 21:22:23.000000000 +0000 +++ littler-0.3.14/configure.ac 2021-10-05 13:37:57.000000000 +0000 @@ -1,13 +1,13 @@ # -*- mode: Autoconf; tab-width: 4; -*- # Process this file with autoconf to produce a configure script. -# require at least autoconf 2.61 -AC_PREREQ(2.61) +# require at least autoconf 2.69 +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.13], [edd@debian.org]) +AC_INIT([littler],[0.3.14],[edd@debian.org]) # Look for ancillary configure tools in tools dnl AC_CONFIG_AUX_DIR(tools) @@ -46,7 +46,6 @@ # Checks for libraries. # Checks for header files. -dnl AC_HEADER_STDC dnl AC_CHECK_HEADERS( stdio.h string.h errno.h stdlib.h sys/types.h sys/stat.h unistd.h) AC_CHECK_HEADER([getopt.h], [AC_DEFINE([HAVE_GETOPT_H], 1, [Define to 1 if you have .])], @@ -121,8 +120,7 @@ # Java AC_ARG_WITH([java-libs], - [AC_HELP_STRING([--with-java-libs], - [Link littler to R's java libraries])], + [AS_HELP_STRING([--with-java-libs],[Link littler to R's java libraries])], [if test x$"$withval" != xno; then AM_LDFLAGS="${AM_LDFLAGS} `${RPROG} CMD config JAVA_LIBS | grep -v ERROR`" fi], @@ -130,8 +128,7 @@ dnl # Tcl/TK dnl AC_ARG_WITH([tcltk-libs], -dnl [AC_HELP_STRING([--with-tcltk-libs], -dnl [Link littler to R's tcltk libraries])], +dnl [AS_HELP_STRING([--with-tcltk-libs],[dnl Link littler to R's tcltk libraries])], dnl [ dnl if test x$"$withval" != xno; then dnl AM_LDFLAGS="${AM_LDFLAGS} `${RPROG} CMD config TCLTK_LIBS | grep -v ERROR`" @@ -175,4 +172,5 @@ AC_SUBST(GITREVISION) AC_SUBST(GITDATE) -AC_OUTPUT([src/Makevars src/gitversion.h]) +AC_CONFIG_FILES([src/Makevars src/gitversion.h]) +AC_OUTPUT diff -Nru littler-0.3.13/debian/changelog littler-0.3.14/debian/changelog --- littler-0.3.13/debian/changelog 2021-07-31 13:54:25.000000000 +0000 +++ littler-0.3.14/debian/changelog 2021-10-16 14:30:56.000000000 +0000 @@ -1,4 +1,4 @@ -littler (0.3.13-1.1604.0) xenial; urgency=medium +littler (0.3.14-1.1604.0) xenial; urgency=medium * Compilation for Ubuntu 16.04.7 LTS * Remove dependency for R 4.0.0 for backports in Ubuntu @@ -6,7 +6,24 @@ debheler < 10 * Added dependency on dh-r - -- Michael Rutter Sat, 31 Jul 2021 13:54:24 +0000 + -- Michael Rutter Sat, 16 Oct 2021 14:30:55 +0000 + +littler (0.3.14-1) unstable; urgency=medium + + * New upstream release + + * debian/control: Set Standards-Version: to current version + + -- Dirk Eddelbuettel Tue, 05 Oct 2021 19:34:17 -0500 + +littler (0.3.13-2) unstable; urgency=medium + + * Simple rebuild for unstable following Debian 11 release + + * debian/control: Set Build-Depends: to current R version + * debian/control: Set Standards-Version: to current version + + -- Dirk Eddelbuettel Sun, 15 Aug 2021 22:40:57 -0500 littler (0.3.13-1) experimental; urgency=medium diff -Nru littler-0.3.13/debian/control littler-0.3.14/debian/control --- littler-0.3.13/debian/control 2021-07-31 13:54:24.000000000 +0000 +++ littler-0.3.14/debian/control 2021-10-16 14:30:55.000000000 +0000 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Dirk Eddelbuettel Build-Depends: debhelper, cdbs, r-base-dev -Standards-Version: 4.5.0 +Standards-Version: 4.6.0 Vcs-Browser: https://salsa.debian.org/edd/r-cran-littler Vcs-Git: https://salsa.debian.org/edd/r-cran-littler.git Homepage: https://cran.r-project.org/package=littler diff -Nru littler-0.3.13/DESCRIPTION littler-0.3.14/DESCRIPTION --- littler-0.3.13/DESCRIPTION 2021-07-24 14:50:06.000000000 +0000 +++ littler-0.3.14/DESCRIPTION 2021-10-05 23:30:02.000000000 +0000 @@ -1,8 +1,8 @@ Package: littler Type: Package Title: R at the Command-Line via 'r' -Version: 0.3.13 -Date: 2021-07-24 +Version: 0.3.14 +Date: 2021-10-05 Author: Dirk Eddelbuettel and Jeff Horner Maintainer: Dirk Eddelbuettel Description: A scripting and command-line front-end @@ -14,7 +14,8 @@ standard Unix pipelines. In other words, r provides the R language without the environment. URL: https://github.com/eddelbuettel/littler, - https://dirk.eddelbuettel.com/code/littler.html + https://dirk.eddelbuettel.com/code/littler.html, + https://eddelbuettel.github.io/littler/ BugReports: https://github.com/eddelbuettel/littler/issues License: GPL (>= 2) OS_type: unix @@ -23,6 +24,6 @@ VignetteBuilder: knitr RoxygenNote: 5.0.1 NeedsCompilation: yes -Packaged: 2021-07-24 13:46:57 UTC; edd +Packaged: 2021-10-05 13:51:41 UTC; edd Repository: CRAN -Date/Publication: 2021-07-24 14:50:06 UTC +Date/Publication: 2021-10-05 23:30:02 UTC diff -Nru littler-0.3.13/inst/doc/littler-examples.html littler-0.3.14/inst/doc/littler-examples.html --- littler-0.3.13/inst/doc/littler-examples.html 2021-07-24 13:46:57.000000000 +0000 +++ littler-0.3.14/inst/doc/littler-examples.html 2021-10-05 13:51:41.000000000 +0000 @@ -147,7 +147,7 @@ 9.869604

But unlike bc(1), GNU R has a vast number of statistical functions. For example, we can quickly compute a summary() and show a stem-and-leaf plot for file sizes in a given directory via

$ ls -l /boot | awk 'BEGIN {print "size"} !/^total/ {print $5}' | \
-     r -de "print(summary(X[,1])); stem(X[,1])"
+ r -de "print(summary(X[,1])); stem(X[,1])"

which produces something like

   Min. 1st Qu.  Median    Mean 3rd Qu.    Max.
      13     512  110100  486900  768400 4735000
diff -Nru littler-0.3.13/inst/examples/getQuartoCli.r littler-0.3.14/inst/examples/getQuartoCli.r
--- littler-0.3.13/inst/examples/getQuartoCli.r	1970-01-01 00:00:00.000000000 +0000
+++ littler-0.3.14/inst/examples/getQuartoCli.r	2021-09-18 13:39:53.000000000 +0000
@@ -0,0 +1,19 @@
+#!/usr/bin/env r
+#
+# A downloader for Quarto
+#
+# Copyright (C) 2021  Dirk Eddelbuettel
+#
+# Released under GPL (>= 2)
+#
+# TODO: Maybe make the .deb filter an option
+
+library(RcppSimdJson)
+
+url <- "https://api.github.com/repos/quarto-dev/quarto-cli/releases/latest"
+res <- RcppSimdJson::fload(url)
+files <- res$assets[, "browser_download_url"]
+deb <- files[grepl("\\.deb$", files)]
+tgt <- file.path("/tmp", basename(deb))
+download.file(deb, tgt, quiet=TRUE)
+cat("Downloaded '", deb, "' as '", tgt, "'\n", sep="")
diff -Nru littler-0.3.13/inst/examples/getRStudioDesktop.r littler-0.3.14/inst/examples/getRStudioDesktop.r
--- littler-0.3.13/inst/examples/getRStudioDesktop.r	2021-03-10 18:08:17.000000000 +0000
+++ littler-0.3.14/inst/examples/getRStudioDesktop.r	2021-08-31 01:38:46.000000000 +0000
@@ -2,7 +2,7 @@
 #
 # A simple example to install RStudio Desktop
 #
-# Copyright (C) 2014 - 2020  Carl Boettiger and Dirk Eddelbuettel
+# Copyright (C) 2014 - 2021  Carl Boettiger and Dirk Eddelbuettel
 #
 # Released under GPL (>= 2)
 #
@@ -23,9 +23,11 @@
 file <- tb[[1,1]]
 #s3url <- "https://s3.amazonaws.com/rstudio-ide-build/desktop/xenial/amd64/"
 #s3url <- "https://s3.amazonaws.com/rstudio-ide-build/desktop/trusty/amd64/"
-s3url <- "https://s3.amazonaws.com/rstudio-ide-build/desktop/bionic/amd64/"
-fileurl <- paste0(s3url, file)
-download.file(fileurl, file, method="wget")
+#s3url <- "https://s3.amazonaws.com/rstudio-ide-build/desktop/bionic/amd64/"
+s3url <- "https://s3.amazonaws.com/rstudio-ide-build/desktop%2Fbionic%2Famd64%2F"
+fileurl <- paste0(s3url, gsub("\\+","%2B", file))
+cat("'", fileurl, "' -> '", file, "'\n", sep="")
+download.file(fileurl, file)
 
 ## ## probably simpler
 ## ## cf https://support.rstudio.com/hc/en-us/articles/203842428-Getting-the-newest-RStudio-builds
diff -Nru littler-0.3.13/inst/examples/getRStudioServer.r littler-0.3.14/inst/examples/getRStudioServer.r
--- littler-0.3.13/inst/examples/getRStudioServer.r	2021-03-10 18:08:57.000000000 +0000
+++ littler-0.3.14/inst/examples/getRStudioServer.r	2021-08-31 01:38:54.000000000 +0000
@@ -2,7 +2,7 @@
 #
 # A simple example to install RStudio Desktop
 #
-# Copyright (C) 2014 - 2020  Carl Boettiger and Dirk Eddelbuettel
+# Copyright (C) 2014 - 2021  Carl Boettiger and Dirk Eddelbuettel
 #
 # Released under GPL (>= 2)
 #
@@ -20,9 +20,12 @@
 pg <- read_html(url(url))
 tb <- html_table(html_nodes(pg, "table"))[[1]]
 file <- tb[[1,1]]
-s3url <- "https://s3.amazonaws.com/rstudio-ide-build/server/bionic/amd64/"
-fileurl <- paste0(s3url, file)
-download.file(fileurl, file, method="wget")
+#s3url <- "https://s3.amazonaws.com/rstudio-ide-build/server/bionic/amd64/"
+s3url <- "https://s3.amazonaws.com/rstudio-ide-build/server%2Fbionic%2Famd64%2F"
+#fileurl <- paste0(s3url, file)
+fileurl <- paste0(s3url, gsub("\\+","%2B", file))
+cat("'", fileurl, "' -> '", file, "'\n", sep="")
+download.file(fileurl, file) #, method="wget")
 
 ## possibly simpler
 ## cf https://support.rstudio.com/hc/en-us/articles/203842428-Getting-the-newest-RStudio-builds
diff -Nru littler-0.3.13/inst/examples/roxy.r littler-0.3.14/inst/examples/roxy.r
--- littler-0.3.13/inst/examples/roxy.r	2021-03-11 14:32:19.000000000 +0000
+++ littler-0.3.14/inst/examples/roxy.r	2021-09-14 22:09:46.000000000 +0000
@@ -10,11 +10,12 @@
 library(docopt)
 
 ## configuration for docopt
-doc <- "Usage: roxy.r [-n] [-f] [-h] [-x] [-r ROCLETS] [PACKAGES ...]
+doc <- "Usage: roxy.r [-n] [-f] [-m] [-h] [-x] [-r ROCLETS] [PACKAGES ...]
 
 -n --nocache          run the current version not the cached version
 -r --roclets ROCLETS  use roclets arguments for roxygenize [default: rd]
 -f --full             implies both '-n' and '-r NULL'
+-m --minimal          implies 'namespace,rd' roclets
 -h --help             show this help text
 -x --usage            show help and short example usage"
 opt <- docopt(doc)			# docopt parsing
@@ -27,8 +28,9 @@
   roxy.r                     # update help pages for package, use cached version
   roxy.r -n                  # use non-cached version
   roxy.r -r NULL             # use full roclets i.e. collate,namespace,rd
-  roxy.r -r 'namespace,rd'   # use full roclets i.e. namespace,rd
+  roxy.r -r 'namespace,rd'   # use specified roclets i.e. namespace,rd
   roxy.r -f                  # use non-cached version and 'NULL' roclets
+  roxy.r -m                  # shorthand for use 'of namespace,rd' roclets
 
 roxy.r is part of littler which brings 'r' to the command-line. See the help for
 roxygenize for the different 'roclets' arguments; default value 'rd' means to only
@@ -41,6 +43,10 @@
     opt$nocache <- TRUE
     opt$roclets <- "NULL"
 }
+if (opt$minimal) {
+    opt$nocache <- FALSE
+    opt$roclets <- "namespace,rd"
+}
 
 ## Works around the marvel that is version 6.1.0 or later
 if (!opt$nocache && dir.exists("~/.R/cache/roxygen2")) {
diff -Nru littler-0.3.13/inst/NEWS.Rd littler-0.3.14/inst/NEWS.Rd
--- littler-0.3.13/inst/NEWS.Rd	2021-07-24 13:27:19.000000000 +0000
+++ littler-0.3.14/inst/NEWS.Rd	2021-10-05 13:43:08.000000000 +0000
@@ -3,6 +3,22 @@
 \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.14 (2021-10-05)}{
+  \itemize{
+    \item Changes in examples
+    \itemize{
+      \item Updated RStudio download helper to changed file names
+      \item Added a new option to \code{roxy.r} wrapper
+      \item Added a downloader for Quarto command-line tool
+    }
+    \item Changes in package
+    \itemize{
+      \item The \code{configure} files were updated to the standard of
+      version 2.69 following a CRAN request
+    }
+  }
+}
+
 \section{Changes in littler version 0.3.13 (2021-07-24)}{
   \itemize{
     \item Changes in examples
@@ -14,7 +30,7 @@
       \item The \code{-c} or \code{--code} option for
       \code{installRSPM.r} was corrected
       \item The \code{kitten.r} script now passes options \sQuote{bunny}
-      and \sQuote{puppy} on to the \code{pkgKitten::kitten()} call; 
+      and \sQuote{puppy} on to the \code{pkgKitten::kitten()} call;
       new options to call the Arma and Eigen variants were added
       \item The \code{getRStudioDesktop.r} and \code{getRStudioServer.r}
       scripts were updated for a change in \pkg{rvest}
@@ -67,14 +83,14 @@
     }
   }
 }
-      
+
 \section{Changes in littler version 0.3.10 (2020-06-02)}{
   \itemize{
     \item Changes in examples
     \itemize{
       \item The \code{update.r} script only considers writeable directories.
       \item The \code{rcc.r} script tries to report full logs by setting
-      \code{_R_CHECK_TESTS_NLINES_=0}. 
+      \code{_R_CHECK_TESTS_NLINES_=0}.
       \item The \code{tt.r} script has an improved \code{ncpu} fallback.
       \item Several installation and updating scripts set
       \code{_R_SHLIB_STRIP_} to \code{TRUE}.
@@ -123,7 +139,7 @@
       mentioning the environment variables it considers.
       \item A new script \code{tt.r} was added to support \code{tinytest}.
       \item The rhub checking scripts now all suppress builds of manual
-      and vignettes as asking for working latex appears to be too much. 
+      and vignettes as asking for working latex appears to be too much.
     }
     \item Changes in package
     \itemize{
@@ -171,7 +187,7 @@
     \item Changes in examples
     \itemize{
       \item The script \code{roxy.r} now uses a cached copy of \pkg{roxygen2}
-      version 6.0.1 (if available) as the current version 6.1.0  
+      version 6.0.1 (if available) as the current version 6.1.0
       changed behaviour.
       \item The script \code{rcc.r} was updated as the underlying
       \pkg{rcmdcheck} changed parameter order.
@@ -285,10 +301,10 @@
   \itemize{
     \item Changes in build system
     \itemize{
-      \item First CRAN Release as R package following nine years of source releases 
+      \item First CRAN Release as R package following nine years of source releases
       \item Script \code{configure}, \code{src/Makevars.in} and
       remainder of build system rewritten to take advantage of the R package
-      build infrastructure 
+      build infrastructure
       \item Reproducible builds are better supported as the (changing)
       compilation timestamps etc are only inserted for 'verbose builds'
       directly off the git repo, but not for Debian (or CRAN) builds off the
diff -Nru littler-0.3.13/MD5 littler-0.3.14/MD5
--- littler-0.3.13/MD5	2021-07-24 14:50:06.000000000 +0000
+++ littler-0.3.14/MD5	2021-10-05 23:30:02.000000000 +0000
@@ -1,17 +1,17 @@
-dc6e560e1ca0acf30a4b8efe46a3add4 *ChangeLog
-bebb7bb35f9345259ebeb5c2ee57b681 *DESCRIPTION
+2b38e442bd4f9a28ba4473d278a654d6 *ChangeLog
+875e7ff851ba8a608621a7878e779d15 *DESCRIPTION
 b1a496dc62bb8a1c53e2da826c53a098 *NAMESPACE
 c066402479411258b78917cb8bce5657 *R/init.R
 0a90a6d8b74958607deef0c292b68da0 *R/test.R
 4f3384a34e65b20c954e9763ffc79b49 *README.md
-4f0894c19795d2486c2eea58c431b578 *build/vignette.rds
+557ad40482d223589ef6ab2ce7549045 *build/vignette.rds
 6fb1ed071cd6c11749d9a52d879ef4e8 *cleanup
-5d46b3b5ad427d6c4cca1795198a2ddf *configure
-7329633bcfc827f810358d54bbddd02e *configure.ac
-b44367ca980265f3dc4e06265bd6e7c8 *inst/NEWS.Rd
+f254017b58e0b91af92644f4ddf5104a *configure
+66fb3ca91f4d85a95e8b3b480b1266a5 *configure.ac
+3c250f0f74519a6a658ddcdb798f6f7d *inst/NEWS.Rd
 8c97240a9419d2ef50922b65d0423154 *inst/doc/littler-examples.R
 7956b210c6073c742517639651a0bf24 *inst/doc/littler-examples.Rmd
-1d8d47b1fac07e4dbf587306fc79ee58 *inst/doc/littler-examples.html
+6f3f32b9505c2db0806db8e4fdd78c43 *inst/doc/littler-examples.html
 8c97240a9419d2ef50922b65d0423154 *inst/doc/littler-faq.R
 fe49b730357137d7a996792882bb882b *inst/doc/littler-faq.Rmd
 2364a04e7aa3bf8add9dcd84987d8bac *inst/doc/littler-faq.html
@@ -28,8 +28,9 @@
 4ba7ed2f88208a246e6a4f3b2c803869 *inst/examples/dratInsert.r
 732c02602d8cbe5cd75ce130a9f64e65 *inst/examples/fileOps.r
 60f727bfb41318e761372c643e0eb426 *inst/examples/fsizes.r
-3702df41609a3af11d1139b63955d2e5 *inst/examples/getRStudioDesktop.r
-12712f38f85e9582f1815dc3685d68d2 *inst/examples/getRStudioServer.r
+7de02ec85822629eb95786075161cf35 *inst/examples/getQuartoCli.r
+9d3061c3ddb91951558db1e901fc9e26 *inst/examples/getRStudioDesktop.r
+c3c3531c51a9245ef676483a1ec51b55 *inst/examples/getRStudioServer.r
 93bb7d341e61144fcf915e09f3ec2041 *inst/examples/highlightsweave.r
 fe8cf217d74e27f9df00c3337cdeacd4 *inst/examples/install.r
 ad3604c06e10305f363950a9aaeb73ef *inst/examples/install2.r
@@ -50,7 +51,7 @@
 59445a2aaf5c04daadad958b5f885726 *inst/examples/rd2md.r
 baecaa3e40582e058194186324972ac4 *inst/examples/render.r
 e3771134892cb56205712080df545809 *inst/examples/rhome.r
-07588aa23659cb995985b6e19f6a1cf7 *inst/examples/roxy.r
+d5988da929ab216d016102c178bcf843 *inst/examples/roxy.r
 d128abc4df7c53e88ba3ea1a886fe727 *inst/examples/runit.r
 1d8481053565f068f641ac51fdf50db2 *inst/examples/shiny.r
 cc60f52ea701ac2b704879193a40720d *inst/examples/silenceTwitterAccount.r
@@ -78,7 +79,7 @@
 04e43f516fb1f18d428aac2adecd124a *man/r.Rd
 6ec482d93598ad8bd7fb66a5d6aa925a *src/Makevars.in
 e857b2b7280c6b356248788f20f20112 *src/config-const.h
-00be7b067139ee85a497f4e654ab55e6 *src/config.h.in
+91009f8389f1063448147802eafd2c50 *src/config.h.in
 c261abe2bcaa9283ce8df9362f8ac1f5 *src/gitversion.h.in
 d25c32eac121f33e8e069a03738e0961 *src/littler.c
 98ddd8013dda001053955c5b257d3f31 *src/scripts/autoloads.R
diff -Nru littler-0.3.13/src/config.h.in littler-0.3.14/src/config.h.in
--- littler-0.3.13/src/config.h.in	2015-10-28 22:32:44.000000000 +0000
+++ littler-0.3.14/src/config.h.in	2021-10-05 13:37:18.000000000 +0000
@@ -1,7 +1,4 @@
-/* config.h.in.  Generated from configure.ac by autoheader.  */
-
-/* Define to 1 if you have the  header file. */
-#undef HAVE_ERRNO_H
+/* src/config.h.in.  Generated from configure.ac by autoheader.  */
 
 /* Define to 1 if you have . */
 #undef HAVE_GETOPT_H
@@ -12,9 +9,6 @@
 /* Define to 1 if you have the  header file. */
 #undef HAVE_INTTYPES_H
 
-/* Define to 1 if you have the  header file. */
-#undef HAVE_MEMORY_H
-
 /* Define if you have the setenv function. */
 #undef HAVE_SETENV
 
@@ -53,9 +47,6 @@
    . */
 #undef MAJOR_IN_SYSMACROS
 
-/* Name of package */
-#undef PACKAGE
-
 /* Define to the address where bug reports for this package should be sent. */
 #undef PACKAGE_BUGREPORT
 
@@ -74,13 +65,10 @@
 /* Define to the version of this package. */
 #undef PACKAGE_VERSION
 
-/* Define to 1 if you have the ANSI C header files. */
+/* Define to 1 if all of the C90 standard headers exist (not just the ones
+   required in a freestanding environment). This macro is provided for
+   backward compatibility; new code need not use it. */
 #undef STDC_HEADERS
 
-/* Version number of package */
-#undef VERSION
-
-/* when git is seen, we want a more verbose build */
+/* Verbose build with git revision and date information */
 #undef VERBOSE_BUILD
-
-