[R] package or namespace load failed for ‘dismo’

2015-10-18 Thread Jefferson Ferreira-Ferreira
Hello everyone.

I installed dismo package, but I've been receiving the following loading
error:

*Loading required package: raster*
*Loading required package: sp*
*Error : .onLoad failed in loadNamespace() for 'dismo', details:*
*  call: NULL*
*  error: 'tmpDir' It is not an exported object 'namespace:raster'*
*Error: package or namespace load failed for ‘dismo’*

When I type traceback() I get:

*2: stop(gettextf("package or namespace load failed for %s",
sQuote(package)), *
*   call. = FALSE, domain = NA)*
*1: library("dismo")*


Session info:

*> sessionInfo()*
*R version 3.0.3 (2014-03-06)*
*Platform: x86_64-w64-mingw32/x64 (64-bit)*

*locale:*
*[1] LC_COLLATE=Portuguese_Brazil.1252  LC_CTYPE=Portuguese_Brazil.1252   *
*[3] LC_MONETARY=Portuguese_Brazil.1252 LC_NUMERIC=C  *
*[5] LC_TIME=Portuguese_Brazil.1252*

*attached base packages:*
*[1] stats graphics  grDevices utils datasets  methods   base *

*other attached packages:*
*[1] raster_2.2-31sp_1.0-14Revobase_7.2.0   RevoMods_7.2.0
RevoScaleR_7.2.0*
*[6] lattice_0.20-29  rpart_4.1-5 *

*loaded via a namespace (and not attached):*
*[1] codetools_0.2-8 foreach_1.4.2   grid_3.0.3  iterators_1.0.7
tools_3.0.3 *


Any advice or tip do deal with it will be appreciated?
Thanks in advance.

-- 

*Jefferson Ferreira-Ferreira*

Geógrafo – GEOPROCESSAMENTO IDSM | Coordenadoria de TI


jefferson.ferre...@mamiraua.org.br

*Instituto de Desenvolvimento Sustentável Mamirauá*

Ministério da Ciência, Tecnologia e Inovação

Telefone: +55 97 3343-9710

*Google Maps* - Mapas deste e-mail:

Exibir mapa ampliado



*Contatos particulares:*
*(55) 9615-0100*

[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
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.

Re: [R] package or namespace load failed for ‘dismo’

2015-10-18 Thread Jeff Newmiller
I don't know why this is happening for you, but if you want help here the 
Posting Guide asks you to update your R to the latest version first, since new 
packages sometimes won't work in old versions of R.
---
Jeff NewmillerThe .   .  Go Live...
DCN:Basics: ##.#.   ##.#.  Live Go...
  Live:   OO#.. Dead: OO#..  Playing
Research Engineer (Solar/BatteriesO.O#.   #.O#.  with
/Software/Embedded Controllers)   .OO#.   .OO#.  rocks...1k
--- 
Sent from my phone. Please excuse my brevity.

On October 18, 2015 3:16:15 PM PDT, Jefferson Ferreira-Ferreira 
 wrote:
>Hello everyone.
>
>I installed dismo package, but I've been receiving the following
>loading
>error:
>
>*Loading required package: raster*
>*Loading required package: sp*
>*Error : .onLoad failed in loadNamespace() for 'dismo', details:*
>*  call: NULL*
>*  error: 'tmpDir' It is not an exported object 'namespace:raster'*
>*Error: package or namespace load failed for ‘dismo’*
>
>When I type traceback() I get:
>
>*2: stop(gettextf("package or namespace load failed for %s",
>sQuote(package)), *
>*   call. = FALSE, domain = NA)*
>*1: library("dismo")*
>
>
>Session info:
>
>*> sessionInfo()*
>*R version 3.0.3 (2014-03-06)*
>*Platform: x86_64-w64-mingw32/x64 (64-bit)*
>
>*locale:*
>*[1] LC_COLLATE=Portuguese_Brazil.1252  LC_CTYPE=Portuguese_Brazil.1252
>  *
>*[3] LC_MONETARY=Portuguese_Brazil.1252 LC_NUMERIC=C   
>  *
>*[5] LC_TIME=Portuguese_Brazil.1252*
>
>*attached base packages:*
>*[1] stats graphics  grDevices utils datasets  methods   base  
>  *
>
>*other attached packages:*
>*[1] raster_2.2-31sp_1.0-14Revobase_7.2.0   RevoMods_7.2.0
>RevoScaleR_7.2.0*
>*[6] lattice_0.20-29  rpart_4.1-5 *
>
>*loaded via a namespace (and not attached):*
>*[1] codetools_0.2-8 foreach_1.4.2   grid_3.0.3  iterators_1.0.7
>tools_3.0.3 *
>
>
>Any advice or tip do deal with it will be appreciated?
>Thanks in advance.
>
>-- 
>
>*Jefferson Ferreira-Ferreira*
>
>Geógrafo – GEOPROCESSAMENTO IDSM | Coordenadoria de TI
>
>
>jefferson.ferre...@mamiraua.org.br
>
>*Instituto de Desenvolvimento Sustentável Mamirauá*
>
>Ministério da Ciência, Tecnologia e Inovação
>
>Telefone: +55 97 3343-9710
>
>*Google Maps* - Mapas deste e-mail:
>
>Exibir mapa ampliado
>
>
>
>*Contatos particulares:*
>*(55) 9615-0100*
>
>   [[alternative HTML version deleted]]
>
>__
>R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
>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.

__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
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.