Skip to content

Commit

Permalink
feeds
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle committed May 10, 2024
1 parent d2a5199 commit e9a4ce9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
18 changes: 18 additions & 0 deletions api/feeds.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: "RSS feeds"
---

Follow package updates: the /feed.xml endpoint on any r-universe domain now gives an RSS feed of recent R package updates in the repository:

https://ropensci.r-universe.dev/feed.xml
https://tidyverse.r-universe.dev/feed.xml
https://jeroen.r-universe.dev/feed.xml

Each feed item contains the name and version of the updated R package, along with a timestamp and a link to the build log of the most recent commit.
The feed also contains some additional metadata such as the package description, and a list of the articles (vignettes) contained in the package.

The dashboard for any universe also includes a link to this same URL, such that users can easily find and subscribe to your feed.




6 changes: 1 addition & 5 deletions users/get-started.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,4 @@ The system builds and deploys R packages from Git repositories into installation
The owner of the universe is responsible for their own policies and quality control.
:::

rss feeds of updates ropensci.org/blog/2021/11/24/runiverse-badges




With R-universe, you can also follow updates thanks to [RSS feeds](api/feeds).

0 comments on commit e9a4ce9

Please sign in to comment.