Wednesday, June 12, 2024 From rOpenSci (https://ropensci.org/blog/2024/06/12/runiverse-frontend/). Except where otherwise noted, content on this site is licensed under the CC-BY license.
As you may have noticed, we have given the WebUI for R-universe a big refresh. This is the biggest UX overhaul since the beginning of the project.
The old “dashboard” had become a bit convoluted over the years as features and ideas were added and removed while the project was taking shape. The new front-end keeps the same minimal design, but has been fully rewritten to improve performance, SEO, and incorporate feedback from users.
Also the new implementation should be easier to maintain and contribute to: if you want to suggest some tweaks, just follow instructions from the readme to run it locally and test your changes using live data.
You can explore the new WebUI by searching for your favorite package on r-universe search or navigating directly to https://{owner}.r-universe.dev/{pkg}
. Some high-level changes to notice:
Moreover the rendering of articles (vignettes) has improved to be a bit more readable. We hope this makes it easier to explore all the amazing written content available in R packages.
The examples above display information and content from a single package. The top navbar links to the overview pages that show other content that is available in a universe (for details see our previous post: Discovering and learning everything there is to know about R packages using r-universe).
All r-universe subdomains still use the following url scheme:
https://{owner}.r-universe.dev/builds
- repository indexhttps://{owner}.r-universe.dev/packages
- package cardshttps://{owner}.r-universe.dev/articles
- vignettes with titels, dates, and authorshttps://{owner}.r-universe.dev/contributors
- contributions from/by this ownerhttps://{owner}.r-universe.dev/badges
- all available badgeshttps://{owner}.r-universe.dev/apis
- interactive tool to explore r-universe APIsEach of these pages has been rewritten in the same frontend system with lots of style and performance tweaks. Below some more screenshots.