We Recommend

An Introduction to R An Introduction to R
This tutorial manual provides a comprehensive introduction to R, a software package for statistical computing and graphics. R supports a wide range of statistical techniques, and is easily extensible via user-defined functions written in its own language, or using dynamically loaded modules written in C, C++ or Fortran. One of R's strengths is the ease with which well-designed publication-quality plots can be produced.


Ballyhoo


Posted By

simonmenke on 01/13/08


Tagged

textmate rspec story


Versions (?)


Spec Story


Published in: R 


  1. Story: Balance
  2.  
  3. As a back account owner
  4. I want to withdraw and deposit money
  5. So that my balanc is always positive
  6.  
  7. Scenario: Withdrawal
  8.  
  9. Given a balance of 200 dollars
  10. When withdrawing 20 dollars
  11. Then balance should be equal to 180 dollars
  12.  

Report this snippet 

You need to login to post a comment.