On 11/04/2013 13:01, Duncan Murdoch wrote:
On 13-04-10 8:02 PM, Andre Mikulec wrote:
Hi,
I am trying to make a debug version of R ( for use with gdb later ) on
windows.
I am executing the following.
src\gnuwin32>make clean
src\gnuwin32>make DEBUG=T
In the output, I see many
-O3 flags
I do
On 13-04-10 8:02 PM, Andre Mikulec wrote:
Hi,
I am trying to make a debug version of R ( for use with gdb later ) on windows.
I am executing the following.
src\gnuwin32>make clean
src\gnuwin32>make DEBUG=T
In the output, I see many
-O3 flags
I do not see any
-g -O0 flags
which ( I belie
Hello,
Consider this:
1)
library(parallel)
res <- mclapply(1:2, stop)
#Warning message:
#In mclapply(1:2, stop) :
# all scheduled cores encountered errors in user code
is(res[[1]], 'try-error')
#[1] FALSE
2)
library(parallel)
res <- mclapply(1:2, stop, mc.preschedule=FALSE)
#Warning message:
#
On 11/04/2013 00:27, Andre Mikulec wrote:
Hi,
I am trying to compile R from source on Windows.
I am following the instructions here
3.1 Building from source
3 Installing R under Windows
file:///F:/ProgramFiles/R/R-2.15.3/doc/manual/R-admin.html
It only says,
"
The Tcl/Tk support files are con
I just wanted to confirm that Milan's suggestion about adding (*UCP) like in
the example below:
gsub(sprintf("(*UCP)\\b(%s)\\b", "който"), "", "който", perl=TRUE)
solved all problems (under openSuse Linux 12.3 64-bit, R 2.15.2). I reencoded
input files and stop word list in UTF-8, and now stop
Hi,
I am trying to compile R from source on Windows.
I am following the instructions here
3.1 Building from source
3 Installing R under Windows
file:///F:/ProgramFiles/R/R-2.15.3/doc/manual/R-admin.html
It only says,
"
The Tcl/Tk support files are contained in Rtools30.exe and
available as .z
Hi,
I am trying to make a debug version of R ( for use with gdb later ) on windows.
I am executing the following.
src\gnuwin32>make clean
src\gnuwin32>make DEBUG=T
In the output, I see many
-O3 flags
I do not see any
-g -O0 flags
which ( I believe/I think ) that is what I need to debug R
On 11.04.2013 11:31, wayne.w.jo...@shell.com wrote:
I've just downloaded and installed the latest version from here:
http://cran.r-project.org/bin/windows/base/ and can confirm that savePlot is
still broken under windows.
plot(1:10)
savePlot()
Error in .External(C_savePlot, device, filenam
I've just downloaded and installed the latest version from here:
http://cran.r-project.org/bin/windows/base/ and can confirm that savePlot is
still broken under windows.
> plot(1:10)
> savePlot()
Error in .External(C_savePlot, device, filename, type, restoreConsole) :
Incorrect number of arg
On 10.04.2013 21:13, Kanell17 wrote:
I am having the same problem and I don't know how to fix it. Has savePlot
been fixed? Is there something else I'm supposed to be doing?
What are you referring to? Please quote!
To see if something was fixed, see the svn log or just try it out. >The
log
hi martin
that is extremely clarifying - and perfectly fixed our problems!
i did read that comment in the release notes but failed to appreciate its
significance - it does make sense to do it this way for both the
performance improvements & safety issues mentioned in ?.Call. especially
in a pac
11 matches
Mail list logo