I get the same error on a clean R session with rioja 0.5-6. > sessionInfo() R version 2.13.1 (2011-07-08) Platform: x86_64-redhat-linux-gnu (64-bit)
locale: [1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C [3] LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8 [5] LC_MONETARY=C LC_MESSAGES=en_US.UTF-8 [7] LC_PAPER=en_US.UTF-8 LC_NAME=C [9] LC_ADDRESS=C LC_TELEPHONE=C [11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C attached base packages: [1] stats graphics grDevices utils datasets methods base other attached packages: [1] rioja_0.5-6 loaded via a namespace (and not attached): [1] tcltk_2.13.1 tools_2.13.1 This is a clear example of needing to report it to the package maintainer, who is: Maintainer: Steve Juggins <stephen.jugg...@ncl.ac.uk> Sarah On Fri, Jul 29, 2011 at 2:53 PM, Jason Paul Joines <ja...@joines.org> wrote: > I'm using rioja 0.5-6 with R 2.12.1 / x86_64-pc-linux-gnu on Kubuntu > 11.04. > > When I run this example from the rioja reference manual: > > library(rioja) > # compare diatom data from core from Round Loch of Glenhead > # with SWAP surface sample dataset > data(RLGH) > data(SWAP) > result <- compare.datasets(RLGH$spec, SWAP$spec) > result > #visualise the comparison > plot.compare.datasets(result) > > Everything runs fine except for plot.compare.datsets() which gives the > error: > > Error in dim(x) : 'x' is missing > Calls: plot.compare.datasets -> nrow > Execution halted > > Any ideas? > > > Jason > =========== > -- Sarah Goslee http://www.functionaldiversity.org ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.