Skip to content

Commit

Permalink
Upgrade bootstrap version (#100)
Browse files Browse the repository at this point in the history
* doc: use bootstrap 5 in pkgdown

* doc: remove unnecessary badges

* ci: remove action to knit md files

---------

Co-authored-by: Nicolas Casajus <[email protected]>
  • Loading branch information
ahasverus and ahasverus authored Jan 17, 2024
1 parent 3635f8d commit a4ef90f
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 54 deletions.
45 changes: 0 additions & 45 deletions .github/workflows/render-rmarkdown.yaml

This file was deleted.

4 changes: 1 addition & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,14 @@ pkgload::load_all()
```


# funbiogeo <img src="man/figures/funbiogeo-sticker.png" align="right" style="float:right; height:120px;"/>
# funbiogeo <img src="man/figures/logo.png" align="right" style="float:right; height:120px;"/>


<!-- badges: start -->
[![R-CMD-check](https://github.com/FRBCesab/funbiogeo/workflows/R-CMD-check/badge.svg)](https://github.com/FRBCesab/funbiogeo/actions)
[![codecov](https://codecov.io/gh/FRBCesab/funbiogeo/branch/main/graph/badge.svg?token=JPXXVNMAJ0)](https://codecov.io/gh/FRBCesab/funbiogeo)
[![CRAN status](https://www.r-pkg.org/badges/version/funbiogeo)](https://CRAN.R-project.org/package=funbiogeo)
[![License: GPL v2](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)
[![Lifecycle: maturing](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://lifecycle.r-lib.org/articles/stages.html#maturing)
[![Project Status: Active](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
<!-- badges: end -->

## Overview
Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

<!-- README.md is generated from README.Rmd. Please edit that file -->

# funbiogeo <img src="man/figures/funbiogeo-sticker.png" align="right" style="float:right; height:120px;"/>
# funbiogeo <img src="man/figures/logo.png" align="right" style="float:right; height:120px;"/>

<!-- badges: start -->

Expand All @@ -11,10 +11,6 @@
status](https://www.r-pkg.org/badges/version/funbiogeo)](https://CRAN.R-project.org/package=funbiogeo)
[![License: GPL
v2](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)
[![Lifecycle:
maturing](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://lifecycle.r-lib.org/articles/stages.html#maturing)
[![Project Status:
Active](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
<!-- badges: end -->

## Overview
Expand Down
7 changes: 7 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
url: https://frbcesab.github.io/funbiogeo

template:
bootstrap: 5
bslib:
primary: "#2b4370"

reference:
- title: Included Datasets
contents:
Expand Down
2 changes: 1 addition & 1 deletion inst/sticker/funbiogeo-sticker.R
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ hexSticker::sticker(

subplot = p,
package = "funbiogeo",
filename = here::here("man", "figures", "funbiogeo-sticker.png"),
filename = here::here("man", "figures", "logo.png"),
dpi = 2400,

p_size = 140.0, # Title
Expand Down
Binary file modified man/figures/README-plot-site-tr-complete-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified man/figures/README-plot-sp-tr-complete-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes

0 comments on commit a4ef90f

Please sign in to comment.