Skip to content

Commit

Permalink
disable verbose mode for RInside to stop unnecessary messages
Browse files Browse the repository at this point in the history
  • Loading branch information
mlilback committed Nov 27, 2017
1 parent 8f2da90 commit d437797
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/RSession.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ RC2::RSession::RSession(RSessionCallbacks *callbacks)
};
_callbacks->_writeLambda = clambda;
_impl->R->set_callbacks(_callbacks);
_impl->R->setVerbose(false);
if (!_impl->fileManager) {
unique_ptr<FileManager> fm(new FileManager());
_impl->fileManager = std::move(fm);
Expand Down

0 comments on commit d437797

Please sign in to comment.