As we know, the R package `httpgd` has been archived since April 23, 2025, and for users who have just installed R, of course, they can no longer use it. The archiving message can be seen at: https://cran.r-project.org/web/packages/httpgd/index.html
So, we need to install this package directly through its GitHub repository (nx10/httpgd), using the following R command:
If you get the error `Error in loadNamespace(x) : there is no package called ‘remotes’`, it means the `remote` R package is not installed, install it first using the following R code:
Then, install the `httpgd` package. If you get an error like this:
You need to install the `libfontconfig1-dev` software package. Open a terminal, run the following code:
If you get an error like this:
Then you must first install the `systemfonts` and `unigd` packages in R, with the following code:
Then, re-install `httpgd` via GitHub nx10/httpgd. Restart the R terminal, then the `httpgd` package is installed and can be used in graphical creation using the command: