<?xml version="1.0" encoding="UTF-8"?>
<oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
  <dc:title>Various R Programming Tools</dc:title>
  <dc:title>R package gtools version 3.9.5</dc:title>
  <dc: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').</dc:description>
  <dc:type>Software</dc:type>
  <dc:relation>Depends: methods, stats, utils</dc:relation>
  <dc:relation>Suggests: car, gplots, knitr, rstudioapi, SGP, taxize</dc:relation>
  <dc:creator>Ben Bolker &lt;bolker@mcmaster.ca&gt;</dc:creator>
  <dc:publisher>Comprehensive R Archive Network (CRAN)</dc:publisher>
  <dc:contributor>Gregory R. Warnes [aut],
  Ben Bolker [aut, cre] (ORCID: &lt;https://orcid.org/0000-0002-2127-0443&gt;),
  Thomas Lumley [aut],
  Arni Magnusson [aut],
  Bill Venables [aut],
  Genei Ryodan [aut],
  Steffen Moeller [aut],
  Ian Wilson [ctb],
  Mark Davis [ctb],
  Nitin Jain [ctb],
  Scott Chamberlain [ctb]</dc:contributor>
  <dc:rights>GPL-2</dc:rights>
  <dc:date>2023-11-20</dc:date>
  <dc:format>application/tgz</dc:format>
  <dc:identifier>https://CRAN.R-project.org/package=gtools</dc:identifier>
  <dc:identifier>doi:10.32614/CRAN.package.gtools</dc:identifier>
  <dc:language>en-US</dc:language>
</oai_dc:dc>
