We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f2da90 commit d437797Copy full SHA for d437797
src/RSession.cpp
@@ -217,6 +217,7 @@ RC2::RSession::RSession(RSessionCallbacks *callbacks)
217
};
218
_callbacks->_writeLambda = clambda;
219
_impl->R->set_callbacks(_callbacks);
220
+ _impl->R->setVerbose(false);
221
if (!_impl->fileManager) {
222
unique_ptr<FileManager> fm(new FileManager());
223
_impl->fileManager = std::move(fm);
0 commit comments