About Anaconda Help Download Anaconda

asmeurer / packages

Package Name Access Summary Updated
catimg None Print an image of a cat from imgur to iTerm2. 2025-03-25
imgurpython None Official Imgur python library with OAuth2 and samples 2025-03-25
watchdog None Filesystem events monitoring 2025-03-25
pathtools None File system general utilities 2025-03-25
argh None An unobtrusive argparse wrapper with natural syntax 2025-03-25
ws4py None WebSocket client and server library for Python 2 and 3 as well as PyPy 2025-03-25
r-irlba None A fast and memory-efficient method for computing a few approximate singular values and singular vectors of large matrices. 2025-03-25
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. 2025-03-25
r-rngtools None This package contains a set of functions for working with Random Number Generators (RNGs). In particular, it defines a generic S4 framework for getting/setting the current RNG, or RNG data that are embedded into objects for reproducibility. Notably, convenient default methods greatly facilitate the way current RNG settings can be changed. 2025-03-25
r-pkgmaker None This package provides some low-level utilities to use for package development. It currently provides managers for multiple package specific options and registries, vignette, unit test and bibtex related utilities. It serves as a base package for packages like NMF, RcppOctave, doRNG, and as an incubator package for other general purposes utilities, that will eventually be packaged separately. It is still under heavy development and changes in the interface(s) are more than likely to happen. 2025-03-25
r-registry None Provides a generic infrastructure for creating and using registries. 2025-03-25
r-gridbase None Integration of base and grid graphics 2025-03-25
r-doparallel None Provides a parallel backend for the %dopar% function using the parallel package. 2025-03-25
r-rversions None Query the main 'R' 'SVN' repository to find the versions 'r-release' and 'r-oldrel' refer to, and also all previous 'R' versions and their release dates. 2025-03-25
r-xml2 None Work with XML files using a simple, consistent interface. Built on top of the 'libxml2' C library. 2025-03-25
libxml2 None The XML C parser and toolkit of Gnome 2025-03-25
r-curl None The curl() and curl_download() functions provide highly configurable drop-in replacements for base url() and download.file() with better performance, support for encryption (https://, ftps://), 'gzip' compression, authentication, and other 'libcurl' goodies. The core of the package implements a framework for performing fully customized requests where data can be processed either in memory, on disk, or streaming via the callback or connection interfaces. Some knowledge of 'libcurl' is recommended; for a more-user-friendly web client see the 'httr' package which builds on this package with HTTP specific tools and logic. 2025-03-25
r-git2r None Interface to the 'libgit2' library, which is a pure C implementation of the 'Git' core methods. Provides access to 'Git' repositories to extract data and running some basic 'Git' commands. 2025-03-25
conda-build-test-conda-meta-fail None No Summary 2025-03-25
python-daemon None Library to implement a well-behaved Unix daemon process. 2025-03-25
cached-property None A decorator for caching properties in classes. 2025-03-25
z3 None Z3 is a theorem prover from Microsoft Research. 2025-03-25
has-test-feature None No Summary 2025-03-25
test-feature None No Summary 2025-03-25
jpeg None read/write jpeg COM, EXIF, IPTC medata 2025-03-25
r-testit None Provides two convenience functions assert() and test_pkg() to facilitate testing R packages. 2025-03-25
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. 2025-03-25
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. 2025-03-25
r-shiny None Shiny makes it incredibly easy to build interactive web applications with R. Automatic "reactive" binding between inputs and outputs and extensive pre-built widgets make it possible to build beautiful, responsive, and powerful applications with minimal effort. 2025-03-25
r-xtable None Coerce data to LaTeX and HTML tables 2025-03-25
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. 2025-03-25
r-rmarkdown None Convert R Markdown documents into a variety of formats including HTML, MS Word, PDF, and Beamer. 2025-03-25
r-reshape None Reshape lets you flexibly restructure and aggregate data using just two functions: melt and cast. 2025-03-25
r-randomforest None Classification and regression based on a forest of trees using random inputs. 2025-03-25
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. 2025-03-25
r-pki None This package provides PKI functions such as verifyig certificates, RSA encription and signing which can be used to build PKI infrastructure and perform cryptographic tasks. 2025-03-25
r-packrat None A tool for managing the R packages your project depends on in an isolated, portable, and reproducible way. 2025-03-25
r-nycflights13 None Airline on-time data for all flights departing NYC in 2013. Also includes useful metadata on airlines, airports, weather, and planes. 2025-03-25
r-multcomp None Simultaneous tests and confidence intervals for general linear hypotheses in parametric models, including linear, generalized linear, linear mixed effects, and survival models. The package includes demos reproducing analyzes presented in the book "Multiple Comparisons Using R" (Bretz, Hothorn, Westfall, 2010, CRC Press). 2025-03-25
r-th.data None Contains data sets used in other packages Torsten Hothorn maintains. 2025-03-25
r-microbenchmark None Provides infrastructure to accurately measure and compare the execution time of R expressions. 2025-03-25
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. 2025-03-25
r-mapproj None Converts latitude/longitude into projected coordinates. 2025-03-25
r-lahman None This package provides the tables from Sean Lahman's Baseball Database as a set of R data.frames. It uses the data on pitching, hitting and fielding performance and other tables from 1871 through 2013, as recorded in the 2014 version of the database. 2025-03-25
r-knitr None Provides a general-purpose tool for dynamic report generation in R using Literate Programming techniques. 2025-03-25
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'. 2025-03-25
r-jpeg None This package provides an easy and simple way to read, write and display bitmap images stored in the JPEG format. It can read and write both files and in-memory raw vectors. 2025-03-25
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.) 2025-03-25
r-highr None 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). 2025-03-25
r-gridextra None misc. high-level Grid functions 2025-03-25

© 2025 Anaconda, Inc. All Rights Reserved. (v4.0.9) Legal | Privacy Policy