Skip to content
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
8 changes: 4 additions & 4 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Bugs

* Submit an issue on the [issues page](https://github.com/nutriverse/mwana/issues)
* Submit an issue on the [issues page](https://github.com/mphimo/mwana/issues)

## Code contributions

Expand All @@ -15,10 +15,10 @@ git clone https://github.com/<yourgithubusername>/mwana.git
```

* Make sure to track progress upstream i.e., on our version of `mwana`
at `nutriverse/mwana`, by doing
at `mphimo/mwana`, by doing

```
git remote add upstream https://github.com/nutriverse/mwana.git
git remote add upstream https://github.com/mphimo/mwana.git
```

* Before making changes make sure to pull changes in from `upstream` by doing
Expand All @@ -32,4 +32,4 @@ documentation

* Push up changes to your account

* Submit a pull request at `nutriverse/mwana`
* Submit a pull request at `mphimo/mwana`
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ multi-area datasets.
## Installation

`mwana` is not yet on [CRAN](https::cran.r-project.org) but can be
installed:
installed from GitHub:

``` r
# First install remotes package with: install.package("remotes")
Expand Down
2 changes: 1 addition & 1 deletion README.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The standard child-anthropometry appraisal workflow is complex and time-consumin

## Installation

`mwana` is not yet on [CRAN](https::cran.r-project.org) but can be installed:
`mwana` is not yet on [CRAN](https::cran.r-project.org) but can be installed from GitHub:

```{r}
#| label: installation
Expand Down
9 changes: 5 additions & 4 deletions pkgdown/_pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,20 @@ development:

template:
bootstrap: 5
theme: breeze-light
theme: github-light
ganalytics: "G-94YZ36XGLH"
light-switch: true
bslib:
bootswatch: pulse
navbar-bg: "#004225"
pkgdown-nav-height: 100px
success: "#004225"
destination: docs

navbar:
bg: success
type: dark
structure:
left: [home, intro, reference, articles, news]
right: [search, github]
# right: [search, github, light-switch]

components:
articles:
Expand Down