init_py {dgpsi} | R Documentation |
This function initializes the 'python' environment for the package.
init_py(py_ver = NULL, dgpsi_ver = NULL)
py_ver |
a string that gives the 'python' version to be installed. If |
dgpsi_ver |
a string that gives the 'python' version of 'dgpsi' to be used.
If |
See further examples and tutorials at https://mingdeyu.github.io/dgpsi-R/.
No return value, called to install required 'python' environment.
## Not run:
# See gp(), dgp(), or lgp() for an example.
## End(Not run)