~ubuntu-branches/ubuntu/precise/r-cran-slam/precise

« back to all changes in this revision

Viewing changes to NAMESPACE

  • Committer: Bazaar Package Importer
  • Author(s): Dirk Eddelbuettel
  • Date: 2011-02-10 11:41:40 UTC
  • mfrom: (1.1.17 upstream)
  • Revision ID: james.westby@ubuntu.com-20110210114140-juiktz2cqqhznpyn
Tags: 0.1-20-1
* New upstream release

* debian/control: Set (Build-)Depends: to current R version

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
S3method("dimnames<-", "simple_sparse_array")
81
81
S3method("mean", "simple_sparse_array")
82
82
S3method("print", "simple_sparse_array")
 
83
 
 
84
if(getRversion() >= "2.13.0")
 
85
    S3method("aperm", "simple_sparse_array")