r-sourcetools
|
public |
Tools for the reading and tokenization of R code. The 'sourcetools' package provides both an R and C++ interface for the tokenization of R code, and helpers for interacting with the tokenized representation of R code.
|
2025-03-25 |
r-snowballc
|
public |
An R interface to the C libstemmer library that implements Porter's word stemming algorithm for collapsing words to a common root to aid comparison of vocabulary. Currently supported languages are Danish, Dutch, English, Finnish, French, German, Hungarian, Italian, Norwegian, Portuguese, Romanian, Russian, Spanish, Swedish and Turkish.
|
2025-03-25 |
r-slam
|
public |
Data structures and algorithms for sparse arrays and matrices, based on index arrays and simple triplet representations, respectively.
|
2025-03-25 |
r-shinythemes
|
public |
Themes for use with Shiny. Includes several Bootstrap themes from <http://bootswatch.com/>, which are packaged for use with Shiny applications.
|
2025-03-25 |
r-shinyjs
|
public |
Perform common useful JavaScript operations in Shiny apps that will greatly improve your apps without having to know any JavaScript. Examples include: hiding an element, disabling an input, resetting an input back to its original value, delaying code execution by a few seconds, and many more useful functions for both the end user and the developer. 'shinyjs' can also be used to easily call your own custom JavaScript functions from R.
|
2025-03-25 |
r-shinydashboard
|
public |
Create dashboards with 'Shiny'. This package provides a theme on top of 'Shiny', making it easy to create attractive dashboards.
|
2025-03-25 |
r-shinycssloaders
|
public |
Create a lightweight Shiny wrapper for the css-loaders created by Luke Hass <https://github.com/lukehaas/css-loaders>. Wrapping a Shiny output will automatically show a loader when the output is (re)calculating.
|
2025-03-25 |
r-shinybs
|
public |
Adds additional Twitter Bootstrap components to Shiny.
|
2025-03-25 |
r-shiny
|
public |
Makes it incredibly easy to build interactive web applications with R. Automatic "reactive" binding between inputs and outputs and extensive prebuilt widgets make it possible to build beautiful, responsive, and powerful applications with minimal effort.
|
2025-03-25 |
r-sfsmisc
|
public |
Useful utilities ['goodies'] from Seminar fuer Statistik ETH Zurich, some of which were ported from S-plus in the 1990's. For graphics, have pretty (Log-scale) axes, an enhanced Tukey-Anscombe plot, combining histogram and boxplot, 2d-residual plots, a 'tachoPlot()', pretty arrows, etc. For robustness, have a robust F test and robust range(). For system support, notably on Linux, provides 'Sys.*()' functions with more access to system and CPU information. Finally, miscellaneous utilities such as simple efficient prime numbers, integer codes, Duplicated(), toLatex.numeric() and is.whole().
|
2025-03-25 |
r-selectr
|
public |
Translates a CSS3 selector into an equivalent XPath expression. This allows us to use CSS selectors when working with the XML package as it can only evaluate XPath expressions. Also provided are convenience functions useful for using CSS selectors on XML nodes. This package is a port of the Python package 'cssselect' (<https://cssselect.readthedocs.io/>).
|
2025-03-25 |
r-seacarb
|
public |
Calculates parameters of the seawater carbonate system and assists the design of ocean acidification perturbation experiments.
|
2025-03-25 |
r-scales
|
public |
Graphical scales map data to aesthetics, and provide methods for automatically determining breaks and labels for axes and legends.
|
2025-03-25 |
r-sandwich
|
public |
Model-robust standard error estimators for cross-sectional, time series, clustered, panel, and longitudinal data.
|
2025-03-25 |
r-rzmq
|
public |
Interface to the 'ZeroMQ' lightweight messaging kernel (see <http://www.zeromq.org/> for more information).
|
2025-03-25 |
r-rvest
|
public |
Wrappers around the 'xml2' and 'httr' packages to make it easy to download, then manipulate, HTML and XML.
|
2025-03-25 |
r-rversions
|
public |
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-r.utils
|
public |
Utility functions useful when programming and developing R packages.
|
2025-03-25 |
r-rstudioapi
|
public |
Access the RStudio API (if available) and provide informative error messages when it's not.
|
2025-03-25 |
r-rstan
|
public |
User-facing R functions are provided to parse, compile, test, estimate, and analyze Stan models by accessing the header-only Stan library provided by the 'StanHeaders' package. The Stan project develops a probabilistic programming language that implements full Bayesian statistical inference via Markov Chain Monte Carlo, rough Bayesian inference via 'variational' approximation, and (optionally penalized) maximum likelihood estimation via optimization. In all three cases, automatic differentiation is used to quickly and accurately evaluate gradients without burdening the user with the need to derive the partial derivatives.
|
2025-03-25 |
r-rsqlite
|
public |
Embeds the 'SQLite' database engine in R and provides an interface compliant with the 'DBI' package. The source for the 'SQLite' engine is included.
|
2025-03-25 |
r-rserve
|
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.
|
2025-03-25 |
r-rsconnect
|
public |
Programmatic deployment interface for 'RPubs', 'shinyapps.io', and 'RStudio Connect'. Supported content types include R Markdown documents, Shiny applications, Plumber APIs, plots, and static web content.
|
2025-03-25 |
r-rprojroot
|
public |
Robust, reliable and flexible paths to files below a project root. The 'root' of a project is defined as a directory that matches a certain criterion, e.g., it contains a certain regular file.
|
2025-03-25 |
r-rpanel
|
public |
rpanel provides a set of functions to build simple GUI controls for R functions. These are built on the tcltk package. Uses could include changing a parameter on a graph by animating it with a slider or a "doublebutton", up to more sophisticated control panels. Some functions for specific graphical tasks, referred to as 'cartoons', are provided.
|
2025-03-25 |