About Anaconda Help Download Anaconda

mro_test / packages

Package Name Access Summary Updated
r-profvis public Interactive visualizations for profiling R code. 2023-06-16
r-numderiv public Methods for calculating (usually) accurate numerical first and second order derivatives. Accurate calculations are done using 'Richardson''s' extrapolation or, when applicable, a complex step derivative is available. A simple difference method is also provided. Simple difference is (usually) less accurate but is much quicker than 'Richardson''s' extrapolation and provides a useful cross-check. Methods are provided for real scalar and vector valued functions. 2023-06-16
r-lintr public Checks adherence to a given style, syntax errors and possible semantic issues. Supports on the fly checking of R code edited with 'RStudio IDE', 'Emacs', 'Vim', 'Sublime Text' and 'Atom'. 2023-06-16
r-leaps public Regression subset selection, including exhaustive search. 2023-06-16
r-lazyeval public An alternative approach to non-standard evaluation using formulas. Provides a full implementation of LISP style 'quasiquotation', making it easier to generate code with other code. 2023-06-16
r-findpython public Package designed to find an acceptable python binary. 2023-06-16
r-crayon public Colored terminal output on terminals that support 'ANSI' color and highlight codes. It also works in 'Emacs' 'ESS'. 'ANSI' color support is automatically detected. Colors and highlighting can be combined and nested. New styles can also be created easily. This package was inspired by the 'chalk' 'JavaScript' project. 2023-06-16
r-copula public Classes (S4) of commonly used elliptical, Archimedean, extreme-value and other copula families, as well as their rotations, mixtures and asymmetrizations. Nested Archimedean copulas, related tools and special functions. Methods for density, distribution, random number generation, bivariate dependence measures, Rosenblatt transform, Kendall distribution function, perspective and contour plots. Fitting of copula models with potentially partly fixed parameters, including standard errors. Serial independence tests, copula specification tests (independence, exchangeability, radial symmetry, extreme-value dependence, goodness-of-fit) and model selection based on cross-validation. Empirical copula, smoothed versions, and non-parametric estimators of the Pickands dependence function. 2023-06-16
r-clipr public Simple utility functions to read from and write to the Windows, OS X, and X11 clipboards. 2023-06-16
r-checkmate public Tests and assertions to perform frequent argument checks. A substantial part of the package was written in C to minimize any worries about execution time overhead. 2023-06-16
r-bitops public Functions for bitwise operations on integer vectors. 2023-06-16
r-adgoftest public Anderson-Darling GoF test with p-value calculation based on Marsaglia's 2004 paper "Evaluating the Anderson-Darling Distribution" 2023-06-16
r-rcolorbrewer public Provides color schemes for maps (and other graphics) designed by Cynthia Brewer as described at http://colorbrewer2.org 2023-06-16
r-purrr public A complete and consistent functional programming toolkit for R. 2023-06-16
r-polspline public Routines for the polynomial spline fitting routines hazard regression, hazard estimation with flexible tails, logspline, lspec, polyclass, and polymars, by C. Kooperberg and co-authors. 2023-06-16
r-odbc public A DBI-compatible interface to ODBC databases. 2023-06-16
r-microbenchmark public Provides infrastructure to accurately measure and compare the execution time of R expressions. 2023-06-16
r-hunspell public Low level spell checker and morphological analyzer based on the famous 'hunspell' library <https://hunspell.github.io>. The package can analyze or check individual words as well as parse text, latex, html or xml documents. For a more user-friendly interface use the 'spelling' package which builds on this package to automate checking of files, documentation and vignettes in all common formats. 2023-06-16
r-hexbin public Binning and plotting functions for hexagonal bins. 2023-06-16
r-glue public An implementation of interpreted string literals, inspired by Python's Literal String Interpolation <https://www.python.org/dev/peps/pep-0498/> and Docstrings <https://www.python.org/dev/peps/pep-0257/> and Julia's Triple-Quoted String Literals <https://docs.julialang.org/en/stable/manual/strings/#triple-quoted-string-literals>. 2023-06-16
r-functional public Curry, Compose, and other higher-order functions 2023-06-16
r-formatr public Provides a function tidy_source() to format R source code. Spaces and indent will be added to the code automatically, and comments will be preserved under certain conditions, so that R code will be more human-readable and tidy. There is also a Shiny app as a user interface in this package (see tidy_app()). 2023-06-16
r-dichromat public Collapse red-green or green-blue distinctions to simulate the effects of different types of color-blindness. 2023-06-16
r-brglm public Fit generalized linear models with binomial responses using either an adjusted-score approach to bias reduction or maximum penalized likelihood where penalization is by Jeffreys invariant prior. These procedures return estimates with improved frequentist properties (bias, mean squared error) that are always finite even in cases where the maximum likelihood estimates are infinite (data separation). Fitting takes place by fitting generalized linear models on iteratively updated pseudo-data. The interface is essentially the same as 'glm'. More flexibility is provided by the fact that custom pseudo-data representations can be specified and used for model fitting. Functions are provided for the construction of confidence intervals for the reduced-bias estimates. 2023-06-16
r-quadprog public This package contains routines and documentation for solving quadratic programming problems. 2023-06-16
r-janeaustenr public Full texts for Jane Austen's 6 completed novels, ready for text analysis. These novels are "Sense and Sensibility", "Pride and Prejudice", "Mansfield Park", "Emma", "Northanger Abbey", and "Persuasion". 2023-06-16
r-e1071 public Functions for latent class analysis, short time Fourier transform, fuzzy clustering, support vector machines, shortest path computation, bagged clustering, naive Bayes classifier, ... 2023-06-16
r-doparallel public Provides a parallel backend for the %dopar% function using the parallel package. 2023-06-16
r-pbkrtest public Test in mixed effects models. Attention is on mixed effects models as implemented in the 'lme4' package. This package implements a parametric bootstrap test and a Kenward Roger modification of F-tests for linear mixed effects models and a parametric bootstrap test for generalized linear mixed models. 2023-06-16
r-highr public Provides syntax highlighting for R source code. Currently it supports LaTeX and HTML output. Source code of other languages is supported via Andre Simon's highlight package (http://www.andre-simon.de). 2023-06-16
r-gmp public Multiple Precision Arithmetic (big integers and rationals, prime number tests, matrix computation), "arithmetic without limitations" using the C library GMP (GNU Multiple Precision Arithmetic). 2023-06-16
r-feather public Read and write feather files, a lightweight binary columnar data store designed for maximum speed. 2023-06-16
r-drr public An Implementation of Dimensionality Reduction via Regression using Kernel Ridge Regression. 2023-06-16
r-coin public Conditional inference procedures for the general independence problem including two-sample, K-sample (non-parametric ANOVA), correlation, censored, ordered and multivariate problems. 2023-06-16
r-bindr public Provides a simple interface for creating active bindings where the bound function accepts additional arguments. 2023-06-16
r-rcpp public The 'Rcpp' package provides R functions as well as C++ classes which offer a seamless integration of R and C++. Many R data types and objects can be mapped back and forth to C++ equivalents which facilitates both writing of new code as well as easier integration of third-party libraries. Documentation about 'Rcpp' is provided by several vignettes included in this package, via the 'Rcpp Gallery' site at <http://gallery.rcpp.org>, the paper by Eddelbuettel and Francois (2011, <doi:10.18637/jss.v040.i08>), the book by Eddelbuettel (2013, <doi:10.1007/978-1-4614-6868-4>) and the paper by Eddelbuettel and Balamuta (2018, <doi:10.1080/00031305.2017.1375990>); see 'citation("Rcpp")' for details. 2023-06-16
r-raster public Reading, writing, manipulating, analyzing and modeling of gridded spatial data. The package implements basic and high-level functions. Processing of very large files is supported. 2023-06-16
r-randomforest public Classification and regression based on a forest of trees using random inputs, based on Breiman (2001) <DOI:10.1023/A:1010933404324>. 2023-06-16
r-plm public A set of estimators and tests for panel data econometrics. 2023-06-16
r-pillar public Provides a 'pillar' generic designed for formatting columns of data using the full range of colours provided by modern terminals. 2023-06-16
r-networkd3 public Creates 'D3' 'JavaScript' network, tree, dendrogram, and Sankey graphs from 'R'. 2023-06-16
r-miniui public Provides UI widget and layout functions for writing Shiny apps that work well on small screens. 2023-06-16
r-mapproj public Converts latitude/longitude into projected coordinates. 2023-06-16
r-magrittr public Provides a mechanism for chaining commands with a new forward-pipe operator, %>%. This operator will forward a value, or the result of an expression, into the next function call/expression. There is flexible support for the type of right-hand side expressions. For more information, see package vignette. To quote Rene Magritte, "Ceci n'est pas un pipe." 2023-06-16
r-gsw public Provides an interface to the Gibbs 'SeaWater' ('TEOS-10') C library, version 3.05-4 (commit '5b4d959e54031f9e972f3e863f63e67fa4f5bfec', dated 2017-08-07, available at <https://github.com/TEOS-10/GSW-C>, which stems from 'Matlab' and other code written by members of Working Group 127 of 'SCOR'/'IAPSO' (Scientific Committee on Oceanic Research / International Association for the Physical Sciences of the Oceans). 2023-06-16
r-deoptimr public Differential Evolution (DE) stochastic algorithms for global optimization of problems with and without constraints. The aim is to curate a collection of its state-of-the-art variants that (1) do not sacrifice simplicity of design, (2) are essentially tuning-free, and (3) can be efficiently implemented directly in the R language. Currently, it only provides an implementation of the 'jDE' algorithm by Brest et al. (2006) <doi:10.1109/TEVC.2006.872133>. 2023-06-16
r-bit64 public Package 'bit64' provides serializable S3 atomic 64bit (signed) integers. These are useful for handling database keys and exact counting in +-2^63. WARNING: do not use them as replacement for 32bit integers, integer64 are not supported for subscripting by R-core and they have different semantics when combined with double, e.g. integer64 + double => integer64. Class integer64 can be used in vectors, matrices, arrays and data.frames. Methods are available for coercion from and to logicals, integers, doubles, characters and factors as well as many elementwise and summary functions. Many fast algorithmic operations such as 'match' and 'order' support inter- active data exploration and manipulation and optionally leverage caching. 2023-06-16
r-bestglm public Best subset glm using information criteria or cross-validation. Implements PCR and PLS using AIC/BIC. Implements one-standard deviation rule for use with the `caret` package. 2023-06-16
r-r6 public The R6 package allows the creation of classes with reference semantics, similar to R's built-in reference classes. Compared to reference classes, R6 classes are simpler and lighter-weight, and they are not built on S4 classes so they do not require the methods package. These classes allow public and private members, and they support inheritance, even when the classes are defined in different packages. 2023-06-16
r-microsoftr public Umbrella package with licenses and notices for all Microsoft R packages 2023-06-16

© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.2) Legal | Privacy Policy