forked from bnosac/GAlogger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
12 lines (12 loc) · 863 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
Package: GAlogger
Type: Package
Title: Log Events and Usage to Google Analytics
Version: 0.1
Maintainer: Jan Wijffels <[email protected]>
Authors@R: c(person('Jan', 'Wijffels', role = c('aut', 'cre', 'cph'), email = '[email protected]'), person('BNOSAC', role = 'cph'))
Description: Store events to Google Analytics in order to track usage of your application. This allows R developers and application owners to easily store how people use specific functions, shiny applications, web services, when packages are loaded or to store basic code status messages or error messages. The events are stored on Google Analytics which allows to quickly see how one is using your application. Events are only send in case the user gives his or her approval.
License: MPL-2.0
URL: https://github.com/bnosac/GAlogger
Encoding: UTF-8
Imports: curl, uuid
RoxygenNote: 6.0.1