[R] Windows release R 3.2.2 : internet.dll module

Duncan Murdoch murdoch.duncan at gmail.com
Tue Oct 13 13:37:33 CEST 2015


On 13/10/2015 4:06 AM, Philippe DESSEN wrote:
> Hi
> 
> With the Windows release R-3.2.2,  I have a problem of internet.dll module
> which prevents the use of automatic package loading in applications  and other access to internet (ex: BrB Array Tools )
> There was no problem with the previous release  3.2.0 on the same DELL Windows 7 machine.
> Is someboby have an explanation ?
> There is some information on the FAQ , but without solution !

The important error message is the one that says R was unable to load
internet.dll.  Possible reasons for this are:

 - it is not there, or has been damaged.  A re-install of R might fix this.

 - something on your system is interfering with it, e.g. a virus checker
may have marked it as dangerous.  I haven't heard this from anyone else,
so it may be a false positive from your virus checker, or it may be that
the location you downloaded from has a damaged copy.

Duncan Murdoch

>> 	https://cran.r-project.org/bin/windows/base/rw-FAQ.html
>>
>> 	2.19 The Internet download functions fail.
>>
> 
> Best  regards
> 
> Philippe Dessen
> IGR, Villejuif, France
> 
> 
> R version 3.2.2 (2015-08-14) -- "Fire Safety"
> Copyright (C) 2015 The R Foundation for Statistical Computing
> Platform: x86_64-w64-mingw32/x64 (64-bit)
> �.
> Type 'q()' to quit R.
> 
>> update.packages()
> --- Please select a CRAN mirror for use in this session ---
> Error in download.file(url, destfile = f, quiet = TRUE) : 
>   internet routines cannot be loaded
> In addition: Warning message:
> In download.file(url, destfile = f, quiet = TRUE) :
>   unable to load shared object 'C:/PROGRA~1/R/R-32~1.2/modules/x64/internet.dll':
>   LoadLibrary failure:  The specified procedure could not be found.
> Error in contrib.url(repos, type) : 
>   trying to use CRAN without setting a mirror
>>
> 
> 
> 
>> sessionInfo()
> R version 3.2.2 (2015-08-14)
> Platform: x86_64-w64-mingw32/x64 (64-bit)
> Running under: Windows XP Professional x64 (build 3790) Service Pack 2
> 
> locale:
> [1] LC_COLLATE=English_United States.1252 
> [2] LC_CTYPE=English_United States.1252   
> [3] LC_MONETARY=English_United States.1252
> [4] LC_NUMERIC=C                          
> [5] LC_TIME=English_United States.1252    
> 
> attached base packages:
> [1] stats     graphics  grDevices utils     datasets  methods   base     
>>
> 
> 
> 	[[alternative HTML version deleted]]
> 
> 
> 
> ______________________________________________
> R-help at 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.
>



More information about the R-help mailing list