Skip to content

Commit

Permalink
Merge pull request #19 from g-rppl/dev
Browse files Browse the repository at this point in the history
update README
  • Loading branch information
g-rppl committed Jun 5, 2024
2 parents b3cc034 + d436f7c commit 8ac2a4a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Title: Estimate flight tracks from telemetry data
Description: `movetrack` is a `R` package that provides simple functionality
to estimate flight tracks from telemetry data using random walk models written
in Stan.
Version: 0.3.9000
Version: 0.3.2
License: MIT + file LICENSE
Authors@R:
person("Georg", "Rüppel", , "[email protected]", role = c("aut", "cre"),
Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,16 @@

## Installation

You can install `movetrack` from the R Universe with

```r
install.packages("movetrack", repos = "https://g-rppl.r-universe.dev")
install.packages("movetrack", repos = c("https://g-rppl.r-universe.dev", getOption("repos")))
```

You can install the development version from GitHub using the `devtools` package:
To instead install the latest development version of the package from GitHub use

```r
devtools::install_github("g-rppl/movetrack")
devtools::install_github("g-rppl/movetrack@dev")
```

During the initial installation, make sure that the C++ toolchain required for `CmdStan` is set up properly. You can find more information [here](https://mc-stan.org/cmdstanr/articles/cmdstanr.html).
Expand Down

0 comments on commit 8ac2a4a

Please sign in to comment.