Re: [R] Memmory issue

2019-05-05 Thread Jeff Newmiller
I have no idea what the issue is that is bothering you (do you expect more memory should be used or less?), but I suspect that reading the Posting Guide mentioned at the bottom of all messages on this list might help. Also, posting the output of the sessionInfo() function and the gc function

[R] Memmory issue

2019-05-05 Thread Ravindra Bhingarde
Dear sir We are use R software R 3.6.0 version with intel core i7 9th gen processor 16gb memory but r application utilize 3 gb ram .So kindly give solution for same Ravindra 9011096015 [[alternative HTML version deleted]] __

[R] R package that translates zip codes into longitude and longitude

2019-05-05 Thread Nicola Ruggiero
Hi there, I'm looking for a R package that would enable me to add a column to a data.frame that is itself a translation of zip codes into longitude and latitude. The column in the data.frame looks like this [begin quote]: waltham, Massachusetts 02451 Columbia, SC 29209 Wheat Ridge , Colorado

[R] Required help

2019-05-05 Thread Rajesh Ahir_GJ
Hello R users, I am getting an error while running following code. library(ggplot2) ggplot(hourly_data1,aes(hour, power))+ geom_boxplot(aes(fill=monthname),outlier.shape=NA) + facet_wrap(~monthname) ggplot(hourly_data1,aes(hour, power))+ geom_boxplot(aes(fill=dayname),outlier.shape=NA) +

Re: [R] Can't rsync extsoft/3.6 when compiling R 3.6

2019-05-05 Thread Shuguang Sun
Jeroen Ooms writes: Now I can build R 3.6 in my Windows 10 box. Thanks. > On Thu, May 2, 2019 at 9:36 AM Martin Maechler > wrote: >> >> > Shuguang Sun >> > on Thu, 2 May 2019 12:57:37 +0800 writes: >> >> > Hi all, >> > When I try to compile R 3.6 in windows 10 in Rtools35,

[R] The function sink() --delete everything before printing by "sink()"

2019-05-05 Thread John
I use the functions "sink" and "print" to print the results to a txt file. May I delete everything in the txt files before it start to print to the txt file? Thanks! ### sink(file_output.txt")) for(i in c("a", "b")) { for(j in c("c", "d")) { { print(c(i,j))

Re: [R] Question concerning Loading large Data Sets

2019-05-05 Thread David Winsemius
I wouldn’t have expected an message, but it does raise the question: why are you making two different copies of the same text file if you are concerned about size issues? — David Sent from my iPhone > On May 5, 2019, at 5:14 PM, Spencer Brackett > wrote: > > Also, > > In case there is

Re: [R] Question concerning Loading large Data Sets

2019-05-05 Thread Spencer Brackett
Also, In case there is any confusion... "~/Vakul's GBM code" was set up in the working directory (via setwd) as the folder in which the file 'mapper.txt' is contained... thereby making the "~/Vakul's GBM code/mapper.txt" as shown. Should I perhaps reset my working directory to the file I'm

[R] Question concerning Loading large Data Sets

2019-05-05 Thread Spencer Brackett
Good evening, I am attempting to reproduce the following lines of code... library(data.table) anno = as.data.frame(fread(file = "file name", sep ="\t", header = T)) The following is my attempt... > library(data.table) > mapper <- read.delim("~/Vakul's GBM code/mapper.txt") > View(mapper) ##

Re: [R] what would break a citation network? [Error in as.igraph.vs(graph, vids) : Invalid vertex names]

2019-05-05 Thread Drake Gossi
So, "davis" was on the original edge list. It's just that I didn't want to reproduce the whole thing, since it was like 75 rows long, and I didn't want the email to get too cumbersome. In fact, that's partly why I was so confused, since that name was on both lists. But, even stranger, I ran the

Re: [ESS] running R remotely via tramp

2019-05-05 Thread Alex Branham via ESS-help
On Sat 04 May 2019 at 12:48, Chris Wallace wrote: >> Instead of uncommenting those lines, passing t to executable-find’s >> second argument should work. Can you check if this solves your issue? >> >> (unless (executable-find inferior-ess-r-program t) >>(display-warning 'ess (format"%s