Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Mauricio “Pachá” Vargas Sepúlveda
Blog with notes about R, Shiny, SQL, Python, Linux and C++. This blog is listed on R-Bloggers.
Categories
- Armadillo
- Arrow
- BibTeX
- Blogdown
- C++
- CRAN
- D3po
- DigitalOcean
- DuckDB
- Education
- GitHub
- Google Sheets
- Inkscape
- International Trade
- Interviews
- Kubernetes
- Latex
- Linear algebra
- Linear models
- Linux
- Manjaro
- Microsoft Excel
- NLP
- Non-English datasets
- OS X
- OpenBLAS
- Pelican
- Positron
- PostGIS
- PostgreSQL
- Python
- Quarto
- R
- R Packages
- R-Universe
- R4DS
- REST API
- RStudio
- RStudio Server
- Redatam
- Rick and Morty
- SPSS
- SQL
- Selenium
- Shiny
- Spreadsheets
- Stan
- Stata
- Statistics
- Tabler
- Tidyverse
- Ubuntu
- VSCode
- Windows
- Zotero
- cpp11
- cpp4r
- ggplot2
- golem
- plotnine
- purrr
- wbstats
Mauricio “Pachá” Vargas S.
September 7, 2025
If this post is useful to you I kindly ask a minimal donation on Buy Me a Coffee. It shall be used to continue my Open Source efforts. The full explanation is here: A Personal Message from an Open Source Contributor.
You can send me questions for the blog using this form and subscribe to receive an email when there is a new post.
I switched from Ubuntu to Manjaro after using Ubuntu for over ten years. I did this because I wanted something that “just works” but that provides a nicer terminal experience.
Provided that Posit (formerly RStudio) does not provide official packages for Manjaro, I created my own packages. Here is how to install these:
< section id="rstudio" class="level4">RStudio
wget https://github.com/pachadotdev/rstudio-positron-manjaro/releases/download/2025-09-07/rstudio-desktop-2025.05.1-1-x86_64.pkg.tar.zst sudo pacman -U rstudio-2025.05.1-513-amd64.deb< section id="positron" class="level4">
Positron
wget https://github.com/pachadotdev/rstudio-positron-manjaro/releases/download/2025-09-07/positron-2025.09.0-6-x86_64.pkg.tar.zst sudo pacman -U positron-2025.09.0-139-amd64
The code that I used to download the official DEB packages, figure out the dependencies, and build the packages is available here.
Here are the screenshots on a successful installation:
Loading…
