Skip to content

bedatadriven/hamcrest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hamcrest

GNU R package implementing the Hamcrest framework for writing unit tests.

Installation

You can install the development version:

# install.packages("devtools")
devtools::install_github("bedatadriven/hamcrest")

You can install the development version from the source:

git clone https://github.com/bedatadriven/hamcrest.git && \
  cd hamcrest && \
  R CMD INSTALL .

Usage

Read the vignette for more information. For more information about how Renjin uses hamcrest to write unit tests, please see this documentation post.

See also

hamcrest package is extensively used in Renjin, a JVM-based interpreter for the R language. See www.renjin.org for more details.

License

The source code in this package is released under the Apache License version 2.0. See the LICENSE file for the full license.

About

GNU R package implementing the Hamcrest framework for writing unit tests

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages