Skip to content

Commit

Permalink
readme and website updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Nowosad committed Mar 6, 2018
1 parent dddb172 commit 680ca5a
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 16 deletions.
10 changes: 5 additions & 5 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ The goal of **belg** is to provide an efficient implementation (in C++) of the m

## Installation

<!-- You can install the released version of belg from [CRAN](https://CRAN.R-project.org) with: -->
You can install the released version of belg from [CRAN](https://CRAN.R-project.org) with:

<!-- ``` r -->
<!-- install.packages("belg") -->
<!-- ``` -->
``` r
install.packages("belg")
```

You can install the development version from [GitHub](https://github.com/) with:
And the development version from [GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
Expand Down
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ Boltzmann entropy (also called configurational entropy) has been recently applie
Installation
------------

<!-- You can install the released version of belg from [CRAN](https://CRAN.R-project.org) with: -->
<!-- ``` r -->
<!-- install.packages("belg") -->
<!-- ``` -->
You can install the development version from [GitHub](https://github.com/) with:
You can install the released version of belg from [CRAN](https://CRAN.R-project.org) with:

``` r
install.packages("belg")
```

And the development version from [GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
Expand Down
12 changes: 7 additions & 5 deletions docs/index.html

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

18 changes: 18 additions & 0 deletions docs/news/index.html

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

10 changes: 10 additions & 0 deletions docs/reference/get_boltzmann.html

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

2 changes: 1 addition & 1 deletion docs/reference/index.html

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

0 comments on commit 680ca5a

Please sign in to comment.