Skip to content

DyfanJones/sagemaker-r-mlcore

Repository files navigation

:name status badge R-CMD-check sagemaker.mlcore status badge

Intro:

This package contains lower level functionality for sagemaker.

Installation:

You can install the development version of sagemaker from Github with:

# install.packages("remotes)
remotes::install_github("DyfanJones/sagemaker-r-mlcore")

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.mlcore')

Releases

No releases published

Packages

No packages published