[R] How to suppress console output when using choose.dir()?
Uwe Ligges
ligges at statistik.tu-dortmund.de
Sun Jan 10 08:50:30 CET 2016
On 10.01.2016 02:38, Rob Grant wrote:
> Hi,
>
> I am wondering how to suppress console output when using choose.dir() on
> Windows 10 with RStudio.
> Am getting a log output when using this function. Example:
>
> ...
> 22:07:18.873 INFO
> |9824|ccdi_client_protorpc.cpp:413:ccdi::client::CCDIGetSyncState| The CCD
> process doesn't appear to be running.
> 22:07:18.873##ERR##|9824|ACloudToBeSynced.cpp:80:CACloudToBeSynced::IsMember
> Of| CCDIGetSyncState for syncbox fail rv -9055
> ...
>
This output does not come from R, since we do not have any
ACloudToBeSynced.cpp ....
So perhaps from a contributed package or RStudio, in each case you need
to talk to the correpsonding maintainer.
Best,
Uwe Ligges
>
> Have tried sink(), invisible(), options(echo = FALSE), capture.output().
> None working for me.
>
> Regards,
>
> Rob Grant
>
>
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>
More information about the R-help
mailing list