Displaying 2 results from an estimated 2 matches for "setup_term_ui".
2005 Sep 22
1
Rf_initEmbeddedR in Windows
...mbol _R_SetParams referenced in
function _Rf_initEmbeddedR
error LNK2019: unresolved external symbol _R_SizeFromEnv referenced in
function _Rf_initEmbeddedR
error LNK2019: unresolved external symbol _setup_Rmainloop referenced in
function _Rf_initEmbeddedR
error LNK2019: unresolved external symbol _setup_term_ui referenced in
function _Rf_initEmbeddedR
I think the error come from the following declaration of functions calling
into R.dll and the missing of R.lib corresponding to R.dll.
extern char *getDLLVersion();
extern void R_DefParams(Rstart);
extern void R_SetParams(Rstart);
extern void setup_term_u...
2003 Jul 16
2
Fatal error in SJava.
Dear r-helpers,
I have been trying to invoke R from Java in a Windows 2000 computer
(unfortunately). All my environment variables seem to be properly set,
everything seems to be in order, but I obtaining a
Fatal error: unable to open the base package
error window.
Also, the output of the invoker is
Loading RInterpreter library
R_HOME: R_HOME=C:/Programas/R
RVersion: R_VERSION=1.6.1
whereas