mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-15 10:03:30 -04:00
*/*: add lang="en" to <longdescription>
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
Support Functions and Datasets for Venables and Ripley's MASS //
|
||||
Functions and datasets to support Venables and Ripley, "Modern
|
||||
Applied Statistics with S" (4th edition, 2002).
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
Sparse and Dense Matrix Classes and Methods // A rich hierarchy
|
||||
of matrix classes, including triangular, symmetric, and
|
||||
diagonal matrices, both dense and sparse and with pattern,
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
ColorBrewer Palettes // Provides color schemes for maps (and
|
||||
other graphics) designed by Cynthia Brewer as described at
|
||||
http://colorbrewer2.org
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<longdescription>C++ Classes to Embed R in C++ (and C) Applications // C++ classes to embed R in C++ (and C) applications A C++ class providing the R interpreter is offered by this package making it easier to have "R inside" your C++ application. As R itself is embedded into your application, a shared library build of R is required. This works on Linux, OS X and even on Windows provided you use the same tools used to build R itself. Numerous examples are provided in the nine subdirectories of the examples/ directory of the installed package: standard, 'mpi' (for parallel computing), 'qt' (showing how to embed 'RInside' inside a Qt GUI application), 'wt' (showing how to build a "web-application" using the Wt toolkit), 'armadillo' (for 'RInside' use with 'RcppArmadillo'), 'eigen' (for 'RInside' use with 'RcppEigen'), and 'c_interface' for a basic C interface and 'Ruby' illustration. The examples use 'GNUmakefile(s)' with GNU extensions, so a GNU make is required (and will use the 'GNUmakefile' automatically). 'Doxygen'-generated documentation of the C++ classes is available at the 'RInside' website as well.</longdescription>
|
||||
<longdescription lang="en">C++ Classes to Embed R in C++ (and C) Applications // C++ classes to embed R in C++ (and C) applications A C++ class providing the R interpreter is offered by this package making it easier to have "R inside" your C++ application. As R itself is embedded into your application, a shared library build of R is required. This works on Linux, OS X and even on Windows provided you use the same tools used to build R itself. Numerous examples are provided in the nine subdirectories of the examples/ directory of the installed package: standard, 'mpi' (for parallel computing), 'qt' (showing how to embed 'RInside' inside a Qt GUI application), 'wt' (showing how to build a "web-application" using the Wt toolkit), 'armadillo' (for 'RInside' use with 'RcppArmadillo'), 'eigen' (for 'RInside' use with 'RcppEigen'), and 'c_interface' for a basic C interface and 'Ruby' illustration. The examples use 'GNUmakefile(s)' with GNU extensions, so a GNU make is required (and will use the 'GNUmakefile' automatically). 'Doxygen'-generated documentation of the C++ classes is available at the 'RInside' website as well.</longdescription>
|
||||
<maintainer type="person">
|
||||
<description>co-maintainers welcome</description>
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
'Rcpp' Integration for the 'Armadillo' Templated Linear Algebra
|
||||
Library // 'Armadillo' is a templated C++ linear algebra
|
||||
library (by Conrad Sanderson) that aims towards a good balance
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
Safe Password Entry for R, Git, and SSH // Cross-platform
|
||||
utilities for prompting the user for credentials or a
|
||||
passphrase, for example to authenticate with a server or read a
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
Templating Framework for Report Generation // brew implements a
|
||||
templating framework for mixing text and R code for report
|
||||
generation. brew template syntax is similar to PHP, Ruby's erb
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
Basic R Input Output // Functions to handle basic input output,
|
||||
these functions always read and write UTF-8 (8-bit Unicode
|
||||
Transformation Format) files and provide more explicit control
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
Call R from R // It is sometimes useful to perform a computation
|
||||
in a separate R process, without affecting the current R
|
||||
process at all. This packages does exactly that.
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
A Toolbox for Manipulating and Assessing Colors and Palettes //
|
||||
Carries out mapping between assorted color spaces including
|
||||
RGB, HSV, HLS, CIEXYZ, CIELUV, HCL (polar CIELUV), CIELAB, and
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
High Performance CommonMark and Github Markdown Rendering in R //
|
||||
The CommonMark specification defines a rationalized version of
|
||||
markdown syntax. This package uses the 'cmark' reference
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
Test Coverage for Packages // Track and report code coverage for
|
||||
your package and (optionally) upload the results to a coverage
|
||||
service like 'Codecov' https://codecov.io or 'Coveralls'
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
A Modern and Flexible Web Client for R // The curl() and
|
||||
curl_download() functions provide highly configurable drop-in
|
||||
replacements for base url() and download.file() with better
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
Manipulate DESCRIPTION Files // Tools to read, write, create, and
|
||||
manipulate DESCRIPTION files. It is intended for packages that
|
||||
create or manipulate other packages.
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
Diffs for R Objects // Generate a colorized diff of two R objects
|
||||
for an intuitive visualization of their differences.
|
||||
</longdescription>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
Parsing and Evaluation Tools that Provide More Details than the
|
||||
Default // Parsing and evaluation tools that make it easy to
|
||||
recreate the command line behaviour of R.
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
High Performance Colour Space Manipulation // The encoding of
|
||||
colour can be handled in many different ways, using different
|
||||
colour spaces. As different colour spaces have different uses,
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>In order to reduce potential package dependencies and conflicts, generics provides a number of commonly used S3 generics.</longdescription>
|
||||
<longdescription lang="en">In order to reduce potential package dependencies and conflicts, generics provides a number of commonly used S3 generics.</longdescription>
|
||||
<upstream>
|
||||
<bugs-to>https://github.com/r-lib/generics/issues</bugs-to>
|
||||
<doc lang="en">https://cran.r-project.org/web/packages/generics/generics.pdf</doc>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
Create Elegant Data Visualisations Using the Grammar of Graphics
|
||||
// A system for 'declaratively' creating graphics, based on
|
||||
"The Grammar of Graphics". You provide the data, tell 'ggplot2'
|
||||
|
||||
@@ -6,5 +6,5 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>'GitHub' 'API' // Minimal client to access the 'GitHub' 'API'.</longdescription>
|
||||
<longdescription lang="en">'GitHub' 'API' // Minimal client to access the 'GitHub' 'API'.</longdescription>
|
||||
</pkgmetadata>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
Query 'git' Credentials from 'R' // Query, set, delete
|
||||
credentials from the 'git' credential store. Manage 'GitHub'
|
||||
tokens and other 'git' credentials. This package is to be used
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
Arrange 'Grobs' in Tables // Tools to make it easier to work with
|
||||
"tables" of 'grobs'. The 'gtable' package defines a 'gtable'
|
||||
grob class that specifies a grid along with a list of grobs and
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
Syntax Highlighting for R Source Code // Provides syntax
|
||||
highlighting for R source code. Currently it supports LaTeX and
|
||||
HTML output. Source code of other languages is supported via
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
Tools for Working with URLs and HTTP // Useful tools for working
|
||||
with HTTP organised by HTTP verbs (GET(), POST(), etc).
|
||||
Configuration functions make it easy to control additional
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
High-Performance Stemmer, Tokenizer, and Spell Checker // Low
|
||||
level spell checker and morphological analyzer based on the
|
||||
famous 'hunspell' library https://hunspell.github.io. The
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
Read and Write '.ini' Files // Parse simple '.ini' configuration
|
||||
files to an structured list. Users can manipulate this
|
||||
resulting list with lapply() functions. This same structured
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
Generate Isolines and Isobands from Regularly Spaced Elevation
|
||||
Grids // A fast C++ implementation to generate contour lines
|
||||
(isolines) and contour polygons (isobands) from regularly
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
A Simple and Robust JSON Parser and Generator for R // A
|
||||
reasonably fast JSON parser and generator, optimized for
|
||||
statistical data and the web. Offers simple, flexible tools for
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
A General-Purpose Package for Dynamic Report Generation in R //
|
||||
Provides a general-purpose tool for dynamic report generation
|
||||
in R using Literate Programming techniques.
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
Axis Labeling // Functions which provide a range of axis labeling
|
||||
algorithms.
|
||||
</longdescription>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
Trellis Graphics for R // A powerful and elegant high-level data
|
||||
visualization system inspired by Trellis graphics, with an
|
||||
emphasis on multivariate data. Lattice is sufficient for
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
Lazy (Non-Standard) Evaluation // An alternative approach to non-
|
||||
standard evaluation using formulas. Provides a full
|
||||
implementation of LISP style 'quasiquotation', making it easier
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
Render Markdown with the C Library 'Sundown' // Provides R
|
||||
bindings to the 'Sundown' Markdown rendering library
|
||||
(https://github.com/vmg/sundown). Markdown is a plain-text
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
Mixed GAM Computation Vehicle with Automatic Smoothness
|
||||
Estimation // Generalized additive (mixed) models, some of
|
||||
their extensions and other generalized ridge regression with
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
Map Filenames to MIME Types // Guesses the MIME type from a
|
||||
filename extension using the data derived from /etc/mime.types
|
||||
in UNIX-type systems.
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
Utilities for Using Munsell Colours // Provides easy access to,
|
||||
and manipulation of, the Munsell colours. Provides a mapping
|
||||
between Munsell's original notation (e.g. "5R 5/10") and
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
Linear and Nonlinear Mixed Effects Models // Fit and compare
|
||||
Gaussian linear and nonlinear mixed-effects models.
|
||||
</longdescription>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
Feed-Forward Neural Networks and Multinomial Log-Linear Models //
|
||||
Software for feed-forward neural networks with a single hidden
|
||||
layer, and for multinomial log-linear models.
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
Toolkit for Encryption, Signatures and Certificates Based on
|
||||
OpenSSL // Bindings to OpenSSL libssl and libcrypto, plus
|
||||
custom SSH key parsers. Supports RSA, DSA and EC curves P-256,
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
Simulate Package Installation and Attach // Simulates the process
|
||||
of installing a package and then attaching it. This is a key
|
||||
part of the 'devtools' package as it allows you to rapidly
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
Praise Users // Build friendly R packages that praise their users
|
||||
if they have done something good, or they just need it to feel
|
||||
better.
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
Execute and Control System Processes // Tools to run system
|
||||
processes in the background. It can check if a background
|
||||
process is running; wait on a background process to finish; get
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
List, Query, Manipulate System Processes // List, query and
|
||||
manipulate all system processes, on 'Windows', 'Linux' and
|
||||
'macOS'.
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
Tidy Output from Regular Expression Matching // Wrappers on
|
||||
'regexpr' and 'gregexpr' to return the match results in tidy
|
||||
data frames.
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
Friendly Regular Expressions // A friendly interface for the
|
||||
construction of regular expressions.
|
||||
</longdescription>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
In-Line Documentation for R // Generate your Rd documentation,
|
||||
'NAMESPACE' file, and collation field using specially formatted
|
||||
comments. Writing documentation in-line with code makes it
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
Finding Files in Project Subdirectories // Robust, reliable and
|
||||
flexible paths to files below a project root. The 'root' of a
|
||||
project is defined as a directory that matches a certain
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
Safely Access the RStudio API // Access the RStudio API (if
|
||||
available) and provide informative error messages when it's
|
||||
not.
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
Scale Functions for Visualization // Graphical scales map data to
|
||||
aesthetics, and provide methods for automatically determining
|
||||
breaks and labels for axes and legends.
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
Tools for Spell Checking in R // Spell checking common document
|
||||
formats including latex, markdown, manual pages, and
|
||||
description files. Includes utilities to automate checking of
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
Character String Processing Facilities // A multitude of
|
||||
character string/text/natural language processing tools:
|
||||
pattern searching (e.g., with 'Java'-like regular expressions
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
Simple, Consistent Wrappers for Common String Operations // A
|
||||
consistent, simple and easy to use set of wrappers around the
|
||||
fantastic 'stringi' package. All function and argument names
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
Survival Analysis // Contains the core survival analysis
|
||||
routines, including definition of Surv objects, Kaplan-Meier
|
||||
and Aalen-Johansen (multi-state) curves, Cox models, and
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
Powerful and Reliable Tools for Running System Commands in R //
|
||||
Drop-in replacements for the base system2() function with fine
|
||||
control and consistent behavior across platforms. Supports
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
Unit Testing for R // Software testing is important, but, in part
|
||||
because it is frustrating and boring, many of us avoid it.
|
||||
'testthat' is a testing framework for R that is easy to learn
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
Colorblind-Friendly Color Maps (Lite Version) // Color maps
|
||||
designed to improve graph readability for readers with common
|
||||
forms of color blindness and/or color vision deficiency. The
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
Find Differences Between R Objects // Compare complex R objects
|
||||
and reveal the key differences. Designed particularly for use
|
||||
in testing packages where being able to quickly isolate key
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
Username, Full Name, Email Address, 'GitHub' Username of the
|
||||
Current User // Look up the username and full name of the
|
||||
current user, the current user's email address and 'GitHub'
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
Run Code 'With' Temporarily Modified Global State // A set of
|
||||
functions to run code 'with' safely and temporarily modified
|
||||
global state. Many of these functions were originally a part of
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
Supporting Functions for Packages Maintained by 'Yihui Xie' //
|
||||
Miscellaneous functions commonly used in other packages
|
||||
maintained by 'Yihui Xie'.
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
Parse XML // Work with XML files using a simple, consistent
|
||||
interface. Built on top of the 'libxml2' C library.
|
||||
</longdescription>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
Methods to Convert R Data to YAML and Back // Implements the
|
||||
'libyaml' 'YAML' 1.1 parser and emitter
|
||||
(http://pyyaml.org/wiki/LibYAML) for R.
|
||||
|
||||
Reference in New Issue
Block a user