Skip to content

Commit

Permalink
Merge pull request #255 from stan-dev/beta-release
Browse files Browse the repository at this point in the history
Beta release
  • Loading branch information
jgabry authored Jul 29, 2020
2 parents e8154d4 + 77b68fc commit 8d19317
Show file tree
Hide file tree
Showing 54 changed files with 715 additions and 362 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: cmdstanr
Title: R Interface to 'CmdStan'
Version: 0.0.0.9010
Version: 0.1.0
Date: 2020-07-28
Authors@R:
c(person(given = "Jonah", family = "Gabry", role = c("aut", "cre"),
Expand Down
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# cmdstanr 0.1.0

* Beta release
9 changes: 5 additions & 4 deletions R/install.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
#'
#' @description The `install_cmdstan()` function attempts to download and
#' install the latest release of
#' [CmdStan](https://github.com/stan-dev/cmdstan/releases/latest) or a
#' development version from a repository. Currently the necessary C++ tool
#' [CmdStan](https://github.com/stan-dev/cmdstan/releases/latest). Installing
#' a previous release or a new release candidate is also possible by
#' specifying the `release_url` argument. Currently the necessary C++ tool
#' chain is assumed to be available, but in the future CmdStanR may help
#' install the requirements. See the first few sections of the CmdStan
#' [installation guide](https://mc-stan.org/docs/2_24/cmdstan-guide/cmdstan-installation.html)
#' install the requirements. See the first few sections of the
#' CmdStan [installation guide](https://mc-stan.org/docs/2_24/cmdstan-guide/cmdstan-installation.html)
#' for details on the required toolchain.
#'
#' The `rebuild_cmdstan()` function cleans and rebuilds the cmdstan
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ analysis.

### Installation

Currently you can install the latest pre-beta release of the **cmdstanr** R package with
You can install the beta release of the **cmdstanr** R package with

```r
install.packages("cmdstanr", repos = c("https://mc-stan.org/r-packages/", getOption("repos")))
```

or you can install the development version from GitHub:
or you can install the latest development version from GitHub:

```r
# install.packages("devtools")
Expand Down
4 changes: 2 additions & 2 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ navbar:
href: articles/index.html
- text: "Functions"
href: reference/index.html
# - text: "News"
# href: news/index.html
- text: "News"
href: news/index.html
- text: "Other Packages"
menu:
- text: "rstan"
Expand Down
5 changes: 4 additions & 1 deletion docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion docs/LICENSE.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

99 changes: 51 additions & 48 deletions docs/articles/cmdstanr-internals.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8d19317

Please sign in to comment.