Package: littler 0.3.23.1

littler: R at the Command-Line via 'r'

A scripting and command-line front-end is provided by 'r' (aka 'littler') as a lightweight binary wrapper around the GNU R language and environment for statistical computing and graphics. While R can be used in batch mode, the r binary adds full support for both 'shebang'-style scripting (i.e. using a hash-mark-exclamation-path expression as the first line in scripts) as well as command-line use in standard Unix pipelines. In other words, r provides the R language without the environment.

Authors:Dirk Eddelbuettel [aut, cre], Jeff Horner [aut] ()

littler_0.3.23.1.tar.gz

littler_0.3.23.1.tgz(r-4.6-x86_64)littler_0.3.23.1.tgz(r-4.6-arm64)littler_0.3.23.1.tgz(r-4.5-x86_64)littler_0.3.23.1.tgz(r-4.5-arm64)
littler_0.3.23.1.tar.gz(r-4.7-arm64)littler_0.3.23.1.tar.gz(r-4.7-x86_64)littler_0.3.23.1.tar.gz(r-4.6-arm64)littler_0.3.23.1.tar.gz(r-4.6-x86_64)
manual.pdf |manual.html
DESCRIPTION |NEWS
card.svg |card.png
littler/json (API)

# Install 'littler' in R:
install.packages('littler', repos = c('https://eddelbuettel.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/eddelbuettel/littler/issues

On CRAN:

Conda:

embeddedexampleslittler

9.65 score 331 stars 20 scripts 2.5k downloads 1 exports 0 dependencies

Last updated from:2b347222fb. Checks:12 OK, 1 FAIL. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK109
linux-devel-x86_64OK109
source / vignettesOK149
linux-release-arm64OK99
linux-release-x86_64OK105
macos-release-arm64OK129
macos-release-x86_64OK191
macos-oldrel-arm64OK74
macos-oldrel-x86_64OK168
windows-develOK73
windows-releaseOK65
windows-oldrelOK60
wasm-releaseFAIL93

Exports:r

Dependencies:

Littler Examples
title: "Littler Examples"author: "Dirk Eddelbuettel"date: "Originally written 2015-10-28; Updated 2017-12-10, 2018-05-24, 2019-01-06, 2019-06-09 and 2020-06-16"css: "water.css" | Overview | Simple Direct Command-line Use | install.r: Direct CRAN Installation | install2.r: With Cmdline Parsing | Installing From Sources | check.r: Simple Checker | rcc.r: R CMD check wrapper | build.r: Building Packages | installGithub.r: GitHub install | update.r: CRAN package update | knit.r: Calling knitr | roxy.r: Running roxygen | compAttr.r: Compiling Attributes | render.r: Render Markdown

Last update: 2021-10-28
Started: 2021-10-28

Littler FAQ
title: "Littler FAQ"author: "Dirk Eddelbuettel"date: "2019-03-23, updated 2020-06-16"css: "water.css" | Well, why? | No Printing | No .Renviron | Lower-case / upper-case | Adding the binary to your path

Last update: 2021-10-28
Started: 2021-10-28