search for: r_base64_decod

Displaying 5 results from an estimated 5 matches for "r_base64_decod".

Did you mean: r_base64_decode
2008 Sep 17
2
RCurl compilation error on ubuntu hardy
...Curl' had non-zero exit status ================================================================================ Hi Martin, are you working on a 64-bit linux distribution and which version of RCurl are you trying to install? There has been a problem with a recent version of RCurl and the "R_base64_decode", search the archives of the Bioconductor mailing list for a thread called "RCurl loading problem with 64 bit linux distribution". Please try using the newest versions of R (R-2.7.0 has been released a few weeks ago) and RCurl, which you can obtain from within R by typing: install.p...
2008 May 07
1
[BioC] RCurl loading problem with 64 bit linux distribution
...U R_GlobalEnv U R_MakeExternalPtr U R_NaInt U R_NamesSymbol U R_NilValue U R_PreserveObject U R_RegisterCFinalizer U R_ReleaseObject U R_alloc 0000000000003a90 T R_base64_decode 0000000000003910 T R_base64_encode 0000000000005060 T R_call_R_write_function 0000000000003bc0 T R_check_bits 00000000000047f0 T R_curlMultiPerform 0000000000004db0 T R_curl_BinaryData_free 0000000000004c90 T R_curl_BinaryData_new 0000000000005380 T R_curl_BinaryData_to_raw 0000000000004dd0 T R_cu...
2008 May 07
1
[BioC] RCurl loading problem with 64 bit linux distribution
...U R_GlobalEnv U R_MakeExternalPtr U R_NaInt U R_NamesSymbol U R_NilValue U R_PreserveObject U R_RegisterCFinalizer U R_ReleaseObject U R_alloc 0000000000003a90 T R_base64_decode 0000000000003910 T R_base64_encode 0000000000005060 T R_call_R_write_function 0000000000003bc0 T R_check_bits 00000000000047f0 T R_curlMultiPerform 0000000000004db0 T R_curl_BinaryData_free 0000000000004c90 T R_curl_BinaryData_new 0000000000005380 T R_curl_BinaryData_to_raw 0000000000004dd0 T R_cu...
2016 Jan 27
2
rstan warning messages
Confirmed that gcc-gfortran is installed Package gcc-gfortran-4.4.7-16.el6.x86_64 already installed and latest version What could I check next? I do not have the following installed and will get that done and tested again. libcurl-devel libidn-devel Thanks, Larry -----Original Message----- From: Tom Callaway [mailto:tcallawa at redhat.com] Sent: Wednesday, January 27, 2016
2016 Jan 28
2
rstan warning messages
...=1 -DHAVE_CURLOPT_SOCKOPTDATA=1 -DHAVE_CURLOPT_SSL_SESSIONID_CACHE=1 -I/usr/include/libxml2 -I/usr/local/include -fpic -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c base64.c -o base64.o base64.c: In function 'R_base64_decode': base64.c:23:10: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] text = CHAR(STRING_ELT(r_text, 0)); ^ base64.c:44:5: warning: pointer targets in passing argument 1 of 'Rf_mkString' differ in signe...