mro-base_impl
|
public |
R is a free software environment for statistical computing and graphics.
|
2025-03-25 |
r-xfun
|
public |
Miscellaneous functions commonly used in other packages maintained by 'Yihui Xie'.
|
2025-03-25 |
r-webshot
|
public |
Takes screenshots of web pages, including Shiny applications and R Markdown documents.
|
2025-03-25 |
r-tinytex
|
public |
Helper functions to install and maintain the 'LaTeX' distribution named 'TinyTeX' (<https://yihui.name/tinytex/>), a lightweight, cross-platform, portable, and easy-to-maintain version of 'TeX Live'. This package also contains helper functions to compile 'LaTeX' documents, and install missing 'LaTeX' packages automatically.
|
2025-03-25 |
r-pkgload
|
public |
Simulates the process of installing a package and then attaching it. This is a key part of the 'devtools' package as it allows you to rapidly iterate while developing a package.
|
2025-03-25 |
r-pkgbuild
|
public |
Provides functions used to build R packages. Locates compilers needed to build R packages on various platforms and ensures the PATH is configured appropriately so R can use them.
|
2025-03-25 |
r-pbivnorm
|
public |
Provides a vectorized R function for calculating probabilities from a standard bivariate normal CDF.
|
2025-03-25 |
r-mro
|
public |
Computes multiple correlation coefficient when the data matrix is given and tests its significance.
|
2025-03-25 |
r-matrixcalc
|
public |
A collection of functions to support matrix calculations for probability, econometric and numerical analysis. There are additional functions that are comparable to APL functions which are useful for actuarial models such as pension mathematics. This package is used for teaching and research purposes at the Department of Finance and Risk Engineering, New York University, Polytechnic Institute, Brooklyn, NY 11201.
|
2025-03-25 |
r-lavaan
|
public |
Fit a variety of latent variable models, including confirmatory factor analysis, structural equation modeling and latent growth curve models.
|
2025-03-25 |
r-fansi
|
public |
Counterparts to R string manipulation functions that account for the effects of ANSI text formatting control sequences.
|
2025-03-25 |
mro-basics
|
public |
No Summary
|
2025-03-25 |
mro-base
|
public |
R is a free software environment for statistical computing and graphics.
|
2025-03-25 |
r-zip
|
public |
Cross-Platform 'zip' Compression Library. A replacement for the 'zip' function, that does not require any additional external tools on any platform.
|
2025-03-25 |
r-runit
|
public |
R functions implementing a standard Unit Testing framework, with additional code inspection and report generation tools
|
2025-03-25 |
r-revoutils
|
public |
Utility functions for Microsoft R
|
2025-03-25 |
r-revomods
|
public |
Microsoft modifications and extensions to standard R functions
|
2025-03-25 |
r-revoioq
|
public |
Test suite for Microsoft R Services.
|
2025-03-25 |
r-pls
|
public |
Multivariate regression methods Partial Least Squares Regression (PLSR), Principal Component Regression (PCR) and Canonical Powered Partial Least Squares (CPPLS).
|
2025-03-25 |
r-microsoftr
|
public |
Umbrella package with licenses and notices for all Microsoft R packages
|
2025-03-25 |
r-checkpoint
|
public |
The goal of checkpoint is to solve the problem of package reproducibility in R. Specifically, checkpoint allows you to install packages as they existed on CRAN on a specific snapshot date as if you had a CRAN time machine. To achieve reproducibility, the checkpoint() function installs the packages required or called by your project and scripts to a local library exactly as they existed at the specified point in time. Only those packages are available to your project, thereby avoiding any package updates that came later and may have altered your results. In this way, anyone using checkpoint's checkpoint() can ensure the reproducibility of your scripts or projects at any time. To create the snapshot archives, once a day (at midnight UTC) Microsoft refreshes the Austria CRAN mirror on the "Microsoft R Archived Network" server (<https://mran.microsoft.com/>). Immediately after completion of the rsync mirror process, the process takes a snapshot, thus creating the archive. Snapshot archives exist starting from 2014-09-17.
|
2025-03-25 |
r-bibtex
|
public |
Utility to parse a bibtex file.
|
2025-03-25 |
r-stopwords
|
public |
Provides multiple sources of stopwords, for use in text analysis and natural language processing.
|
2025-03-25 |
r-uroot
|
public |
Seasonal unit roots and seasonal stability tests. P-values based on response surface regressions are available for both tests. P-values based on bootstrap are available for seasonal unit root tests. A parallel implementation of the bootstrap method requires a CUDA capable GPU with compute capability >= 3.0, otherwise a debugging version fully coded in R is used.
|
2025-03-25 |
r-squarem
|
public |
Algorithms for accelerating the convergence of slow, monotone sequences from smooth, contraction mapping such as the EM algorithm. It can be used to accelerate any smooth, linearly convergent acceleration scheme. A tutorial style introduction to this package is available in a vignette on the CRAN download page or, when the package is loaded in an R session, with vignette("SQUAREM").
|
2025-03-25 |
r-spdata
|
public |
Diverse spatial datasets for demonstrating, benchmarking and teaching spatial data analysis. It includes R data of class sf (defined by the package 'sf'), Spatial ('sp'), and nb ('spdep'). Unlike other spatial data packages such as 'rnaturalearth' and 'maps', it also contains data stored in a range of file formats including GeoJSON, ESRI Shapefile and GeoPackage. Some of the datasets are designed to illustrate specific analysis techniques. cycle_hire() and cycle_hire_osm(), for example, is designed to illustrate point pattern analysis techniques.
|
2025-03-25 |
r-rpanel
|
public |
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 |
r-rio
|
public |
Streamlined data import and export by making assumptions that the user is probably willing to make: 'import()' and 'export()' determine the data structure from the file extension, reasonable defaults are used for data import and export (e.g., 'stringsAsFactors=FALSE'), web-based import is natively supported (including from SSL/HTTPS), compressed files can be read directly without explicit decompression, and fast import packages are used where appropriate. An additional convenience function, 'convert()', provides a simple method for converting between file types.
|
2025-03-25 |
r-promises
|
public |
Provides fundamental abstractions for doing asynchronous programming in R using promises. Asynchronous programming is useful for allowing a single R process to orchestrate multiple tasks in the background while also attending to something else. Semantics are similar to 'JavaScript' promises, but with a syntax that is idiomatic R.
|
2025-03-25 |
r-prettyunits
|
public |
Pretty, human readable formatting of quantities. Time intervals: 1337000 -> 15d 11h 23m 20s. Vague time intervals: 2674000 -> about a month ago. Bytes: 1337 -> 1.34 kB.
|
2025-03-25 |
r-openxlsx
|
public |
Simplifies the creation of Excel .xlsx files by providing a high level interface to writing, styling and editing worksheets. Through the use of 'Rcpp', read/write times are comparable to the 'xlsx' and 'XLConnect' packages with the added benefit of removing the dependency on Java.
|
2025-03-25 |
r-manipulatewidget
|
public |
Like package 'manipulate' does for static graphics, this package helps to easily add controls like sliders, pickers, checkboxes, etc. that can be used to modify the input data or the parameters of an interactive chart created with package 'htmlwidgets'.
|
2025-03-25 |
r-magic
|
public |
A collection of efficient, vectorized algorithms for the creation and investigation of magic squares and hypercubes, including a variety of functions for the manipulation and analysis of arbitrarily dimensioned arrays. The package includes methods for creating normal magic squares of any order greater than 2. The ultimate intention is for the package to be a computerized embodiment all magic square knowledge, including direct numerical verification of properties of magic squares (such as recent results on the determinant of odd-ordered semimagic squares). Some antimagic functionality is included. The package also serves as a rebuttal to the often-heard comment "I thought R was just for statistics".
|
2025-03-25 |
r-isocodes
|
public |
ISO language, territory, currency, script and character codes. Provides ISO 639 language codes, ISO 3166 territory codes, ISO 4217 currency codes, ISO 15924 script codes, and the ISO 8859 character codes as well as the UN M.49 area codes.
|
2025-03-25 |
r-implyr
|
public |
'SQL' back-end to 'dplyr' for Apache Impala, the massively parallel processing query engine for Apache 'Hadoop'. Impala enables low-latency 'SQL' queries on data stored in the 'Hadoop' Distributed File System '(HDFS)', Apache 'HBase', Apache 'Kudu', Amazon Simple Storage Service '(S3)', Microsoft Azure Data Lake Store '(ADLS)', and Dell 'EMC' 'Isilon'. See <https://impala.apache.org> for more information about Impala.
|
2025-03-25 |
r-geometry
|
public |
Makes the qhull library (www.qhull.org) available in R, in a similar manner as in Octave and MATLAB. Qhull computes convex hulls, Delaunay triangulations, halfspace intersections about a point, Voronoi diagrams, furthest-site Delaunay triangulations, and furthest-site Voronoi diagrams. It runs in 2-d, 3-d, 4-d, and higher dimensions. It implements the Quickhull algorithm for computing the convex hull. Qhull does not support constrained Delaunay triangulations, or mesh generation of non-convex objects, but the package does include some R functions that allow for this. Currently the package only gives access to Delaunay triangulation and convex hull computation.
|
2025-03-25 |
r-emmeans
|
public |
Obtain estimated marginal means (EMMs) for many linear, generalized linear, and mixed models. Compute contrasts or linear functions of EMMs, trends, and comparisons of slopes. Plots and compact letter displays. Least-squares means are discussed, and the term "estimated marginal means" is suggested, in Searle, Speed, and Milliken (1980) Population marginal means in the linear model: An alternative to least squares means, The American Statistician 34(4), 216-221 <doi:10.1080/00031305.1980.10483031>.
|
2025-03-25 |
r-cardata
|
public |
Datasets to Accompany J. Fox and S. Weisberg, An R Companion to Applied Regression, Third Edition, Sage (forthcoming).
|
2025-03-25 |
r-abind
|
public |
Combine multidimensional arrays into a single array. This is a generalization of 'cbind' and 'rbind'. Works with vectors, matrices, and higher-dimensional arrays. Also provides functions 'adrop', 'asub', and 'afill' for manipulating, extracting and replacing data in arrays.
|
2025-03-25 |
r-tilegramsr
|
public |
R spatial objects for Tilegrams. Tilegrams are tiled maps where the region size is proportional to the certain characteristics of the dataset.
|
2025-03-25 |
r-sf
|
public |
Support for simple features, a standardized way to encode spatial vector data. Binds to 'GDAL' for reading and writing data, to 'GEOS' for geometrical operations, and to 'PROJ' for projection conversions and datum transformations.
|
2025-03-25 |
r-zoo
|
public |
An S3 class with methods for totally ordered indexed observations. It is particularly aimed at irregular time series of numeric vectors/matrices and factors. zoo's key design goals are independence of a particular index/date/time class and consistency with ts and base R by providing methods to extend standard generics.
|
2025-03-25 |
r-yaml
|
public |
Implements the 'libyaml' 'YAML' 1.1 parser and emitter (<http://pyyaml.org/wiki/LibYAML>) for R.
|
2025-03-25 |
r-xts
|
public |
Provide for uniform handling of R's different time-based data classes by extending zoo, maximizing native format information preservation and allowing for user level customization and extension, while simplifying cross-class interoperability.
|
2025-03-25 |
r-xml
|
public |
Many approaches for both reading and creating XML (and HTML) documents (including DTDs), both local and accessible via HTTP or FTP. Also offers access to an 'XPath' "interpreter".
|
2025-03-25 |
r-xml2
|
public |
Work with XML files using a simple, consistent interface. Built on top of the 'libxml2' C library.
|
2025-03-25 |
r-uuid
|
public |
Tools for generating and handling of UUIDs (Universally Unique Identifiers).
|
2025-03-25 |
r-utf8
|
public |
Process and print 'UTF-8' encoded international text (Unicode). Input, validate, normalize, encode, format, and display.
|
2025-03-25 |
r-urca
|
public |
Unit root and cointegration tests encountered in applied econometric analysis are implemented.
|
2025-03-25 |
r-udunits2
|
public |
Provides simple bindings to Unidata's udunits library.
|
2025-03-25 |