Skip to content

Commit

Permalink
Fix rendering of package information on the pkgdown website (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
cforgaci authored Dec 17, 2024
1 parent 932a23a commit 83317bb
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 7 deletions.
2 changes: 2 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Authors@R: c(
)
Description: Identify continuous street strokes in a network
License: Apache License (>= 2)
URL: https://cityriverspaces.github.io/rcoins/
BugReports: https://github.com/CityRiverSpaces/rcoins/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Expand Down
12 changes: 7 additions & 5 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
# [Unreleased]

## Fixed

- Fix rendering of package information on the pkgdown website

## [0.1.0] - 2024-12-16
# Version 0.1.0 - 2024-12-16

### Added
## Added

- First release of the package
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ plot(sf::st_geometry(streets),

</details>

<img src="./img/streets.png" alt="Bucharest streets" width="500"/>
<img src="man/figures/streets.png" alt="Bucharest streets" width="500"/>

Determine continuous lines in the network as:

Expand All @@ -87,7 +87,7 @@ plot(continuous_streets,

</details>

<img src="./img/continuous-streets.png" alt="Bucharest continuous streets" width="500"/>
<img src="man/figures/continuous-streets.png" alt="Bucharest continuous streets" width="500"/>

[osm]: https://www.openstreetmap.org/

Expand Down
25 changes: 25 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
url: https://cityriverspaces.github.io/rcoins/
template:
bootstrap: 5
authors:
sidebar:
roles: [aut, cre]
articles:
- title: Articles
navbar: ~
contents:
- using-rcoins
navbar:
structure:
left: [home, reference, articles, news]
right: [github]
components:
articles:
text: Articles
menu:
- text: Tracing continuous streets using rcoins
href: articles/using-rcoins.html
news:
one_page: true


File renamed without changes
File renamed without changes

0 comments on commit 83317bb

Please sign in to comment.