You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-11
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
[](https://app.codecov.io/gh/stan-dev/cmdstanr?branch=master)
7
7
<!-- badges: end -->
8
8
9
-
### Overview
9
+
### Overview
10
10
11
11
CmdStanR is a lightweight interface to [Stan](https://mc-stan.org) for R users
12
12
(see [CmdStanPy](https://github.com/stan-dev/cmdstanpy) for Python).
@@ -23,7 +23,7 @@ If you are new to CmdStanR we recommend starting with these vignettes:
23
23
releases.
24
24
25
25
* R code that doesn't interface directly with C++, only calls compiled executables.
26
-
26
+
27
27
* Modularity: CmdStanR runs Stan's algorithms and lets downstream modules do the
28
28
analysis.
29
29
@@ -34,7 +34,7 @@ analysis.
34
34
35
35
#### Installing the R package
36
36
37
-
You can install the latest beta release of the **cmdstanr** R package with
37
+
You can install the latest beta release of the **cmdstanr** R package with
38
38
39
39
```r
40
40
# we recommend running this is a fresh R session or restarting your current session
0 commit comments