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-irdisplay
|
public |
An interface to the rich display capabilities of 'Jupyter' front-ends (e.g. 'Jupyter Notebook') <https://jupyter.org>. Designed to be used from a running 'IRkernel' session <https://irkernel.github.io>.
|
2023-06-16 |
r-ipred
|
public |
Improved predictive models by indirect classification and bagging for classification, regression and survival problems as well as resampling based estimators of prediction error.
|
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-doparallel
|
public |
Provides a parallel backend for the %dopar% function using the parallel package.
|
2023-06-16 |
r-deployrrserve
|
public |
Rserve acts as a socket server (TCP/IP or local sockets) which allows binary requests to be sent to R. Every connection has a separate workspace and working directory. Client-side implementations are available for popular languages such as C/C++ and Java, allowing any application to use facilities of R without the need of linking to R code. Rserve supports remote connection, user authentication and file transfer. A simple R client is included in this package as well.
|
2023-06-16 |
r-crosstalk
|
public |
Provides building blocks for allowing HTML widgets to communicate with each other, with Shiny or without (i.e. static .html files). Currently supports linked brushing and filtering.
|
2023-06-16 |
r-class
|
public |
Various functions for classification, including k-nearest neighbour, Learning Vector Quantization and Self-Organizing Maps.
|
2023-06-16 |
r-caret
|
public |
Misc functions for training and plotting classification and regression models.
|
2023-06-16 |
r-callr
|
public |
It is sometimes useful to perform a computation in a separate R process, without affecting the current R process at all. This packages does exactly that.
|
2023-06-16 |