Displaying 3 results from an estimated 3 matches for "hdevri".
Did you mean:
devri
2008 Oct 17
1
missing Rversion.h and Rconfig.h when installing RSQLite under FC8
...install R
(binary distribution) and then try to install RSQLite. Because the
problem does not occur when installing RSQLite with R under Windows I
suspect the problem is perhaps due to my limited understanding about the
correct way to install R under Fedora.
Kind regards,
Han de Vries
[hdevries@models6-cambr R]$ sudo rpm -U
~/Desktop/R-2.7.2-1.fc8.x86_64.rpm
warning: /home/hdevries/Desktop/R-2.7.2-1.fc8.x86_64.rpm: Header V3 DSA
signature: NOKEY, key ID 97d3544e
[hdevries@models6-cambr R]$ sudo R
R version 2.7.2 (2008-08-25)
Copyright (C) 2008 The R Foundation for Statistical...
2006 Jul 27
1
seq unexpected behavior
seq(0.1, 0.9 - 0.8, by = 0.1) gives the following error message:
Error in seq.default(0.1, 0.9 - 0.8, by = 0.1) :
wrong sign in 'by' argument
but seq(0.1, 0.8 - 0.7, by = 0.1) gives
[1] 0.1
(no error message)
Why do I get an error message in the first case?
Han
> sessionInfo()
R version 2.2.1, 2005-12-20, i386-pc-mingw32
attached base packages:
[1] "methods"
2006 Mar 10
2
possible to impose limit on R's use of resources?
When I run some large optimizations in R under Windows it puts a heavy
load on the CPU, which makes other applications that run at the same
time very slow. Is it possible to instruct R to be less aggressive in
its use of computer resources, so I can use my computer for other
purposes while running R (probably considerably slower) in the
background?
Han de Vries
--------------------
This email