r-extrafont
|
public |
Tools to using fonts other than the standard PostScript fonts. This package makes it easy to use system TrueType fonts and with PDF or PostScript output files, and with bitmap output files in Windows. extrafont can also be used with fonts packaged specifically to be used with, such as the fontcm package, which has Computer Modern PostScript fonts with math symbols. See https://github.com/wch/extrafont for instructions and examples.
|
2025-04-22 |
r-ellipse
|
public |
Contains various routines for drawing ellipses and ellipse-like confidence regions, implementing the plots described in Murdoch and Chow (1996), A graphical display of large correlation matrices, The American Statistician 50, 178-180. There are also routines implementing the profile plots described in Bates and Watts (1988), Nonlinear Regression Analysis and its Applications.
|
2025-04-22 |
r-bigmemory.sri
|
public |
This package provides a shared resource interface for the bigmemory and synchronicity packages.
|
2025-04-22 |
r-biglm
|
public |
Regression for data too large to fit in memory
|
2025-04-22 |
r-splitstackshape
|
public |
Online data collection tools like Google Forms often export multiple-response questions with data concatenated in cells. The concat.split (cSplit) family of functions splits such data into separate cells. The package also includes functions to stack groups of columns and to reshape wide data, even when the data are "unbalanced"---something which reshape (from base R) does not handle, and which melt and dcast from reshape2 do not easily handle.
|
2025-04-22 |
r-sendmailr
|
public |
Package contains a simple SMTP client which provides a portable solution for sending email, including attachment, from within R.
|
2025-04-22 |
r-scatterplot3d
|
public |
Plots a three dimensional (3D) point cloud.
|
2025-04-22 |
graphene
|
public |
GraphQL Framework for Python
|
2025-04-22 |
r-pkgconfig
|
public |
Set configuration options on a per-package basis. Options set by a given package only apply to that package, other packages are unaffected.
|
2025-04-22 |
r-matlab
|
public |
Emulate MATLAB code using R
|
2025-04-22 |
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>.
|
2025-04-22 |
r-bindrcpp
|
public |
Provides an easy way to fill an environment with active bindings that call a C++ function.
|
2025-04-22 |
r-bindr
|
public |
Provides a simple interface for creating active bindings where the bound function accepts additional arguments.
|
2025-04-22 |
pyuca
|
public |
a Python implementation of the Unicode Collation Algorithm
|
2025-04-22 |
hunspell
|
public |
The most popular spellchecking library.
|
2025-04-22 |
graphql-relay
|
public |
Relay library for graphql-core
|
2025-04-22 |
graphql-core
|
public |
A Python 3.6+ port of the GraphQL.js reference implementation of GraphQL.
|
2025-04-22 |
ez_setup
|
public |
ez_setup.py and distribute_setup.py
|
2025-04-22 |
filesdb
|
public |
A simple tool for tracking files
|
2025-04-22 |
django-unique-upload
|
public |
A django utility that creates unique file names for uploaded files via uuids.
|
2025-04-22 |
django-configurations
|
public |
A helper for organizing Django settings.
|
2025-04-22 |
r-flowr
|
public |
This framework allows you to design and implement complex pipelines, and deploy them on your institution's computing cluster. This has been built keeping in mind the needs of bioinformatics workflows. However, it is easily extendable to any field where a series of steps (shell commands) are to be executed in a (work)flow.
|
2025-04-22 |
r-diagram
|
public |
Visualises simple graphs (networks) based on a transition matrix, utilities to plot flow diagrams, visualising webs, electrical networks, etc. Support for the book "A practical guide to ecological modelling - using R as a simulation platform" by Karline Soetaert and Peter M.J. Herman (2009), Springer. and the book "Solving Differential Equations in R" by Karline Soetaert, Jeff Cash and Francesca Mazzia (2012), Springer. Includes demo(flowchart), demo(plotmat), demo(plotweb).
|
2025-04-22 |
r-circlize
|
public |
Circular layout is an efficient way for the visualization of huge amounts of information. Here this package provides an implementation of circular layout generation in R as well as an enhancement of available software. The flexibility of the package is based on the usage of low-level graphics functions such that self-defined high-level graphics can be easily implemented by users for specific purposes. Together with the seamless connection between the powerful computational and visual environment in R, it gives users more convenience and freedom to design figures for better understanding complex patterns behind multiple dimensional data.
|
2025-04-22 |
r-getoptlong
|
public |
This is yet another command-line argument parser which wraps the powerful Perl module Getopt::Long and with some adaptation for easier use in R. It also provides a simple way for variable interpolation in R.
|
2025-04-22 |