Skip to content

Commit

Permalink
Merge pull request #2 from euctrl-pru/update_readme
Browse files Browse the repository at this point in the history
rendered README, fixed #1 - DONE, update worked
  • Loading branch information
rainer-rq-koelle authored Jul 1, 2024
2 parents cd87393 + 39a5369 commit 089deb8
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 6 deletions.
35 changes: 29 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,39 @@ You can install the development version of the `{ansperf}` package from
devtools::install_github("euctrl-pru/ansperf")
```

## Example
## Ways of Working

This is a basic example which shows you how to solve a common problem:
### Development Roadmap

During the project meeting 28. June, it was agreed to proceed as
follows:

1. implement the ICAO GANP KPI catalogue (step-by-step) with a focus on
the BRA-EUR indicators
2. augment KPIs with PBWG variants (as far as practicable)
3. advance state-of-the-art by adding new (and advanced) methods,
e.g. trajectory processing
4. any future development idea

### Reduce Overhead - Fail Early

We try to organise the development through issues (in github). For each
issue, we branch! When merging, cross-reference issue.

## How to Use This Package

This is a placeholder. It will go into other vignettes at a later point
in time.

``` r
library(ansperf)
## basic example code
```

What is special about using `README.Rmd` instead of just `README.md`?
You can include R chunks like so:
## How to Update the README

We work with `README.Rmd` instead of just `README.md`. This allows to
include R chunks like the following:

``` r
summary(cars)
Expand All @@ -50,8 +72,9 @@ summary(cars)
#> Max. :25.0 Max. :120.00
```

You’ll still need to render `README.Rmd` regularly, to keep `README.md`
up-to-date. `devtools::build_readme()` is handy for this.
But it requires to still need to render `README.Rmd` regularly with a
view to keep `README.md` up-to-date. `devtools::build_readme()` is handy
for this. Run this, to update the README.Rmd –\> README.md. Then push!

You can also embed plots, for example:

Expand Down
Binary file modified man/figures/README-pressure-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 089deb8

Please sign in to comment.