Skip to content

Commit

Permalink
after installing phantomjs, the readme works again
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesFriedrich committed Sep 8, 2018
1 parent 6ed639f commit 93cde49
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 22 deletions.
11 changes: 4 additions & 7 deletions .Rbuildignore
@@ -1,11 +1,7 @@
# Exclude RStudio files
^.*\.Rproj$
^\.Rproj\.user$
^.*\.Rmd$
^.*\.R$
^.*\.gif$
^.*\.zip$
^.*\.Rds$
^Auswertungen$

# Exclude test suite files
^\.travis\.yml$
Expand All @@ -16,11 +12,12 @@ Readme\.md
^appveyor\.yml$
^docs$
^_pkgdown\.yml$
Table_senseBoxes.Rmd
Table_senseBoxes.html

# Readme RMD files
^README_figs
^README\.html$
^README\.Rmd$
^README-.*\.png$

# Exclude rsconnect
^rsconnect$
4 changes: 2 additions & 2 deletions .gitignore
Expand Up @@ -2,5 +2,5 @@
.Rhistory
.RData
.Ruserdata
Table_senseBoxes.Rmd
Table_senseBoxes.html
Auswertungen
rsconnect
13 changes: 13 additions & 0 deletions NAMESPACE
@@ -1,2 +1,15 @@
# Generated by roxygen2: do not edit by hand

export(get_senseBox_Ids)
export(get_senseBox_archive)
export(get_senseBox_data)
export(get_senseBox_info)
export(get_senseBox_location)
export(get_senseBox_sensor_Ids)
export(get_senseBox_sensor_info)
export(get_senseBox_stats)
export(parse_senseBoxData)
export(search_senseBox)
import(httr)
import(jsonlite)
importFrom(utils,str)
17 changes: 4 additions & 13 deletions README.md
Expand Up @@ -64,7 +64,7 @@ Number of senseBoxes

<td style="text-align:right;">

2246
2254

</td>

Expand All @@ -80,7 +80,7 @@ Number of Measurements

<td style="text-align:right;">

1301900739
1308586099

</td>

Expand All @@ -96,7 +96,7 @@ Number of measurements in last minute

<td style="text-align:right;">

2691
2669

</td>

Expand Down Expand Up @@ -707,18 +707,9 @@ leaflet(location) %>%
addProviderTiles(providers$OpenStreetMap) %>%
addTiles() %>%
addMarkers(~long, ~lat, popup = ~htmltools::htmlEscape(name))
## PhantomJS not found. You can install it with webshot::install_phantomjs(). If it is installed, please make sure the phantomjs executable can be found via the PATH variable.
```

<!--html_preserve-->

<div id="htmlwidget-cc14374d3e22835e0604" class="leaflet html-widget" style="width:672px;height:480px;">

</div>

<script type="application/json" data-for="htmlwidget-cc14374d3e22835e0604">{"x":{"options":{"crs":{"crsClass":"L.CRS.EPSG3857","code":null,"proj4def":null,"projectedBounds":null,"options":{}}},"calls":[{"method":"addProviderTiles","args":["OpenStreetMap",null,null,{"errorTileUrl":"","noWrap":false,"detectRetina":false}]},{"method":"addTiles","args":["//{s}.tile.openstreetmap.org/{z}/{x}/{y}.png",null,null,{"minZoom":0,"maxZoom":18,"tileSize":256,"subdomains":"abc","errorTileUrl":"","tms":false,"noWrap":false,"zoomOffset":0,"zoomReverse":false,"opacity":1,"zIndex":1,"detectRetina":false,"attribution":"&copy; <a href=\"http://openstreetmap.org\">OpenStreetMap<\/a> contributors, <a href=\"http://creativecommons.org/licenses/by-sa/2.0/\">CC-BY-SA<\/a>"}]},{"method":"addMarkers","args":[52.510952,13.392953,null,null,null,{"interactive":true,"draggable":false,"keyboard":true,"title":"","alt":"","zIndexOffset":0,"opacity":1,"riseOnHover":false,"riseOffset":250},"Leipziger65-Süd",null,null,null,null,{"interactive":false,"permanent":false,"direction":"auto","opacity":1,"offset":[0,0],"textsize":"10px","textOnly":false,"className":"","sticky":true},null]}],"limits":{"lat":[52.510952,52.510952],"lng":[13.392953,13.392953]}},"evals":[],"jsHooks":[]}</script>

<!--/html_preserve-->
<img src="README_figs/README-plot_location-1.png" width="672" />

#### Sensor Id informations

Expand Down
Binary file modified README_figs/README-plot_location-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified README_figs/README-unnamed-chunk-14-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified README_figs/README-unnamed-chunk-15-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified README_figs/README-unnamed-chunk-17-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 93cde49

Please sign in to comment.