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 03 Dec. 2024.
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

donut  
Nearest Neighbour Search with Variables on a Torus
Finds the k nearest neighbours in a dataset of specified points, adding the option to wrap certain ...
Download / Learn more Package Citations See dependency  
telemac  
R Interface to the TELEMAC Model Suite
An R interface to the TELEMAC suite for modelling of free surface flow. This includes methods for m ...
Download / Learn more Package Citations See dependency  
EDOtrans  
Euclidean Distance-Optimized Data Transformation
A data transformation method which takes into account the special property of scale non-invariance w ...
Download / Learn more Package Citations See dependency  
CRANsearcher  
RStudio Addin for Searching Packages in CRAN Database Based on Keywords
One of the strengths of R is its vast package ecosystem. Indeed, R packages extend from visualizatio ...
Download / Learn more Package Citations See dependency  
FSInteract  
Fast Searches for Interactions
Performs fast detection of interactions in large-scale data using the method of random intersection ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  

23,310

R Packages

200,798

Dependencies

63,203

Author Associations

23,278

Publication Badges

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