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:> This is not normal. I suggest making use of the maintainer() and > sessionInfo() functions. > -- > Sent from my phone. Please excuse my brevity. > > On August 24, 2016 7:47:25 AM PDT, Partha Sinha <pnsinha68 at gmail.com> > wrote: > >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 > > > > [[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. > >[[alternative HTML version deleted]]
And the only input you give to trigger this is library(dplyr) ? -- Sent from my phone. Please excuse my brevity. On August 24, 2016 8:01:41 PM PDT, Partha Sinha <pnsinha68 at gmail.com> wrote:>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: > >> This is not normal. I suggest making use of the maintainer() and >> sessionInfo() functions. >> -- >> Sent from my phone. Please excuse my brevity. >> >> On August 24, 2016 7:47:25 AM PDT, Partha Sinha <pnsinha68 at gmail.com> >> wrote: >> >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 >> > >> > [[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. >> >> > > [[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.
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:> And the only input you give to trigger this is > > library(dplyr) > > ? > -- > Sent from my phone. Please excuse my brevity. > > On August 24, 2016 8:01:41 PM PDT, Partha Sinha <pnsinha68 at gmail.com> > wrote: > >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: > > > >> This is not normal. I suggest making use of the maintainer() and > >> sessionInfo() functions. > >> -- > >> Sent from my phone. Please excuse my brevity. > >> > >> On August 24, 2016 7:47:25 AM PDT, Partha Sinha <pnsinha68 at gmail.com> > >> wrote: > >> >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 > >> > > >> > [[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. > >> > >> > > > > [[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. > >[[alternative HTML version deleted]]