search for: r_busy

Displaying 8 results from an estimated 8 matches for "r_busy".

Did you mean: r_bus
2007 Jan 18
0
Emulating a REPL in frontends
...atus = status; switch(status) { case PARSE_NULL: R_IoBufferWriteReset(&R_ConsoleIob); break; case PARSE_OK: R_IoBufferReadReset(&R_ConsoleIob); R_CurrentExpr = R_Parse1Buffer(&R_ConsoleIob, 1, &status); R_Visible = FALSE; R_EvalDepth = 0; PROTECT(R_CurrentExpr); R_Busy(1); value = eval(R_CurrentExpr, rho); if(set_last_sym_value) SET_SYMVALUE(R_LastvalueSymbol, value); if ((print_mode==1) || (R_Visible && (print_mode==0))) wasDisplayed = TRUE; PrintValueEnv(R_CurrentExpr, rho); if (R_CollectWarnings) PrintWarnings(); if(do_toplevel...
2007 Jan 30
1
Solaris 10 compilation issue
...../extra/intl/libintl.a(dcgettext.o) R_max_col registration.o R_ClearerrConsole connections.o pcre_maketables character.o spline_eval registration.o spline_coef registration.o R_Busy main.o R_approx registration.o Rf_dnf arithmetic.o Rf_dnt arithmetic.o Rf_pnf arithmetic.o Rf_pnt arithmetic.o Rf_qnf...
2007 Jan 30
1
Difficulty with compiling R-2.4.1 on solaris 10
...../extra/intl/libintl.a(dcgettext.o) R_max_col registration.o R_ClearerrConsole connections.o pcre_maketables character.o spline_eval registration.o spline_coef registration.o R_Busy main.o R_approx registration.o Rf_dnf arithmetic.o Rf_dnt arithmetic.o Rf_pnf arithmetic.o Rf_pnt arithmetic.o Rf_qnf...
2007 Jan 30
0
R Compiling issue
...atform.o lminfl_ registration.o deflateInit2_ connections.o N01_kind RNG.o do_machine names.o libintl_dcigettext ../extra/intl/libintl.a(dcgettext.o) R_max_col registration.o R_ClearerrConsole connections.o pcre_maketables character.o spline_eval registration.o spline_coef registration.o R_Busy main.o R_approx registration.o Rf_dnf arithmetic.o Rf_dnt arithmetic.o Rf_pnf arithmetic.o Rf_pnt arithmetic.o Rf_qnf arithmetic.o Rf_qnt arithmetic.o BZ2_bzRead connections.o Rf_choose arithmetic.o Brent_fmin optimize.o Rf_dbinom arithmetic.o Rf_dchisq arithmetic.o R_cumsum registrati...
2007 Jan 30
0
Issue with compiling R on solaris 10
...../extra/intl/libintl.a(dcgettext.o) R_max_col registration.o R_ClearerrConsole connections.o pcre_maketables character.o spline_eval registration.o spline_coef registration.o R_Busy main.o R_approx registration.o Rf_dnf arithmetic.o Rf_dnt arithmetic.o Rf_pnf arithmetic.o Rf_pnt arithmetic.o Rf_qnf...
1999 Aug 03
2
compliation problem
Problem compiling R. version: 0.64.2 machine: SGI O2 OS: IRIX6.5 CC cc FC f77 MAKE GNU make 3.75 Here is part of the the output for make. make[2]: Leaving directory `/usr/people/faculty/math/mgass/stage/R/R-0.64.2/src/include' make[2]: Entering directory `/usr/people/faculty/math/mgass/stage/R/R-0.64.2/src/appl' cc -g -OPT:IEEE_NaN_inf=ON -I../include
2018 Dec 04
3
patch to support custom HTTP headers in download.file() and url()
...(args); + if(TYPEOF(sheaders) != NILSXP && !isString(sheaders)) + error(_("invalid '%s' argument"), "headers"); #ifdef Win32 int meth = asLogical(CADR(args)); if(meth == NA_LOGICAL) @@ -542,7 +557,7 @@ static SEXP in_do_download(SEXP args) R_Busy(1); if(!quiet) REprintf(_("trying URL '%s'\n"), url); - SEXP agentFun, sheaders; + SEXP agentFun, sagent; #ifdef Win32 R_FlushConsole(); if(meth) @@ -553,12 +568,15 @@ static SEXP in_do_download(SEXP args) agentFun = PROTECT(lang1(install("makeUserAgent"))); #e...
2002 Jul 11
1
dyn.load tcl/tk (PR#1774)
...o sockconn.lo ld: Warning: Unresolved: getSelectedHandler R_InputHandlers R_PolledEvents R_wait_usec R_NaInt Rf_error Rf_warning Rprintf REprintf R_ExpandFileName R_NilValue Rf_allocVector Rf_asInteger Rf_asLogical Rf_GetOption Rf_install Rf_isString Rf_length Rf_protect Rf_unprotect R_Consolefile R_Busy Rf_checkArity R_fopen init_con R_setInternetRoutines dummy_vfprintf gmake[5]: Entering directory `/soft/R/R-1.5.1/src/modules/internet' gmake[5]: Leaving directory `/soft/R/R-1.5.1/src/modules/internet' gmake[4]: Leaving directory `/soft/R/R-1.5.1/src/modules/internet' gmake[3]: Leaving...