similar to: Passing aruments with source

Displaying 20 results from an estimated 11000 matches similar to: "Passing aruments with source"

2011 May 05
3
Alter a line in a file.
Hi all R users Ive got a file that contains diffrent settings in the manor of: setting1="value1" setting2="value2" setting3="value3" setting4="value4" . . . What I want to do is open the file and change the value of a specific setting like wanna change setting4="value4" -> setting4="value5" and then save the file again.
2010 Oct 29
3
check RAM usage
Hi Is there any way to check an certain command or procedure's RAM usage? Im after something similar to system.time(bla) that gives me the time the command took to preform but for RAM usage. Hope you understand what i mean. Best regards Joel -- View this message in context: http://r.789695.n4.nabble.com/check-RAM-usage-tp3018753p3018753.html Sent from the R help mailing list archive at
2010 Dec 01
3
Save R2HTML as an object instead of file
Hi Is it possible to instead of getting the HTML code written to a file, get it saved as a string in an object instead? Or is there any kind of package that can do this? //Joel -- View this message in context: http://r.789695.n4.nabble.com/Save-R2HTML-as-an-object-instead-of-file-tp3066776p3066776.html Sent from the R help mailing list archive at Nabble.com.
2010 Nov 11
2
Number above the bar?
Hi I got an barplot, and I would like to have the exact number of the bars just above the bars anyone know how to do this? Sorry for bad English, and I do hope that you understand what im after. //Joel -- View this message in context: http://r.789695.n4.nabble.com/Number-above-the-bar-tp3037438p3037438.html Sent from the R help mailing list archive at Nabble.com.
2010 Oct 15
4
Set value if else...
Hi I want to set a variable to either 1 or 0 depending on an value of a dataframe and then add this as a colum to the dataframe. This could be done with a loop but as we are able to do questions on a complete row or colum without a loop it would be sweet if it could be done. for example: table: Name Age Joel 24 agust 17 maja 40 and so on... And what I want to do is a command that
2010 Dec 08
3
Dont print plot on screen
Hi is there any command or setting that allows you to do the plot command but it dose not print the plot on screen? So when you are saveing an plot in a function you dont want it to display the plot just save it. -- View this message in context: http://r.789695.n4.nabble.com/Dont-print-plot-on-screen-tp3078167p3078167.html Sent from the R help mailing list archive at Nabble.com.
2010 Nov 23
6
the first. from SAS in R
Is there any similar function in R to the first. in SAS? What it dose is: Lets say we have this table: a b c 1 1 5 1 0 2 2 0 2 2 0 NA 2 9 2 3 1 3 and then I want do to do one thing the first time the number 1 appers in a and something else the secund time 1 appers in a and so on. so something similar to: if first.a { a$d<-1 }else{ a$d<-0 } This would give me
2004 Apr 24
0
compile error in chan_oh323.c
hey people, i've installed an asterisk version on my Linux Distribution. Then i wanted to compile the packages for H323 support. The openh323 and pwlib libraries compiled without any error. But at least i got one in /~/asterisk-oh323-0.5-10/asterisk-driver/chan_oh323.c in Line 1128. Too many aruments caused this error. Is anybody able to say why and how can i solve thsi problem? Kindly Regards
2006 Aug 03
1
A patch for ocfs2 source configuration process.
Hi, I have downloaded the newest source code ocfs2-1.2.3.tar.gz from oss.oracle.com. After do the configuration I find a strange thing. Although my kernel is "2.6.9-11.19AX"(Asianux2.0 on a vmware server with a single processor configured), the configuration find that it is 2.6.9-11.19AX-smp. So after I make and install, those *.ko went to the wrong place. The reason is: 1.
2005 Jun 05
3
segmentation fault
Hi, When tring to remove lost+found folder on ocfs2 fs, i got segmentation fault. Attached log message. System running on kernel 2.6.9-5.0.5.EL using ocfs2 Release 0.99.11-1 (BETA) Tq. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
2005 Jun 05
3
segmentation fault
Hi, When tring to remove lost+found folder on ocfs2 fs, i got segmentation fault. Attached log message. System running on kernel 2.6.9-5.0.5.EL using ocfs2 Release 0.99.11-1 (BETA) Tq. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
2004 Aug 18
4
LTP system call test all pass!
After fix bug 130 and 131, and some LTP bugs. ocfs2 can now pass all LTP filesystem related system call testcases. detail result see attach. ------------------- Intel China Software Lab. iNet: 8-752-1243 8621-52574545-1243(O) xfling@users.sourceforge.net Opinions are my own and don't represent those of my employer -------------- next part -------------- A non-text attachment was
2002 Oct 09
5
[Fwd: samba client problems???]
Hello, I have scoured the samba archives, and have found a few suggestions to this problem, like setting registry setting on the Windows machine to allow clear text passwords, and making sure permissions are setup correctly in the smb.conf and with the directory to share... but to no avail... Can someone shed some further light on this topic. None of the prior posting's actually had a
2000 Feb 28
7
smbd and nmbd
Hi. I'm getting messages to the effect: Inetd: /usr/local/samba/lib/nmbd: Hangup Last messages repeat 319 times I start samba from inetd. Should I be starting it as a daemon or starting it in init.d? If starting it as a daemon in in init.d, does someone have a script that can let me use? I'm running samba on an a Sun E450, with Solaris 2.7. Thanks. grant
2010 Jul 22
4
[PATCH 1/3] ext3/ext4: Factor out disk addressability check
As part of adding support for OCFS2 to mount huge volumes, we need to check that the sector_t and page cache of the system are capable of addressing the entire volume. An identical check already appears in ext3 and ext4. This patch moves the addressability check into its own function in fs/libfs.c and modifies ext3 and ext4 to invoke it. Signed-off-by: Patrick LoPresti <lopresti at
2009 Apr 08
1
ocfs2_controld.cman
If I start ocfs2_controld.cman in parallel on a few nodes, only one of them starts up, the others exit with one of these errors: call_section_read at 370: Reading from section "daemon_protocol" on checkpoint "ocfs2:controld" (try 1) call_section_read at 387: Checkpoint "ocfs2:controld" does not have a section named "daemon_protocol" call_section_read at
2008 Oct 20
2
[PATCH] ocfs2: Fix checking of return value of new_inode()
new_inode() does not return ERR_PTR() but NULL in case of failure. Correct checking of the return value. Signed-off-by: Jan Kara <jack at suse.cz> --- fs/ocfs2/namei.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/ocfs2/namei.c b/fs/ocfs2/namei.c index d5d808f..0372ef0 100644 --- a/fs/ocfs2/namei.c +++ b/fs/ocfs2/namei.c @@ -382,8 +382,8 @@ static int
2006 Nov 16
4
lme4 package: Fitted values and residuals
Dear all, I have three concerns: 1) I am running models with the lme4 package. I cannot find a way to pull out a vector of the fitted values and the residuals. Does anybody know how to do it? 2) How can I nest a random effect variable into a "two-level" fixed effect variable? 3) Suppose I have the following model: y = a + b|c + d + error, where 'a' is a fixed effect, 'c'
2010 Sep 13
2
Saveing plot to multiple locations
Hi Im trying to save a plot both to a pdf and as just a picture but without success so if someone can help me I would be happy :) my code: require(party) irisct <- ctree(Species ~ .,data = iris) data(iris) attach(iris) pdf('/home/joel/Skrivbord/mammamu.pdf') try(png('/home/joel/Skrivbord/mammamu1.png')) plot(Sepal.Length, Petal.Length, col=unclass(Species)) legend(4.5, 7,
2009 Jun 10
3
How to mount OCFS2 file systems using the EMC Power Path multipath device
OEL 5, OCFS 1.4, using EMC Power Path for multi pathing. I want t mount the OCFS2 file system on the emc power path device. I can mount by UUID, and not have to worry about persistent bindings across nodes. But how do I make sure when it mounts by UUID , that the pwoer path device is used. Any help will be much appreciated. Thanks -- Sridhar Avantsa savantsa at gmail.com -------------- next