r-ggstance
|
public |
A 'ggplot2' extension that provides flipped components: horizontal versions of 'Stats' and 'Geoms', and vertical versions of 'Positions'.
|
2023-06-16 |
r-tinyutils
|
public |
R package with utility functions to help with data analysis
|
2023-06-16 |
chl26predictor
|
public |
An R package for applying the classical Hodgkin lymphoma (cHL) 26 gene predictor
|
2023-06-16 |
r-survutils
|
public |
Functional programming principles to iteratively run Cox regression and plot its results. The results are reported in tidy data frames. Additional utility functions are available for working with other aspects of survival analysis such as survival curves, C-statistics, etc.
|
2023-06-16 |
r-purrr
|
public |
A complete and consistent functional programming toolkit for R.
|
2023-06-16 |
r-bookdown
|
public |
Output formats and utilities for authoring books and technical documents with R Markdown.
|
2023-06-16 |
r-cowplot
|
public |
Some helpful extensions and modifications to the 'ggplot2' package. In particular, this package makes it easy to combine multiple 'ggplot2' plots into one and label them with letters, e.g. A, B, C, etc., as is often required for scientific publications. The package also provides a streamlined and clean theme that is used in the Wilke lab, hence the package name, which stands for Claus O. Wilke's plot package.
|
2023-06-16 |
r-janitor
|
public |
The main janitor functions can: perfectly format data.frame column names; provide quick one- and two-variable tabulations (i.e., frequency tables and crosstabs); and isolate duplicate records. Other janitor functions nicely format the tabulation results. These tabulate-and-report functions approximate popular features of SPSS and Microsoft Excel. This package follows the principles of the "tidyverse" and works well with the pipe function %>%. janitor was built with beginning-to-intermediate R users in mind and is optimized for user-friendliness. Advanced R users can already do everything covered here, but with janitor they can do it faster and save their thinking for the fun stuff.
|
2023-06-16 |
r-upsetr
|
public |
Creates visualizations of intersecting sets using a novel matrix design, along with visualizations of several common set, element and attribute related tasks.
|
2023-06-16 |
r-ggjoy
|
public |
Joyplots provide a convenient way of visualizing changes in distributions over time or space. This package enables the creation of such plots in 'ggplot2'.
|
2023-06-16 |
r-plotroc
|
public |
No Summary
|
2023-06-16 |
r-gridsvg
|
public |
No Summary
|
2023-06-16 |
r-selectr
|
public |
No Summary
|
2023-06-16 |
r-svgpanzoom
|
public |
No Summary
|
2023-06-16 |
r-metap
|
public |
No Summary
|
2023-06-16 |
r-neuralnet
|
public |
No Summary
|
2023-06-16 |
r-evaluate
|
public |
No Summary
|
2023-06-16 |
r-yaml
|
public |
No Summary
|
2023-06-16 |
r-rcurl
|
public |
No Summary
|
2023-06-16 |
r-httr
|
public |
No Summary
|
2023-06-16 |
r-devtools
|
public |
No Summary
|
2023-06-16 |
r-debug
|
public |
Debugger for R functions, with code display, graceful error recovery, line-numbered conditional breakpoints, access to exit code, flow control, and full keyboard input.
|
2023-06-16 |
r-mvbutils
|
public |
Hierarchical workspace tree, code editing and backup, easy package prep, editing of packages while loaded, per-object lazy-loading, easy documentation, macro functions, and miscellaneous utilities. Needed by debug package.
|
2023-06-16 |
r-optparse
|
public |
A command line parser inspired by Python's 'optparse' library to be used with Rscript to write "#!" shebang scripts that accept short and long flag/options.
|
2023-06-16 |
r-qap
|
public |
No Summary
|
2023-06-16 |
r-withr
|
public |
No Summary
|
2023-06-16 |
r-dplyr
|
public |
No Summary
|
2023-06-16 |
r-seriation
|
public |
No Summary
|
2023-06-16 |
r-rcpp
|
public |
No Summary
|
2023-06-16 |
r-openssl
|
public |
Bindings to OpenSSL libssl and libcrypto, plus custom SSH pubkey parsers. Supports RSA, DSA and EC curves P-256, P-384 and P-521. Cryptographic signatures can either be created and verified manually or via x509 certificates. AES can be used in cbc, ctr or gcm mode for symmetric encryption; RSA for asymmetric (public key) encryption or EC for Diffie Hellman. High-level envelope functions combine RSA and AES for encrypting arbitrary sized data. Other utilities include key generators, hash functions (md5, sha1, sha256, etc), base64 encoder, a secure random number generator, and 'bignum' math methods for manually performing crypto calculations on large multibyte integers.
|
2023-06-16 |
pyinstrument
|
public |
No Summary
|
2023-06-16 |
r-gclus
|
public |
No Summary
|
2023-06-16 |
r-tsp
|
public |
No Summary
|
2023-06-16 |
r-rprojroot
|
public |
No Summary
|
2023-06-16 |
r-argparse
|
public |
A command line parser to be used with Rscript to write "#!" shebang scripts that gracefully accept positional and optional arguments and automatically generate usage.
|
2023-06-16 |
r-curl
|
public |
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.
|
2023-06-16 |
r-rjson
|
public |
Converts R object into JSON objects and vice-versa
|
2023-06-16 |
r-readxl
|
public |
Import excel files into R. Supports '.xls' via the embedded 'libxls' C library (http://sourceforge.net/projects/libxls/) and '.xlsx' via the embedded 'RapidXML' C++ library (http://rapidxml.sourceforge.net). Works on Windows, Mac and Linux without external dependencies.
|
2023-06-16 |
r-svglite
|
public |
No Summary
|
2023-06-16 |
r-desc
|
public |
No Summary
|
2023-06-16 |
r-gdtools
|
public |
No Summary
|
2023-06-16 |
r-htmlwidgets
|
public |
No Summary
|
2023-06-16 |
r-dt
|
public |
No Summary
|
2023-06-16 |
r-getopt
|
public |
Package designed to be used with Rscript to write ``#!'' shebang scripts that accept short and long flags/options. Many users will prefer using instead the packages optparse or argparse which add extra features like automatically generated help option and usage, support for default values, positional argument support, etc.
|
2023-06-16 |
r-mixtools
|
public |
No Summary
|
2023-06-16 |
r-stargazer
|
public |
Produces LaTeX code, HTML/CSS code and ASCII text for well-formatted tables that hold regression analysis results from several models side-by-side, as well as summary statistics.
|
2023-06-16 |
r-tidyr
|
public |
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-tibble
|
public |
Provides a 'tbl_df' class that offers better checking and printing capabilities than traditional data frames.
|
2023-06-16 |
r-segmented
|
public |
Given a regression model, segmented `updates' the model by adding one or more segmented (i.e., piecewise-linear) relationships. Several variables with multiple breakpoints are allowed.
|
2023-06-16 |
r-som
|
public |
Self-Organizing Map (with application in gene clustering)
|
2023-06-16 |