- Change certbot install procedure, since PPA deprecated.
- Add an apt update step before processing R install.
- Support
key_file
argument indo_provision
. - Use Ubuntu 24.04 LTS image.
- Change R install toolchain to use Posit R install instructions.
- Added
do_ip
for example to get IP address to browse.
- Submitted to CRAN.
- Added
do_install_plumber
function. - Fix
do_deploy_api
using localPath./
. - Print api url to console after successful
do_deploy_api
. - Set Dpkg::Options to
--force-confnew
to avoid prompt during apt-get update.
- Removed
swagger
as an argument for deployment. - Added checks to see if the application was already present.
- Added a
NEWS.md
file to track changes to the package. - Added passthrough for
do_deploy_api
so thatkeyfile
works, fixing #12 (@muschellij2).