Skip to content

Commit a4128fe

Browse files
authored
Merge pull request #6 from CSOgroup/dev
Dev
2 parents bc7dac9 + 4687cd1 commit a4128fe

476 files changed

Lines changed: 98 additions & 548793 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/R-CMD-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
R_KEEP_PKG_SOURCE: yes
2727

2828
steps:
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v5
3030

3131
- uses: r-lib/actions/setup-pandoc@v2
3232

.github/workflows/pkgdown.yaml

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
2+
on:
3+
push:
4+
branches: [main, master]
5+
release:
6+
types: [published]
7+
workflow_dispatch:
8+
9+
name: pkgdown
10+
11+
permissions: read-all
12+
13+
jobs:
14+
pkgdown:
15+
runs-on: ubuntu-latest
16+
concurrency:
17+
group: pkgdown-${{ github.event_name != 'pull_request' || github.run_id }}
18+
environment:
19+
name: github-pages
20+
url: ${{ steps.deployment.outputs.page_url }}
21+
permissions:
22+
contents: write
23+
steps:
24+
- uses: actions/checkout@v5
25+
26+
- uses: r-lib/actions/setup-pandoc@v2
27+
28+
- uses: r-lib/actions/setup-r@v2
29+
with:
30+
use-public-rspm: true
31+
32+
- uses: r-lib/actions/setup-r-dependencies@v2
33+
with:
34+
extra-packages: any::pkgdown, local::.
35+
needs: website
36+
37+
- name: Build site
38+
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
39+
shell: Rscript {0}
40+
41+
- name: Deploy to GitHub Pages
42+
id: deployment
43+
uses: JamesIves/github-pages-deploy-action@v4
44+
with:
45+
branch: gh-pages
46+
folder: docs
47+
clean: false

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
.quarto
77
.ipynb_checkpoints
88
inst/doc
9+
docs/
910
.*
1011
!/.gitignore
1112
!/.github

README.Rmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ knitr::opts_chunk$set(
1313
)
1414
```
1515

16-
# SelectSim <img src="man/figures/logo.png" align="right" height="138" alt="" />
16+
# SelectSim <a href="https://csogroup.github.io/SelectSim/"><img src="man/figures/logo.png" align="right" height="138" alt="SelectSim website" /></a>
1717

1818
<!-- badges: start -->
19+
[![R-CMD-check](https://github.com/CSOgroup/SelectSim/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/CSOgroup/SelectSim/actions/workflows/R-CMD-check.yaml)
1920
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.19680236.svg)](https://doi.org/10.5281/zenodo.19680236)
2021
<!-- badges: end -->
2122

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11

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

4-
# SelectSim <img src="man/figures/logo.png" align="right" height="138" alt="" />
4+
# SelectSim <a href="https://csogroup.github.io/SelectSim/"><img src="man/figures/logo.png" align="right" height="138" alt="SelectSim website" /></a>
55

66
<!-- badges: start -->
77

8+
[![R-CMD-check](https://github.com/CSOgroup/SelectSim/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/CSOgroup/SelectSim/actions/workflows/R-CMD-check.yaml)
89
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.19680236.svg)](https://doi.org/10.5281/zenodo.19680236)
910
<!-- badges: end -->
1011

_pkgdown.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ home:
1010
structure: [links, license, citation, authors, dev]
1111

1212
navbar:
13+
logo:
14+
src: logo.svg
15+
alt: SelectSim
16+
width: 30
17+
href: https://csogroup.github.io/SelectSim/
1318
structure:
1419
left: [intro, reference, articles, news]
1520
right: [github]

docs/404.html

Lines changed: 0 additions & 86 deletions
This file was deleted.

docs/404.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/CODE_OF_CONDUCT.html

Lines changed: 0 additions & 97 deletions
This file was deleted.

docs/CODE_OF_CONDUCT.md

Lines changed: 0 additions & 62 deletions
This file was deleted.

0 commit comments

Comments
 (0)