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

usharf on 01/13/08


Tagged

textmate rails rspec


Versions (?)


RSpec Test for error on property


Published in: R 


  1. it "should have a login name" do
  2. @user.should have(1).error_on(:login)
  3. end

Report this snippet 

You need to login to post a comment.