This repository is the regular DiceKriging package repository (available at http://cran.r-project.org/web/packages/DiceKriging). It contains the latest sources, possibly some supplement of stable CRAN release.
You can install the standard (CRAN) version of the code: install.packages("DiceKriging")
You can install the latest (this repository) version of the code:
install.packages("https://github.com/DiceKrigingClub/DiceKriging/releases/download/windows/DiceKriging_1.5.6.zip")
install.packages("https://github.com/DiceKrigingClub/DiceKriging/releases/download/osx-linux/DiceKriging_1.5.6.tar.gz")
install.packages("https://github.com/DiceKrigingClub/DiceKriging/releases/download/osx-linux/DiceKriging_1.5.6.tgz")
devtools
R package (assuming you have C compiler installed):install.packages("devtools") # Install devtools, if you haven't already.
devtools::install_github("DiceKriging", "DiceKrigingClub")