search for: _temp_

Displaying 5 results from an estimated 5 matches for "_temp_".

Did you mean: _temp
2008 Dec 13
2
sas.get function in Hmsic 3.4-4 vs. 3.0-12
...sages: 1: In sas.get("C:\\Temp", mem = "one") : C:\Temp/formats.sc? or formats.sas7bcat not found. Formatting ignored. 2: In shell(cmd, wait = TRUE, intern = output) : '"sas" "C:\DOCUME~1\malarry\LOCALS~1\Temp\Rtmp84GyYh\SaS2ea6bb3.3.sas" -log "_temp_.log"' execution failed with error code 1 [[alternative HTML version deleted]]
2015 Nov 23
1
[Path] RFC: Known directories
On Mon, Nov 23, 2015 at 3:07 PM, Rafael EspĂ­ndola <rafael.espindola at gmail.com> wrote: >> We appear to use both system_temp_directory(true) and >> system_temp_directory(false) in ways that seem like they could matter. >> For instance, modules uses a temp directory that does not get erased >> on reboot, possibly for performance reasons. Do we gain something from >> deprecating system_temp_directory...
2015 Nov 23
1
[Path] RFC: Known directories
...ndola <rafael.espindola at gmail.com> wrote: > On 23 November 2015 at 15:11, Aaron Ballman <aaron.ballman at gmail.com> wrote: >> On Mon, Nov 23, 2015 at 3:07 PM, Rafael EspĂ­ndola >> <rafael.espindola at gmail.com> wrote: >>>> We appear to use both system_temp_directory(true) and >>>> system_temp_directory(false) in ways that seem like they could matter. >>>> For instance, modules uses a temp directory that does not get erased >>>> on reboot, possibly for performance reasons. Do we gain something from >>>> d...
2003 Sep 28
0
Problem with sas.get function in Hmisc library
...s to be no 'sasout' argument in the function call : "function (library, member, variables = character(0), ifs = character(0), format.library = library, id, dates. = c("sas", "yymmdd", "yearfrac", "yearfrac2"), keep.log = TRUE, log.file = "_temp_.log", macro = sas.get.macro, data.frame.out = existsFunction("data.frame"), clean.up = TRUE, quiet = FALSE, temp = tempfile("SaS"), formats = TRUE, recode = formats, special.miss = FALSE, sasprog = "sas", as.is = 0.5, check.unique.id = TRUE, force.single = FAL...
2015 Nov 19
2
[Path] RFC: Known directories
Hi, llvm::sys::path allows the user to query "known directory" paths: temp, cache, home. I was tweaking this area a bit for some time. I would like to propose a small redesign. What we have so far? home_directory() tries to return what it promises. No issues with that. system_temp_directory(true) returns a path to a directory that can be erased on reboot. On Linux it is usually /tmp. On Windows and OSX it returns user's temp directories as a first choice. system_temp_directory(false) returns a path to a directory that is not cleared on reboot. On Linux it is usually /var...