Skip to content

Commit d437797

Browse files
committed
disable verbose mode for RInside to stop unnecessary messages
1 parent 8f2da90 commit d437797

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/RSession.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ RC2::RSession::RSession(RSessionCallbacks *callbacks)
217217
};
218218
_callbacks->_writeLambda = clambda;
219219
_impl->R->set_callbacks(_callbacks);
220+
_impl->R->setVerbose(false);
220221
if (!_impl->fileManager) {
221222
unique_ptr<FileManager> fm(new FileManager());
222223
_impl->fileManager = std::move(fm);

0 commit comments

Comments
 (0)