Skip to content

Commit 5b3c967

Browse files
committed
prepare v0.2.0
1 parent 9d6732c commit 5b3c967

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+1597
-1501
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: cmdstanr
22
Title: R Interface to 'CmdStan'
3-
Version: 0.1.3
4-
Date: 2020-08-21
3+
Version: 0.2.0
4+
Date: 2020-11-12
55
Authors@R:
66
c(person(given = "Jonah", family = "Gabry", role = c("aut", "cre"),
77
email = "[email protected]"),

NEWS.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Items for next tagged release
1+
# cmdstanr 0.2.0
22

33
### Bug fixes
44

@@ -20,10 +20,12 @@ in fitting methods. (#281, #294)
2020

2121
* Fix issue where names of generated files could clash. (#326, #328)
2222

23-
* Fix missing `include_paths` in `$syntax_check()`. (#335)
23+
* Fix missing `include_paths` in `$syntax_check()`. (#335, @mike-lawrence)
2424

2525
### New features
2626

27+
* CSV reading is now faster by using `data.table::fread()`. (#318)
28+
2729
* `install_cmdstan()` gains argument `version` for specifying which version of
2830
CmdStan to install. (#300, #308)
2931

@@ -35,9 +37,7 @@ specifying custom chain IDs. (#319)
3537

3638
* Added support for the `sig_figs` argument in CmdStan versions 2.25 and above. (#327)
3739

38-
* CSV reading is now faster by using `data.table::fread()`. (#318)
39-
40-
* Added checks if the user has the necessary permissions in the RTools and temporary folder (#343)
40+
* Added checks if the user has the necessary permissions in the RTools and temporary folders. (#343)
4141

4242
# cmdstanr 0.1.3
4343

docs/404.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/LICENSE-text.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/LICENSE.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/cmdstanr-internals.html

Lines changed: 60 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/cmdstanr.html

Lines changed: 39 additions & 95 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/index.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/r-markdown.html

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/authors.html

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/news/index.html

Lines changed: 46 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/pkgdown.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ pkgdown_sha: ~
44
articles:
55
cmdstanr-internals: cmdstanr-internals.html
66
cmdstanr: cmdstanr.html
7-
r_markdown: r_markdown.html
8-
last_built: 2020-08-03T18:44Z
7+
r-markdown: r-markdown.html
8+
last_built: 2020-11-12T21:15Z
99
urls:
1010
reference: https://mc-stan.org/cmdstanr/reference
1111
article: https://mc-stan.org/cmdstanr/articles

docs/pull_request_template.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)