
Let me show you how you can get the latest HandBrake on Ubuntu and other Ubuntu-based distributions like Linux Mint, Linux Lite, elementary OS etc. This means you can install it using the command below: sudo apt install handbrakeīut you might not get the latest version of HandBrake this way. Starting with version 20.04, HandBrake is available in the universe repository of Ubuntu. You can also customize the output video as per your requirements. This GUI application enables you to convert videos from one format to another in just a few clicks. HandBrake is one of the most popular open-source video converters for Linux, Windows, and macOS. This updates the package list if I installed some. I make the packagelist.RData by specifying. Load("G:\Setinfo\R\packagelist.RData") # includes a vector "pkgs"

RData file containing an updated list with all packages. You just have to list them up before you update to the new R version. You can just install and load packages from the specified directory.įinally, I have some small code included in my Rprofile.site allowing me to reinstall all packages when I install a new R version. Then it will load automatically every time R loads, and you don't have to worry about that any more. If you want to automate this further, you can specify this in the Rprofile.site file, which you find in the /etc/ directory of your R build. Library variable, and will make it the default. This will put this path as a first value in the. libPaths("/path/to/directory/with/libraries") install.packages("thepackage",lib="/path/to/directory/with/libraries")

As Dirk said, save your packages in another directory on your computer. Just for completeness, there are some ways to prevent you from having this problem.
