Other packages > Find by keyword >

littler  

R at the Command-Line via 'r'
View on CRAN: Click here


Download and install littler package within the R console
Install from CRAN:
install.packages("littler")

Install from Github:
library("remotes")
install_github("cran/littler")

Install by package version:
library("remotes")
install_version("littler", "0.3.20")



Attach the package and use:
library("littler")
Maintained by
Dirk Eddelbuettel
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2015-10-29
Latest Update: 2023-12-17
Description:
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.
How to cite:
Dirk Eddelbuettel (2015). littler: R at the Command-Line via 'r'. R package version 0.3.20, https://cran.r-project.org/web/packages/littler. Accessed 22 Dec. 2024.
Previous versions and publish date:
0.3.0 (2015-10-29 14:14), 0.3.1 (2016-08-07 05:16), 0.3.2 (2017-02-15 09:59), 0.3.3 (2017-12-17 17:59), 0.3.4 (2018-08-24 14:32), 0.3.5 (2018-10-04 15:00), 0.3.6 (2019-01-26 16:10), 0.3.7 (2019-03-15 13:40), 0.3.8 (2019-06-09 18:30), 0.3.9 (2019-10-27 13:57), 0.3.10 (2020-06-03 07:20), 0.3.11 (2020-06-26 17:10), 0.3.12 (2020-10-07 14:30), 0.3.13 (2021-07-24 16:50), 0.3.14 (2021-10-06 01:30), 0.3.15 (2021-12-03 14:20), 0.3.16 (2022-08-29 00:10), 0.3.17 (2022-10-29 23:57), 0.3.18 (2023-03-26 12:20), 0.3.19 (2023-12-17 23:30)
Other packages that cited littler R package
View littler citation profile
Other R packages that littler depends, imports, suggests or enhances
Complete documentation for littler
Functions, R codes and Examples using the littler R package
Some associated functions: littler . r . 
Some associated R codes: init.R . test.R .  Full littler package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
composits  
Compositional, Multivariate and Univariate Time Series Outlier Ensemble
A compositional multivariate and univariate time series outlier ensemble.It uses the four R packages ...
Download / Learn more Package Citations See dependency  
LOGANTree  
Tree-Based Models for the Analysis of Log Files from Computer-Based Assessments
Enables researchers to model log-file data from computer-based assessments using machine-learning te ...
Download / Learn more Package Citations See dependency  
Maintainer: Qi Qin (view profile)
wordspace  
Distributional Semantic Models in R
An interactive laboratory for research on distributional semantic models ('DSM', see < ...
Download / Learn more Package Citations See dependency  
elect  
Estimation of Life Expectancies Using Multi-State Models
Functions to compute state-specific and marginal life expectancies. The computation is based on a fi ...
Download / Learn more Package Citations See dependency  
Rfast2  
A Collection of Efficient and Extremely Fast R Functions II
A collection of fast statistical and utility functions for data analysis. Functions for regression, ...
Download / Learn more Package Citations See dependency  

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA