Re: [R-pkg-devel] Can't build package but can load it with devtools::load_all()

2016-07-31 Thread Satyaprakash Nayak
Just an update - I re-installed libSBML and now devtools::load_all() is giving an error > devtools::load_all() > Loading Rcppsbml > Error in dyn.load(dllfile) : > unable to load shared object '//Rcppsbml/src/Rcppsbml.so': > dlopen(//Rcppsbml/src/Rcppsbml.so, 6): Symbol not found: > __ZN7lib

[R-pkg-devel] Can't build package but can load it with devtools::load_all()

2016-07-31 Thread Satyaprakash Nayak
Hi I am trying to build a package with interfaces with C library libSBML (although a package libSBML exists). When I try to build the package using "Clean and Rebuild" command in RStudio, I am getting the following error ** R > ** preparing package for lazy load