Other packages > Find by keyword >

gtools  

Various R Programming Tools
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("gtools", "3.9.5")



Attach the package and use:
library("gtools")
Maintained by
Ben Bolker
[Scholar Profile | Author Map]
First Published: 2005-05-30
Latest Update: 2022-11-27
Description:
Functions to assist in R programming, including: - assist in developing, updating, and maintaining R and R packages ('ask', 'checkRVersion', 'getDependencies', 'keywords', 'scat'), - calculate the logit and inverse logit transformations ('logit', 'inv.logit'), - test if a value is missing, empty or contains only NA and NULL values ('invalid'), - manipulate R's .Last function ('addLast'), - define macros ('defmacro'), - detect odd and even integers ('odd', 'even'), - convert strings containing non-ASCII characters (like single quotes) to plain ASCII ('ASCIIfy'), - perform a binary search ('binsearch'), - sort strings containing both numeric and character components ('mixedsort'), - create a factor variable from the quantiles of a continuous variable ('quantcut'), - enumerate permutations and combinations ('combinations', 'permutation'), - calculate and convert between fold-change and log-ratio ('foldchange', 'logratio2foldchange', 'foldchange2logratio'), - calculate probabilities and generate random numbers from Dirichlet distributions ('rdirichlet', 'ddirichlet'), - apply a function over adjacent subsets of a vector ('running'), - modify the TCP_NODELAY ('de-Nagle') flag for socket objects, - efficient 'rbind' of data frames, even if the column names don't match ('smartbind'), - generate significance stars from p-values ('stars.pval'), - convert characters to/from ASCII codes ('asc', 'chr'), - convert character vector to ASCII representation ('ASCIIfy'), - apply title capitalization rules to a character vector ('capwords').
How to cite:
Ben Bolker (2005). gtools: Various R Programming Tools. R package version 3.9.5, https://cran.r-project.org/web/packages/gtools. Accessed 30 Apr. 2025.
Previous versions and publish date:
2.0.7 (2005-05-30 13:06), 2.0.9 (2005-09-02 00:41), 2.1.0 (2005-09-03 21:43), 2.1.1 (2005-09-23 17:55), 2.2.2 (2005-12-14 15:39), 2.2.3 (2005-12-21 17:27), 2.3.0 (2006-11-28 10:16), 2.3.1 (2007-04-11 10:21), 2.4.0 (2007-08-09 15:01), 2.5.0-1 (2009-02-19 13:20), 2.5.0 (2008-05-27 08:47), 2.6.1-1 (2010-05-01 17:59), 2.6.1 (2009-05-10 20:54), 2.6.2 (2010-05-02 09:04), 2.7.0 (2012-06-20 07:38), 2.7.1 (2013-04-02 10:31), 3.0.0 (2013-07-07 17:40), 3.1.0 (2013-09-23 18:29), 3.1.1 (2014-01-13 09:12), 3.2.0 (2014-01-12 09:54), 3.2.1 (2014-01-13 16:04), 3.3.0 (2014-02-11 21:31), 3.3.1 (2014-03-02 00:17), 3.4.0 (2014-04-18 01:42), 3.4.1 (2014-05-28 09:52), 3.4.2 (2015-04-10 14:48), 3.5.0 (2015-05-29 10:36), 3.8.1 (2018-06-26 16:38), 3.8.2 (2020-03-31 15:50), 3.9.2.1 (2022-05-23 10:27), 3.9.2.2 (2022-06-13 15:09), 3.9.2 (2021-06-06 12:00), 3.9.3 (2022-07-11 20:30), 3.9.4 (2022-11-27 23:00)
Other packages that cited gtools R package
View gtools citation profile
Other R packages that gtools depends, imports, suggests or enhances
Complete documentation for gtools
Downloads during the last 30 days
03/3104/0104/0204/0304/0404/0504/0604/0704/0804/0904/1004/1104/1204/1304/1404/1504/1604/1704/1804/1904/2004/2104/2204/2304/2404/2504/2604/2704/28Downloads for gtools300040005000600070008000900010000TrendBars

Today's Hot Picks in Authors and Packages

GRAPE  
Gene-Ranking Analysis of Pathway Expression
Gene-Ranking Analysis of Pathway Expression (GRAPE) is a tool for summarizing the consensus behavio ...
Download / Learn more Package Citations See dependency  
micEconAids  
Demand Analysis with the Almost Ideal Demand System (AIDS)
Functions and tools for analysing consumer demand with the Almost Ideal Demand System (AIDS) sugg ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
eyetrackingR  
Eye-Tracking Data Analysis
Addresses tasks along the pipeline from raw data to analysis and visualization for eye-tracking dat ...
Download / Learn more Package Citations See dependency  
crimeutils  
A Comprehensive Set of Functions to Clean, Analyze, and Present Crime Data
A collection of functions that make it easier to understand crime (or other) data, and assist other ...
Download / Learn more Package Citations See dependency  
schrute  
The Entire Transcript from the Office in Tidy Format
The complete scripts from the American version of the Office television show in tibble format. Use ...
Download / Learn more Package Citations See dependency  

24,142

R Packages

207,311

Dependencies

65,176

Author Associations

24,143

Publication Badges

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