Hi Ronald, welcome!
Are you talking about this package?
If that is the case, then you need to install the shap Python library using
shapper::install_shap() I can't find any reference to a python-tk library dependency
Anyways, you can install python libraries from R using the reticulate package with the py_install() function e.g. reticulate::py_install(c("numpy", "pandas"))