Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewGhazi committed Jul 1, 2024
1 parent c80d276 commit 0dd2d21
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
10 changes: 9 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ You need to install [`cmdstanr`](https://mc-stan.org/cmdstanr/index.html) to use
install.packages("cmdstanr", repos = c("https://stan-dev.r-universe.dev", getOption("repos")))
```

You can install the development version of `dyingforacup` like so:
After that, you can install the development version of `dyingforacup` like so:

```{r eval=FALSE}
remotes::install_github('andrewGhazi/dyingforacup', type = "source")
Expand All @@ -57,3 +57,11 @@ suggest_next(dat,
adapt_delta = .95,
parallel_chains = 4)
```

## 1D Example animation

## TODO list

* User prior input
* Viz functions
* ARD
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ package:
install.packages("cmdstanr", repos = c("https://stan-dev.r-universe.dev", getOption("repos")))
```

You can install the development version of `dyingforacup` like so:
After that, you can install the development version of `dyingforacup`
like so:

``` r
remotes::install_github('andrewGhazi/dyingforacup', type = "source")
Expand Down Expand Up @@ -51,3 +52,11 @@ suggest_next(dat,
adapt_delta = .95,
parallel_chains = 4)
```

## 1D Example animation

## TODO list

- User prior input
- Viz functions
- ARD

0 comments on commit 0dd2d21

Please sign in to comment.