Skip to content

Commit

Permalink
Merge pull request #18 from katilingban/v0.1.0
Browse files Browse the repository at this point in the history
update README
  • Loading branch information
ernestguevarra committed Apr 12, 2024
2 parents 66ecc82 + 7f26083 commit eac9218
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 18 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# scalingupnutrition 0.0.0.9000
# adlaw 0.0.0.9000

This is a pre-release of `adlaw`.

Expand Down
14 changes: 6 additions & 8 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,13 @@ knitr::opts_chunk$set(
)
```

# adlaw: An Interface to the Scaling Up Nutrition (SUN) Movement Datasets <img src="man/figures/logo.png" align="right" />
# adlaw: An Interface to the Scaling Up Nutrition (SUN) Movement Datasets <img src="man/figures/logo.png" align="right" width="200" />

<!-- badges: start -->
[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
[![R-CMD-check](https://github.com/katilingban/scalingupnutrition/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/katilingban/scalingupnutrition/actions/workflows/R-CMD-check.yaml)
[![test-coverage](https://github.com/katilingban/scalingupnutrition/actions/workflows/test-coverage.yaml/badge.svg)](https://github.com/katilingban/scalingupnutrition/actions/workflows/test-coverage.yaml)
[![Codecov test coverage](https://codecov.io/gh/katilingban/scalingupnutrition/branch/main/graph/badge.svg)](https://app.codecov.io/gh/katilingban/scalingupnutrition?branch=main)
[![CodeFactor](https://www.codefactor.io/repository/github/katilingban/scalingupnutrition/badge)](https://www.codefactor.io/repository/github/katilingban/scalingupnutrition)
[![R-CMD-check](https://github.com/katilingban/adlaw/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/katilingban/adlaw/actions/workflows/R-CMD-check.yaml)
[![CodeFactor](https://www.codefactor.io/repository/github/katilingban/adlaw/badge)](https://www.codefactor.io/repository/github/katilingban/adlaw)
<!-- badges: end -->

[Scaling Up Nutrition (SUN)](http://scalingupnutrition.org) is a global movement of 60 countries aiming to end malnutrition in all its forms. This package contains various datasets produced by the movement and functions that aid in the manipulation and processing of these datasets. It also includes functions that support analysis and visualisation of these datasets. Finally, a Shiny application is included to allow user to interactively engage with the publicly-available SUN Movement datasets.
Expand All @@ -38,8 +36,8 @@ remotes::install_github("katilingban/adlaw")

## Usage

<!---
This dataset can be used to perform content analysis of the SUN progress reports over time since its inception. An example of this can be found in this [GitHub repository](https://github.com/ernestguevarra/progressSUN).
--->
## Citation

## Community guidelines


15 changes: 6 additions & 9 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 -->

# adlaw: An Interface to the Scaling Up Nutrition (SUN) Movement Datasets <img src="man/figures/SUN-logo.png" align="right" />
# adlaw: An Interface to the Scaling Up Nutrition (SUN) Movement Datasets <img src="man/figures/logo.png" align="right" width="200" />

<!-- badges: start -->

Expand All @@ -10,11 +10,8 @@ has not yet been a stable, usable release suitable for the
public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)
[![Lifecycle:
experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
[![R-CMD-check](https://github.com/katilingban/scalingupnutrition/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/katilingban/scalingupnutrition/actions/workflows/R-CMD-check.yaml)
[![test-coverage](https://github.com/katilingban/scalingupnutrition/actions/workflows/test-coverage.yaml/badge.svg)](https://github.com/katilingban/scalingupnutrition/actions/workflows/test-coverage.yaml)
[![Codecov test
coverage](https://codecov.io/gh/katilingban/scalingupnutrition/branch/main/graph/badge.svg)](https://app.codecov.io/gh/katilingban/scalingupnutrition?branch=main)
[![CodeFactor](https://www.codefactor.io/repository/github/katilingban/scalingupnutrition/badge)](https://www.codefactor.io/repository/github/katilingban/scalingupnutrition)
[![R-CMD-check](https://github.com/katilingban/adlaw/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/katilingban/adlaw/actions/workflows/R-CMD-check.yaml)
[![CodeFactor](https://www.codefactor.io/repository/github/katilingban/adlaw/badge)](https://www.codefactor.io/repository/github/katilingban/adlaw)
<!-- badges: end -->

[Scaling Up Nutrition (SUN)](http://scalingupnutrition.org) is a global
Expand All @@ -39,6 +36,6 @@ remotes::install_github("katilingban/adlaw")

## Usage

<!---
This dataset can be used to perform content analysis of the SUN progress reports over time since its inception. An example of this can be found in this [GitHub repository](https://github.com/ernestguevarra/progressSUN).
--->
## Citation

## Community guidelines

0 comments on commit eac9218

Please sign in to comment.