Skip to content

Commit

Permalink
latest updates of website
Browse files Browse the repository at this point in the history
  • Loading branch information
ischlo committed Oct 31, 2024
1 parent e3dec54 commit c716adc
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 20 deletions.
2 changes: 1 addition & 1 deletion R/osmium_installed.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ assert_tool_is_installed <- function(tool) {

cli::cli_abort(
glue::glue("Could not find `{tool}` in system."
,"Please make sure it has been installed and added to PATH."),
,"Make sure it has been installed and added to PATH."),
)
}

Expand Down
8 changes: 3 additions & 5 deletions docs/articles/road_networks.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 14 additions & 11 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pkgdown_sha: ~
articles:
data_schema: data_schema.html
road_networks: road_networks.html
last_built: 2024-10-02T17:21Z
last_built: 2024-10-31T18:48Z
urls:
reference: https://ischlo.github.io/cppRosm/reference
article: https://ischlo.github.io/cppRosm/articles
Expand Down
2 changes: 1 addition & 1 deletion docs/search.json

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion vignettes/road_networks.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ vignette: >
%\VignetteEncoding{UTF-8}
---

```{r echo=FALSE, eval=TRUE}
```{r echo=FALSE, eval=TRUE,include=FALSE}
knitr::opts_chunk$set(eval = TRUE
,echo = TRUE
Expand Down Expand Up @@ -64,6 +64,7 @@ cppRosm::extract_graph(file)
nodes <- data.table::fread('nodes.csv')
segments <- data.table::fread('road_segments.csv')
```


Expand Down

0 comments on commit c716adc

Please sign in to comment.