Skip to content

Commit

Permalink
Merge pull request #55 from nutriverse/dev
Browse files Browse the repository at this point in the history
add social icons; fix #53; fix #54
  • Loading branch information
ernestguevarra authored Dec 22, 2024
2 parents 6578c32 + 0b8b54e commit 1a7cc8b
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 5 deletions.
12 changes: 9 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,15 @@ Type: Package
Title: Simplified Lot Quality Assurance Sampling Evaluation of Access and
Coverage (SLEAC) Tools
Version: 0.0.0.9000
Authors@R: person("Ernest", "Guevarra",
comment = c(ORCID = "0000-0002-4887-4415"),
email = "[email protected]", role = c("aut", "cre"))
Authors@R: c(
person("Ernest", "Guevarra",
comment = c(ORCID = "0000-0002-4887-4415"),
email = "[email protected]",
role = c("aut", "cre")),
person("Mark", "Myatt",
comment = c(ORCID = "0000-0003-1119-1474"),
email = "[email protected]",
role = "aut"))
Description: In the recent past, measurement of coverage has been mainly through
two-stage cluster sampled surveys either as part of a nutrition assessment
or through a specific coverage survey known as Centric Systematic Area
Expand Down
5 changes: 5 additions & 0 deletions man/sleacr.Rd

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

12 changes: 10 additions & 2 deletions pkgdown/_pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,20 @@ navbar:
type: dark
structure:
left: [home, intro, reference, articles, news]
right: [search, mastodon, github]
right: [search, website, mastodon, bluesky, github]
components:
website:
icon: "fa-globe"
aria-label: Website
href: https://nutriverse.io
mastodon:
icon: "fab fa-mastodon fa-lg"
aria-label: Mastodon
href: https://fosstodon.org/@nutriverse
href: https://mastodon.social/@nutriverse
bluesky:
icon: "fab fa-bluesky fa-lg"
aria-label: Bluesky
href: https://bsky.app/profile/nutriverse.io

home:
links:
Expand Down

0 comments on commit 1a7cc8b

Please sign in to comment.