File tree 4 files changed +13
-3
lines changed
4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ knitr::opts_chunk$set(
23
23
<!-- badges: start -->
24
24
[ ![ Github Action test] ( https://github.com/sodascience/osmenrich/workflows/R-CMD-check/badge.svg )] ( https://github.com/sodascience/osmenrich/actions )
25
25
[ ![ DOI] ( https://zenodo.org/badge/337555188.svg )] ( https://zenodo.org/badge/latestdoi/337555188 )
26
+ [ ![ Project Status: Active – The project has reached a stable, usable state and is being actively developed.] ( https://www.repostatus.org/badges/latest/active.svg )] ( https://www.repostatus.org/#active )
26
27
<!-- badges: end -->
27
28
28
29
The goal of ` osmenrich ` is to easily enrich geocoded data
Original file line number Diff line number Diff line change 15
15
[ ![ Github Action
16
16
test] ( https://github.com/sodascience/osmenrich/workflows/R-CMD-check/badge.svg )] ( https://github.com/sodascience/osmenrich/actions )
17
17
[ ![ DOI] ( https://zenodo.org/badge/337555188.svg )] ( https://zenodo.org/badge/latestdoi/337555188 )
18
+ [ ![ Project Status: Active – The project has reached a stable, usable
19
+ state and is being actively
20
+ developed.] ( https://www.repostatus.org/badges/latest/active.svg )] ( https://www.repostatus.org/#active )
18
21
<!-- badges: end -->
19
22
20
23
The goal of ` osmenrich ` is to easily enrich geocoded data
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ reference:
38
38
- title : Retrieve and compute distances and durations
39
39
desc : Functions used to retrieve distances and duration from OSRM servers and kernel functions used to compute aggregation of these metrics.
40
40
- contents :
41
- - distance_funs
41
+ - measure_funs
42
42
- kernels
43
43
- title : OSRM functions
44
44
desc : Functions to communicate with remote or local OSRM servers.
@@ -55,6 +55,10 @@ reference:
55
55
- url_available
56
56
- adjust_coord
57
57
- format_coord_table
58
+ - title : Example data
59
+ desc : Example dataframe for basic enrichments.
60
+ - contents :
61
+ - common_swift
58
62
59
63
navbar :
60
64
structure :
Original file line number Diff line number Diff line change @@ -212,8 +212,10 @@ sf_example_advanced
212
212
# > 2 Bob 2 2 (5.08 52.13) 0
213
213
```
214
214
215
- ### Advanced Example
215
+ ### Advanced Examples
216
216
217
- For a more advanced example in which ` osmenrich ` is put to use with other packages, please refer to [ this tutorial] ( advanced_enrichment.Rmd ) .
217
+ For a more advanced example in which ` osmenrich ` is put to use with other packages, please refer to [ this tutorial] ( advanced_enrichment ) .
218
+
219
+ For an example on the working of kernels within ` osmenrich ` , please refer to [ this tutorial] ( introduction_kernels ) .
218
220
219
221
You can’t perform that action at this time.
0 commit comments