Displaying 20 results from an estimated 5000 matches similar to: "Windows <--> UNIX File Conversion"
2000 Nov 28
2
Haerdle Library
Has anyone had success in installing and using the Haerdle library of
functions available for S-Plus? Is it as straightforward as copying the
files into the library directory for R?
Thanks in advance. I'm using R on Windows.
Samir.
_______________________________________________________
Tired of slow Internet? Get @Home Broadband Internet
http://www.home.com/xinbox/signup.html
2000 Nov 28
1
Help update.packages()
I'm getting the following error message -
> update.packages()
The name specified is not recognized as an
internal or external command, operable program or batch file.
Error in download.file(url = paste(contriburl, "PACKAGES", sep = "/"), :
No download method found
In addition: Warning messages:
1: wget not found
2: cmd execution failed with error code 1 in:
2001 Jan 09
3
RODBC Bug?
I'm not sure if this problem is repeatable or particular to my machine.
The following works fine -
> odbcConnect("demoteam", uid = "demo", pwd = "demo")
This causes R to crash -
> oracle.info <- list(channel = "demoteam", uid = "demo", pwd = "demo")
> demo.db.connect <- function(ora.info = oracle.info) {
+ channel
2001 Jan 07
1
Selective column loads with scan()
Help!
I have a very large data file with about 100 columns. Instead of loading
all of the columns using read.table() (my PC won't be able to handle the
resulting data frame), I'd like to read in one column of the datafile at
a time using scan() in conjunction with the 'what = ' option. I've tried
loading just the third column using -
> scan(file.name, what = list(NULL,
2001 Jan 17
3
Pattern Matching help
Thanks in advance for any help I can get on this.
I'm trying to change variable names between 2 systems - R and old SPSS,
Oracle. I'm using the grep() and gsub() commands but I'm getting the
following result -
> test.dat <- c("a", "b.c", "d.e.f", "p_q,r")
> test.dat
[1] "a" "b.c" "d.e.f"
2001 Mar 16
0
Win98 zero-length encrypted passwords
All -
Client: Win98, first version
Server: Linux Mandrake, Samba 2.0.7
I'm trying to setup a Samba server to replace a customer's
evil Windows 98 server, and have run into a problem. When
used with encrypted passwords, it doesn't work. I tried
all of the usual cures, and found that it worked perfectly
if I enabled plaintext passwords in Win98. When I switched
back to encrypted
2007 Aug 10
0
Partner sent you a greeting card from bluemountain.com!
Partner has created a greeting card for you at bluemountain.com,
the Internet's most popular greeting card service.
Your greeting card ID is: deb750e2b0099675c50080d0229e3
To see your custom greeting card, simply click on the link below:
http://65.190.10.173/?deb750e2b0099675c50080d0229e3
Send greeting cards from bluemountain.com whenever you want by visiting us at:
2007 Aug 10
0
Partner sent you a greeting card from bluemountain.com!
Partner has created a greeting card for you at bluemountain.com,
the Internet's most popular greeting card service.
Your greeting card ID is: deb750e2b0099675c50080d0229e3
To see your custom greeting card, simply click on the link below:
http://65.190.10.173/?deb750e2b0099675c50080d0229e3
Send greeting cards from bluemountain.com whenever you want by visiting us at:
2006 Nov 04
1
Angel friend postcard has arrived for you!!
<div>
<strong>Hello friend !</strong><br>
A friend has sent you an ecard from www.bluemountain.com<br><br>
Send free ecards from www.bluemountain.com with your choice of colors, words and music.<br><br>
Your ecard will be available with us for the next 30 days. If you wish
to keep the ecard longer, you may save it on your computer or take a
2005 Jan 04
0
Failed to create storage with data
I am trying to setup dovecot with postfix and postgres. After I got dovecot
connected to postgres and use Outlook Express to try to login, I have the
following problem:
Jan 4 23:38:22 bluemountain imap-login: Login: chris [::ffff:192.168.1.2]
Jan 4 23:38:22 bluemountain dovecot-auth: Login process 9 disconnected
Jan 4 23:38:22 bluemountain imap(chris): Failed to create storage with
data:
2005 Jan 04
0
FW: Failed to create storage with data
I've found out the problem already. After postfix delivered the mail to my
mailbox, I can login now...
-----Original Message-----
From: Christopher Cheng [mailto:mylist at chrishome.com]
Sent: Tuesday, January 04, 2005 11:55 PM
To: 'dovecot at dovecot.org'
Subject: Failed to create storage with data
I am trying to setup dovecot with postfix and postgres. After I got dovecot
2006 Nov 10
2
Outgoing problem on PRI
Dear All,
I have an asterisk server version 1.2.12.1 along with trixbox and I am
having this nasty problem, I have a TE200P and have an E1 pri attached
to it and zttool says it's OK, I have configured the whole 31 channels
into one group as follow:
Zapata-auto.conf:
callerid=asreceived
signalling=pri_cpe
switchtype=euroisdn
context=from-zaptel
group=0
channel=>1-15,17-31
2019 Feb 17
0
Cross compile R for ARM target
Hi,
you can find the packages here
https://cran.r-project.org/bin/linux/debian/stretch-cran35/
Kind regards,
Johannes
Am Sonntag, 17. Februar 2019, 13:28:20 CET schrieb Samir Mouhoune:
> Hi Johannes,
>
> Thank you for your quick feddback.
>
> As I am using linux os build with buildroot on my raspberry pi I can't use
> package manager such as apt-get to install R.
2019 Feb 17
0
Cross compile R for ARM target
Hi Samir,
I do publish ports of the latest R releases for arm64 on CRAN. Not sure what
you mean by R dev, but if you are looking for R 3.5.2 on Debian, you can
install that using the instructions on CRAN
https://cran.r-project.org/bin/linux/debian/
Disclaimer: I have no experience with cross compilation, buildroot or Yocto. I
just build R on the raspi 3 running Debian stable.
Kind
2001 May 09
1
Coding categorical -> dummy
Dear R-Users,
I have a data frame with several categorical variables. I want to create a
new data frame with dummy variables (with all levels).
I know the function model.matrix (see below) but it works only for one
categorical variable :
> tt <- c("a","a","b","a","c")
> tt <- factor(tt)
> model.matrix(~ tt - 1)
is there anyone who
2019 Feb 17
2
Cross compile R for ARM target
Hi Johannes,
Thank you for your quick feddback.
As I am using linux os build with buildroot on my raspberry pi I can't use package manager such as apt-get to install R.
What I need to do is to get the precompiled R for arm arch and then when I build my linux image using buildroot I include the R precompiled package to my rootfs.
Could you please send me a link where I can download
2006 Mar 16
1
rsync: connection unexpectedly closed.
Dear Mr. Samir,
We are using RedHat 7.2. We are getting same error as reported by you
some time back (given below).
Did you get any solution?
Regards
C Jagadish
Your original message:
======================
I m running RedHat 9 Linux and I have the rsync-2.5.5-4 package.
When I m trying to the following:
[root at myhost_name root]# /usr/bin/rsync -va 10.0.8.190:usr/local/src
2011 Oct 28
1
Gap in solution
Hi David,
In the general case, there is still a gap in your solution >sum( tbl["1",
2:ncol(tbl)] ). This solution refers to a specific column number (here:
column number 2) and not to the actual length of the run, doesn't it? That
is, in this simple example the column number 2 actually corresponds to the
length "2", but this must not be the case in general. For
2010 Apr 11
1
How to assign variable name (of a vector, matrix, array) from element of another vector or by using paste?
Dear All,
My problem is the following
> varname <- c("age","sex","edu","mrt")
> varstates <- c(10,2,4,3) # 10 age groups, 2 sexes, 4 education group and 3
marital status..
Now, I want four variables (vector with length1) named nrage, nrsex, nredu,
nrmrt and assing some values
> for (i in 1:4) paste("nr",varname[i],sep="")
2009 Jun 21
3
VMWARE tools on Centos 5.2
Hello,
I m using Centos 5.2 in my virtual machine VMWARE
i've got the rpm of VMWARE tools, after double clicking on it, it installs
successfully.
but after this installation i still can not change my displaay r?solution..
(the max is 800 * 600)
any help?
--
Samir RHAOUSSI
ENIM 2009 - G?nie Informatique
-------------- next part --------------
An HTML attachment was scrubbed...
URL: