diff --git a/README.Rmd b/README.Rmd index 1a2f24e2..1f6add76 100644 --- a/README.Rmd +++ b/README.Rmd @@ -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 @@ -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 diff --git a/README.md b/README.md index ca26a7f8..a4a33ed9 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/docs/404.html b/docs/404.html new file mode 100644 index 00000000..5b452a8e --- /dev/null +++ b/docs/404.html @@ -0,0 +1,135 @@ + + + +
+ + + + +