search for: earlbrown

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

2013 Feb 14
0
Install package "ROpenOffice"
Has anyone had trouble installing the package "ROpenOffice" from omegahat: http://www.omegahat.org/ROpenOffice/ I downloaded the .tar.gz file to my local hard drive and tried to install it with the following code, but got an error message: > install.packages("/Users/earlbrown/Desktop/ROpenOffice_0.4-0.tar.gz", repos = NULL, type = "source") Installing package(s) into ?/Users/earlbrown/Library/R/2.15/library? (as ?lib? is unspecified) * installing *source* package ?ROpenOffice? ... ** R ** inst ** preparing package for lazy loading ** help *** installing h...
2013 Nov 21
2
RStudio and R.app "segmentation fault" errors
...ses a library written in C++ to analyze natural language (FreeLing: http://nlp.lsi.upc.edu/freeling). When I run the following code in RStudio (0.97.248) and R.app (1.62) on Max OSX (10.7.5): > cmd <- "analyze -f /usr/local/share/freeling/config/es.cfg --lang es --outf tagged </Users/earlbrown/temp_input.txt" > tagged.text <- do.call(system, args = list(command = cmd, intern = T)) I sometimes receive a "Segmentation fault" error: /usr/local/bin/analyze: line 39: 2806 Segmentation fault: 11 $FREELING/bin/analyzer $param Warning message: running command 'analyz...