Hey @ygrek !!
I've been trying to contact you using several of your emails but you never have replied to me. I would like to speak to you related the deletion of some keys form your PGP key server.
Please contact me on [email protected].
Thanks!
Hey @ygrek !!
I've been trying to contact you using several of your emails but you never have replied to me. I would like to speak to you related the deletion of some keys form your PGP key server.
Please contact me on [email protected].
Thanks!
I hereby claim:
To claim this, I am signing this object:
| # from: https://github.com/github/gitignore #################################### | |
| # macOS ######################################################################## | |
| # General | |
| .DS_Store | |
| .AppleDouble | |
| .LSOverride | |
| # Icon must end with two \r |
| # Add repo to install the last R | |
| sudo apt install apt-transport-https software-properties-common | |
| sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9 | |
| sudo add-apt-repository 'deb https://cloud.r-project.org/bin/linux/ubuntu eoan-cran35/' | |
| # Install R | |
| sudo apt update | |
| sudo apt install gdebi libxml2-dev libssl-dev libcurl4-openssl-dev libopenblas-dev r-base r-base-dev | |
| # Install RStudio |
| # -------- | |
| # RMakevars | |
| # -------- | |
| # General note | |
| # - need to repeat options across C++ flavors (e.g., 11, 14) | |
| # Homebrew bin / opt / lib locations | |
| ## Add the full path to have everything on here. |