Commit 3457eac2 by Jan Wijffels

add rcube

parents
.Rproj.user
.Rhistory
.RData
.Ruserdata
This source diff could not be displayed because it is too large. You can view the blob instead.
# **rcube** ![rcube](img/rcube_logo.png)
The rcube project is a list of open source packages available for R users in Belgium.
It currently contains the following R packages:
### **Package BelgiumMaps.Admin**
BelgiumMaps.Admin allows R users to easily have data available containing geographical administrative boundaries in Belgium. It contains data available as part of OpenStreetMap (https://www.openstreetmap.org).
The package is developed at https://github.com/jwijffels/BelgiumMaps.Admin
#### License
BelgiumMaps.Admin is released under the Open Database License 1.0. http://opendatacommons.org/licenses/odbl/1-0/. You may use the data for any purpose, but you have to acknowledge OpenStreetMap as the data source.
#### Installation
The package can be installed as
```
install.packages("BelgiumMaps.Admin", repos = "http://www.datatailor.be/rcube", type = "source")
```
#### Administrative boundaries
This package contains data extracted from http://download.geofabrik.de/europe/belgium.html on 2015/11/03 with OpenStreetMap data up to 2015-11-02T22:22:02Z.
The belgium-latest.osm.pbf file was imported with osm2pgsql in PostGIS and converted to a shapefile with pgsql2shp to obtain shape files of polygons of administrative boundaries of administrative levels 2, 4, 6, 7, 8, 9. More information about administrative levels in OpenStreetMap: http://wiki.openstreetmap.org/wiki/Tag:boundary%3Dadministrative.
These administrative boundaries are made available in the BE_OSM_ADMIN dataset which can be found inside the package.
```
library(BelgiumMaps.Admin)
library(sp)
data(BE_OSM_ADMIN)
plot(BE_OSM_ADMIN)
plot(subset(BE_OSM_ADMIN, admin.level == 8), main = "Belgium Municipalities")
str(as.data.frame(BE_OSM_ADMIN))
```
![OSM example](img/osm_municipalities.png)
### **Package BelgiumStatistics**
This R package allows R users to easily work with the data made available by the 'Algemene Directie Statistiek - Statistics Belgium', data which is part of the Open Data initiative of the Belgium government (initiative started on 22/10/2015).
#### License
BelgiumStatistics packages the **data** available at http://statbel.fgov.be/nl/statistieken/opendata/home. This data is made available under the **'Licentie open data'** which is compatible with the Creative Commons Attribution 2.0 license https://creativecommons.org/licenses/by/2.0
#### Installation
The package can be installed as
```
install.packages("BelgiumStatistics", repos = "http://www.datatailor.be/rcube", type = "source")
```
#### Data
The data of Statistics Belgium covers the topics 'Population', 'Work/Fiscal information', 'Kadaster', the 'Census of 2011' and 'Tools'. More information: https://github.com/jwijffels/BelgiumStatistics
### **Package BelgiumMaps.OpenStreetMap**
This package contains geospatial data of landuse, natural, places, points, railways, roads and waterways, extracted from OpenStreetMap. More information: https://github.com/jwijffels/BelgiumMaps.OpenStreetMap
#### License
BelgiumMaps.OpenStreetMap is released under the Open Database License 1.0. http://opendatacommons.org/licenses/odbl/1-0/. You may use the data for any purpose, but you have to acknowledge OpenStreetMap as the data source.
```
install.packages("BelgiumMaps.OpenStreetMap", repos = "http://www.datatailor.be/rcube", type = "source")
```
![rcube](img/example_railways.png)
Version: 1.0
RestoreWorkspace: Default
SaveWorkspace: Default
AlwaysSaveHistory: Default
EnableCodeIndexing: Yes
UseSpacesForTab: Yes
NumSpacesForTab: 2
Encoding: UTF-8
RnwWeave: Sweave
LaTeX: pdfLaTeX
Package: BelgiumMaps.Admin
Version: 1.1
Depends: R (>= 2.10)
Imports: stringi
Suggests: sp, knitr
MD5sum: fb2ee963629c114a237c61c56622fb83
NeedsCompilation: no
Package: BelgiumMaps.OpenStreetMap
Version: 1.0
Depends: R (>= 2.10)
Suggests: sp, leaflet, BelgiumMaps.Admin, BelgiumStatistics, knitr, tmap, rgeos
MD5sum: 0b770330ee5fccda9fa89ebee196f225
NeedsCompilation: no
Package: BelgiumMaps.StatBel
Version: 1.0
Depends: R (>= 2.10)
Suggests: sp, knitr
MD5sum: e72c61ed4bb9e321ba8915161ee1b8b7
NeedsCompilation: no
Package: BelgiumStatistics
Version: 1.1
Depends: R (>= 2.10)
Imports: data.table (>= 1.9.6)
Suggests: BelgiumMaps.Admin, leaflet, knitr, sp
MD5sum: fac0b1a0bc71b0d67316af2a8aa6de95
NeedsCompilation: no
Package: RscheduleR
Version: 1.0.0
Depends: methods
Imports: rmongodb (>= 1.8.0), jsonlite, httr
License: AGPL-3 + file LICENSE
MD5sum: 8392ace60246f1aa06c0a5fb2237f07e
NeedsCompilation: no
Package: spark.sas7bdat
Version: 1.0
Imports: sparklyr (>= 0.3)
Suggests: knitr
License: GPL-3
MD5sum: 68ca2c4622ef81560815a97d7550a648
NeedsCompilation: no
Package: sparklyr
Version: 0.4.31
Depends: R (>= 3.1.2)
Imports: methods, lazyeval (>= 0.2.0), dplyr (>= 0.5.0), DBI (>= 0.4.1), readr (>=
0.2.0), digest, config, rappdirs, assertthat, rprojroot, withr
Suggests: testthat, RCurl, janeaustenr
License: Apache License 2.0 | file LICENSE
MD5sum: 3b7def2061fa45eb46fefaf439938df0
NeedsCompilation: no
Package: taskscheduleR
Version: 1.0
Imports: data.table, tools
Suggests: knitr, miniUI, shiny
License: AGPL-3 + file LICENSE
MD5sum: 93458c4792e874e013a46905308d3de7
NeedsCompilation: no
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment