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]
All associated links for this package
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 05 Jan. 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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

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  
interplot  
Plot the Effects of Variables in Interaction Terms
Plots the conditional coefficients ("marginal effects") of variables included in multiplicative int ...
Download / Learn more Package Citations See dependency  
Maintainer: Yue Hu (view profile)
uclust  
Clustering and Classification Inference with U-Statistics
Clustering and classification inference for high dimension low sample size (HDLSS) data with U-stati ...
Download / Learn more Package Citations See dependency  
GFisher  
Generalized Fisher's Combination Tests Under Dependence
Accurate and computationally efficient p-value calculation methods for a general family of Fisher ty ...
Download / Learn more Package Citations See dependency  
ENMeval  
Automated Tuning and Evaluations of Ecological Niche Models
Runs ecological niche models over all combinations of user-defined settings (i.e., tuning), performs ...
Download / Learn more Package Citations See dependency  
bama  
High Dimensional Bayesian Mediation Analysis
Perform mediation analysis in the presence of high-dimensional mediators based on the potential out ...
Download / Learn more Package Citations See dependency  

23,440

R Packages

202,297

Dependencies

63,567

Author Associations

23,434

Publication Badges

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