search for: dotdir

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

Did you mean: docdir
2011 Sep 23
1
should dir(all=TRUE) return "." and ".."?
...")) might start attacking dirToClean/.., then dirToClean/../.., etc., until your disk is empty. > dir.create(tdir <- tempfile("tdir")) > file.create(file.path(tdir, c(".dotFile", "noDotFile"))) [1] TRUE TRUE > dir.create(file.path(tdir, ".dotDir")) > file.create(file.path(tdir, ".dotDir", c("noDotFileInDotDir", ".dotFileInDotDir"))) [1] TRUE TRUE > dir(tdir, all=TRUE) # omit "." and ".." here? [1] "." ".." ".dotDir" ".do...
2012 Oct 26
12
Have Class Only Perform Actions When There Is Work To Do (i.e. Making Them Idempotent)
Howdy. I feel like I am missing something really simply with regards to the way that Puppet works and I am wondering if someone can point me in the write direction. I have written a class that downloads, uncompresses, compiles, and installs Python from source. So far so good. The problem is that it only needs to do this once, when Python is not already in place (or some other custom