search for: cvsactions

Displaying 2 results from an estimated 2 matches for "cvsactions".

2006 Aug 31
2
Combine 'overlapping' dataframes, respecting row names
...really addressed my issue, I'm afraid. I've also examined the cbind and rbind documentation but nonetheless here I am writing to r-help ;) This is what I have (the row names are dates used for conversion to an irregular time series with the its package): > cvsFrame cvsactions 2002-11-15 4 2002-12-15 9 2003-01-15 5 2003-02-15 5 > downloadsFrame downloads 2002-09-15 1 2002-10-15 2 2002-11-15 12 2002-12-15 8 (notice how the dates are overlapping?) The output I'd like is:...
2007 Feb 14
1
newbie: logical AND, OR in selectors ?
Hello Is it possible to construct selectors that can take into account two or more variables or conditions, by ANDing or ORing them together? Eg, I am trying to write a cvsserve component which can optionally take a username (or connect anonymously) and can also optionally take a cvs tag name to export. So there would be four different combinations of cvs command to exec, eg: cvs -d