search for: richie

Displaying 20 results from an estimated 270 matches for "richie".

Did you mean: ritchie
2009 Dec 13
5
[Bug 25623] New: Xorg segfaults when using nouveau.tv_norm=1080i on NV4B
...Product: xorg Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org ReportedBy: richie at 4rensics.org QAContact: xorg-team at lists.x.org Created an attachment (id=32045) --> (http://bugs.freedesktop.org/attachment.cgi?id=32045) Xorg Log Summary says most of it. Xorg segfaults when loading. Compiled from git. Attached the Xorg log. -- Configure bugmail: http://bug...
2010 May 15
4
[PATCH] xend: update init script to avoid grep on non-existent file system
I''m seeing a grep error during bare metal pvops kernel boot. In the init script, the previous checks will avoid/perform the /proc/xen mount as appropriate, but then it does a grep on /proc/xen/capabilities without ensuring that /proc/xen is actually mounted. This is my attempt (read: first patch :) ) to avoid it. _______________________________________________ Xen-devel mailing
2014 Dec 04
1
\U with more than 4 digits returns the wrong character
Great spot, thanks Mark. This really ought to appear somewhere in the ?Quotes help page. Having a warning under Windows might be nicer behaviour than silently returning the wrong value too. On 4 December 2014 at 22:24, Mark van der Loo <mark.vanderloo at gmail.com> wrote: > Richie, > > The R language definition [1] says (10.3.1): > > \Unnnnnnnn \U{nnnnnnnn} > (where multibyte locales are supported and not on Windows, otherwise > an error). Unicode character with given hex code ? sequences of up to > eight hex digits. > > > Best, > Mark > &...
2008 Oct 31
1
Can't Download Scott Richie's key for Ubuntu Repo.
I'm running the new Ubuntu 8.10 and I'm trying to install Wine but I can't download the key file that your suppose to important so that Ubuntu knows that the wine repo is safe. (http://wine.budgetdedicated.com/apt/Scott%20Ritchie.gpg won't download for me regardless what i do.)
2008 Aug 22
4
swap
Hello everybody,   I wonder if there is any swap function in R that does the following: x <- seq(1,10,12) x1 <- swap(x) x1 1 8 3 4 5 6 7 2 10 Thank you very much!   Amor __________________________________________________ Schutz gegen Massenmails. [[alternative HTML version deleted]]
2009 Mar 05
4
including tabular information with a plot in R Graphics
...lot and table on the same graphics window so I can output them as an image file for a report. Does anybody know how to include tabular information from a dataset or table into the graphics device? Is there a better/more correct way to output tables and graphics to a single file? Thanks very much, Richie [[alternative HTML version deleted]]
2014 Dec 04
4
\U with more than 4 digits returns the wrong character
...evel (2014-12-03 r67101) x64 under Windows. I played around with Sys.setlocale and options("encoding"), but couldn't get the expected value. Can others reproduce this? It feels like a bug, but experience tells me I probably have something silly going on with my setup. -- Regards, Richie
2008 Sep 03
1
Anonymous connection to Samba PDC?
Hi, is there a way to anonymously connect a Windows client to a Samba PDC? I have some random clients which I currently don't want to add to the domain, but would still like them to have access to one share. For example, I have: [skener] path = /var/spool/scanner/scans browseable = yes writable = yes force user = scanner force group = scanner
2009 Feb 13
2
how to obtain p values from an ANOVA result
Hi all, I'm tryint to turn my ANOVA result from anova(model) in to p values. The default output is: term ; Df ; Deviance ; resid Df; Resid. Dev Is there a way to add p values to this output so the significance of the terms can be easily determined? Thanks in advance. Richie [[alternative HTML version deleted]]
2017 May 30
2
stats::line() does not produce correct Tukey line when n mod 6 is 2 or 3
...l gives quite a few unnecessary (i.e. "white space") diffs with the source code, but that's not the problem : The patch leads to correct results for the simple (1:k, 1:k) data sets (for all k). However, even after the patch, The example from the SO post differs from the result of Richie Cotton's function...(even though that function had a silly bug in step 1, the bug has not been "kicking" for the example): Here's a fixed-up version of the pure R function and the example and some comments : ## From Stackoverflow ## http://stackoverflow.com/questions/3224731/...
2007 Dec 13
6
ls() pattern
Hello everyone, I get some data in the following format and I would like to combine them to form a dataframe. The data is like: cbcname1 = 0.1, cbcname2= 0.2, cbcname3=0.3,... name1, name2, name2 are just some random names. I would like to achieve sth like: (cbcname1=0.1, cbcname2=0.2, cbcname3=0.3,......) I am using the following codes do.call(cbind,
2008 Jan 17
4
aaMI
hi i am new to R language. I want to use aaMI package which calculates the amino acid mutual interaction for a given protein sequence. I had installed the package but when i run the program it gives me the error could not find function "aaMI". can anyone tell me what might be the problem.. -- View this message in context: http://www.nabble.com/aaMI-tp14915744p14915744.html Sent from
2016 May 05
1
Too many spaces in deparsed complex numbers with digits17 control option
..., '.'); } I think this is a small bug, and that "%17gi" in the snprintf call ought to be "%.17gi". Also there shouldn't be any space around the plus sign for consistency with the non-digits17 option. Is this a real bug, or is it deliberate behaviour? -- Regards, Richie Learning R 4dpiecharts.com
2007 Dec 06
2
Any package for deconvolution?
I want to run deconvolution of a time series by an impulse or point-spread function through Wiener filter, regularized filter, Lucy-Richardson method, or any other approaches. I searched the CRAN website and the mailing list archive, but could not find any package for such a deconvolution analysis. Does anybody know an existing R function for deconvolution? TIA, Gang
2013 Nov 01
1
Facts and Stored Configs
...vered via templates and foreman ENC. So what I was thinking is can I write a fact that would effectively store all the config files as strings. These could then be recovered at a later date if required. What would be the pitfalls of doing this, and can anyone think of a better way ? Thanks, RIchie. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com. To view this discussion on the web visit https://groups.goog...
2017 May 30
3
stats::line() does not produce correct Tukey line when n mod 6 is 2 or 3
...gt;> Serguei Sokol <sokol at insa-toulouse.fr> >>>>> on Tue, 30 May 2017 16:01:17 +0200 writes: > Le 30/05/2017 ? 09:33, Martin Maechler a ?crit : ... >> However, even after the patch, The example from the SO >> post differs from the result of Richie Cotton's >> function... > The explanation is quite simple. In SO function, the first > 1/3 quantile of used example counts 6 points (of 19 in > total), while line()'s definition of quantile leads to 8 > points. The same numbers (6 and 8) are on the othe...
2008 Mar 05
4
Excel export into R
Hello, I have this in excel Control 543_BU 123_AT 432_CU I want to be able to import to R so that it will read like this c<-c("543_BU","123_AT","432_CU") output: [1] "543_BU" "123_AT" "432_CU" This is just a short version. I have about 200000 rows and i need a simpler way instead of typing each one. thanks -- View this message
2008 Apr 28
5
Combine Values into a Vector or List
Hi all, I have the following x1<-paste("A", 1:6, sep = "") x2<- round(rgamma(6,2,1)) x3<-paste("B", 1:6, sep = "") x4<- round(rgamma(6,2,1)) data1 <- data.frame(x1,x2,x3,x4) I would like to get data2 <- c(A1=4, A2=1, A3=0,...) Is there any standard for such a case? Thank you very much in advance, Diego
2015 May 25
2
Unicode display problem with data frames under Windows
...C The encoding is correctly UTF-8. Encoding(as.character(d$x)) ## [1] "UTF-8" Under Linux both forms of printing are fine for me. I'm not quite sure whether I've missed a setting or if this is a bug, so Am I doing something silly? Can anyone else reproduce this? -- Regards, Richie Learning R 4dpiecharts.com [[alternative HTML version deleted]]
2006 Oct 31
5
Odd behaviour of removing 'nothing' from an array or data frame
...e. instead of removing the bad records, I've lost everything. I know that it's possible to recode this so problems don't occur, but the point is that the answer is unexpected. Can anybody explain if this behaviour is intentional or useful in some way, or is it an oversight? Regards, Richie. Mathematical Sciences Unit HSL Buxton SK17 9JN 01298 21(x8672) ------------------------------------------------------------------------ ATTENTION: This message contains privileged and confidential informatio...{{dropped}}