init_py {dgpsi} | R Documentation |
'python' environment initialization
Description
This function initializes the 'python' environment for the package.
Usage
init_py(
py_ver = NULL,
dgpsi_ver = NULL,
reinstall = FALSE,
uninstall = FALSE,
verb = TRUE
)
Arguments
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
|
reinstall |
a bool that indicates whether to reinstall the 'python' version of 'dgpsi' specified
in |
uninstall |
a bool that indicates whether to uninstall the 'python' version of 'dgpsi' specified
in |
verb |
a bool indicating if the trace information will be printed during the function execution.
Defaults to |
Details
See further examples and tutorials at https://mingdeyu.github.io/dgpsi-R/.
Value
No return value, called to install required 'python' environment.
Examples
## Not run:
# See gp(), dgp(), or lgp() for an example.
## End(Not run)