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
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
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
__
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
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
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/
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
> 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
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
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_
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
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:
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
"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
... 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
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]]
___
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
17 matches
Mail list logo