About Anaconda Help Download Anaconda

asmeurer / packages

Package Name Access Summary Updated
r-rsqlite None This package embeds the SQLite database engine in R and provides an interface compliant with the DBI package. The source for the SQLite engine (version 3.8.6) is included. 2023-06-16
r-rcurl None No Summary 2023-06-16
r-tidyr None An evolution of reshape2. It's designed specifically for data tidying (not general reshaping or aggregating) and works well with dplyr data pipelines. 2023-06-16
r-rzmq None Interface to the ZeroMQ lightweight messaging kernel (see <http://www.zeromq.org/> for more information). 2023-06-16
r-markdown None Provides R bindings to the 'Sundown' 'Markdown' rendering library (https://github.com/vmg/sundown). 'Markdown' is a plain-text formatting syntax that can be converted to 'XHTML' or other formats. See http://en.wikipedia.org/wiki/Markdown for more information about 'Markdown'. 2023-06-16
r-brglm None 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
ruamel.base None common elements for ruamel packages, hierarchy structure with __init__.py 2023-06-16
r-roxygen2 None No Summary 2023-06-16
r-igraph None No Summary 2023-06-16
r-gridextra None misc. high-level Grid functions 2023-06-16
r-r6 None No Summary 2023-06-16
r-gplots None Various R programming tools for plotting data 2023-06-16
r-gdata None Various R programming tools for data manipulation 2023-06-16
r-forecast None Methods and tools for displaying and analysing univariate time series forecasts including exponential smoothing via state space models and automatic ARIMA modelling. 2023-06-16
r-ggplot2 None No Summary 2023-06-16
r-rmarkdown None Convert R Markdown documents into a variety of formats including HTML, MS Word, PDF, and Beamer. 2023-06-16
r-car None This package accompanies J. Fox and S. Weisberg, An R Companion to Applied Regression, Second Edition, Sage, 2011. 2023-06-16
r-repr None String and binary representations of objects for several formats / mime types. 2023-06-16
r-png None This package provides an easy and simple way to read, write and display bitmap images stored in the PNG format. It can read and write both files and in-memory raw vectors. 2023-06-16
r-data.table None Fast aggregation of large data (e.g. 100GB in RAM), fast ordered joins, fast add/modify/delete of columns by group using no copies at all, list columns and a fast file reader (fread). Offers a natural and flexible syntax, for faster development. 2023-06-16
r-htmlwidgets None A framework for creating HTML widgets that render in various contexts including the R console, R Markdown documents, and Shiny web applications. 2023-06-16
r-stringi None stringi allows for fast, correct, consistent, portable, and convenient character string/text processing in every locale and any native encoding. Owing to the use of the ICU library, the package provides R users with platform-independent functions known to Java, Perl, Python, PHP, and Ruby programmers. 2023-06-16
r-httpuv None httpuv provides low-level socket and protocol support for handling HTTP and WebSocket requests directly from within R. It is primarily intended as a building block for other packages, rather than making it particularly easy to create complete web applications using httpuv alone. httpuv is built on top of the libuv and http-parser C libraries, both of which were developed by Joyent, Inc. (See LICENSE file for libuv and http-parser license information.) 2023-06-16
r-irlba None A fast and memory-efficient method for computing a few approximate singular values and singular vectors of large matrices. 2023-06-16
r-base64enc None This package provides tools for handling base64 encoding. It is more flexible than the orphaned base64 package. 2023-06-16
r-rgl None No Summary 2023-06-16
r-bdsmatrix None This is a special case of sparse matrices, used by coxme 2023-06-16
r-rcpp None No Summary 2023-06-16
r-mvtnorm None No Summary 2023-06-16
r-cairo None This package provides a Cairo graphics device that can be use to create high-quality vector (PDF, PostScript and SVG) and bitmap output (PNG,JPEG,TIFF), and high-quality rendering in displays (X11 and Win32). Since it uses the same back-end for all output, copying across formats is WYSIWYG. Files are created without the dependence on X11 or other external programs. This device supports alpha channel (semi-transparent drawing) and resulting images can contain transparent and semi-transparent regions. It is ideal for use in server environments (file output) and as a replacement for other devices that don't have Cairo's capabilities such as alpha support or anti-aliasing. Backends are modular such that any subset of backends is supported. 2023-06-16
r-stringr None No Summary 2023-06-16
r-copula None Classes (S4) of commonly used elliptical, Archimedean, extreme value and some more copula families. Methods for density, distribution, random number generation, bivariate dependence measures, perspective and contour plots. Fitting copula models including variance estimates. Independence and serial (univariate and multivariate) independence tests, and other copula related tests. Empirical copula and multivariate CDF. Goodness-of-fit tests for copulas based on multipliers, the parametric bootstrap with several transformation options. Merged former package 'nacopula' for nested Archimedean copulas: Efficient sampling algorithms, various estimators, goodness-of-fit tests and related tools and special functions. 2023-06-16
r-crayon None No Summary 2023-06-16
r-reshape2 None No Summary 2023-06-16
r-plyr None No Summary 2023-06-16
r-foreach None Support for the foreach looping construct. Foreach is an idiom that allows for iterating over elements in a collection, without the use of an explicit loop counter. This package in particular is intended to be used for its return value, rather than for its side effects. In that sense, it is similar to the standard lapply function, but doesn't require the evaluation of a function. Using foreach without side effects also facilitates executing the loop in parallel. 2023-06-16
r-uuid None Tools for generating and handling of UUIDs 2023-06-16
r-nmf None Provides a framework to perform Non-negative Matrix Factorization (NMF). The package implements a set of already published algorithms and seeding methods, and provides a framework to test, develop and plug new/custom algorithms. Most of the built-in algorithms have been optimized in C++, and the main interface function provides an easy way of performing parallel computations on multicore machines. 2023-06-16
r-registry None Provides a generic infrastructure for creating and using registries. 2023-06-16
r-latticeextra None No Summary 2023-06-16
r-maptools None Set of tools for manipulating and reading geographic data, in particular ESRI shapefiles; C code used from shapelib. It includes binary access to GSHHG shoreline files. The package also provides interface wrappers for exchanging spatial objects with packages such as PBSmapping, spatstat, maps, RArcInfo, Stata tmap, WinBUGS, Mondrian, and others. 2023-06-16
r-colorspace None No Summary 2023-06-16
r-kohonen None Supervised and unsupervised self-organising maps 2023-06-16
r-aer None Functions, data sets, examples, demos, and vignettes for the book Christian Kleiber and Achim Zeileis (2008), Applied Econometrics with R, Springer-Verlag, New York. ISBN 978-0-387-77316-2. (See the vignette for a package overview.) 2023-06-16
r-mapproj None Converts latitude/longitude into projected coordinates. 2023-06-16
r-jsonlite None No Summary 2023-06-16
r-httr None No Summary 2023-06-16
r-bradleyterry2 None Specify and fit the Bradley-Terry model, including structured versions in which the parameters are related to explanatory variables through a linear predictor and versions with contest-specific effects, such as a home advantage. 2023-06-16
r-e1071 None No Summary 2023-06-16
r-ape None No Summary 2023-06-16

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