[R] How to suppress console output when using choose.dir()?
Rob Grant
robgrantj at yahoo.com.au
Mon Jan 11 13:11:26 CET 2016
Thank you.
Found uninstalling PC bloatware 'Acer Portal' rectified the problem.
-----Original Message-----
From: Uwe Ligges [mailto:ligges at statistik.tu-dortmund.de]
Sent: Sunday, 10 January 2016 6:51 PM
To: Rob Grant; r-help at r-project.org
Subject: Re: [R] How to suppress console output when using choose.dir()?
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
> |9824|CCD
> process doesn't appear to be running.
> 22:07:18.873##ERR##|9824|ACloudToBeSynced.cpp:80:CACloudToBeSynced::Is
> Member
> 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