This package contains lower level functionality for sagemaker.
You can install the development version of sagemaker from Github with:
# install.packages("remotes)
remotes::install_github("DyfanJones/sagemaker-r-core")
Alternatively you can install development from r-universe.
# Enable universe(s) by dyfanjones
options(repos = c(
dyfanjones = 'https://dyfanjones.r-universe.dev',
CRAN = 'https://cloud.r-project.org')
)
# Install some packages
install.packages('sagemaker.core')