Re: [R] rgdal error when trying to import raster

2017-09-06 Thread Ben Tupper
Ah, I didn't read the entire message. Sorry about that! > On Sep 6, 2017, at 7:20 PM, Jeff Newmiller wrote: > > Indeed, Ben, but the question was something more like it is not a Dependency, > just Suggested, so why the error... > > John: > > If you read the Introduction to the 'raster' pack

Re: [R] rgdal error when trying to import raster

2017-09-06 Thread Jeff Newmiller
Indeed, Ben, but the question was something more like it is not a Dependency, just Suggested, so why the error... John: If you read the Introduction to the 'raster' package vignette, it indicates that some input formats are supported within the raster package and some rely on other packages. C

Re: [R] rgdal error when trying to import raster

2017-09-06 Thread Ben Tupper
Hi, The message "there is no package called 'rgdal'" means that you don't have rgdal installed. https://cran.r-project.org/web/packages/rgdal/index.html Also, you will get very good patial-centric help if you subscribed to r-sig-geo here https://stat.ethz.ch/mailman/listinfo/r-sig-geo Cheers

[R] rgdal error when trying to import raster

2017-09-06 Thread john polo
Dear useRs, I am trying to import a raster with the line: nlcd <- raster("/home/jpolo/NRI/nlcd_nri5000.tif") And I keep getting an error like this: "Warning message: In library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE,  :   there is no package called 'rgdal' E