Skip to content

Commit

Permalink
getting ready for resubmission
Browse files Browse the repository at this point in the history
  • Loading branch information
joethorley committed Jun 27, 2019
1 parent 5c14a02 commit 05aabdd
Show file tree
Hide file tree
Showing 75 changed files with 1,209 additions and 489 deletions.
17 changes: 13 additions & 4 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,24 @@ plot(mcmcr_example[["alpha"]])

## Installation

To install the latest official release from [CRAN](https://CRAN.R-project.org/package=mcmcr)
To install the latest release version from [CRAN](https://cran.r-project.org/package=mcmcr)
```
install.packages("mcmcr")
```

To install the latest development version from [GitHub](https://github.com/poissonconsulting/mcmcr)
```
if(!"remotes" %in% installed.packages()[,1])
install.packages("remotes")
remotes::install_github("poissonconsulting/mcmcr")
```

To install the latest development version from the Poisson drat [repository](https://github.com/poissonconsulting/drat)
```
install.packages("mcmcr", repos = "http://poissonconsulting.github.io/drat")
if(!"drat" %in% installed.packages()[,1])
install.packages("drat")
drat::addRepo("poissonconsulting")
install.packages("mcmcr")
```

## Contribution
Expand All @@ -114,8 +124,7 @@ Please report any [issues](https://github.com/poissonconsulting/mcmcr/issues).
[Pull requests](https://github.com/poissonconsulting/mcmcr/pulls) are always welcome.

Please note that this project is released with a [Contributor Code of Conduct](https://poissonconsulting.github.io/mcmcr/CONDUCT.html).

By participating in this project you agree to abide by its terms
By participating in this project you agree to abide by its terms.

## Inspiration

Expand Down
21 changes: 15 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,15 +172,25 @@ plot(mcmcr_example[["alpha"]])

## Installation

To install the latest official release from
[CRAN](https://CRAN.R-project.org/package=mcmcr)
To install the latest release version from
[CRAN](https://cran.r-project.org/package=mcmcr)

install.packages("mcmcr")

To install the latest development version from
[GitHub](https://github.com/poissonconsulting/mcmcr)

if(!"remotes" %in% installed.packages()[,1])
install.packages("remotes")
remotes::install_github("poissonconsulting/mcmcr")

To install the latest development version from the Poisson drat
[repository](https://github.com/poissonconsulting/drat)

install.packages("mcmcr", repos = "http://poissonconsulting.github.io/drat")
if(!"drat" %in% installed.packages()[,1])
install.packages("drat")
drat::addRepo("poissonconsulting")
install.packages("mcmcr")

## Contribution

Expand All @@ -191,9 +201,8 @@ Please report any
always welcome.

Please note that this project is released with a [Contributor Code of
Conduct](https://poissonconsulting.github.io/mcmcr/CONDUCT.html).

By participating in this project you agree to abide by its terms
Conduct](https://poissonconsulting.github.io/mcmcr/CONDUCT.html). By
participating in this project you agree to abide by its terms.

## Inspiration

Expand Down
135 changes: 135 additions & 0 deletions docs/404.html

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

20 changes: 14 additions & 6 deletions docs/CONDUCT.html

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

20 changes: 14 additions & 6 deletions docs/CONTRIBUTING.html

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

Loading

0 comments on commit 05aabdd

Please sign in to comment.