Skip to content
Prev 206881 / 398503 Next

Number of download.

On Tue, Jan 19, 2010 at 9:51 PM, Liviu Andronic <landronimirc at gmail.com> wrote:

            
I did say 'without telling the user'.

This kind of behaviour got its bad name from closed-source software
'phoning home'  and raising privacy concerns since nobody could tell
what the seemingly random stream of bytes heading off your computer
consisted of.

 This kind of behaviour seems acceptible:

 > library(foo)
 Foo library would like to report its usage to foo.com. Would you like
it to do this every time you
 use it? No personal data about you or your computer is transmitted [y/N] Y
 Reporting use of library(foo) at 12:34:56 7-8-2010 to foo.com

 Then next time:

 > library(foo)
  Reporting use of library(foo) at 12:34:56 7-8-2010 to foo.com
  To stop usage reporting, do foo.reporting("off")

Barry