Last updated on 2020-08-07 01:50:04 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags | 
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1 | 16.75 | 133.58 | 150.33 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.1 | 12.34 | 100.65 | 112.99 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.1 | 187.08 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 1.1 | 178.41 | OK | |||
| r-devel-windows-ix86+x86_64 | 1.1 | 60.00 | 164.00 | 224.00 | OK | |
| r-patched-linux-x86_64 | 1.1 | 16.96 | 129.33 | 146.29 | OK | |
| r-patched-solaris-x86 | 1.1 | 299.90 | ERROR | |||
| r-release-linux-x86_64 | 1.1 | 16.83 | 131.05 | 147.88 | OK | |
| r-release-macos-x86_64 | 1.1 | OK | ||||
| r-release-windows-ix86+x86_64 | 1.1 | 38.00 | 247.00 | 285.00 | OK | |
| r-oldrel-macos-x86_64 | 1.1 | OK | ||||
| r-oldrel-windows-ix86+x86_64 | 1.1 | 34.00 | 133.00 | 167.00 | OK | 
Version: 1.1
Check: examples
Result: ERROR
    Running examples in ‘tweet2r-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: tspan
    > ### Title: Exploratory point pattern analysis.
    > ### Aliases: tspan
    > ### Keywords: point pattern
    > 
    > ### ** Examples
    > 
    > library(sp)
    > library(spatstat)
    Loading required package: spatstat.data
    Loading required package: nlme
    Loading required package: rpart
    
    spatstat 1.64-1       (nickname: ‘Help you I can, yes!’) 
    For an introduction to spatstat, type ‘beginner’ 
    
    
    Note: spatstat version 1.64-1 is out of date by more than 12 weeks; a newer version should be available.
    > 
    > #loada a SpatialPointsDataFrame
    > data("meuse.grid_ll")
    > 
    > 
    > # run function without contour
    > tspan(meuse.grid_ll,bw=0.0005)
    working window is the input geotweets bounding box.
    $tweetsppp
    Planar point pattern: 3103 points
    window: rectangle = [5.721109, 5.76517] x [50.95577, 50.99272] units
    
    $hp
    Stationary Poisson process
    Intensity: 1906125
                Estimate       S.E. CI95.lo  CI95.hi Ztest     Zval
    log(lambda) 14.46058 0.01795185 14.4254 14.49577   *** 805.5207
    
    $ihp
    Nonstationary Poisson process
    
    Log intensity:  ~x + y
    
    Fitted trend coefficients:
    (Intercept)           x           y 
    1375.906599   -1.465591  -26.544168 
    
                   Estimate      S.E.     CI95.lo     CI95.hi Ztest       Zval
    (Intercept) 1375.906599 88.225280 1202.988227 1548.824970   ***  15.595378
    x             -1.465591  1.411571   -4.232218    1.301037        -1.038269
    y            -26.544168  1.723565  -29.922292  -23.166043   *** -15.400738
    
    $int
    real-valued pixel image
    128 x 128 pixel array (ny, nx)
    enclosing rectangle: [5.7211, 5.7652] x [50.956, 50.993] units
    
    > 
    > #providing a contour as SpatialPointDataFrame
    > data("meuse.area")
    > 
    > #build the acontour layer 
    > cont<-SpatialPoints(meuse.area, proj4string = CRS("+init=epsg:28992"))
    > #transform to meuse.grid_ll reference system
    > cont<-spTransform(cont, CRS("+init=epsg:4326"))
    Warning in wkt(obj) : CRS object has no comment
    Warning in wkt(CRS(tg)) : CRS object has no comment
    Error in project(t(bbox(obj))[, 1:2], tg, inv = TRUE, use_aoi = FALSE) : 
      is.character(proj) is not TRUE
    Calls: spTransform -> spTransform -> get_aoi -> project -> stopifnot
    Execution halted
Flavor: r-patched-solaris-x86