Re: [R] (old) rgl package crashes MacGUI using R 3.2.3 in El Cap, new compiled one does not.

2015-12-30 Thread David Winsemius
Apologies I meant to send this to R-SIG-MAC. Please ignore or respond over there. > On Dec 30, 2015, at 6:28 PM, David Winsemius wrote: > > Earlier today I had been getting an warning message when loading pkg:rgl (and > then failing to get any plotting to an X11 window), so I decided to

[R] (old) rgl package crashes MacGUI using R 3.2.3 in El Cap, new compiled one does not.

2015-12-30 Thread David Winsemius
Earlier today I had been getting an warning message when loading pkg:rgl (and then failing to get any plotting to an X11 window), so I decided to re-install the binary 0.95.1201 from a CRAN mirror: XQuartz 2.7.8 has been installed and reinstalled multiple times including just a few minutes bef

Re: [R] Error: could not find function "VectorSource" in package tm

2015-12-30 Thread Duncan Murdoch
On 30/12/2015 2:32 PM, David Brand wrote: Error: could not find function "VectorSource" in package tm Windows 64bit using Rstudio please advise If you want advice about the error message, you need to tell us what you did to produce it. Duncan Murdoch __

Re: [R] Error: could not find function "VectorSource" in package tm

2015-12-30 Thread boB Rudis
Do you have any code? Any more logs from the error? It's hard to help when you've provided little more than an error message. What does the output of: library(tm) docs <- c("This is a text.", "This another one.") (vs <- VectorSource(docs)) generate? On Wed, Dec 30, 2015 at 2:32 PM, Davi

Re: [R] Error: could not find function "VectorSource" in package tm

2015-12-30 Thread Sarah Goslee
What did you do to get that error? Is tm installed? Is tm loaded? What does library(tm) return? And sessionInfo() ? On Wed, Dec 30, 2015 at 2:32 PM, David Brand <9rogr4m...@gmail.com> wrote: > Error: could not find function "VectorSource" in package tm > > Windows 64bit using Rstudio > > please

[R] Error: could not find function "VectorSource" in package tm

2015-12-30 Thread David Brand
Error: could not find function "VectorSource" in package tm Windows 64bit using Rstudio please advise thanks David [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/

Re: [R] Thread parallelism and memory management on shared-memory supercomputers

2015-12-30 Thread Peter Langfelder
I'm not really an expert, but here are my 2 cents: To the best of my limited knowlede, there is no direct way of ensuring that the total memory being requested by N workers remains below a certain threshold. You can control the number of child processes forked by foreach/doPar in the registerDoPar

Re: [R] Dput Help in R

2015-12-30 Thread David Winsemius
> On Dec 30, 2015, at 2:56 AM, SHIVI BHATIA wrote: > > Dear Team, > > > > I am facing an error while performing a manipulation using a dplyr package. > In the code below, I am using mutate to build a new calculated column: > > > > kp<-read.csv("collection_last.csv",header=TRUE) Given the

[R] Thread parallelism and memory management on shared-memory supercomputers

2015-12-30 Thread Andrew Crane-Droesch
I've got allocations on a couple of shared memory supercomputers, which I use to run computationally-intensive scripts on multiple cores of the same node. I've got 24 cores on the one, and 48 on the other. In both cases, there is a hard memory limit, which is shared among the cores in the nod

Re: [R] Dput Help in R

2015-12-30 Thread Duncan Murdoch
On 30/12/2015 5:56 AM, SHIVI BHATIA wrote: Dear Team, I am facing an error while performing a manipulation using a dplyr package. In the code below, I am using mutate to build a new calculated column: kp<-read.csv("collection_last.csv",header=TRUE) mutate(kp,dif=DOC_AMOUNT-RECEIPT_AMT+TDS_

Re: [R] How to install pkg when "not found" ?

2015-12-30 Thread Prof. Dr. Matthias Kohl
use quotes! install.packages("ggplot2") Am 30.12.2015 um 06:41 schrieb Judson: Using "Install Packages" from CRAN, in RStudio on Windows 7, I downloaded (and supposedly installed) ggplot2 package to here: C:\Program Files\R\R-3.1.0\library\ggplot2_2.0.0\ggplot2 when I try this: requir

[R] Dput Help in R

2015-12-30 Thread SHIVI BHATIA
Dear Team, I am facing an error while performing a manipulation using a dplyr package. In the code below, I am using mutate to build a new calculated column: kp<-read.csv("collection_last.csv",header=TRUE) mutate(kp,dif=DOC_AMOUNT-RECEIPT_AMT+TDS_AMT+REBATE) However it gives an error:

[R] How to install pkg when "not found" ?

2015-12-30 Thread Judson
Using "Install Packages" from CRAN, in RStudio on Windows 7, I downloaded (and supposedly installed) ggplot2 package to here: C:\Program Files\R\R-3.1.0\library\ggplot2_2.0.0\ggplot2 when I try this: > require(ggplot2) I get the following: Loading required package: ggplot2 Warning me

Re: [R] need for help for solving operations in a vector

2015-12-30 Thread Bert Gunter
"Maybe you shall spend some time reading R intro manual which can serve you as an excellent starting point to learn R. Although it has one hundred pages it is quite readable and you may find it as a best present you found under Christmas tree." Fortune nomination! Cheers, Bert Bert Gunter "The

Re: [R] Probable Error in fmsb package

2015-12-30 Thread Bert Gunter
... Nor is this forum usually appropriate for questions about statistical methodology (your model building remark at the end). I suggest you try a statistical forum like stats.stackexchange.com for that instead. Cheers, Bert Bert Gunter "The trouble with having an open mind is that people keep

[R] R and Mt4 trading platform connection

2015-12-30 Thread Ashis Deb
Hi guys , Can anyone suggest how to make a MT4 EA strategy using R code . I had seen many strategy builders online but have no idea about how to build ne using R. THanks and Regards , ASHIS [[alternative HTML version deleted]] ___

[R] "Group" argument of kruskal function (agricolae package) does not coincide with p-values

2015-12-30 Thread michael.eisenring
Hello, I work with the kruskla function of the agricolae package to conduct Kurskal-Wallis tests. The kurskal function has the argument "group"=T/F. If group=T, the output of the kruskal test assigns a "significance letter" to each mean of each tested treatment (means with the same letter are not