Skip to content

Commit

Permalink
Remove knitr, update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijffels committed Jan 28, 2018
1 parent c2b201a commit 30a8695
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions DESCRIPTION
Expand Up @@ -9,6 +9,4 @@ License: MPL-2.0
URL: https://github.com/bnosac/GAlogger
Encoding: UTF-8
Imports: curl, uuid
Suggests: knitr
VignetteBuilder: knitr
RoxygenNote: 6.0.1
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -12,7 +12,7 @@ Easily track how R users use your application by sending pageviews or events to
- Keep track on how your internal useRs are using your package (e.g. when a user loads your package or uses a specific function or webservice)
- Do you want to keep track on the status of a long-running process or keep track of an error message if something failed.

![](README-screenshot-1.png)
![](https://github.com/bnosac/GAlogger/raw/master/README-screenshot-1.png)

## Set-up

Expand Down Expand Up @@ -52,7 +52,7 @@ ga_collect_event(event_category = "Simulation", event_label = "Launching Bayesia
event_action = "How many simulations", event_value = 10)
```

![](README-screenshot-2.png)
![](https://github.com/bnosac/GAlogger/raw/master/README-screenshot-2.png)


## Installation
Expand Down

0 comments on commit 30a8695

Please sign in to comment.