The R Project SVN R

Rev

Rev 62583 | Rev 63439 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 62583 Rev 62584
Line 856... Line 856...
856
 
856
 
857
    /* ensure R_Home gets set early: we are in rgui or rterm here */
857
    /* ensure R_Home gets set early: we are in rgui or rterm here */
858
    R_Home = getRHOME(3);
858
    R_Home = getRHOME(3);
859
    /* need this for moduleCdynload for iconv.dll */
859
    /* need this for moduleCdynload for iconv.dll */
860
    InitFunctionHashing();
860
    InitFunctionHashing();
861
    snprintf(RHome, MAXPATH+7, "R_HOME=%s", R_Home);
861
    snprintf(RHome, MAX_PATH+7, "R_HOME=%s", R_Home);
862
    putenv(RHome);
862
    putenv(RHome);
863
    BindDomain(R_Home);
863
    BindDomain(R_Home);
864
 
864
 
865
    R_setStartTime();
865
    R_setStartTime();
866
 
866