~ubuntu-branches/ubuntu/utopic/rggobi/utopic

« back to all changes in this revision

Viewing changes to R/next-version/PlotDescriptions.S

  • Committer: Bazaar Package Importer
  • Author(s): Dirk Eddelbuettel
  • Date: 2006-11-09 20:28:24 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20061109202824-rprmht1pviku76qg
Tags: 2.1.4-1-1
* New upstream release
* debian/rules: Simplied to one-liner sourcing r-cran.mk
* debian/control: (Build-)Depends: upgraded to the current versions
  r-base-core (>= 2.4.0) and ggobi (>= 2.1.4)
* debian/control: Added Depends: on r-cran-rgtk2; we cannot currently
  Build-Depends: on it as it wants an X11 display which stop autobuilds
* debian/control: Standards-Version: upgraded to 3.7.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
# by resolving them relative to the specified
72
72
# dataset within the given ggobi instance
73
73
#
74
 
function(desc, .data = 1, .gobi = getDefaultGGobi(), isError = TRUE)
 
74
function(desc, .data = 1, .gobi = ggobi_get(), isError = TRUE)
75
75
{
76
76
 if(is.null(desc))
77
77
   return(NULL)