Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

edit pkgdown.yml; fix #89; fix #90; fix #88 #91

Merged
merged 3 commits into from
Oct 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

steps:
- uses: actions/checkout@v4
Expand Down
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,12 @@ Suggests:
tufte,
spelling,
covr,
kableExtra
kableExtra,
bbw
Encoding: UTF-8
Language: en-GB
LazyData: true
RoxygenNote: 7.3.1
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
URL: https://nutriverse.io/nipnTK/, https://github.com/nutriverse/nipnTK
BugReports: https://github.com/nutriverse/nipnTK/issues
Expand Down
22 changes: 9 additions & 13 deletions pkgdown/_pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,26 @@ development:

template:
bootstrap: 5
bootswatch: cosmo
theme: pygments #haddock
ganalytics: G-HD17FR1JE1
bootswatch: pulse
theme: breeze-light
ganalytics: G-51ZQ0EXXM4
bslib:
pkgdown-nav-height: 100px

navbar:
bg: success
type: light
structure:
left: [home, intro, reference, articles, news]
right: [mastodon, linkedin, github]
right: [search, mastodon, github]

components:
articles:
text: Articles
menu:
- text: Check ranges and legal values
href: articles/rl.html
- text: Identify outliers using scatterplots
- text: Identify outliers using scatter plots
href: articles/sp.html
- text: Identify outliers using flags
href: articles/flagging.html
Expand All @@ -40,15 +42,9 @@ navbar:
href: articles/as.html
mastodon:
icon: fab fa-mastodon fa-lg
href: https://fosstodon.org/@katilingban
linkedin:
icon: fab fa-linkedin fa-lg
href: https://www.linkedin.com/company/katilingban/
href: https://mastodon.social/@nutriverse

home:
sidebar:
structure: [links, license, community, citation, authors, dev]

links:
- text: Read more about NiPN
href: https://www.nipn-nutrition-platforms.org
Expand All @@ -63,7 +59,7 @@ reference:
- outliersUV
- rl.ex01

- title: Using scatterplots to identify outliers
- title: Using scatter plots to identify outliers
contents:
- outliersMD
- sp.ex01
Expand Down
Loading