To get the current released version from CRAN:
install.packages("MGPSDK")
To use this package a credentials file called .mgp-config
is required in the user's home directory
- The file should look like:
[mgp] user_name=<your-user-name> user_password=<your-password> client_id=<your-client-id>
CRAN site: https://cran.r-project.org/web/packages/MGPSDK/index.html R Documentation: https://rdocumentation.org/packages/MGPSDK/versions/1.0.0