search for: truepath

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

Did you mean: truepaths
2005 Jun 04
3
How to change the value of a class slot
...nsidered off-limits. What do I need to do to update slot values? Here are some possibly relevant code fragments setClass("CompletePathMaker", representation(i="integer", timeOffset="numeric", # to avoid 0's truePaths="TruePaths") ) nextPath <- function(pm){ #pm is a CompletePathMaker pm at i <- pm at i+as.integer(1) [etc] I'm trying to make the class behave like an iterator, with i keeping track of its location. I'm sure there are more R'ish ways to go, but I'm also...
2006 Sep 12
2
Home dirs problem
Hello, I have a question about mapping users home directory's to samba. The homedir layout is based on an old one used on NIS+ system. The structure is something like: /users /group1 /user1 /user2 ... /group2 /user3 ...