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]
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 29 Mar. 2025.
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), 0.3.20 (2024-03-23 22:50)
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
02/2702/2803/0103/0203/0303/0403/0503/0603/0703/0803/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/28Downloads for littler020406080100120140160180200220TrendBars

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  
gglgbtq  
Show Pride on 'ggplot2' Plots
Provides multiple palettes based on pride flags with tailored themes. ...
Download / Learn more Package Citations See dependency  
landmix  
Landmark Prediction for Mixture Data
Non-parametric prediction of survival outcomes for mixture data that incorporates covariates and a l ...
Download / Learn more Package Citations See dependency  

23,842

R Packages

207,311

Dependencies

64,420

Author Associations

23,781

Publication Badges

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