search for: akwardness

Displaying 18 results from an estimated 18 matches for "akwardness".

Did you mean: awkwardness
2004 Jun 16
2
Loading 'akward' data file
Generally you'd use file() to open the file, then use readLines(), say inside a while() loop to read one `chunk' at a time. However, your example looks a bit strange. The possibility of empty line makes it a bit more complicated, by that last couple of lines seems to suggest that you could have a line of data follow by another line of data without variable label. If that's true, I
2012 Jan 27
2
convert sas date format
Hi everybody, i have a csv-file, containing dates in an akward sas format, where 31.12.1559 is -1, 1.1.1960 is 1, 2.1.1960 is 2 and so on (see http://www.sfu.ca/sasdoc/sashtml/lrcon/zenid-63.htm ). Is there any function in R to convert this into YYYY-M-D easily? Best, Felix Dr. rer. nat. Dipl.-Psych. Felix Fischer Institut für Sozialmedizin, Epidemiologie und Gesundheitsökonomie Charité -
2013 Feb 09
3
help on plotting series with different x-axis values on a graph with one x-axis
Hi, I have run into this problem a couple of times now and hope you can help! If I want to plot mulitiple series with differing x-axis values (however, all in the same range) in 1 plot with one common axis R obstruses the plots. E.g. if I plot water content against time and I start with the sampler at 5 cm depth, it plots that one right. But the next depth, 15 cm, is measured at slightly
2017 Mar 16
2
Re: [RFC] per-device metadata
On Thu, Mar 16, 2017 at 03:50:51PM +0100, Peter Krempa wrote: > On Thu, Mar 16, 2017 at 14:42:30 +0000, Daniel Berrange wrote: > > On Thu, Mar 16, 2017 at 01:46:38PM +0100, Peter Krempa wrote: > > > On Mon, Feb 27, 2017 at 16:41:28 +0100, Francesco Romani wrote: > > [...] > > > > In general I don't have a problem with this and if it would make the >
2003 Jul 13
1
--include-from with no source directory
Dear Friends, I've seen this come up on the list in the past, most particularly here. http://groups.google.com/groups?q=rsync+include-from+cat&hl=en&lr=&ie=UT F-8&oe=UTF-8&selm=b2h7t8%2422nt%241%40FreeBSD.csie.NCTU.edu.tw&rnum=2 I find myself in a very similar position. Ideally I'd have a single file, as follows: + /www - /www/bigstuff + /home - /home/tempuser
2017 Mar 16
1
Re: [RFC] per-device metadata
On Thu, Mar 16, 2017 at 04:17:51PM +0100, Peter Krempa wrote: > On Thu, Mar 16, 2017 at 14:52:47 +0000, Daniel Berrange wrote: > > On Thu, Mar 16, 2017 at 03:50:51PM +0100, Peter Krempa wrote: > > > On Thu, Mar 16, 2017 at 14:42:30 +0000, Daniel Berrange wrote: > > > > On Thu, Mar 16, 2017 at 01:46:38PM +0100, Peter Krempa wrote: > > > > > On Mon, Feb
2011 Apr 21
1
Help with matching rows
Dear Sir, Please excuse my akwardness as I a new to R and computers, but would kindly appreciate help. { a <- sample (1:10,100,replace=T ) b <-sample(10:20,100,replace=T) c <- sample(20:30,100,replace=T) d <- sample(30:40,100,replace=T) e <- sample(40:50,100,replace=T) } d1 <- a d2 <- b d3 <-c d4 <- d d5 <...
2000 Apr 03
1
window(): feature request
Dear R-developpers, currently the function window shows the following behaviour, if start or end is out of range: > x <- ts(1:14,start=c(1950,2),frequency=4) > y <- window(x,start=c(1950,1),end=c(1953,4)) Warning messages: 1: start value not changed in: window.default(x, ...) 2: end value not changed in: window.default(x, ...) Instead of this I would like it to fill with NAs the
2010 May 12
8
Trouble developing Rails plugins/gems with generators
Hi, I''ve been trying to develop a Rails gem/plugin with generators for Rails 3. I first had a separate gem project with a gem statement in my Gemfile with a :path option to point at it. But then I had to run $ rake install on each change in my gem to have Rails pick up on it. I have now instead put my generators inside RAILS_ROOT/lib so they are easier to test/develop. lib/generators -
2010 Mar 13
1
[solved] Error: pci: 0000:01:07.0: non-page-aligned MMIO BAR found.
Hi Folks, I make I new approach to pimp up my xen-Kernel in higher version-numbers. Currently I run a selfcompiled 2.6.27-Kernel from: hg clone http://xenbits.xensource.com/ext/linux-2.6.27-xen.hg In the next step I want to run the kernel from jemery: git clone git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git I tried the last couple of days to get pci-passtrough work with jeremys
2011 May 04
1
Reference Classes: replacing '.self' with an .Rda image of '.self' from within a method? (was replacing '.self' with an .Rda image of '.self' from within a method?)
Sorry guys, but I chose a really stupid name before (no "reference classes"). Hope it's okay to re-post. Cheers, Janko >>> ORIGINAL MESSAGE <<< Dear list, Is it possible to update or reassign '.self' with an image of '.self' (e.g. a locally stored .Rda file) from within a method? I know that this might sound akward, but here's the use
2017 Mar 16
0
Re: [RFC] per-device metadata
On Thu, Mar 16, 2017 at 14:52:47 +0000, Daniel Berrange wrote: > On Thu, Mar 16, 2017 at 03:50:51PM +0100, Peter Krempa wrote: > > On Thu, Mar 16, 2017 at 14:42:30 +0000, Daniel Berrange wrote: > > > On Thu, Mar 16, 2017 at 01:46:38PM +0100, Peter Krempa wrote: > > > > On Mon, Feb 27, 2017 at 16:41:28 +0100, Francesco Romani wrote: [...] > The scenario where
2011 May 02
0
Replacing '.self' with an .Rda image of '.self' from within a method?
Dear list, Is it possible to update or reassign '.self' with an image of '.self' (e.g. a locally stored .Rda file) from within a method? I know that this might sound akward, but here's the use case: 1) Ref Class Definition setRefClass(Class="Test", fields=list(A="character", B="character"),
2019 Aug 05
1
Re: [nbdkit PATCH 3/3] server: Add and use nbdkit_nanosleep
On 8/3/19 11:01 AM, Eric Blake wrote: > There are a couple of problems with filters trying to sleep. First, > when it is time to shut down nbdkit, we wait until all pending > transactions have had a chance to wind down. But consider what > happens if one or more of those pending transactions are blocked in a > sleep. POSIX says nanosleep is interrupted with EINTR if that thread
2014 Jul 04
2
iPXE chain to lpxelinux.0 6.03-pre17 inconsistencies and failures
On 07/03/2014 08:44 PM, Gene Cumm wrote: > On Thu, Jul 3, 2014 at 9:13 PM, Alexander Perlis wrote: > >> I suppose we could try making an ISOLINUX CD for the local boot, which then >> uses pxechn.c32 to connect to our PXE server? > > pxechn.c32 requires a functional PXELINUX. If I understand the issue correctly, is it that pxelinux.0 does not have a network stack and
2011 Aug 01
3
General indexing in multidimensional arrays
Dear R community, I have a general question regarding indexing in multidiemensional arrays. Imagine I have a three dimensional array and I only want to extract on vector along a single dimension from it: data <- array(rnorm(64),dim=c(4,4,4)) result <- data[1,1,] If I want to extract more than one of these vectors, it would now really help me to supply a logical matrix of the
2017 Mar 16
3
Re: [RFC] per-device metadata
On Thu, Mar 16, 2017 at 01:46:38PM +0100, Peter Krempa wrote: > > For techincal discussions on design it's better to post to the > development list. > > On Mon, Feb 27, 2017 at 16:41:28 +0100, Francesco Romani wrote: > > Hi, > > Hi, > > > > > > > Currently libvirt supports metadata in the domain XML. This is very > > convenient for
2005 Jan 08
10
[LLVMdev] Version Control Upgrade?
LLVMers, The oversight group has been kicking around the idea of getting a better version control system than CVS. The problem is, we're not quite sure what "better" means. So, we thought we'd ask your opinions. If you're interested in this topic (and you should be if you're actively developing), please have a look at this site: