Hello,
Thank you for your reply. The suggested conversion trick with a slight
modification does the job.
I hope, the svm function of the e1071 package will support slam sparse
matrices directly. I think that this would be quite a reasonable feature.
Furthermore, there are developers who particip
On 12/7/09, Liviu Andronic wrote:
> Is it normal that R ignores options("width"=100) at start-up? Although
> li...@debian-liv:~$ cat /usr/lib/R/etc/Rprofile.site | grep width
> options(width = 100)
>
Found the issues. In the config, Rcmdr was starting after the
options() call. Setting them i
Full_Name: George Russell
Version: 2.10.0
OS: Windows XP Version 2002 SP 2
Submission from: (NULL) (217.111.3.131)
The following typed into R --vanilla induces a crash:
-- cut here --
gctorture()
u <- intToUtf8(c(rep(1e3,1e2),32,c(rep(1e3,1e2
v <- rep(u,1e2)
v <- sub(" ","",v)
v %in% ""
-- cu