Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 958 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 958 Bytes

dimrgame

🚨 Highly experimental 🚨

Installation

The development version is maintained on GitHub:

remotes::install_github("RBigData/dimrgame")

You will need to have an installation of CUDA to build the package. You can download CUDA from the nvidia website. You will also need the development versions float, pbdMPI, and kazaam (and optionally the curand R package which is used in some scripts):

remotes::install_github("wrathematics/float")
remotes::install_github("snoweye/pbdMPI")
remotes::install_github("rbigdata/kazaam")
remotes::install_github("wrathematics/curand")

Unlike glmrgame and clustrgame, there is no reference CPU version of the code. If you don't have a gpu, just use kazaam instead.