Skip to content

C or Java code generation

17 messages · Daniel Cegiełka, Vyacheslav Karamov, Romain Francois +4 more

#
Daniel Cegie?ka ?????:
"Currently it is very experimantal and limited, intended for experiments 
with the language rather than real use"
#
Daniel Cegie?ka ?????:
Is there any posibility to use R without installing?
I mean that I have my own application written in MS Visual C++ and I 
need to use R script in this app. I can install R and use it via DCOM, 
but it's not convenient for  the end users of my  program.
#
On 19 August 2010 at 13:02, Daniel Cegie?ka wrote:
| Is there any posibility to use R without installing?
| 
| > I mean that I have my own application written in MS Visual C++ and I need
| > to use R script in this app. I can install R and use it via DCOM, but it's
| > not convenient for  the end users of my  program.
| >
| >
| Dirk Eddelbuettel love R/C++ combination. Rinside could be usefull for you.
| 
| http://dirk.eddelbuettel.com/code.html

Thanks for the plug. We can definitely embed R inside C++ on operating
systems containing an x somewhere in their name. But note that the RInside
page (http://dirk.eddelbuettel.com/code/rinside.html) clearly states the
following:

   Status                                                                                      
                                                                                                                 
   Version 0.2.3 should build and install on just about any Linux and OS X
   system, and even on Windows machines that have the Rtools compiled by
   Duncan Murdoch as detailed in the The Windows Toolset appendix to the R
   Installation manual. Do not report an error if you fail to build this with
   another compiler as this is not supported. (However, the examples which
   built and run under 0.2.1 currently build but segfault. This is probably
   fixable but we just haven't had the time or focus to do it. Linux and OS X
   work well enough for us.)

so for someone hell-bent on using MS Visual Whatever this is not a solution.

Dirk
#
Dirk Eddelbuettel ?????:
I tried to compile it using MinGW:
1) First I added R_HOME environment variable.
2) Then modified c:\Program 
Files\R\R-2.11.1\library\RInside\examples\standard\Makefile.win by 
surrounding "$(R_HOME)/bin/R" with the quotation marks.
3) And finally
C:\Program Files\R\R-2.11.1\library\RInside\examples\standard>make -f 
Makefile.win
g++ -Ic:/PROGRA~1/R/R-211~1.1/include 
-Ic:/PROGRA~1/R/R-211~1.1/library/Rcpp/include 
-I"c:/PROGRA~1/R/R-211~1.1/library/RInside/include" -O2 -Wall -Wall  -s  
rinside_callbacks0.cpp  -Lc:/PROGRA~1/R/R-211~1.1/bin -lR 
-Lc:/PROGRA~1/R/R-211~1.1/bin -lRblas -Lc:/PROGRA~1/R/R-211~1.1/bin 
-lRlapack "c:/PROGRA~1/R/R-211~1.1/library/RInside/lib/libRInside.a" 
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a  -o rinside_callbacks0
c:/PROGRA~1/R/R-211~1.1/library/RInside/lib/libRInside.a(RInside.o):RInside.cpp:(.text+0x10b): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/RInside/lib/libRInside.a(RInside.o):RInside.cpp:(.text+0x124): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/RInside/lib/libRInside.a(RInside.o):RInside.cpp:(.text+0x182): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/RInside/lib/libRInside.a(RInside.o):RInside.cpp:(.text+0x1d7): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/RInside/lib/libRInside.a(RInside.o):RInside.cpp:(.text+0x1fb): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/RInside/lib/libRInside.a(RInside.o):RInside.cpp:(.text+0x214): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/RInside/lib/libRInside.a(RInside.o):RInside.cpp:(.text+0x272): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/RInside/lib/libRInside.a(RInside.o):RInside.cpp:(.text+0x2c7): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/RInside/lib/libRInside.a(RInside.o):RInside.cpp:(.text+0x4c1): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/RInside/lib/libRInside.a(RInside.o):RInside.cpp:(.text+0x4d7): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/RInside/lib/libRInside.a(RInside.o):RInside.cpp:(.text+0x51f): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/RInside/lib/libRInside.a(RInside.o):RInside.cpp:(.text+0x793): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/RInside/lib/libRInside.a(RInside.o):RInside.cpp:(.text+0x878): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/RInside/lib/libRInside.a(RInside.o):RInside.cpp:(.text+0x88e): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/RInside/lib/libRInside.a(RInside.o):RInside.cpp:(.text+0x9ab): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/RInside/lib/libRInside.a(RInside.o):RInside.cpp:(.text+0xbb1): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/RInside/lib/libRInside.a(RInside.o):RInside.cpp:(.text+0xc08): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/RInside/lib/libRInside.a(RInside.o):RInside.cpp:(.text+0xc1e): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/RInside/lib/libRInside.a(RInside.o):RInside.cpp:(.text+0xd26): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/RInside/lib/libRInside.a(RInside.o):RInside.cpp:(.text+0xe12): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/RInside/lib/libRInside.a(RInside.o):RInside.cpp:(.text+0xeb1): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/RInside/lib/libRInside.a(RInside.o):RInside.cpp:(.text+0xec7): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/RInside/lib/libRInside.a(RInside.o):RInside.cpp:(.text+0xef6): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/RInside/lib/libRInside.a(RInside.o):RInside.cpp:(.text+0x1081): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/RInside/lib/libRInside.a(RInside.o):RInside.cpp:(.text+0x1128): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/RInside/lib/libRInside.a(RInside.o):RInside.cpp:(.text+0x1147): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/RInside/lib/libRInside.a(RInside.o):RInside.cpp:(.text+0x16c1): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/RInside/lib/libRInside.a(RInside.o):RInside.cpp:(.text+0x18bb): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/RInside/lib/libRInside.a(RInside.o):RInside.cpp:(.text+0x1d33): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/RInside/lib/libRInside.a(RInside.o):RInside.cpp:(.text+0x1f79): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/RInside/lib/libRInside.a(RInside.o):RInside.cpp:(.text+0x1fad): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/RInside/lib/libRInside.a(RInside.o):RInside.cpp:(.text+0x24b4): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/RInside/lib/libRInside.a(RInside.o):RInside.cpp:(.text+0x275e): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/RInside/lib/libRInside.a(RInside.o):RInside.cpp:(.text+0x280b): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/RInside/lib/libRInside.a(RInside.o):RInside.cpp:(.text+0x2dd5): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/RInside/lib/libRInside.a(RInside.o):RInside.cpp:(.text+0x2deb): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/RInside/lib/libRInside.a(RInside.o):RInside.cpp:(.text+0x2e53): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/RInside/lib/libRInside.a(RInside.o):RInside.cpp:(.text+0x2ea5): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/RInside/lib/libRInside.a(RInside.o):RInside.cpp:(.text+0x2ed5): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/RInside/lib/libRInside.a(RInside.o):RInside.cpp:(.text+0x2eeb): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/RInside/lib/libRInside.a(RInside.o):RInside.cpp:(.text+0x2f53): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/RInside/lib/libRInside.a(RInside.o):RInside.cpp:(.text+0x2fa5): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/RInside/lib/libRInside.a(RInside.o):RInside.cpp:(.text+0x2fce): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/RInside/lib/libRInside.a(RInside.o):RInside.cpp:(.text+0x2fe4): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/RInside/lib/libRInside.a(RInside.o):RInside.cpp:(.text+0x304e): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/RInside/lib/libRInside.a(RInside.o):RInside.cpp:(.text+0x30a0): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/RInside/lib/libRInside.a(RInside.o):RInside.cpp:(.text+0x30ce): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/RInside/lib/libRInside.a(RInside.o):RInside.cpp:(.text+0x30e4): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/RInside/lib/libRInside.a(RInside.o):RInside.cpp:(.text+0x314e): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/RInside/lib/libRInside.a(RInside.o):RInside.cpp:(.text+0x31a0): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/RInside/lib/libRInside.a(RInside.o):RInside.cpp:(.text$_ZN4Rcpp6r_castILi16EEEP7SEXPRECS2_[SEXPREC* 
Rcpp::r_cast<16>(SEXPREC*)]+0x1e): undefined reference to 
`__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/RInside/lib/libRInside.a(RInside.o):RInside.cpp:(.text$_ZN4Rcpp6r_castILi16EEEP7SEXPRECS2_[SEXPREC* 
Rcpp::r_cast<16>(SEXPREC*)]+0x34): undefined reference to 
`_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/RInside/lib/libRInside.a(RInside.o):RInside.cpp:(.text$_ZN4Rcpp6r_castILi16EEEP7SEXPRECS2_[SEXPREC* 
Rcpp::r_cast<16>(SEXPREC*)]+0x64): undefined reference to 
`_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/RInside/lib/libRInside.a(RInside.o):RInside.cpp:(.text$_ZN4Rcpp6r_castILi16EEEP7SEXPRECS2_[SEXPREC* 
Rcpp::r_cast<16>(SEXPREC*)]+0x8f): undefined reference to 
`_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/RInside/lib/libRInside.a(RInside.o):RInside.cpp:(.text$_ZN4Rcpp8internal26range_wrap_dispatch___implIPKPKcS3_EEP7SEXPRECT_S8_NS_6traits17r_type_string_tagE[SEXPREC* 
Rcpp::internal::range_wrap_dispatch___impl<char const* const*, char 
const*>(char const* const*, char const* const*, 
Rcpp::traits::r_type_string_tag)]+0x18): undefined reference to 
`__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/RInside/lib/libRInside.a(RInside.o):RInside.cpp:(.text$_ZN4Rcpp8internal26range_wrap_dispatch___implIPKPKcS3_EEP7SEXPRECT_S8_NS_6traits17r_type_string_tagE[SEXPREC* 
Rcpp::internal::range_wrap_dispatch___impl<char const* const*, char 
const*>(char const* const*, char const* const*, 
Rcpp::traits::r_type_string_tag)]+0x2e): undefined reference to 
`_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/RInside/lib/libRInside.a(RInside.o):RInside.cpp:(.text$_ZN4Rcpp8internal26range_wrap_dispatch___implIPKPKcS3_EEP7SEXPRECT_S8_NS_6traits17r_type_string_tagE[SEXPREC* 
Rcpp::internal::range_wrap_dispatch___impl<char const* const*, char 
const*>(char const* const*, char const* const*, 
Rcpp::traits::r_type_string_tag)]+0xff): undefined reference to 
`_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/RInside/lib/libRInside.a(RInside.o):RInside.cpp:(.text$_ZN4Rcpp8internal26range_wrap_dispatch___implIPKPKcS3_EEP7SEXPRECT_S8_NS_6traits17r_type_string_tagE[SEXPREC* 
Rcpp::internal::range_wrap_dispatch___impl<char const* const*, char 
const*>(char const* const*, char const* const*, 
Rcpp::traits::r_type_string_tag)]+0x173): undefined reference to 
`_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/RInside/lib/libRInside.a(RInside.o):RInside.cpp:(.text$_ZStplIcSt11char_traitsIcESaIcEESbIT_T0_T1_ERKS6_S8_[std::basic_string<char, 
std::char_traits<char>, std::allocator<char> > std::operator+<char, 
std::char_traits<char>, std::allocator<char> >(std::basic_string<char, 
std::char_traits<char>, std::allocator<char> > const&, 
std::basic_string<char, std::char_traits<char>, std::allocator<char> > 
const&)]+0x1e): undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/RInside/lib/libRInside.a(RInside.o):RInside.cpp:(.text$_ZStplIcSt11char_traitsIcESaIcEESbIT_T0_T1_ERKS6_S8_[std::basic_string<char, 
std::char_traits<char>, std::allocator<char> > std::operator+<char, 
std::char_traits<char>, std::allocator<char> >(std::basic_string<char, 
std::char_traits<char>, std::allocator<char> > const&, 
std::basic_string<char, std::char_traits<char>, std::allocator<char> > 
const&)]+0x34): undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/RInside/lib/libRInside.a(RInside.o):RInside.cpp:(.text$_ZStplIcSt11char_traitsIcESaIcEESbIT_T0_T1_ERKS6_S8_[std::basic_string<char, 
std::char_traits<char>, std::allocator<char> > std::operator+<char, 
std::char_traits<char>, std::allocator<char> >(std::basic_string<char, 
std::char_traits<char>, std::allocator<char> > const&, 
std::basic_string<char, std::char_traits<char>, std::allocator<char> > 
const&)]+0x77): undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/RInside/lib/libRInside.a(RInside.o):RInside.cpp:(.text$_ZStplIcSt11char_traitsIcESaIcEESbIT_T0_T1_ERKS6_S8_[std::basic_string<char, 
std::char_traits<char>, std::allocator<char> > std::operator+<char, 
std::char_traits<char>, std::allocator<char> >(std::basic_string<char, 
std::char_traits<char>, std::allocator<char> > const&, 
std::basic_string<char, std::char_traits<char>, std::allocator<char> > 
const&)]+0xb4): undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/RInside/lib/libRInside.a(MemBuf.o):MemBuf.cpp:(.text+0x1ce): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/RInside/lib/libRInside.a(MemBuf.o):MemBuf.cpp:(.text+0x1e4): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/RInside/lib/libRInside.a(MemBuf.o):MemBuf.cpp:(.text+0x252): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/RInside/lib/libRInside.a(MemBuf.o):MemBuf.cpp:(.text+0x2b5): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/RInside/lib/libRInside.a(MemBuf.o):MemBuf.cpp:(.text+0x30e): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/RInside/lib/libRInside.a(MemBuf.o):MemBuf.cpp:(.text+0x324): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/RInside/lib/libRInside.a(MemBuf.o):MemBuf.cpp:(.text+0x392): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/RInside/lib/libRInside.a(MemBuf.o):MemBuf.cpp:(.text+0x3f5): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(RObject.o):RObject.cpp:(.text+0x3de): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(RObject.o):RObject.cpp:(.text+0x3f4): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(RObject.o):RObject.cpp:(.text+0x449): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(RObject.o):RObject.cpp:(.text+0x49e): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(RObject.o):RObject.cpp:(.text+0x57e): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(RObject.o):RObject.cpp:(.text+0x594): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(RObject.o):RObject.cpp:(.text+0x5ec): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(RObject.o):RObject.cpp:(.text+0x663): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(RObject.o):RObject.cpp:(.text+0x6ce): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(RObject.o):RObject.cpp:(.text+0x6e4): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(RObject.o):RObject.cpp:(.text+0x73c): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(RObject.o):RObject.cpp:(.text+0x7b3): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(RObject.o):RObject.cpp:(.text+0x81e): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(RObject.o):RObject.cpp:(.text+0x834): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(RObject.o):RObject.cpp:(.text+0x878): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(RObject.o):RObject.cpp:(.text+0x8cf): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(RObject.o):RObject.cpp:(.text+0x908): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(RObject.o):RObject.cpp:(.text+0x91e): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(RObject.o):RObject.cpp:(.text+0xa59): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(RObject.o):RObject.cpp:(.text+0xaf7): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(RObject.o):RObject.cpp:(.text$_ZNSt6vectorISsSaISsEE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPSsS1_EERKSs[std::vector<std::basic_string<char, 
std::char_traits<char>, std::allocator<char> >, 
std::allocator<std::basic_string<char, std::char_traits<char>, 
std::allocator<char> > > 
 >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::basic_string<char, 
std::char_traits<char>, std::allocator<char> >*, 
std::vector<std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >, std::allocator<std::basic_string<char, 
std::char_traits<char>, std::allocator<char> > > > >, 
std::basic_string<char, std::char_traits<char>, std::allocator<char> > 
const&)]+0x18): undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(RObject.o):RObject.cpp:(.text$_ZNSt6vectorISsSaISsEE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPSsS1_EERKSs[std::vector<std::basic_string<char, 
std::char_traits<char>, std::allocator<char> >, 
std::allocator<std::basic_string<char, std::char_traits<char>, 
std::allocator<char> > > 
 >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::basic_string<char, 
std::char_traits<char>, std::allocator<char> >*, 
std::vector<std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >, std::allocator<std::basic_string<char, 
std::char_traits<char>, std::allocator<char> > > > >, 
std::basic_string<char, std::char_traits<char>, std::allocator<char> > 
const&)]+0x31): undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(RObject.o):RObject.cpp:(.text$_ZNSt6vectorISsSaISsEE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPSsS1_EERKSs[std::vector<std::basic_string<char, 
std::char_traits<char>, std::allocator<char> >, 
std::allocator<std::basic_string<char, std::char_traits<char>, 
std::allocator<char> > > 
 >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::basic_string<char, 
std::char_traits<char>, std::allocator<char> >*, 
std::vector<std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >, std::allocator<std::basic_string<char, 
std::char_traits<char>, std::allocator<char> > > > >, 
std::basic_string<char, std::char_traits<char>, std::allocator<char> > 
const&)]+0x10c): undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(RObject.o):RObject.cpp:(.text$_ZNSt6vectorISsSaISsEE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPSsS1_EERKSs[std::vector<std::basic_string<char, 
std::char_traits<char>, std::allocator<char> >, 
std::allocator<std::basic_string<char, std::char_traits<char>, 
std::allocator<char> > > 
 >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::basic_string<char, 
std::char_traits<char>, std::allocator<char> >*, 
std::vector<std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >, std::allocator<std::basic_string<char, 
std::char_traits<char>, std::allocator<char> > > > >, 
std::basic_string<char, std::char_traits<char>, std::allocator<char> > 
const&)]+0x4ff): undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(RObject.o):RObject.cpp:(.text$_ZNSt6vectorISsSaISsEE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPSsS1_EERKSs[std::vector<std::basic_string<char, 
std::char_traits<char>, std::allocator<char> >, 
std::allocator<std::basic_string<char, std::char_traits<char>, 
std::allocator<char> > > 
 >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::basic_string<char, 
std::char_traits<char>, std::allocator<char> >*, 
std::vector<std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >, std::allocator<std::basic_string<char, 
std::char_traits<char>, std::allocator<char> > > > >, 
std::basic_string<char, std::char_traits<char>, std::allocator<char> > 
const&)]+0x555): undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(RObject.o):RObject.cpp:(.text$_ZNSt6vectorISsSaISsEE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPSsS1_EERKSs[std::vector<std::basic_string<char, 
std::char_traits<char>, std::allocator<char> >, 
std::allocator<std::basic_string<char, std::char_traits<char>, 
std::allocator<char> > > 
 >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::basic_string<char, 
std::char_traits<char>, std::allocator<char> >*, 
std::vector<std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >, std::allocator<std::basic_string<char, 
std::char_traits<char>, std::allocator<char> > > > >, 
std::basic_string<char, std::char_traits<char>, std::allocator<char> > 
const&)]+0x5cb): undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Language.o):Language.cpp:(.text+0x9e): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Language.o):Language.cpp:(.text+0xb4): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Language.o):Language.cpp:(.text+0xde): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Language.o):Language.cpp:(.text+0x109): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Language.o):Language.cpp:(.text+0x13e): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Language.o):Language.cpp:(.text+0x154): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Language.o):Language.cpp:(.text+0x17f): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Language.o):Language.cpp:(.text+0x1aa): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Language.o):Language.cpp:(.text+0x25e): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Language.o):Language.cpp:(.text+0x274): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Language.o):Language.cpp:(.text+0x2c3): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Language.o):Language.cpp:(.text+0x2fd): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Language.o):Language.cpp:(.text+0x3de): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Language.o):Language.cpp:(.text+0x3f4): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Language.o):Language.cpp:(.text+0x477): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Language.o):Language.cpp:(.text+0x4c9): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Language.o):Language.cpp:(.text+0x4ee): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Language.o):Language.cpp:(.text+0x504): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Language.o):Language.cpp:(.text+0x546): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Language.o):Language.cpp:(.text+0x580): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Language.o):Language.cpp:(.text+0x5ae): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Language.o):Language.cpp:(.text+0x5c4): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Language.o):Language.cpp:(.text+0x60b): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Language.o):Language.cpp:(.text+0x657): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Language.o):Language.cpp:(.text+0x68e): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Language.o):Language.cpp:(.text+0x6a4): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Language.o):Language.cpp:(.text+0x6eb): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Language.o):Language.cpp:(.text+0x737): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Language.o):Language.cpp:(.text+0x76e): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Language.o):Language.cpp:(.text+0x784): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Language.o):Language.cpp:(.text+0x807): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Language.o):Language.cpp:(.text+0x859): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Language.o):Language.cpp:(.text+0x8be): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Language.o):Language.cpp:(.text+0x8d4): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Language.o):Language.cpp:(.text+0x929): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Language.o):Language.cpp:(.text+0x963): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Language.o):Language.cpp:(.text+0x98e): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Language.o):Language.cpp:(.text+0x9a4): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Language.o):Language.cpp:(.text+0x9f9): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Language.o):Language.cpp:(.text+0xa33): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Language.o):Language.cpp:(.text+0xa5e): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Language.o):Language.cpp:(.text+0xa74): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Language.o):Language.cpp:(.text+0xac9): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Language.o):Language.cpp:(.text+0xb03): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Language.o):Language.cpp:(.text+0xb2e): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Language.o):Language.cpp:(.text+0xb44): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Language.o):Language.cpp:(.text+0xb99): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Language.o):Language.cpp:(.text+0xbd3): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Language.o):Language.cpp:(.text+0xc2e): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Language.o):Language.cpp:(.text+0xc44): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Language.o):Language.cpp:(.text+0xc86): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Language.o):Language.cpp:(.text+0xcc0): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Language.o):Language.cpp:(.text$_ZN4Rcpp6r_castILi6EEEP7SEXPRECS2_[SEXPREC* 
Rcpp::r_cast<6>(SEXPREC*)]+0x1e): undefined reference to 
`__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Language.o):Language.cpp:(.text$_ZN4Rcpp6r_castILi6EEEP7SEXPRECS2_[SEXPREC* 
Rcpp::r_cast<6>(SEXPREC*)]+0x34): undefined reference to 
`_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Language.o):Language.cpp:(.text$_ZN4Rcpp6r_castILi6EEEP7SEXPRECS2_[SEXPREC* 
Rcpp::r_cast<6>(SEXPREC*)]+0x64): undefined reference to 
`_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Language.o):Language.cpp:(.text$_ZN4Rcpp6r_castILi6EEEP7SEXPRECS2_[SEXPREC* 
Rcpp::r_cast<6>(SEXPREC*)]+0x8f): undefined reference to 
`_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0x35e): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0x374): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0x3b1): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0x3f7): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0x42e): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0x444): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0x46b): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0x496): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0x4ce): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0x4e4): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0x521): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0x567): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0x61e): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0x634): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0x687): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0x726): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0x8d8): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0x8ee): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0x96b): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0x993): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0x9ce): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0x9e4): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0xa13): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0xa40): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0xa7e): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0xa94): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0xabc): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0xae9): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0xb1e): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0xb34): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0xb5c): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0xb89): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0xbbe): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0xbd4): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0xbfc): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0xc29): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0xc5e): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0xc74): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0xc9c): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0xcc9): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0xcfe): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0xd14): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0xd67): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0xe06): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0xf31): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0xf47): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0xfa2): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0x108d): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0x12fb): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0x1311): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0x1386): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0x14ff): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0x176b): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0x1781): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0x18c7): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0x1a23): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0x1b3b): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0x1b51): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0x1bae): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0x1e0d): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0x1ebc): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0x1f50): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0x1f6f): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0x21c7): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0x2466): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0x25c4): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0x269b): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0x26b1): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0x2740): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0x282f): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0x2a9b): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0x2ab1): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0x2be9): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0x2d38): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0x2e5b): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0x2e71): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0x2f00): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0x2fef): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0x325b): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0x3271): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0x32e6): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0x345f): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0x36cb): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0x36e1): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0x3819): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0x396a): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0x3a8b): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0x3aa1): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0x3be7): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0x3d43): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0x3e5b): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0x3e71): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0x3ee9): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0x4116): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0x4288): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0x42a1): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0x43ac): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0x47cd): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text+0x499d): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text$_ZStplIcSt11char_traitsIcESaIcEESbIT_T0_T1_EPKS3_RKS6_[std::basic_string<char, 
std::char_traits<char>, std::allocator<char> > std::operator+<char, 
std::char_traits<char>, std::allocator<char> >(char const*, 
std::basic_string<char, std::char_traits<char>, std::allocator<char> > 
const&)]+0x1e): undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text$_ZStplIcSt11char_traitsIcESaIcEESbIT_T0_T1_EPKS3_RKS6_[std::basic_string<char, 
std::char_traits<char>, std::allocator<char> > std::operator+<char, 
std::char_traits<char>, std::allocator<char> >(char const*, 
std::basic_string<char, std::char_traits<char>, std::allocator<char> > 
const&)]+0x34): undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text$_ZStplIcSt11char_traitsIcESaIcEESbIT_T0_T1_EPKS3_RKS6_[std::basic_string<char, 
std::char_traits<char>, std::allocator<char> > std::operator+<char, 
std::char_traits<char>, std::allocator<char> >(char const*, 
std::basic_string<char, std::char_traits<char>, std::allocator<char> > 
const&)]+0xa5): undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Environment.o):Environment.cpp:(.text$_ZStplIcSt11char_traitsIcESaIcEESbIT_T0_T1_EPKS3_RKS6_[std::basic_string<char, 
std::char_traits<char>, std::allocator<char> > std::operator+<char, 
std::char_traits<char>, std::allocator<char> >(char const*, 
std::basic_string<char, std::char_traits<char>, std::allocator<char> > 
const&)]+0xe3): undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Function.o):Function.cpp:(.text+0xbe): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Function.o):Function.cpp:(.text+0xd4): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Function.o):Function.cpp:(.text+0x111): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Function.o):Function.cpp:(.text+0x166): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Function.o):Function.cpp:(.text+0x20e): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Function.o):Function.cpp:(.text+0x224): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Function.o):Function.cpp:(.text+0x261): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Function.o):Function.cpp:(.text+0x29b): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Function.o):Function.cpp:(.text+0x2be): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Function.o):Function.cpp:(.text+0x2d4): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Function.o):Function.cpp:(.text+0x348): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Function.o):Function.cpp:(.text+0x38e): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Function.o):Function.cpp:(.text+0x3fe): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Function.o):Function.cpp:(.text+0x414): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Function.o):Function.cpp:(.text+0x451): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Function.o):Function.cpp:(.text+0x48b): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Function.o):Function.cpp:(.text+0x4ae): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Function.o):Function.cpp:(.text+0x4c4): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Function.o):Function.cpp:(.text+0x538): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Function.o):Function.cpp:(.text+0x57e): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Function.o):Function.cpp:(.text+0x5b8): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Function.o):Function.cpp:(.text+0x5ce): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Function.o):Function.cpp:(.text+0x6b8): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Function.o):Function.cpp:(.text+0x737): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Function.o):Function.cpp:(.text+0x788): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Function.o):Function.cpp:(.text+0x79e): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Function.o):Function.cpp:(.text+0x888): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Function.o):Function.cpp:(.text+0x907): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(DottedPair.o):DottedPair.cpp:(.text+0xe8): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(DottedPair.o):DottedPair.cpp:(.text+0xfe): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(DottedPair.o):DottedPair.cpp:(.text+0x18a): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(DottedPair.o):DottedPair.cpp:(.text+0x1f5): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(DottedPair.o):DottedPair.cpp:(.text+0x2b8): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(DottedPair.o):DottedPair.cpp:(.text+0x2ce): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(DottedPair.o):DottedPair.cpp:(.text+0x361): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(DottedPair.o):DottedPair.cpp:(.text+0x3d4): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(DottedPair.o):DottedPair.cpp:(.text+0x4c8): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(DottedPair.o):DottedPair.cpp:(.text+0x4de): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(DottedPair.o):DottedPair.cpp:(.text+0x56a): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(DottedPair.o):DottedPair.cpp:(.text+0x5d5): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(r_cast.o):r_cast.cpp:(.text+0x8e): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(r_cast.o):r_cast.cpp:(.text+0xa4): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(r_cast.o):r_cast.cpp:(.text+0xcc): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(r_cast.o):r_cast.cpp:(.text+0xf7): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(r_cast.o):r_cast.cpp:(.text+0x12e): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(r_cast.o):r_cast.cpp:(.text+0x144): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(r_cast.o):r_cast.cpp:(.text+0x16c): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(r_cast.o):r_cast.cpp:(.text+0x197): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(r_cast.o):r_cast.cpp:(.text+0x1ce): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(r_cast.o):r_cast.cpp:(.text+0x1e4): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(r_cast.o):r_cast.cpp:(.text+0x20c): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(r_cast.o):r_cast.cpp:(.text+0x237): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(r_cast.o):r_cast.cpp:(.text+0x26e): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(r_cast.o):r_cast.cpp:(.text+0x284): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(r_cast.o):r_cast.cpp:(.text+0x2c3): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(r_cast.o):r_cast.cpp:(.text+0x32c): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(r_cast.o):r_cast.cpp:(.text+0x35b): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(r_cast.o):r_cast.cpp:(.text+0x374): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(r_cast.o):r_cast.cpp:(.text+0x449): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(r_cast.o):r_cast.cpp:(.text+0x4d2): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(r_cast.o):r_cast.cpp:(.text+0x4ea): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(r_cast.o):r_cast.cpp:(.text+0x53b): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(r_cast.o):r_cast.cpp:(.text+0x554): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(r_cast.o):r_cast.cpp:(.text+0x632): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(r_cast.o):r_cast.cpp:(.text+0x6fd): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(r_cast.o):r_cast.cpp:(.text+0x715): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(r_cast.o):r_cast.cpp:(.text+0x75b): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(r_cast.o):r_cast.cpp:(.text+0x774): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(r_cast.o):r_cast.cpp:(.text+0x849): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(r_cast.o):r_cast.cpp:(.text+0x8d2): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(r_cast.o):r_cast.cpp:(.text+0x8ea): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(r_cast.o):r_cast.cpp:(.text+0x93b): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(r_cast.o):r_cast.cpp:(.text+0x954): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(r_cast.o):r_cast.cpp:(.text+0xa27): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(r_cast.o):r_cast.cpp:(.text+0xab0): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(r_cast.o):r_cast.cpp:(.text+0xac8): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(r_cast.o):r_cast.cpp:(.text+0xb0b): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(r_cast.o):r_cast.cpp:(.text+0xb24): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(r_cast.o):r_cast.cpp:(.text+0xbf9): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(r_cast.o):r_cast.cpp:(.text+0xc82): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(r_cast.o):r_cast.cpp:(.text+0xc9a): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(r_cast.o):r_cast.cpp:(.text+0xceb): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(r_cast.o):r_cast.cpp:(.text+0xd04): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(r_cast.o):r_cast.cpp:(.text+0xdd9): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(r_cast.o):r_cast.cpp:(.text+0xe62): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(r_cast.o):r_cast.cpp:(.text+0xe7a): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(exceptions.o):exceptions.cpp:(.text+0x1bb): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(exceptions.o):exceptions.cpp:(.text+0x1d1): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(exceptions.o):exceptions.cpp:(.text+0x30b): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(exceptions.o):exceptions.cpp:(.text+0x407): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(exceptions.o):exceptions.cpp:(.text+0x495): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(exceptions.o):exceptions.cpp:(.text+0x4ae): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(exceptions.o):exceptions.cpp:(.text+0x5ef): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(exceptions.o):exceptions.cpp:(.text+0x6da): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(exceptions.o):exceptions.cpp:(.text+0x85e): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(exceptions.o):exceptions.cpp:(.text+0x874): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(exceptions.o):exceptions.cpp:(.text+0x8f0): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(exceptions.o):exceptions.cpp:(.text+0x949): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(exceptions.o):exceptions.cpp:(.text+0xaf8): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(exceptions.o):exceptions.cpp:(.text+0xb0e): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(exceptions.o):exceptions.cpp:(.text+0xbb3): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(exceptions.o):exceptions.cpp:(.text+0xc01): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(exceptions.o):exceptions.cpp:(.text+0xc58): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(exceptions.o):exceptions.cpp:(.text+0xc6e): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(exceptions.o):exceptions.cpp:(.text+0xd13): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(exceptions.o):exceptions.cpp:(.text+0xd61): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Symbol.o):Symbol.cpp:(.text+0x12e): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Symbol.o):Symbol.cpp:(.text+0x144): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Symbol.o):Symbol.cpp:(.text+0x18b): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Symbol.o):Symbol.cpp:(.text+0x1c5): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Symbol.o):Symbol.cpp:(.text+0x1ee): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Symbol.o):Symbol.cpp:(.text+0x204): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Symbol.o):Symbol.cpp:(.text+0x241): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Symbol.o):Symbol.cpp:(.text+0x27b): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Symbol.o):Symbol.cpp:(.text+0x29e): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Symbol.o):Symbol.cpp:(.text+0x2b4): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Symbol.o):Symbol.cpp:(.text+0x2f1): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Symbol.o):Symbol.cpp:(.text+0x32b): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Symbol.o):Symbol.cpp:(.text+0x34e): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Symbol.o):Symbol.cpp:(.text+0x364): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Symbol.o):Symbol.cpp:(.text+0x487): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Symbol.o):Symbol.cpp:(.text+0x557): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Symbol.o):Symbol.cpp:(.text+0x581): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Symbol.o):Symbol.cpp:(.text+0x5ce): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Symbol.o):Symbol.cpp:(.text+0x5e4): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Symbol.o):Symbol.cpp:(.text+0x62b): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Symbol.o):Symbol.cpp:(.text+0x665): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Symbol.o):Symbol.cpp:(.text+0x68e): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Symbol.o):Symbol.cpp:(.text+0x6a4): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Symbol.o):Symbol.cpp:(.text+0x7c7): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Symbol.o):Symbol.cpp:(.text+0x897): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Symbol.o):Symbol.cpp:(.text+0x8c1): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Evaluator.o):Evaluator.cpp:(.text+0x98): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Evaluator.o):Evaluator.cpp:(.text+0xb1): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Evaluator.o):Evaluator.cpp:(.text+0x26c): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Evaluator.o):Evaluator.cpp:(.text+0x2c1): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Evaluator.o):Evaluator.cpp:(.text+0x36e): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Evaluator.o):Evaluator.cpp:(.text+0x384): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Evaluator.o):Evaluator.cpp:(.text+0x3ab): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Evaluator.o):Evaluator.cpp:(.text+0x3d6): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Evaluator.o):Evaluator.cpp:(.text+0x40e): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Evaluator.o):Evaluator.cpp:(.text+0x424): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Evaluator.o):Evaluator.cpp:(.text+0x44f): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Evaluator.o):Evaluator.cpp:(.text+0x47a): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Evaluator.o):Evaluator.cpp:(.text+0x4ae): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Evaluator.o):Evaluator.cpp:(.text+0x4c4): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Evaluator.o):Evaluator.cpp:(.text+0x4e4): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Evaluator.o):Evaluator.cpp:(.text+0x50f): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Evaluator.o):Evaluator.cpp:(.text+0x551): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Evaluator.o):Evaluator.cpp:(.text+0x567): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Evaluator.o):Evaluator.cpp:(.text+0x5b7): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Evaluator.o):Evaluator.cpp:(.text+0x629): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(Evaluator.o):Evaluator.cpp:(.text+0x69a): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(debugging.o):debugging.cpp:(.text+0xa1): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(debugging.o):debugging.cpp:(.text+0xba): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(debugging.o):debugging.cpp:(.text+0x30c): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(debugging.o):debugging.cpp:(.text+0x62b): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(debugging.o):debugging.cpp:(.text+0x7ac): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(debugging.o):debugging.cpp:(.text$_ZN4Rcpp6VectorILi19EE16create__dispatchINS_6traits12named_objectIPKcEENS4_IiEENS4_IA77_cEEEES1_NS3_17integral_constantIbLb1EEERKT_RKT0_RKT1_[Rcpp::Vector<19> 
Rcpp::Vector<19>::create__dispatch<Rcpp::traits::named_object<char 
const*>, Rcpp::traits::named_object<int>, 
Rcpp::traits::named_object<char [77]> 
 >(Rcpp::traits::integral_constant<bool, true>, 
Rcpp::traits::named_object<char const*> const&, 
Rcpp::traits::named_object<int> const&, Rcpp::traits::named_object<char 
[77]> const&)]+0x1b): undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(debugging.o):debugging.cpp:(.text$_ZN4Rcpp6VectorILi19EE16create__dispatchINS_6traits12named_objectIPKcEENS4_IiEENS4_IA77_cEEEES1_NS3_17integral_constantIbLb1EEERKT_RKT0_RKT1_[Rcpp::Vector<19> 
Rcpp::Vector<19>::create__dispatch<Rcpp::traits::named_object<char 
const*>, Rcpp::traits::named_object<int>, 
Rcpp::traits::named_object<char [77]> 
 >(Rcpp::traits::integral_constant<bool, true>, 
Rcpp::traits::named_object<char const*> const&, 
Rcpp::traits::named_object<int> const&, Rcpp::traits::named_object<char 
[77]> const&)]+0x31): undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(debugging.o):debugging.cpp:(.text$_ZN4Rcpp6VectorILi19EE16create__dispatchINS_6traits12named_objectIPKcEENS4_IiEENS4_IA77_cEEEES1_NS3_17integral_constantIbLb1EEERKT_RKT0_RKT1_[Rcpp::Vector<19> 
Rcpp::Vector<19>::create__dispatch<Rcpp::traits::named_object<char 
const*>, Rcpp::traits::named_object<int>, 
Rcpp::traits::named_object<char [77]> 
 >(Rcpp::traits::integral_constant<bool, true>, 
Rcpp::traits::named_object<char const*> const&, 
Rcpp::traits::named_object<int> const&, Rcpp::traits::named_object<char 
[77]> const&)]+0x259): undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(debugging.o):debugging.cpp:(.text$_ZN4Rcpp6VectorILi19EE16create__dispatchINS_6traits12named_objectIPKcEENS4_IiEENS4_IA77_cEEEES1_NS3_17integral_constantIbLb1EEERKT_RKT0_RKT1_[Rcpp::Vector<19> 
Rcpp::Vector<19>::create__dispatch<Rcpp::traits::named_object<char 
const*>, Rcpp::traits::named_object<int>, 
Rcpp::traits::named_object<char [77]> 
 >(Rcpp::traits::integral_constant<bool, true>, 
Rcpp::traits::named_object<char const*> const&, 
Rcpp::traits::named_object<int> const&, Rcpp::traits::named_object<char 
[77]> const&)]+0x31f): undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(RcppCommon.o):RcppCommon.cpp:(.text+0x574): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(RcppCommon.o):RcppCommon.cpp:(.text+0x593): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(RcppCommon.o):RcppCommon.cpp:(.text+0x6bb): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(RcppCommon.o):RcppCommon.cpp:(.text+0xab2): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(RcppCommon.o):RcppCommon.cpp:(.text+0xb1e): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(RcppCommon.o):RcppCommon.cpp:(.text+0xbf5): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(RcppCommon.o):RcppCommon.cpp:(.text+0xc0e): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(RcppCommon.o):RcppCommon.cpp:(.text+0xcd8): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(RcppCommon.o):RcppCommon.cpp:(.text+0xd17): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(RcppCommon.o):RcppCommon.cpp:(.text+0xd38): 
undefined reference to `__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(RcppCommon.o):RcppCommon.cpp:(.text+0xd4e): 
undefined reference to `_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(RcppCommon.o):RcppCommon.cpp:(.text+0xdf4): 
undefined reference to `_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(RcppCommon.o):RcppCommon.cpp:(.text+0xe39): 
undefined reference to `_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(RcppCommon.o):RcppCommon.cpp:(.text$_ZN4Rcpp4XPtrISt6vectorIiSaIiEEEC1EPS3_bP7SEXPRECS7_[Rcpp::XPtr<std::vector<int, 
std::allocator<int> > >::XPtr(std::vector<int, std::allocator<int> >*, 
bool, SEXPREC*, SEXPREC*)]+0x25): undefined reference to 
`__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(RcppCommon.o):RcppCommon.cpp:(.text$_ZN4Rcpp4XPtrISt6vectorIiSaIiEEEC1EPS3_bP7SEXPRECS7_[Rcpp::XPtr<std::vector<int, 
std::allocator<int> > >::XPtr(std::vector<int, std::allocator<int> >*, 
bool, SEXPREC*, SEXPREC*)]+0x3b): undefined reference to 
`_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(RcppCommon.o):RcppCommon.cpp:(.text$_ZN4Rcpp4XPtrISt6vectorIiSaIiEEEC1EPS3_bP7SEXPRECS7_[Rcpp::XPtr<std::vector<int, 
std::allocator<int> > >::XPtr(std::vector<int, std::allocator<int> >*, 
bool, SEXPREC*, SEXPREC*)]+0x97): undefined reference to 
`_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(RcppCommon.o):RcppCommon.cpp:(.text$_ZN4Rcpp4XPtrISt6vectorIiSaIiEEEC1EPS3_bP7SEXPRECS7_[Rcpp::XPtr<std::vector<int, 
std::allocator<int> > >::XPtr(std::vector<int, std::allocator<int> >*, 
bool, SEXPREC*, SEXPREC*)]+0xde): undefined reference to 
`_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(RcppCommon.o):RcppCommon.cpp:(.text$_ZN4Rcpp6r_castILi13EEEP7SEXPRECS2_[SEXPREC* 
Rcpp::r_cast<13>(SEXPREC*)]+0x1e): undefined reference to 
`__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(RcppCommon.o):RcppCommon.cpp:(.text$_ZN4Rcpp6r_castILi13EEEP7SEXPRECS2_[SEXPREC* 
Rcpp::r_cast<13>(SEXPREC*)]+0x34): undefined reference to 
`_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(RcppCommon.o):RcppCommon.cpp:(.text$_ZN4Rcpp6r_castILi13EEEP7SEXPRECS2_[SEXPREC* 
Rcpp::r_cast<13>(SEXPREC*)]+0x64): undefined reference to 
`_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(RcppCommon.o):RcppCommon.cpp:(.text$_ZN4Rcpp6r_castILi13EEEP7SEXPRECS2_[SEXPREC* 
Rcpp::r_cast<13>(SEXPREC*)]+0x8f): undefined reference to 
`_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(RcppCommon.o):RcppCommon.cpp:(.text$_ZN4Rcpp6r_castILi14EEEP7SEXPRECS2_[SEXPREC* 
Rcpp::r_cast<14>(SEXPREC*)]+0x1e): undefined reference to 
`__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(RcppCommon.o):RcppCommon.cpp:(.text$_ZN4Rcpp6r_castILi14EEEP7SEXPRECS2_[SEXPREC* 
Rcpp::r_cast<14>(SEXPREC*)]+0x34): undefined reference to 
`_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(RcppCommon.o):RcppCommon.cpp:(.text$_ZN4Rcpp6r_castILi14EEEP7SEXPRECS2_[SEXPREC* 
Rcpp::r_cast<14>(SEXPREC*)]+0x64): undefined reference to 
`_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(RcppCommon.o):RcppCommon.cpp:(.text$_ZN4Rcpp6r_castILi14EEEP7SEXPRECS2_[SEXPREC* 
Rcpp::r_cast<14>(SEXPREC*)]+0x8f): undefined reference to 
`_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(RcppCommon.o):RcppCommon.cpp:(.text$_ZN4Rcpp6r_castILi24EEEP7SEXPRECS2_[SEXPREC* 
Rcpp::r_cast<24>(SEXPREC*)]+0x1e): undefined reference to 
`__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(RcppCommon.o):RcppCommon.cpp:(.text$_ZN4Rcpp6r_castILi24EEEP7SEXPRECS2_[SEXPREC* 
Rcpp::r_cast<24>(SEXPREC*)]+0x34): undefined reference to 
`_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(RcppCommon.o):RcppCommon.cpp:(.text$_ZN4Rcpp6r_castILi24EEEP7SEXPRECS2_[SEXPREC* 
Rcpp::r_cast<24>(SEXPREC*)]+0x64): undefined reference to 
`_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(RcppCommon.o):RcppCommon.cpp:(.text$_ZN4Rcpp6r_castILi24EEEP7SEXPRECS2_[SEXPREC* 
Rcpp::r_cast<24>(SEXPREC*)]+0x8f): undefined reference to 
`_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(RcppCommon.o):RcppCommon.cpp:(.text$_ZN4Rcpp6r_castILi10EEEP7SEXPRECS2_[SEXPREC* 
Rcpp::r_cast<10>(SEXPREC*)]+0x1e): undefined reference to 
`__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(RcppCommon.o):RcppCommon.cpp:(.text$_ZN4Rcpp6r_castILi10EEEP7SEXPRECS2_[SEXPREC* 
Rcpp::r_cast<10>(SEXPREC*)]+0x34): undefined reference to 
`_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(RcppCommon.o):RcppCommon.cpp:(.text$_ZN4Rcpp6r_castILi10EEEP7SEXPRECS2_[SEXPREC* 
Rcpp::r_cast<10>(SEXPREC*)]+0x64): undefined reference to 
`_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(RcppCommon.o):RcppCommon.cpp:(.text$_ZN4Rcpp6r_castILi10EEEP7SEXPRECS2_[SEXPREC* 
Rcpp::r_cast<10>(SEXPREC*)]+0x8f): undefined reference to 
`_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(RcppCommon.o):RcppCommon.cpp:(.text$_ZN4Rcpp6r_castILi15EEEP7SEXPRECS2_[SEXPREC* 
Rcpp::r_cast<15>(SEXPREC*)]+0x1e): undefined reference to 
`__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(RcppCommon.o):RcppCommon.cpp:(.text$_ZN4Rcpp6r_castILi15EEEP7SEXPRECS2_[SEXPREC* 
Rcpp::r_cast<15>(SEXPREC*)]+0x34): undefined reference to 
`_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(RcppCommon.o):RcppCommon.cpp:(.text$_ZN4Rcpp6r_castILi15EEEP7SEXPRECS2_[SEXPREC* 
Rcpp::r_cast<15>(SEXPREC*)]+0x64): undefined reference to 
`_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(RcppCommon.o):RcppCommon.cpp:(.text$_ZN4Rcpp6r_castILi15EEEP7SEXPRECS2_[SEXPREC* 
Rcpp::r_cast<15>(SEXPREC*)]+0x8f): undefined reference to 
`_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(RcppCommon.o):RcppCommon.cpp:(.text$_ZN4Rcpp6r_castILi19EEEP7SEXPRECS2_[SEXPREC* 
Rcpp::r_cast<19>(SEXPREC*)]+0x1e): undefined reference to 
`__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(RcppCommon.o):RcppCommon.cpp:(.text$_ZN4Rcpp6r_castILi19EEEP7SEXPRECS2_[SEXPREC* 
Rcpp::r_cast<19>(SEXPREC*)]+0x34): undefined reference to 
`_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(RcppCommon.o):RcppCommon.cpp:(.text$_ZN4Rcpp6r_castILi19EEEP7SEXPRECS2_[SEXPREC* 
Rcpp::r_cast<19>(SEXPREC*)]+0x64): undefined reference to 
`_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(RcppCommon.o):RcppCommon.cpp:(.text$_ZN4Rcpp6r_castILi19EEEP7SEXPRECS2_[SEXPREC* 
Rcpp::r_cast<19>(SEXPREC*)]+0x8f): undefined reference to 
`_Unwind_SjLj_Resume'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(RcppCommon.o):RcppCommon.cpp:(.text$_ZN4Rcpp6r_castILi20EEEP7SEXPRECS2_[SEXPREC* 
Rcpp::r_cast<20>(SEXPREC*)]+0x1e): undefined reference to 
`__gxx_personality_sj0'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(RcppCommon.o):RcppCommon.cpp:(.text$_ZN4Rcpp6r_castILi20EEEP7SEXPRECS2_[SEXPREC* 
Rcpp::r_cast<20>(SEXPREC*)]+0x34): undefined reference to 
`_Unwind_SjLj_Register'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(RcppCommon.o):RcppCommon.cpp:(.text$_ZN4Rcpp6r_castILi20EEEP7SEXPRECS2_[SEXPREC* 
Rcpp::r_cast<20>(SEXPREC*)]+0x64): undefined reference to 
`_Unwind_SjLj_Unregister'
c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a(RcppCommon.o):RcppCommon.cpp:(.text$_ZN4Rcpp6r_castILi20EEEP7SEXPRECS2_[SEXPREC* 
Rcpp::r_cast<20>(SEXPREC*)]+0x8f): undefined reference to 
`_Unwind_SjLj_Resume'
collect2: ld returned 1 exit status
make: *** [rinside_callbacks0] Error 1
#
On 19 August 2010 at 17:06, Vyacheslav Karamov wrote:
| Dirk Eddelbuettel ?????:
| > On 19 August 2010 at 13:02, Daniel Cegie?ka wrote:
| > | Is there any posibility to use R without installing?
| > | 
| > | > I mean that I have my own application written in MS Visual C++ and I need
| > | > to use R script in this app. I can install R and use it via DCOM, but it's
| > | > not convenient for  the end users of my  program.
| > | >
| > | >
| > | Dirk Eddelbuettel love R/C++ combination. Rinside could be usefull for you.
| > | 
| > | http://dirk.eddelbuettel.com/code.html
| >
| > Thanks for the plug. We can definitely embed R inside C++ on operating
| > systems containing an x somewhere in their name. But note that the RInside
| > page (http://dirk.eddelbuettel.com/code/rinside.html) clearly states the
| > following:
| >
| >    Status                                                                                      
| >                                                                                                                  
| >    Version 0.2.3 should build and install on just about any Linux and OS X
| >    system, and even on Windows machines that have the Rtools compiled by
| >    Duncan Murdoch as detailed in the The Windows Toolset appendix to the R
| >    Installation manual. Do not report an error if you fail to build this with
| >    another compiler as this is not supported. (However, the examples which
| >    built and run under 0.2.1 currently build but segfault. This is probably
| >    fixable but we just haven't had the time or focus to do it. Linux and OS X
| >    work well enough for us.)
| >
| > so for someone hell-bent on using MS Visual Whatever this is not a solution.
| >
| > Dirk
| >
| >   
| I tried to compile it using MinGW:

No, what you describe in the next few hundred lines would _build the examples
if the package is already installed_ 

Also, building these examples (once you have the package is installed) does
"Work For Me (TM)" in the sense that the compiles and linking steps succeed
(WinXP, Rtools with gcc/g++ 4.2.x, R 2.11.0) yet it, as noted above, leads to
a seg.fault which Romain and I have found neither time nor motivation to fix.

You would be very welcome to help out -- our discussions around Rcpp and
RInside take place on the rcpp-devel list off R-Forge.


| 1) First I added R_HOME environment variable.
| 2) Then modified c:\Program 
| Files\R\R-2.11.1\library\RInside\examples\standard\Makefile.win by 
| surrounding "$(R_HOME)/bin/R" with the quotation marks.
| 3) And finally
| C:\Program Files\R\R-2.11.1\library\RInside\examples\standard>make -f 
| Makefile.win
| g++ -Ic:/PROGRA~1/R/R-211~1.1/include 
| -Ic:/PROGRA~1/R/R-211~1.1/library/Rcpp/include 
| -I"c:/PROGRA~1/R/R-211~1.1/library/RInside/include" -O2 -Wall -Wall  -s  
| rinside_callbacks0.cpp  -Lc:/PROGRA~1/R/R-211~1.1/bin -lR 
| -Lc:/PROGRA~1/R/R-211~1.1/bin -lRblas -Lc:/PROGRA~1/R/R-211~1.1/bin 
| -lRlapack "c:/PROGRA~1/R/R-211~1.1/library/RInside/lib/libRInside.a" 
| c:/PROGRA~1/R/R-211~1.1/library/Rcpp/lib/libRcpp.a  -o rinside_callbacks0
| c:/PROGRA~1/R/R-211~1.1/library/RInside/lib/libRInside.a(RInside.o):RInside.cpp:(.text+0x10b): 
| undefined reference to `__gxx_personality_sj0'

[ Hundreds of similar lines removed. ]


Thanks, Dirk
#
Dirk Eddelbuettel ?????:
Hi all!

Could you help me to install Rinside in Ubuntu Jaunty?
I've installed R and Rcpp but I have no idea how to deal with Rinside.
I couldn't find any makefile.

WBR,
Vyacheslav.
#
Le 20/08/10 10:32, Vyacheslav Karamov a ?crit :
Hi,

It installs just like any other R package, there is no need for a Makefile.

$ R CMD RInside_0.2.3.tar.gz

or from R:

 > install.packages( "RInside" )

We usually encourage people to use the Rcpp-devel mailing list for 
questions about RInside :
http://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel

Romain
#
Romain Francois wrote:
Should probably be:

  R CMD INSTALL RInside_0.2.3.tar.gz


But are we misleading the OP a little bit about what RInside can help him
do?  His original question was:
Vyacheslav Karamov wrote:
He stated that he was looking for this because:
Vyacheslav Karamov wrote:
I think the proper answer to this question is: R is an interpreted language. 
There is not any developed way to compile R code to machine code, an
executable or a library that can be distributed to a computer that does not
have a copy of R installed.


R does include a library with various names such as R.a, libR.so and R.dll
that contains the R interpreter and support functions which could be used to
distribute a stand alone executable that can run R code without the R
distribution being installed.

However the sticking point is packages; the OP is likely trying to embed R
in order to gain access to one, or several, R packages.  As far as I know,
there is no developed way to compile an R package down such that it could be
distributed, perhaps along with R.dll, and stand by its self.

It is theoretically possible, but there is no turnkey solution.


So, unless I am gravely mistaken, RInside is just a nice cross-platform
replacement for the RDCOM interface.  It won't solve the problem of needing
R installed on the client's computer in order to fully use the R environment
which is dependent on packages.

-Charlie

-----
Charlie Sharpsteen
Undergraduate-- Environmental Resources Engineering
Humboldt State University
#
On 20 August 2010 at 08:02, Sharpie wrote:
| So, unless I am gravely mistaken, RInside is just a nice cross-platform
| replacement for the RDCOM interface.  It won't solve the problem of needing

I wrote RInside, and I am unaware of any attempts of mine to either copy,
clone or otherwise imitate any of the non-portable technologies from the
Pacific Northwest I happen to be rather unfamiliar with to boot.  So I fear
that were indeed gravely mistaken. Thanks for trying though.

RInside delivers what it promises: an embedded R instance for your C++
program.  And thanks to the magic that is Rcpp and all of the work Romain and
I put into it, you get a rather rich interface between R and C++ that has no
parallel I know of.

| R installed on the client's computer in order to fully use the R environment
| which is dependent on packages.

That on the other hand is a true statement and as far as I am concerned a
good thing as well.  

Dirk
#
Dirk Eddelbuettel wrote:
My apologies Dirk, I phrased that badly.  

What I ment is that RInside provides an interface by which the C++ program
can interact with R.  Essentially, what the OP would gain from RInside is
that he would not have to use DCOM.

-Charlie

-----
Charlie Sharpsteen
Undergraduate-- Environmental Resources Engineering
Humboldt State University
#
On Aug 20, 2010, at 11:17 AM, Dirk Eddelbuettel wrote:

            
I fear not: RInside, Rserve, R[D]COM, JRI, ... all embed R which was that his point, rightly so. 

There is no way I know of to turn R code into something that can run on its own without R present (save for a tiny subset of Rmath).

Cheers,
Simon
#
On 20 August 2010 at 08:25, Sharpie wrote:
| My apologies Dirk, I phrased that badly.  

No worries.
 
| What I ment is that RInside provides an interface by which the C++ program
| can interact with R.  Essentially, what the OP would gain from RInside is
| that he would not have to use DCOM.

Apart from the fact (that I alluded to earlier) that 
  a) RInside does not build with the windoze toolchain but 
  b) requires Rtools by Duncan M, and 
  c) as of late builds but segfaults when running on Windoze.

So in short he is not helped at all unless he changes platforms. C'est la vie.
On 20 August 2010 at 11:39, Simon Urbanek wrote:
| I fear not: RInside, Rserve, R[D]COM, JRI, ... all embed R which was that his point, rightly so. 

I know next to nothing about JRI and RwhateverCOM so I will skip those. But I
have been in pushing for adoption of Rserve in different places and as early
as 2003/2004 as I am a big, big fan of Rserver (as well as Debian maintainer).  

However, RInside is much different in that it is a) in-process and b) endowed
with the richer Rcpp interface that Romain and I have been building.  So in
that sense this is not a comparison to me apart from the obvious fact that
both use R in an embedded fashion.
 
| There is no way I know of to turn R code into something that can run on its own without R present (save for a tiny subset of Rmath).

You seem to have missed that I made that same point, and stressed it as a
good one.  Not of the aforementioned technologies are meant to hide R or
permit deployment without it.

Dirk
#
On Thu, Aug 19, 2010 at 5:47 AM, Vyacheslav Karamov
<ubuntulist at yandex.ru> wrote:
x.ru>>>
Do your users have Web access? If so, you can set up an Rweb (or
similar) server that could run the jobs for those users. I have one
set up like that. Users transmit their code via http and can get
results back in web page.  I think you could probably program around
the output management question, but I did not try to do it. I mean,
something like "wget" could download the images directly, by-passing
the http server.

Rweb has been abandoned by its original author, but it can be made to
work, and there are other, newer http server programs to run R.  I
have not tried them yet, mainly because my customers needed to run
Rweb because their clients told them to use it.
#
On Aug 20, 2010, at 1:15 PM, Paul Johnson wrote:

            
FWIW: FastRWeb uses Rserve as back-end and is in active development since we use it internally (it's wicked fast, scalable and supports data pre-loading and AJAX).

Cheers,
Simon
#
Simon Urbanek ?????:
No, we need to implement VAD and voice comparison, so RWeb is useless in 
this case.