Download and cache the PJRT plugins needed to run pjrt.
The CPU plugin is always installed. The CUDA plugin is installed in
addition when a CUDA-capable GPU is detected, or when cuda = TRUE is
passed explicitly. Installing the CUDA plugin also installs the R package
providing the CUDA libraries it links against (CUDA 13.3,
shipped by pjrt.cuda by default, see PJRT_CUDA_R_PACKAGE in
pjrt-package).
Plugins are otherwise downloaded lazily the first time a client is
created, but the download requires user confirmation, unless
the environment variable PJRT_INSTALL=1.
Value
(character())
The platforms that were installed, invisibly.