GiottoUtils exports functionalities that are called internally by many of the other packages in the Giotto ecosystem. These range from things such as commonly used imports to pretty prints.
A helpful install utility for the rest of the suite modules is also
provided. See suite_install()
You can install GiottoUtils like:
if (!requireNamespace("pak", quietly = TRUE)) install.packages("pak")
pak::pak("drieslab/GiottoUtils")
There is also a version of GiottoUtils locked at R version 4.4.0 that can be installed as following:
if (!requireNamespace("remotes", quietly = TRUE)) install.packages("remotes")
remotes::install_github("drieslab/GiottoUtils@R4.4.0")