Other packages > Find by keyword >

RUnit  

R Unit Test Framework
View on CRAN: Click here


Download and install RUnit package within the R console
Install from CRAN:
install.packages("RUnit")

Install from Github:
library("remotes")
install_github("cran/RUnit")

Install by package version:
library("remotes")
install_version("RUnit", "0.4.33")



Attach the package and use:
library("RUnit")
Maintained by
Roman Zenka
[Scholar Profile | Author Map]
First Published: 2004-06-11
Latest Update: 2024-02-22
Description:
R functions implementing a standard Unit Testing framework, with additional code inspection and report generation tools.
How to cite:
Roman Zenka (2004). RUnit: R Unit Test Framework. R package version 0.4.33, https://cran.r-project.org/web/packages/RUnit. Accessed 16 Apr. 2025.
Previous versions and publish date:
0.3.5 (2004-06-11 10:51), 0.4.0 (2004-10-01 08:30), 0.4.3 (2005-04-15 08:49), 0.4.4 (2005-09-30 19:15), 0.4.7 (2006-01-09 13:24), 0.4.11 (2006-04-05 09:58), 0.4.12 (2006-08-03 12:30), 0.4.14 (2006-08-21 21:42), 0.4.15 (2007-03-21 10:11), 0.4.17 (2007-05-22 10:33), 0.4.19 (2008-06-20 12:52), 0.4.20 (2008-11-10 19:53), 0.4.21 (2009-01-15 16:47), 0.4.22 (2009-04-24 08:46), 0.4.25 (2009-12-06 10:22), 0.4.26 (2010-09-16 10:36), 0.4.27 (2014-09-19 12:50), 0.4.28 (2015-01-06 19:48), 0.4.29 (2015-08-11 16:46), 0.4.30 (2015-10-14 09:48), 0.4.31 (2015-11-06 05:49), 0.4.32 (2018-05-18 18:32)
Other packages that cited RUnit R package
View RUnit citation profile
Other R packages that RUnit depends, imports, suggests or enhances
Complete documentation for RUnit
Functions, R codes and Examples using the RUnit R package
Some associated functions: RUnit-internal . RUnit-intro . RUnit-options . checkFuncs . inspect . printHTML.trackinfo . runit . testCaseSetUp . textProtocol . tracker . 
Some associated R codes: Full RUnit package functions and examples
Downloads during the last 30 days
03/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/0904/1004/1104/1204/1304/14Downloads for RUnit4006008001000120014001600TrendBars

Today's Hot Picks in Authors and Packages

hkclustering  
Ensemble Clustering using K Means and Hierarchical Clustering
Implements an ensemble algorithm for clustering combining a k-means and a hierarchical clustering ap ...
Download / Learn more Package Citations See dependency  
MM4LMM  
Inference of Linear Mixed Models Through MM Algorithm
The main function MMEst() performs (Restricted) Maximum Likelihood in a variance component mixed mod ...
Download / Learn more Package Citations See dependency  
apache.sedona  
R Interface for Apache Sedona
R interface for 'Apache Sedona' based on 'sparklyr' (). ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
MultiKink  
Estimation and Inference for Multi-Kink Quantile Regression
Estimation and inference for multiple kink quantile regression for longitudinal data and the i.i.d d ...
Download / Learn more Package Citations See dependency  
datadictionary  
Create a Data Dictionary
Creates a data dictionary from any dataframe or tibble in your R environment. You can opt to add va ...
Download / Learn more Package Citations See dependency  

24,012

R Packages

207,311

Dependencies

64,993

Author Associations

24,013

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA