Opened 7 years ago

Closed 7 years ago

#1941 closed defect (fixed)

Missing R packages

Reported by: bakaniko Owned by: live-demo@…
Priority: normal Milestone: OSGeoLive11.0
Component: OSGeoLive Keywords: alpha1 livedemo11.0
Cc: live-demo@…

Description

Hi

I tested the quickstart for R and encountered several errors.

  • sp and maptools packages are not installed (minor)

=> quickly fix with install.packages("sp"); install.packages("maptools") => need an internet connection => note that installing maptools generates an error about rgeos availability but can be used anyway

  • rgdal package can't be installed (major): => rgdal (1.2-7) needs R >= 3.3.0 and sp >= 1.1.0 => installed R version is 3.2.3

Nicolas (aka Bakaniko)

Attachments (2)

11.0alpha1_R_RGDAL_ERROR.png (11.5 KB ) - added by bakaniko 7 years ago.
RGDAL install error
11.0alpha1_R_GEOS_ERROR.png (10.4 KB ) - added by bakaniko 7 years ago.
RGEOS error screenshot

Download all attachments as: .zip

Change history (9)

by bakaniko, 7 years ago

RGDAL install error

by bakaniko, 7 years ago

Attachment: 11.0alpha1_R_GEOS_ERROR.png added

RGEOS error screenshot

comment:1 by bakaniko, 7 years ago

minor defect: R launcher is in graphism and not in spatial tools where it should be as the quickstart says.

comment:2 by kalxas, 7 years ago

I faced the same error when trying to build the rgdal package on top of GDAL 2.2.0

comment:3 by kalxas, 7 years ago

I am now trying to build a new R-base, not sure if the stack will rebuild fine.

comment:6 by kalxas, 7 years ago

All R packages build fine except sf and mapview (sf needs r-cran-units and mapview wants sf)

comment:7 by kalxas, 7 years ago

Resolution: fixed
Status: newclosed

Fixed in build 77

Note: See TracTickets for help on using tickets.