search for: frompath

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

2011 Jan 01
1
[LLVMdev] "nmake check" doesn't work for MSVC
...tSuite > ts, relative = search(item) > File "M:\Development\Source\LLVM\utils\lit\lit\main.py", line 183, in search > cache[path] = res = search1(path) > File "M:\Development\Source\LLVM\utils\lit\lit\main.py", line 174, in search1 > cfg = TestingConfig.frompath(cfgpath, None, litConfig, mustExist = True) > File "M:\Development\Source\LLVM\utils\lit\lit\TestingConfig.py", line 44, in frompath > exec f in cfg_globals > File "M:\Development\x64-msvc\llvm\test\lit.site.cfg", line 19, in <module> > lit.load_config(...
2010 Jan 09
4
parsing pdf files
I have a pdf file that I would like to parse into R: http://www.williams.edu/Registrar/geninfo/faculty.pdf For now, I open the file in Acrobat by hand, then save it "as text" and then use readLines(). That works fine but a) I am concerned that some information may be lost and b) I may be doing this a lot, so I would rather have R grab the information from the pdf file directly. So: is