• using R version 2.8.0 alpha (2008-09-26 r46576)
  • using session charset: ISO8859-1
  • checking for file 'GeoXp/DESCRIPTION' ... OK
  • checking extension type ... Package
  • this is package 'GeoXp' version '1.2'
  • package encoding: latin1
  • checking package dependencies ... OK
  • checking if this is a source package ... OK
  • checking whether package 'GeoXp' can be installed ... OK
  • checking package directory ... OK
  • checking for portable file names ... OK
  • checking DESCRIPTION meta-information ... OK
  • checking top-level files ... OK
  • checking index information ... OK
  • checking package subdirectories ... OK
  • checking R files for non-ASCII characters ... OK
  • checking R files for syntax errors ... OK
  • checking whether the package can be loaded ... OK
  • checking whether the package can be loaded with stated dependencies ... OK
  • checking for unstated dependencies in R code ... OK
  • checking S3 generic/method consistency ... OK
  • checking replacement functions ... OK
  • checking foreign function calls ... OK
  • checking R code for possible problems ... NOTE
    slider1: no visible binding for '<<-' assignment to 'slidenv'
    slider1: no visible binding for global variable 'slidenv'
    slider2: no visible binding for '<<-' assignment to 'slider.env'
    slider2: no visible binding for global variable 'slider.env'
  • checking Rd files ... OK
  • checking Rd cross-references ... OK
  • checking for missing documentation entries ... OK
  • checking for code/documentation mismatches ... OK
  • checking Rd \usage sections ... OK
  • checking data for non-ASCII characters ... OK
  • creating GeoXp-Ex.R ... OK
  • checking examples ... ERROR
    Running examples in 'GeoXp-Ex.R' failed.
    The error most likely occurred in:

    > ### * angleplotmap
    >
    > flush(stderr()); flush(stdout())
    >
    > ### Encoding: latin1
    >
    > ### Name: angleplotmap
    > ### Title: Detection of an eventual directional trend
    > ### Aliases: angleplotmap
    > ### Keywords: spatial
    >
    > ### ** Examples
    >
    > # Data afcon
    > data(afcon)
    > africa <- readOGR(system.file("vectors/Africa.MIF", package = "GeoXp")[1],
    + "Africa")
    OGR data source with driver: MapInfo File
    Source: "d:/Rcompile/CRANpkg/lib/2.8/GeoXp/vectors/Africa.MIF", layer: "Africa"
    with 57 rows and 32 columns
    >
    > africa.contour<-spdf2list(africa)$poly
    >
    > obs<-angleplotmap(afcon$x,afcon$y,afcon$totcon,listvar=afcon,
    + listnomvar=names(afcon),label=afcon$name,
    + criteria=(afcon$totcon>mean(afcon$totcon)),carte=africa.contour)
    Error in get(getOption("device")) : invalid first argument
    Calls: angleplotmap -> get
    Execution halted