Skip to content

library Dplyr

7 messages · Jeff Newmiller, Partha Sinha

#
I am using windows 7 , R version 3.3.1
whenever I am trying use
library(dplyr)
i am getting the follwing error:

Error in get(Info[i, 1], envir = env) :
  cannot allocate memory block of size 2.5 Gb
Error: package or namespace load failed for ?dplyr?


pl help

Regards
Partha
#
This is not normal. I suggest making use of the maintainer() and sessionInfo() functions.
#
i have used sessioninfo()
the output I have got
R version 3.3.1 (2016-06-21)
Platform: i386-w64-mingw32/i386 (32-bit)
Running under: Windows 7 (build 7600)

locale:
[1] LC_COLLATE=English_United Kingdom.1252  LC_CTYPE=English_United
Kingdom.1252
[3] LC_MONETARY=English_United Kingdom.1252 LC_NUMERIC=C

[5] LC_TIME=English_United Kingdom.1252

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


I tried to load ggplot2 and dplyr.
both giving me similar problems

Parth
On 24 August 2016 at 20:40, Jeff Newmiller <jdnewmil at dcn.davis.ca.us> wrote:

            

  
  
#
And the only input you give to trigger this is

library(dplyr)

?
#
yes. I start a fresh session and start to load the library
On 25 August 2016 at 09:34, Jeff Newmiller <jdnewmil at dcn.davis.ca.us> wrote:

            

  
  
#
I can not reproduce that using a fresh install of R 3.3.1 Win32 and dplyr 0.5.0. I suggest that you re-install dplyr or R or both... perhaps from a different mirror than the one you originally used. Do not use "Run As Administrator" and say yes to creating a personal library. Install dplyr with install.packages( "dplyr" ).

If you continue to have trouble and want help then you are going to have to make an effort to convey a reproducible set of steps to arrive at your error. The Posting Guide has good advice on how to communicate on the R mailing lists.
#
doing what Jeff has told.
Lets see what happens this time..
On 25 August 2016 at 11:54, Jeff Newmiller <jdnewmil at dcn.davis.ca.us> wrote: