diff options
author | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2021-06-28 16:14:32 +0200 |
---|---|---|
committer | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2021-06-28 16:15:30 +0200 |
commit | 9c848300337861a1b241f3aa2811ead4c3d0d2c9 (patch) | |
tree | 6a364f8ad452329f0a86a167d2ee1e08de44c07c /dev-R | |
parent | */*: fix metadata (diff) | |
download | guru-9c848300337861a1b241f3aa2811ead4c3d0d2c9.tar.gz guru-9c848300337861a1b241f3aa2811ead4c3d0d2c9.tar.bz2 guru-9c848300337861a1b241f3aa2811ead4c3d0d2c9.zip |
*/*: add lang="en" to <longdescription>
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'dev-R')
62 files changed, 62 insertions, 62 deletions
diff --git a/dev-R/MASS/metadata.xml b/dev-R/MASS/metadata.xml index bd3e0cb4b..1589a7643 100644 --- a/dev-R/MASS/metadata.xml +++ b/dev-R/MASS/metadata.xml @@ -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). diff --git a/dev-R/Matrix/metadata.xml b/dev-R/Matrix/metadata.xml index 2b5e2fc2c..9a18f97bf 100644 --- a/dev-R/Matrix/metadata.xml +++ b/dev-R/Matrix/metadata.xml @@ -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, diff --git a/dev-R/RColorBrewer/metadata.xml b/dev-R/RColorBrewer/metadata.xml index bff25fba5..f05b55131 100644 --- a/dev-R/RColorBrewer/metadata.xml +++ b/dev-R/RColorBrewer/metadata.xml @@ -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 diff --git a/dev-R/RInside/metadata.xml b/dev-R/RInside/metadata.xml index 7436faed7..708c40bc5 100644 --- a/dev-R/RInside/metadata.xml +++ b/dev-R/RInside/metadata.xml @@ -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> diff --git a/dev-R/RcppArmadillo/metadata.xml b/dev-R/RcppArmadillo/metadata.xml index a722d6f33..216af7475 100644 --- a/dev-R/RcppArmadillo/metadata.xml +++ b/dev-R/RcppArmadillo/metadata.xml @@ -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 diff --git a/dev-R/askpass/metadata.xml b/dev-R/askpass/metadata.xml index 3f289ed72..9609ff450 100644 --- a/dev-R/askpass/metadata.xml +++ b/dev-R/askpass/metadata.xml @@ -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 diff --git a/dev-R/brew/metadata.xml b/dev-R/brew/metadata.xml index fbe718a67..128a71c1f 100644 --- a/dev-R/brew/metadata.xml +++ b/dev-R/brew/metadata.xml @@ -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 diff --git a/dev-R/brio/metadata.xml b/dev-R/brio/metadata.xml index 51195f550..c53f2f35d 100644 --- a/dev-R/brio/metadata.xml +++ b/dev-R/brio/metadata.xml @@ -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 diff --git a/dev-R/callr/metadata.xml b/dev-R/callr/metadata.xml index a3d682382..b03b37c3f 100644 --- a/dev-R/callr/metadata.xml +++ b/dev-R/callr/metadata.xml @@ -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. diff --git a/dev-R/colorspace/metadata.xml b/dev-R/colorspace/metadata.xml index f053153be..243ff7290 100644 --- a/dev-R/colorspace/metadata.xml +++ b/dev-R/colorspace/metadata.xml @@ -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 diff --git a/dev-R/commonmark/metadata.xml b/dev-R/commonmark/metadata.xml index ade12481c..3a943e334 100644 --- a/dev-R/commonmark/metadata.xml +++ b/dev-R/commonmark/metadata.xml @@ -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 diff --git a/dev-R/covr/metadata.xml b/dev-R/covr/metadata.xml index 3975c26cc..17eefb638 100644 --- a/dev-R/covr/metadata.xml +++ b/dev-R/covr/metadata.xml @@ -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' diff --git a/dev-R/curl/metadata.xml b/dev-R/curl/metadata.xml index 2e754b6d7..067a007e6 100644 --- a/dev-R/curl/metadata.xml +++ b/dev-R/curl/metadata.xml @@ -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 diff --git a/dev-R/desc/metadata.xml b/dev-R/desc/metadata.xml index 1713db053..afce36380 100644 --- a/dev-R/desc/metadata.xml +++ b/dev-R/desc/metadata.xml @@ -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. diff --git a/dev-R/diffobj/metadata.xml b/dev-R/diffobj/metadata.xml index 562944953..77c510ccf 100644 --- a/dev-R/diffobj/metadata.xml +++ b/dev-R/diffobj/metadata.xml @@ -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> diff --git a/dev-R/evaluate/metadata.xml b/dev-R/evaluate/metadata.xml index 02dd786c0..7902de2a8 100644 --- a/dev-R/evaluate/metadata.xml +++ b/dev-R/evaluate/metadata.xml @@ -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. diff --git a/dev-R/farver/metadata.xml b/dev-R/farver/metadata.xml index 1246d57d7..ef6e7b343 100644 --- a/dev-R/farver/metadata.xml +++ b/dev-R/farver/metadata.xml @@ -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, diff --git a/dev-R/generics/metadata.xml b/dev-R/generics/metadata.xml index 722e78acb..2a54c665f 100644 --- a/dev-R/generics/metadata.xml +++ b/dev-R/generics/metadata.xml @@ -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> diff --git a/dev-R/ggplot2/metadata.xml b/dev-R/ggplot2/metadata.xml index ebddea9f3..121549794 100644 --- a/dev-R/ggplot2/metadata.xml +++ b/dev-R/ggplot2/metadata.xml @@ -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' diff --git a/dev-R/gh/metadata.xml b/dev-R/gh/metadata.xml index 75ad89f5e..d11a2ee6f 100644 --- a/dev-R/gh/metadata.xml +++ b/dev-R/gh/metadata.xml @@ -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> diff --git a/dev-R/gitcreds/metadata.xml b/dev-R/gitcreds/metadata.xml index 152f4b24f..8b9dbc66a 100644 --- a/dev-R/gitcreds/metadata.xml +++ b/dev-R/gitcreds/metadata.xml @@ -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 diff --git a/dev-R/gtable/metadata.xml b/dev-R/gtable/metadata.xml index 04e4cf7a9..b682b08be 100644 --- a/dev-R/gtable/metadata.xml +++ b/dev-R/gtable/metadata.xml @@ -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 diff --git a/dev-R/highr/metadata.xml b/dev-R/highr/metadata.xml index 9e45d105f..5bff8103b 100644 --- a/dev-R/highr/metadata.xml +++ b/dev-R/highr/metadata.xml @@ -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 diff --git a/dev-R/httr/metadata.xml b/dev-R/httr/metadata.xml index de9f7d315..a55f93f0e 100644 --- a/dev-R/httr/metadata.xml +++ b/dev-R/httr/metadata.xml @@ -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 diff --git a/dev-R/hunspell/metadata.xml b/dev-R/hunspell/metadata.xml index 2c0ba7930..c511c6ca3 100644 --- a/dev-R/hunspell/metadata.xml +++ b/dev-R/hunspell/metadata.xml @@ -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 diff --git a/dev-R/ini/metadata.xml b/dev-R/ini/metadata.xml index 62596e91a..260d2640d 100644 --- a/dev-R/ini/metadata.xml +++ b/dev-R/ini/metadata.xml @@ -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 diff --git a/dev-R/isoband/metadata.xml b/dev-R/isoband/metadata.xml index 0744cfd3f..1fdb6b016 100644 --- a/dev-R/isoband/metadata.xml +++ b/dev-R/isoband/metadata.xml @@ -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 diff --git a/dev-R/jsonlite/metadata.xml b/dev-R/jsonlite/metadata.xml index 0dd0ee610..edcddc053 100644 --- a/dev-R/jsonlite/metadata.xml +++ b/dev-R/jsonlite/metadata.xml @@ -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 diff --git a/dev-R/knitr/metadata.xml b/dev-R/knitr/metadata.xml index b82429dad..7edff8b7b 100644 --- a/dev-R/knitr/metadata.xml +++ b/dev-R/knitr/metadata.xml @@ -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. diff --git a/dev-R/labeling/metadata.xml b/dev-R/labeling/metadata.xml index ca13614b8..1be0e1f3d 100644 --- a/dev-R/labeling/metadata.xml +++ b/dev-R/labeling/metadata.xml @@ -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> diff --git a/dev-R/lattice/metadata.xml b/dev-R/lattice/metadata.xml index 0320a9171..14fff50cd 100644 --- a/dev-R/lattice/metadata.xml +++ b/dev-R/lattice/metadata.xml @@ -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 diff --git a/dev-R/lazyeval/metadata.xml b/dev-R/lazyeval/metadata.xml index b8aa72e76..f771d0cd1 100644 --- a/dev-R/lazyeval/metadata.xml +++ b/dev-R/lazyeval/metadata.xml @@ -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 diff --git a/dev-R/markdown/metadata.xml b/dev-R/markdown/metadata.xml index cc56c2f64..6c7f1712a 100644 --- a/dev-R/markdown/metadata.xml +++ b/dev-R/markdown/metadata.xml @@ -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 diff --git a/dev-R/mgcv/metadata.xml b/dev-R/mgcv/metadata.xml index a444a9069..7af2a6c2e 100644 --- a/dev-R/mgcv/metadata.xml +++ b/dev-R/mgcv/metadata.xml @@ -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 diff --git a/dev-R/mime/metadata.xml b/dev-R/mime/metadata.xml index e6842c8c0..5b9f02465 100644 --- a/dev-R/mime/metadata.xml +++ b/dev-R/mime/metadata.xml @@ -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. diff --git a/dev-R/munsell/metadata.xml b/dev-R/munsell/metadata.xml index 6406173a4..c3948b211 100644 --- a/dev-R/munsell/metadata.xml +++ b/dev-R/munsell/metadata.xml @@ -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 diff --git a/dev-R/nlme/metadata.xml b/dev-R/nlme/metadata.xml index c26221bf3..fa32084eb 100644 --- a/dev-R/nlme/metadata.xml +++ b/dev-R/nlme/metadata.xml @@ -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> diff --git a/dev-R/nnet/metadata.xml b/dev-R/nnet/metadata.xml index 843c471f7..4f51c240a 100644 --- a/dev-R/nnet/metadata.xml +++ b/dev-R/nnet/metadata.xml @@ -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. diff --git a/dev-R/openssl/metadata.xml b/dev-R/openssl/metadata.xml index 4278f7d8e..586d4fd24 100644 --- a/dev-R/openssl/metadata.xml +++ b/dev-R/openssl/metadata.xml @@ -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, diff --git a/dev-R/pkgload/metadata.xml b/dev-R/pkgload/metadata.xml index 822aa652d..193150a67 100644 --- a/dev-R/pkgload/metadata.xml +++ b/dev-R/pkgload/metadata.xml @@ -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 diff --git a/dev-R/praise/metadata.xml b/dev-R/praise/metadata.xml index c7ba51614..1989a0b33 100644 --- a/dev-R/praise/metadata.xml +++ b/dev-R/praise/metadata.xml @@ -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. diff --git a/dev-R/processx/metadata.xml b/dev-R/processx/metadata.xml index de4dcaa9e..6e6f1f3ed 100644 --- a/dev-R/processx/metadata.xml +++ b/dev-R/processx/metadata.xml @@ -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 diff --git a/dev-R/ps/metadata.xml b/dev-R/ps/metadata.xml index 9406382bf..02fb4b937 100644 --- a/dev-R/ps/metadata.xml +++ b/dev-R/ps/metadata.xml @@ -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'. diff --git a/dev-R/rematch2/metadata.xml b/dev-R/rematch2/metadata.xml index 719f12581..493ada25d 100644 --- a/dev-R/rematch2/metadata.xml +++ b/dev-R/rematch2/metadata.xml @@ -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. diff --git a/dev-R/rex/metadata.xml b/dev-R/rex/metadata.xml index 932b0c7ed..8f68d6dc2 100644 --- a/dev-R/rex/metadata.xml +++ b/dev-R/rex/metadata.xml @@ -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> diff --git a/dev-R/roxygen2/metadata.xml b/dev-R/roxygen2/metadata.xml index c89f24bbd..29193fcff 100644 --- a/dev-R/roxygen2/metadata.xml +++ b/dev-R/roxygen2/metadata.xml @@ -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 diff --git a/dev-R/rprojroot/metadata.xml b/dev-R/rprojroot/metadata.xml index 18d4bcee6..a665355ff 100644 --- a/dev-R/rprojroot/metadata.xml +++ b/dev-R/rprojroot/metadata.xml @@ -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 diff --git a/dev-R/rstudioapi/metadata.xml b/dev-R/rstudioapi/metadata.xml index 825abd686..507704cb4 100644 --- a/dev-R/rstudioapi/metadata.xml +++ b/dev-R/rstudioapi/metadata.xml @@ -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. diff --git a/dev-R/scales/metadata.xml b/dev-R/scales/metadata.xml index 4b192dbf5..4728e2ba6 100644 --- a/dev-R/scales/metadata.xml +++ b/dev-R/scales/metadata.xml @@ -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. diff --git a/dev-R/spelling/metadata.xml b/dev-R/spelling/metadata.xml index 32d26f1bc..ae5d203f7 100644 --- a/dev-R/spelling/metadata.xml +++ b/dev-R/spelling/metadata.xml @@ -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 diff --git a/dev-R/stringi/metadata.xml b/dev-R/stringi/metadata.xml index f88bafcdf..6db1833c9 100644 --- a/dev-R/stringi/metadata.xml +++ b/dev-R/stringi/metadata.xml @@ -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 diff --git a/dev-R/stringr/metadata.xml b/dev-R/stringr/metadata.xml index 690a02cbb..e480a6aa7 100644 --- a/dev-R/stringr/metadata.xml +++ b/dev-R/stringr/metadata.xml @@ -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 diff --git a/dev-R/survival/metadata.xml b/dev-R/survival/metadata.xml index 1c4b3f674..43b65ac49 100644 --- a/dev-R/survival/metadata.xml +++ b/dev-R/survival/metadata.xml @@ -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 diff --git a/dev-R/sys/metadata.xml b/dev-R/sys/metadata.xml index 7cbae15dd..c3fd5688f 100644 --- a/dev-R/sys/metadata.xml +++ b/dev-R/sys/metadata.xml @@ -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 diff --git a/dev-R/testthat/metadata.xml b/dev-R/testthat/metadata.xml index a080e7c18..c824c3ad6 100644 --- a/dev-R/testthat/metadata.xml +++ b/dev-R/testthat/metadata.xml @@ -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 diff --git a/dev-R/viridisLite/metadata.xml b/dev-R/viridisLite/metadata.xml index 423bc2648..33fb69206 100644 --- a/dev-R/viridisLite/metadata.xml +++ b/dev-R/viridisLite/metadata.xml @@ -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 diff --git a/dev-R/waldo/metadata.xml b/dev-R/waldo/metadata.xml index 34f33df38..e75494ee4 100644 --- a/dev-R/waldo/metadata.xml +++ b/dev-R/waldo/metadata.xml @@ -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 diff --git a/dev-R/whoami/metadata.xml b/dev-R/whoami/metadata.xml index e6b8092ba..73833dd37 100644 --- a/dev-R/whoami/metadata.xml +++ b/dev-R/whoami/metadata.xml @@ -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' diff --git a/dev-R/withr/metadata.xml b/dev-R/withr/metadata.xml index 187ec12e9..21a3971d3 100644 --- a/dev-R/withr/metadata.xml +++ b/dev-R/withr/metadata.xml @@ -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 diff --git a/dev-R/xfun/metadata.xml b/dev-R/xfun/metadata.xml index 1e7875baa..05bca3ac5 100644 --- a/dev-R/xfun/metadata.xml +++ b/dev-R/xfun/metadata.xml @@ -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'. diff --git a/dev-R/xml2/metadata.xml b/dev-R/xml2/metadata.xml index 895157356..2eb11b2b5 100644 --- a/dev-R/xml2/metadata.xml +++ b/dev-R/xml2/metadata.xml @@ -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> diff --git a/dev-R/yaml/metadata.xml b/dev-R/yaml/metadata.xml index d090495bd..3dc522081 100644 --- a/dev-R/yaml/metadata.xml +++ b/dev-R/yaml/metadata.xml @@ -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. |