Displaying 20 results from an estimated 2000 matches similar to: "R project global options file"
2018 Mar 17
0
R project global options file
> On Mar 15, 2018, at 10:24 PM, Adrian Friskin <adrian.friskin at qut.edu.au> wrote:
>
> Hello R-help,
> I currently have R-project 3.4.2 and R-studio 1.1.383 installed on some of our universities computer labs. Since the installation of Visual studio the default version of R installed has changed to the version installed by VS. Users can change the
2007 Jul 09
5
guest domain couldn''t be started
Hi,
I install a guest Fedora inside the host Fedora. When I use the
service xend status
to check the status of xend. It shows xend is running.
However when I use
xm create xen1
to start the guest domain xen1, it failed. The corresponding file xen1 is
in /etc/xen/xen1. The error msg is as follows:
[root@phillis xen]# xm create xen1
Using config file "./xen1".
Going to boot Fedora
2005 Jul 21
1
cut in R
Dear All,
I wonder whether it is still valid to use the following R code for cut. All I have done is changed:
if (is.na(breaks) | breaks < 2)
to:
if (is.na(breaks) | breaks < 1)
so that it covers interval of 1?
It seems okay for my purposes but I am not sure why R specifically does not allow break<2 to happen.
Steve.
cut.default<-
function (x, breaks, labels =
2002 Sep 20
0
Can't connect to share
<disclaimer>/me is new to samba</disclaimer>
Hi all,
I'm trying to check for the existence of a particular share on a win2k
server. The share has these permissions, Read & Execute, List Folder
Contents and Read for the default username. The default username does not
have a password. The error i'm getting is thus:
#smbclient //bashir/logon -U default_user -W lab_domain
2002 May 29
1
Shared dir permissions problems
Hi everyone,
We are having a ticklish problem with permissions on the swap, and other
shared directories on our new server... (Samba 2.2.3a domain server with
W2KPro clients.)
We set up a number of directories in home which are subsequently mapped on
the W2K clients.
The shared directories are where the problem is. It seems that when a file
is created, then the only user that can edit the
2002 May 26
2
Tru64 Samba queue display problem
Hi,
I'm having problems with the queue on a Tru64 box running Samba 2.2.4.
When the queue is viewed from a client machine it displays a print job with
fields equivalent to the first line the lpq command outputs.
For example, lpq returns:
# lpq -P itsgp_css1
crow.qut.edu.au: Tue May 14 09:23:54 2002:
no entries
Then if I get on a client machine (Win2k) and look at the queue there is a
2005 Jul 20
2
Turning off return warning messages.
Dear All,
Is there a way I can turn off the following warning message for using multi-argument returns?
multi-argument returns are deprecated in: return(p1, p2, p3, p4)
Steve.
**************************************************************************************
Steve Su (s.su@qut.edu.au)
Postdoctoral fellow
Faculty of Business
Queensland University of Technology
Postal
2003 Jan 24
2
redhat and windows smb
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: Leo Emesue.vcf
Type: application/octet-stream
Size: 151 bytes
Desc: not available
Url : http://lists.samba.org/archive/samba/attachments/20030124/3b695c0b/LeoEmesue.obj
2011 Jun 30
4
aggregating data
Hi,
I am interested in using the cast function in R to perform some aggregation. I did once manage to get it working, but have now forgotten how I did this. So here is my dilemma. I have several thousands of probes (about 180,000) corresponding to each gene; what I'd like to do is obtain is a frequency count of the various occurrences of each probes for each gene.
The data would look
2003 May 21
1
inspect now available?
Dear All,
I am wondering if R now has a similar function to inspect in Splus? Someone post this question in 1999 and the answer was no, and I am wondering if this function has been developed in 2003?
Thanks for your attention.
**************************************************************************************
Steve Su (s.su@qut.edu.au)
PhD student.
School of Accountancy
2010 Nov 24
1
how to make R overlook string character
I am really new to R and would appreciate some help to sort out a problem
with data extraction from a large file.
I have entered the following command to filter data from a large data set
called "upanddown" such that those records in upanddown corresponding to
blockType=3'UTR are transferred to a new file called "new":
new<-sqldf("select * from upanddown where
1998 Nov 19
2
Re: ESS & R data import problems
I have a similar question, I know about --vsize, but I use R under Emacs
using ESS. I know there is an easy way to call R from ESS with command
line options but I don't remember how. I can't find help on this in ESS
documentation or in R documentation.
Could someone please remind me how this is done.
------------------------------------
| Robert Denham |
|
2003 Jan 15
0
Re: automount shares
Adam,
Rather than using /etc/fstab (works fine), for users with different
share requirements, you could set up a mount point in autofs. In the
/etc/auto.master file, set up the mount point and connection file
/home/user/mnt /etc/auto.user --timeout=60
Then in your /etc/auto.user file, set up the specific share connection
(sub appropriate values for user, uid and IP/share)
xpbox
2003 Jan 15
0
Re: automount shares
Adam,
Rather than using /etc/fstab (works fine), for users with different
share requirements, you could set up a mount point in autofs. In the
/etc/auto.master file, set up the mount point and connection file
/home/user/mnt /etc/auto.user --timeout=60
Then in your /etc/auto.user file, set up the specific share connection
(sub appropriate values for user, uid and IP/share)
xpbox
2017 Aug 27
1
help with read.csv() for files with different number of columns
Dear R community,
I have a text file (test.txt) with different number of columns:
0610007P14Rik%%% Tcf19 Gtf2i 0610010O12Rik%%% Ivns1abp Etv6 1100001G20Rik%%% Nmi 1500015O10Rik%%% Foxi1 Ascl3 Sirt3 1700003E16Rik%%% Ascl2 Ifnar2 1700028J19Rik%%% Musk Nfe2l3 1810011O10Rik%%% Ppp1r13b Bpnt1 Cdkn2c Foxc1 Sox10 Smarca2 1810019D21Rik%%% Asb8 1810037I17Rik%%% Zfp612 1810055G02Rik%%% Nkx2-3 Maged1 Runx1
2017 Aug 27
0
help with read.csv() for files with different number of columns
Hi Ace,
As your example seems to have spaces as separators,
testdf<-read.table("test.txt",header=FALSE,fill=TRUE,
col.names=paste("V",1:14,sep=""),stringsAsFactors=FALSE)
By specifying the number of columns with "col.names" and using
"fill=TRUE" you can get a data frame with zero length strings where
values are missing in the input file.
Jim
2004 Jul 07
0
Permission denied (if57@student.qut.edu.au)
You have attempted to send a message to a list to which you
are not authorised. Your message has been discarded.
QUT Help Desk (Postmaster)
helpdesk@qut.edu.au
Ph: +61 7 3864 4000
--- Original Message ---
Received: from mail-router01.qut.edu.au (IDENT:mirapoint@mail-router01.qut.edu.au [131.181.254.7])
by copperhead.qut.edu.au (8.11.6/8.11.6) with ESMTP id i678hKJ30761
for
2017 Aug 28
2
help with read.csv() for files with different number of columns
Hi, Jim,
Thank you very much for pointing out the format issue. Here is the original text:
===I have a text file (test.txt) with different number of columns:
0610007P14Rik%%% Tcf19 Gtf2i 0610010O12Rik%%% Ivns1abp Etv6 1100001G20Rik%%% Nmi 1500015O10Rik%%% Foxi1 Ascl3 Sirt3 1700003E16Rik%%% Ascl2 Ifnar2 1700028J19Rik%%% Musk Nfe2l3 1810011O10Rik%%% Ppp1r13b Bpnt1 Cdkn2c Foxc1 Sox10 Smarca2
2017 Aug 29
2
help with read.csv() for files with different number of columns
Thank you very much! Looks like I have to know the length of each record ahead of time.
Ace
On Monday, August 28, 2017 12:56 AM, Jim Lemon <drjimlemon at gmail.com> wrote:
Hi Ace,
With tabs as separators:
testdf<-read.table("test.txt",header=FALSE,fill=TRUE,sep="\t",
col.names=paste("V",1:19,sep=""),stringsAsFactors=FALSE)
Also note
1999 May 05
1
mathematical expressions in main
Hi
I've tried and tried and I presume it is very simple but .....
I want some varying titles for plots using greek symbols
eg using an expression like
for (true in c(0:5))
plot(...,main = expression(paste(phi," = ",true,sigma)),...)
where phi and sigma are greek symbols. Instead of \phi=2\sigma I get
\phi=true\sigma as true is taken as a text string - not a variable.
Any