Follow the steps outlined in this guide to migrate your project to Rhino 1.9. Before starting, ensure your Git working tree is clean, or back up your project if not using Git.
This guide assumes you are migrating from Rhino 1.8. If you are currently using an older version of Rhino, please review the older migration guides first:
Use the following command to install Rhino 1.9 and update your renv.lock
file:
rhino::pkg_install("rhino@1.9.0")
After the installation, restart your R session to ensure all changes take effect.
.rhino
directoryRemove the .rhino
directory from the root of your project.
This directory contains Node.js configuration from the previous version of Rhino.
unlink(".rhino", recursive = TRUE)
Test your project thoroughly to ensure everything works properly after the migration. If you encounter any issues or have further questions, don't hesitate to reach out to us via GitHub Discussions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.