Skip to content

DyfanJones/sagemaker-r-workflow

Repository files navigation

R-CMD-check :name status badge sagemaker.workflow 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-workflow")

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published