Just working through the book DevOps for Data Science.
- Using
renv
for R, and to setup the python virtual environment- restore project with
renv::restore()
- restore project with
- .Rprofile has been modified to use
libcurl
andpak::pak()
to install packages becauserenv::install()
just could not for the life of me installduckdb
on pop_os!. YMMV, so check if you need those setting and edit .Rprofile accordingly. - source
setup_duckdb.R
to setup the duckdb database - source
py_setup.R
to setup the python environment - source/render
model.qmd
to serve the model through an API