6  RSS feeds of package updates

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

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.

Example (https://jeroen.r-universe.dev/feed.xml) jeroen r-universe repository
<link>https://jeroen.r-universe.dev</link>
<description>Package updated in jeroen</description>
<generator>cranlike-server 0.17.18</generator>
<image>
  <url>https://github.com/jeroen.png?size=400</url>
  <title>jeroen r-universe repository</title>
  <link>https://jeroen.r-universe.dev</link>
</image>
<lastBuildDate>Mon, 03 Jun 2024 10:13:46 GMT</lastBuildDate>
<item>
  <title>[r-rust] hellorust 1.2.0</title>
  <author>[email protected] (Jeroen Ooms)</author>
  <description>Template R package with minimal setup to use Rust code in R without hacks or frameworks. Includes basic examples of importing cargo dependencies, spawning threads and passing numbers or strings from Rust to R. Cargo crates are automatically 'vendored' in the R source package to support offline installation. The GitHub repository for this package has more details and also explains how to set up CI. This project was first presented at 'Erum2018' to showcase R-Rust integration &lt;https://jeroen.github.io/erum2018/&gt;; for a real world use-case, see the 'gifski' package on 'CRAN'.</description>
  <link>https://github.com/r-universe/r-rust/actions/runs/9348509242</link>
  <pubDate>Mon, 03 Jun 2024 10:13:46 GMT</pubDate>
  <r:package>hellorust</r:package>
  <r:version>1.2.0</r:version>
  <r:status>success</r:status>
  <r:repository>https://r-rust.r-universe.dev</r:repository>
  <r:upstream>https://github.com/r-rust/hellorust</r:upstream>
</item>
<item>
  <title>[jeroen] V8 4.4.2</title>
  <author>[email protected] (Jeroen Ooms)</author>
  <description>An R interface to V8 &lt;https://v8.dev&gt;: Google's open source JavaScript and WebAssembly engine. This package can be compiled either with V8 version 6 and up or NodeJS when built as a shared library.</description>
  <link>https://github.com/r-universe/jeroen/actions/runs/9277209507</link>
  <pubDate>Tue, 28 May 2024 22:19:05 GMT</pubDate>
  <r:package>V8</r:package>
  <r:version>4.4.2</r:version>
  <r:status>success</r:status>
  <r:repository>https://jeroen.r-universe.dev</r:repository>
  <r:upstream>https://github.com/jeroen/v8</r:upstream>
  <r:article>
    <r:source>v8_intro.Rmd</r:source>
    <r:filename>v8_intro.html</r:filename>
    <r:title>Introduction to V8 for R</r:title>
    <r:created>2015-01-09 04:21:51</r:created>
    <r:modified>2023-08-24 14:47:17</r:modified>
  </r:article>
  <r:article>
    <r:source>npm.Rmd</r:source>
    <r:filename>npm.html</r:filename>
    <r:title>Using NPM packages in V8</r:title>
    <r:created>2015-01-09 07:47:49</r:created>
    <r:modified>2023-01-21 22:06:20</r:modified>
  </r:article>
</item>
<item>
  <title>[ropensci] postdoc 1.3.0</title>
  <author>[email protected] (Jeroen Ooms)</author>
  <description>Generates simple and beautiful one-page HTML reference manuals with package documentation. Math rendering and syntax highlighting are done server-side in R such that no JavaScript libraries are needed in the browser, which makes the documentation portable and fast to load.</description>
  <link>https://github.com/r-universe/ropensci/actions/runs/9172215338</link>
  <pubDate>Tue, 21 May 2024 08:55:00 GMT</pubDate>
  <r:package>postdoc</r:package>
  <r:version>1.3.0</r:version>
  <r:status>success</r:status>
  <r:repository>https://ropensci.r-universe.dev</r:repository>
  <r:upstream>https://github.com/ropensci/postdoc</r:upstream>
</item>
<item>
  <title>[jeroen] openssl 2.2.0</title>
  <author>[email protected] (Jeroen Ooms)</author>
  <description>Bindings to OpenSSL libssl and libcrypto, plus custom SSH key parsers. Supports RSA, DSA and EC curves P-256, P-384, P-521, and curve25519. Cryptographic signatures can either be created and verified manually or via x509 certificates. AES can be used in cbc, ctr or gcm mode for symmetric encryption; RSA for asymmetric (public key) encryption or EC for Diffie Hellman. High-level envelope functions combine RSA and AES for encrypting arbitrary sized data. Other utilities include key generators, hash functions (md5, sha1, sha256, etc), base64 encoder, a secure random number generator, and 'bignum' math methods for manually performing crypto calculations on large multibyte integers.</description>
  <link>https://github.com/r-universe/jeroen/actions/runs/9138373066</link>
  <pubDate>Thu, 16 May 2024 15:56:21 GMT</pubDate>
  <r:package>openssl</r:package>
  <r:version>2.2.0</r:version>
  <r:status>success</r:status>
  <r:repository>https://jeroen.r-universe.dev</r:repository>
  <r:upstream>https://github.com/jeroen/openssl</r:upstream>
  <r:article>
    <r:source>crypto_hashing.Rmd</r:source>
    <r:filename>crypto_hashing.html</r:filename>
    <r:title>Cryptographic Hashing in R</r:title>
    <r:created>2015-01-07 04:08:07</r:created>
    <r:modified>2020-09-18 10:30:45</r:modified>
  </r:article>
  <r:article>
    <r:source>bignum.Rmd</r:source>
    <r:filename>bignum.html</r:filename>
    <r:title>Fun with bignum: how RSA encryption works</r:title>
    <r:created>2015-11-24 12:00:10</r:created>
    <r:modified>2020-06-01 10:12:29</r:modified>
  </r:article>
  <r:article>
    <r:source>secure_rng.Rmd</r:source>
    <r:filename>secure_rng.html</r:filename>
    <r:title>Generating Secure Random Numbers in R</r:title>
    <r:created>2015-01-07 04:08:07</r:created>
    <r:modified>2020-09-18 10:18:44</r:modified>
  </r:article>
  <r:article>
    <r:source>keys.Rmd</r:source>
    <r:filename>keys.html</r:filename>
    <r:title>Importing and exporting RSA/DSA/EC keys</r:title>
    <r:created>2016-05-25 10:42:58</r:created>
    <r:modified>2016-10-26 19:55:55</r:modified>
  </r:article>
</item>
<item>
  <title>[jeroen] unix 1.5.8</title>
  <author>[email protected] (Jeroen Ooms)</author>
  <description>Bindings to system utilities found in most Unix systems such as POSIX functions which are not part of the Standard C Library.</description>
  <link>https://github.com/r-universe/jeroen/actions/runs/9081079602</link>
  <pubDate>Tue, 14 May 2024 13:34:45 GMT</pubDate>
  <r:package>unix</r:package>
  <r:version>1.5.8</r:version>
  <r:status>success</r:status>
  <r:repository>https://jeroen.r-universe.dev</r:repository>
  <r:upstream>https://github.com/jeroen/unix</r:upstream>
</item>
<item>
  <title>[jeroen] curl 5.2.1</title>
  <author>[email protected] (Jeroen Ooms)</author>
  <description>The curl() and curl_download() functions provide highly configurable drop-in replacements for base url() and download.file() with better performance, support for encryption (https, ftps), gzip compression, authentication, and other 'libcurl' goodies. The core of the package implements a framework for performing fully customized requests where data can be processed either in memory, on disk, or streaming via the callback or connection interfaces. Some knowledge of 'libcurl' is recommended; for a more-user-friendly web client see the 'httr' package which builds on this package with http specific tools and logic.</description>
  <link>https://github.com/r-universe/jeroen/actions/runs/9061975973</link>
  <pubDate>Mon, 13 May 2024 11:16:10 GMT</pubDate>
  <r:package>curl</r:package>
  <r:version>5.2.1</r:version>
  <r:status>success</r:status>
  <r:repository>https://jeroen.r-universe.dev</r:repository>
  <r:upstream>https://github.com/jeroen/curl</r:upstream>
  <r:article>
    <r:source>windows.Rmd</r:source>
    <r:filename>windows.html</r:filename>
    <r:title>Proxies and Certificates on Windows Networks</r:title>
    <r:created>2019-08-28 13:27:44</r:created>
    <r:modified>2023-01-12 09:55:18</r:modified>
  </r:article>
  <r:article>
    <r:source>intro.Rmd</r:source>
    <r:filename>intro.html</r:filename>
    <r:title>The curl package: a modern R interface to libcurl</r:title>
    <r:created>2015-02-28 22:25:46</r:created>
    <r:modified>2024-01-28 16:16:07</r:modified>
  </r:article>
</item>
<item>
  <title>[ropensci] gert 2.0.2</title>
  <author>[email protected] (Jeroen Ooms)</author>
  <description>Simple git client for R based on 'libgit2' &lt;https://libgit2.org&gt; with support for SSH and HTTPS remotes. All functions in 'gert' use basic R data types (such as vectors and data-frames) for their arguments and return values. User credentials are shared with command line 'git' through the git-credential store and ssh keys stored on disk or ssh-agent.</description>
  <link>https://github.com/r-universe/ropensci/actions/runs/9038211214</link>
  <pubDate>Fri, 10 May 2024 21:07:19 GMT</pubDate>
  <r:package>gert</r:package>
  <r:version>2.0.2</r:version>
  <r:status>success</r:status>
  <r:repository>https://ropensci.r-universe.dev</r:repository>
  <r:upstream>https://github.com/r-lib/gert</r:upstream>
  <r:article>
    <r:source>gert.Rmd</r:source>
    <r:filename>gert.html</r:filename>
    <r:title>gert</r:title>
    <r:created>2020-05-26 22:26:27</r:created>
    <r:modified>2023-08-07 12:18:11</r:modified>
  </r:article>
</item>
<item>
  <title>[ropensci] sodium 1.3.1</title>
  <author>[email protected] (Jeroen Ooms)</author>
  <description>Bindings to 'libsodium' &lt;https://doc.libsodium.org/&gt;: a modern, easy-to-use software library for encryption, decryption, signatures, password hashing and more. Sodium uses curve25519, a state-of-the-art Diffie-Hellman function by Daniel Bernstein, which has become very popular after it was discovered that the NSA had backdoored Dual EC DRBG.</description>
  <link>https://github.com/r-universe/ropensci/actions/runs/9023711276</link>
  <pubDate>Thu, 09 May 2024 20:54:03 GMT</pubDate>
  <r:package>sodium</r:package>
  <r:version>1.3.1</r:version>
  <r:status>success</r:status>
  <r:repository>https://ropensci.r-universe.dev</r:repository>
  <r:upstream>https://github.com/r-lib/sodium</r:upstream>
  <r:article>
    <r:source>crypto101.rmd</r:source>
    <r:filename>crypto101.html</r:filename>
    <r:title>How does cryptography work</r:title>
    <r:created>2015-10-12 22:26:43</r:created>
    <r:modified>2023-09-26 13:46:45</r:modified>
  </r:article>
  <r:article>
    <r:source>intro.rmd</r:source>
    <r:filename>intro.html</r:filename>
    <r:title>Introduction to Sodium for R</r:title>
    <r:created>2015-10-12 14:18:21</r:created>
    <r:modified>2022-06-11 07:42:25</r:modified>
  </r:article>
</item>
<item>
  <title>[jeroen] sys 3.4.2.9000</title>
  <author>[email protected] (Jeroen Ooms)</author>
  <description>Drop-in replacements for the base system2() function with fine control and consistent behavior across platforms. Supports clean interruption, timeout, background tasks, and streaming STDIN / STDOUT / STDERR over binary or text connections. Arguments on Windows automatically get encoded and quoted to work on different locales.</description>
  <link>https://github.com/r-universe/jeroen/actions/runs/9002702113</link>
  <pubDate>Tue, 30 Apr 2024 09:12:38 GMT</pubDate>
  <r:package>sys</r:package>
  <r:version>3.4.2.9000</r:version>
  <r:status>success</r:status>
  <r:repository>https://jeroen.r-universe.dev</r:repository>
  <r:upstream>https://github.com/jeroen/sys</r:upstream>
</item>
<item>
  <title>[opencpu] opencpu 2.2.12</title>
  <author>[email protected] (Jeroen Ooms)</author>
  <description>A system for embedded scientific computing and reproducible research with R. The OpenCPU server exposes a simple but powerful HTTP api for RPC and data interchange with R. This provides a reliable and scalable foundation for statistical services or building R web applications. The OpenCPU server runs either as a single-user development server within the interactive R session, or as a multi-user Linux stack based on Apache2. The entire system is fully open source and permissively licensed. The OpenCPU website has detailed documentation and example apps.</description>
  <link>https://github.com/r-universe/opencpu/actions/runs/9240753075</link>
  <pubDate>Fri, 26 Apr 2024 08:38:15 GMT</pubDate>
  <r:package>opencpu</r:package>
  <r:version>2.2.12</r:version>
  <r:status>success</r:status>
  <r:repository>https://opencpu.r-universe.dev</r:repository>
  <r:upstream>https://github.com/opencpu/opencpu</r:upstream>
  <r:article>
    <r:source>opencpu-paper.pdf.asis</r:source>
    <r:filename>opencpu-paper.pdf</r:filename>
    <r:title>The OpenCPU System: Towards a Universal Interface for Scientific Computing through Separation of Concerns</r:title>
    <r:created>2016-03-08 15:37:44</r:created>
    <r:modified>2016-03-08 15:37:44</r:modified>
  </r:article>
</item>
<item>
  <title>[ropensci] xslt 1.4.5</title>
  <author>[email protected] (Jeroen Ooms)</author>
  <description>An extension for the 'xml2' package to transform XML documents by applying an 'xslt' style-sheet.</description>
  <link>https://github.com/r-universe/ropensci/actions/runs/9281168444</link>
  <pubDate>Wed, 24 Apr 2024 15:52:28 GMT</pubDate>
  <r:package>xslt</r:package>
  <r:version>1.4.5</r:version>
  <r:status>success</r:status>
  <r:repository>https://ropensci.r-universe.dev</r:repository>
  <r:upstream>https://github.com/ropensci/xslt</r:upstream>
</item>
<item>
  <title>[jeroen] mongolite 2.8.0</title>
  <author>[email protected] (Jeroen Ooms)</author>
  <description>High-performance MongoDB client based on 'mongo-c-driver' and 'jsonlite'. Includes support for aggregation, indexing, map-reduce, streaming, encryption, enterprise authentication, and GridFS. The online user manual provides an overview of the available methods in the package: &lt;https://jeroen.github.io/mongolite/&gt;.</description>
  <link>https://github.com/r-universe/jeroen/actions/runs/9281168334</link>
  <pubDate>Wed, 24 Apr 2024 13:47:16 GMT</pubDate>
  <r:package>mongolite</r:package>
  <r:version>2.8.0</r:version>
  <r:status>success</r:status>
  <r:repository>https://jeroen.r-universe.dev</r:repository>
  <r:upstream>https://github.com/jeroen/mongolite</r:upstream>
</item>
<item>
  <title>[jeroen] jsonlite 1.8.9</title>
  <author>[email protected] (Jeroen Ooms)</author>
  <description>A reasonably fast JSON parser and generator, optimized for statistical data and the web. Offers simple, flexible tools for working with JSON in R, and is particularly powerful for building pipelines and interacting with a web API. The implementation is based on the mapping described in the vignette (Ooms, 2014). In addition to converting JSON data from/to R objects, 'jsonlite' contains functions to stream, validate, and prettify JSON data. The unit tests included with the package verify that all edge cases are encoded and decoded consistently for use with dynamic data in systems and applications.</description>
  <link>https://github.com/r-universe/jeroen/actions/runs/9317925113</link>
  <pubDate>Wed, 17 Apr 2024 11:26:39 GMT</pubDate>
  <r:package>jsonlite</r:package>
  <r:version>1.8.9</r:version>
  <r:status>success</r:status>
  <r:repository>https://jeroen.r-universe.dev</r:repository>
  <r:upstream>https://github.com/jeroen/jsonlite</r:upstream>
  <r:article>
    <r:source>json-mapping.pdf.asis</r:source>
    <r:filename>json-mapping.pdf</r:filename>
    <r:title>A mapping between JSON data and R objects</r:title>
    <r:created>2015-03-25 18:17:37</r:created>
    <r:modified>2015-03-25 18:17:37</r:modified>
  </r:article>
  <r:article>
    <r:source>json-paging.Rmd</r:source>
    <r:filename>json-paging.html</r:filename>
    <r:title>Combining pages of JSON data with jsonlite</r:title>
    <r:created>2014-07-26 10:21:25</r:created>
    <r:modified>2022-01-16 11:12:55</r:modified>
  </r:article>
  <r:article>
    <r:source>json-apis.Rmd</r:source>
    <r:filename>json-apis.html</r:filename>
    <r:title>Fetching JSON data from REST APIs</r:title>
    <r:created>2014-07-27 08:43:41</r:created>
    <r:modified>2022-01-16 11:09:07</r:modified>
  </r:article>
  <r:article>
    <r:source>json-aaquickstart.Rmd</r:source>
    <r:filename>json-aaquickstart.html</r:filename>
    <r:title>Getting started with JSON and jsonlite</r:title>
    <r:created>2014-08-02 13:33:13</r:created>
    <r:modified>2016-12-30 12:03:46</r:modified>
  </r:article>
  <r:article>
    <r:source>json-opencpu.pdf.asis</r:source>
    <r:filename>json-opencpu.pdf</r:filename>
    <r:title>Simple JSON RPC with OpenCPU</r:title>
    <r:created>2018-12-05 21:31:31</r:created>
    <r:modified>2018-12-05 21:39:16</r:modified>
  </r:article>
</item>
<item>
  <title>[ropensci] antiword 1.3.3</title>
  <author>[email protected] (Jeroen Ooms)</author>
  <description>Wraps the 'AntiWord' utility to extract text from Microsoft Word documents. The utility only supports the old 'doc' format, not the new xml based 'docx' format. Use the 'xml2' package to read the latter.</description>
  <link>https://github.com/r-universe/ropensci/actions/runs/9092000900</link>
  <pubDate>Mon, 15 Apr 2024 11:55:21 GMT</pubDate>
  <r:package>antiword</r:package>
  <r:version>1.3.3</r:version>
  <r:status>success</r:status>
  <r:repository>https://ropensci.r-universe.dev</r:repository>
  <r:upstream>https://github.com/ropensci/antiword</r:upstream>
</item>
<item>
  <title>[ropensci] rzmq 0.9.13</title>
  <author>[email protected] (Jeroen Ooms)</author>
  <description>Interface to the 'ZeroMQ' lightweight messaging kernel (see &lt;https://zeromq.org/&gt; for more information).</description>
  <link>https://github.com/r-universe/ropensci/actions/runs/9281168504</link>
  <pubDate>Sun, 14 Apr 2024 16:34:58 GMT</pubDate>
  <r:package>rzmq</r:package>
  <r:version>0.9.13</r:version>
  <r:status>success</r:status>
  <r:repository>https://ropensci.r-universe.dev</r:repository>
  <r:upstream>https://github.com/ropensci/rzmq</r:upstream>
</item>
<item>
  <title>[ropensci] opencv 0.4.9001</title>
  <author>[email protected] (Jeroen Ooms)</author>
  <description>Exposes some of the available 'OpenCV' &lt;https://opencv.org/&gt; algorithms, such as a QR code scanner, and edge, body or face detection. These can either be applied to analyze static images, or to filter live video footage from a camera device.</description>
  <link>https://github.com/r-universe/ropensci/actions/runs/9280762848</link>
  <pubDate>Wed, 20 Mar 2024 14:55:45 GMT</pubDate>
  <r:package>opencv</r:package>
  <r:version>0.4.9001</r:version>
  <r:status>success</r:status>
  <r:repository>https://ropensci.r-universe.dev</r:repository>
  <r:upstream>https://github.com/ropensci/opencv</r:upstream>
</item>
<item>
  <title>[ropensci] qpdf 1.3.3</title>
  <author>[email protected] (Jeroen Ooms)</author>
  <description>Content-preserving transformations transformations of PDF files such as split, combine, and compress. This package interfaces directly to the 'qpdf' C++ API and does not require any command line utilities. Note that 'qpdf' does not read actual content from PDF files: to extract text and data you need the 'pdftools' package.</description>
  <link>https://github.com/r-universe/ropensci/actions/runs/9280486178</link>
  <pubDate>Tue, 19 Mar 2024 13:44:53 GMT</pubDate>
  <r:package>qpdf</r:package>
  <r:version>1.3.3</r:version>
  <r:status>success</r:status>
  <r:repository>https://ropensci.r-universe.dev</r:repository>
  <r:upstream>https://github.com/ropensci/qpdf</r:upstream>
</item>
<item>
  <title>[ropensci] magick 2.8.3</title>
  <author>[email protected] (Jeroen Ooms)</author>
  <description>Bindings to 'ImageMagick': the most comprehensive open-source image processing library available. Supports many common formats (png, jpeg, tiff, pdf, etc) and manipulations (rotate, scale, crop, trim, flip, blur, etc). All operations are vectorized via the Magick++ STL meaning they operate either on a single frame or a series of frames for working with layers, collages, or animation. In RStudio images are automatically previewed when printed to the console, resulting in an interactive editing environment. The latest version of the package includes a native graphics device for creating in-memory graphics or drawing onto images using pixel coordinates.</description>
  <link>https://github.com/r-universe/ropensci/actions/runs/9280891435</link>
  <pubDate>Fri, 08 Mar 2024 09:55:01 GMT</pubDate>
  <r:package>magick</r:package>
  <r:version>2.8.3</r:version>
  <r:status>success</r:status>
  <r:repository>https://ropensci.r-universe.dev</r:repository>
  <r:upstream>https://github.com/ropensci/magick</r:upstream>
  <r:article>
    <r:source>intro.Rmd</r:source>
    <r:filename>intro.html</r:filename>
    <r:title>The magick package: Advanced Image-Processing in R</r:title>
    <r:created>2016-08-23 22:05:16</r:created>
    <r:modified>2024-03-08 09:55:01</r:modified>
  </r:article>
</item>
<item>
  <title>[ropensci] spelling 2.3.0</title>
  <author>[email protected] (Jeroen Ooms)</author>
  <description>Spell checking common document formats including latex, markdown, manual pages, and description files. Includes utilities to automate checking of documentation and vignettes as a unit test during 'R CMD check'. Both British and American English are supported out of the box and other languages can be added. In addition, packages may define a 'wordlist' to allow custom terminology without having to abuse punctuation.</description>
  <link>https://github.com/r-universe/ropensci/actions/runs/9335475562</link>
  <pubDate>Mon, 04 Mar 2024 18:03:06 GMT</pubDate>
  <r:package>spelling</r:package>
  <r:version>2.3.0</r:version>
  <r:status>success</r:status>
  <r:repository>https://ropensci.r-universe.dev</r:repository>
  <r:upstream>https://github.com/ropensci/spelling</r:upstream>
</item>
<item>
  <title>[ropensci] av 0.9.0</title>
  <author>[email protected] (Jeroen Ooms)</author>
  <description>Bindings to 'FFmpeg' &lt;http://www.ffmpeg.org/&gt; AV library for working with audio and video in R. Generates high quality video from images or R graphics with custom audio. Also offers high performance tools for reading raw audio, creating 'spectrograms', and converting between countless audio / video formats. This package interfaces directly to the C API and does not require any command line utilities.</description>
  <link>https://github.com/r-universe/ropensci/actions/runs/9280486038</link>
  <pubDate>Sun, 03 Mar 2024 00:04:02 GMT</pubDate>
  <r:package>av</r:package>
  <r:version>0.9.0</r:version>
  <r:status>success</r:status>
  <r:repository>https://ropensci.r-universe.dev</r:repository>
  <r:upstream>https://github.com/ropensci/av</r:upstream>
</item>
<item>
  <title>[jeroen] maketools 1.3.0</title>
  <author>[email protected] (Jeroen Ooms)</author>
  <description>Helper functions that interface with the system utilities to learn about the local build environment. Lets you explore 'make' rules to test the local configuration, or query 'pkg-config' to find compiler flags and libs needed for building packages with external dependencies. Also contains tools to analyze which libraries that a installed R package linked to by inspecting output from 'ldd' in combination with information from your distribution package manager, e.g. 'rpm' or 'dpkg'.</description>
  <link>https://github.com/r-universe/jeroen/actions/runs/9232710286</link>
  <pubDate>Sun, 25 Feb 2024 21:51:45 GMT</pubDate>
  <r:package>maketools</r:package>
  <r:version>1.3.0</r:version>
  <r:status>success</r:status>
  <r:repository>https://jeroen.r-universe.dev</r:repository>
  <r:upstream>https://github.com/jeroen/maketools</r:upstream>
  <r:article>
    <r:source>sysdeps.Rmd</r:source>
    <r:filename>sysdeps.html</r:filename>
    <r:title>Automatically determine run-time dependencies for R packages on Linux</r:title>
    <r:created>2020-09-12 12:53:09</r:created>
    <r:modified>2020-09-16 22:01:37</r:modified>
  </r:article>
</item>
<item>
  <title>[ropensci] fluidsynth 1.0.0</title>
  <author>[email protected] (Jeroen Ooms)</author>
  <description>Bindings to 'libfluidsynth' to parse and synthesize MIDI files. It can read MIDI into a data frame, play it on the local audio device, or convert into an audio file.</description>
  <link>https://github.com/r-universe/ropensci/actions/runs/9280485666</link>
  <pubDate>Tue, 20 Feb 2024 13:55:17 GMT</pubDate>
  <r:package>fluidsynth</r:package>
  <r:version>1.0.0</r:version>
  <r:status>success</r:status>
  <r:repository>https://ropensci.r-universe.dev</r:repository>
  <r:upstream>https://github.com/ropensci/fluidsynth</r:upstream>
</item>
<item>
  <title>[r-rust] gifski 1.12.2</title>
  <author>[email protected] (Jeroen Ooms)</author>
  <description>Multi-threaded GIF encoder written in Rust: &lt;https://gif.ski/&gt;. Converts images to GIF animations using pngquant's efficient cross-frame palettes and temporal dithering with thousands of colors per frame.</description>
  <link>https://github.com/r-universe/r-rust/actions/runs/9059071364</link>
  <pubDate>Sat, 10 Feb 2024 19:46:14 GMT</pubDate>
  <r:package>gifski</r:package>
  <r:version>1.12.2</r:version>
  <r:status>success</r:status>
  <r:repository>https://r-rust.r-universe.dev</r:repository>
  <r:upstream>https://github.com/r-rust/gifski</r:upstream>
</item>
<item>
  <title>[ropensci] writexl 1.5.0</title>
  <author>[email protected] (Jeroen Ooms)</author>
  <description>Zero-dependency data frame to xlsx exporter based on 'libxlsxwriter' &lt;https://libxlsxwriter.github.io&gt;. Fast and no Java or Excel required.</description>
  <link>https://github.com/r-universe/ropensci/actions/runs/9013935255</link>
  <pubDate>Fri, 09 Feb 2024 14:46:08 GMT</pubDate>
  <r:package>writexl</r:package>
  <r:version>1.5.0</r:version>
  <r:status>success</r:status>
  <r:repository>https://ropensci.r-universe.dev</r:repository>
  <r:upstream>https://github.com/ropensci/writexl</r:upstream>
</item>
<item>
  <title>[ropensci] commonmark 1.9.1</title>
  <author>[email protected] (Jeroen Ooms)</author>
  <description>The CommonMark specification defines a rationalized version of markdown syntax. This package uses the 'cmark' reference implementation for converting markdown text into various formats including html, latex and groff man. In addition it exposes the markdown parse tree in xml format. Also includes opt-in support for GFM extensions including tables, autolinks, and strikethrough text.</description>
  <link>https://github.com/r-universe/ropensci/actions/runs/9069052446</link>
  <pubDate>Tue, 30 Jan 2024 11:29:46 GMT</pubDate>
  <r:package>commonmark</r:package>
  <r:version>1.9.1</r:version>
  <r:status>success</r:status>
  <r:repository>https://ropensci.r-universe.dev</r:repository>
  <r:upstream>https://github.com/r-lib/commonmark</r:upstream>
</item>
<item>
  <title>[ropensci] unrtf 1.4.5</title>
  <author>[email protected] (Jeroen Ooms)</author>
  <description>Wraps the 'unrtf' utility &lt;https://www.gnu.org/software/unrtf/&gt; to extract text from RTF files. Supports document conversion to HTML, LaTeX or plain text. Output in HTML is recommended because 'unrtf' has limited support for converting between character encodings.</description>
  <link>https://github.com/r-universe/ropensci/actions/runs/9069044592</link>
  <pubDate>Thu, 18 Jan 2024 20:24:28 GMT</pubDate>
  <r:package>unrtf</r:package>
  <r:version>1.4.5</r:version>
  <r:status>success</r:status>
  <r:repository>https://ropensci.r-universe.dev</r:repository>
  <r:upstream>https://github.com/ropensci/unrtf</r:upstream>
</item>
<item>
  <title>[jeroen] gpg 1.2.9</title>
  <author>[email protected] (Jeroen Ooms)</author>
  <description>Bindings to GnuPG for working with OpenGPG (RFC4880) cryptographic methods. Includes utilities for public key encryption, creating and verifying digital signatures, and managing your local keyring. Some functionality depends on the version of GnuPG that is installed on the system. On Windows this package can be used together with 'GPG4Win' which provides a GUI for managing keys and entering passphrases.</description>
  <link>https://github.com/r-universe/jeroen/actions/runs/9281168338</link>
  <pubDate>Fri, 29 Dec 2023 13:28:29 GMT</pubDate>
  <r:package>gpg</r:package>
  <r:version>1.2.9</r:version>
  <r:status>success</r:status>
  <r:repository>https://jeroen.r-universe.dev</r:repository>
  <r:upstream>https://github.com/jeroen/gpg</r:upstream>
  <r:article>
    <r:source>intro.Rmd</r:source>
    <r:filename>intro.html</r:filename>
    <r:title>Encryption and Digital Signatures in R using GPG</r:title>
    <r:created>2016-10-06 21:12:26</r:created>
    <r:modified>2022-10-13 08:14:57</r:modified>
  </r:article>
</item>
<item>
  <title>[jeroen] protolite 2.3.0</title>
  <author>[email protected] (Jeroen Ooms)</author>
  <description>Pure C++ implementations for reading and writing several common data formats based on Google protocol-buffers. Currently supports 'rexp.proto' for serialized R objects, 'geobuf.proto' for binary geojson, and 'mvt.proto' for vector tiles. This package uses the auto-generated C++ code by protobuf-compiler, hence the entire serialization is optimized at compile time. The 'RProtoBuf' package on the other hand uses the protobuf runtime library to provide a general- purpose toolkit for reading and writing arbitrary protocol-buffer data in R.</description>
  <link>https://github.com/r-universe/jeroen/actions/runs/9281168394</link>
  <pubDate>Fri, 29 Dec 2023 13:23:42 GMT</pubDate>
  <r:package>protolite</r:package>
  <r:version>2.3.0</r:version>
  <r:status>success</r:status>
  <r:repository>https://jeroen.r-universe.dev</r:repository>
  <r:upstream>https://github.com/jeroen/protolite</r:upstream>
</item>
<item>
  <title>[jeroen] RAppArmor 3.2.4</title>
  <author>[email protected] (Jeroen Ooms)</author>
  <description>Bindings to kernel methods for enforcing security restrictions. AppArmor can apply mandatory access control (MAC) policies on a given task (process) via security profiles with detailed ACL definitions. In addition this package implements bindings for setting process resource limits (rlimit), uid, gid, affinity and priority. The high level R function 'eval.secure' builds on these methods to perform dynamic sandboxing: it evaluates a single R expression within a temporary fork which acts as a sandbox by enforcing fine grained restrictions without affecting the main R process. A portable version of this function is now available in the 'unix' package.</description>
  <link>https://github.com/r-universe/jeroen/actions/runs/9281168367</link>
  <pubDate>Mon, 04 Dec 2023 19:19:33 GMT</pubDate>
  <r:package>RAppArmor</r:package>
  <r:version>3.2.4</r:version>
  <r:status>success</r:status>
  <r:repository>https://jeroen.r-universe.dev</r:repository>
  <r:upstream>https://github.com/jeroen/rapparmor</r:upstream>
  <r:article>
    <r:source>v55i07.pdf.asis</r:source>
    <r:filename>v55i07.pdf</r:filename>
    <r:title>Enforcing Security Policies Using Dynamic Sandboxing on Linux</r:title>
    <r:created>2016-03-08 12:21:09</r:created>
    <r:modified>2016-03-08 12:23:48</r:modified>
  </r:article>
</item>
<item>
  <title>[r-dbi] RMySQL 0.10.27</title>
  <author>[email protected] (Jeroen Ooms)</author>
  <description>Legacy 'DBI' interface to 'MySQL' / 'MariaDB' based on old code ported from S-PLUS. A modern 'MySQL' client written in 'C++' is available from the 'RMariaDB' package.</description>
  <link>https://github.com/r-universe/r-dbi/actions/runs/9280485962</link>
  <pubDate>Mon, 04 Dec 2023 13:04:46 GMT</pubDate>
  <r:package>RMySQL</r:package>
  <r:version>0.10.27</r:version>
  <r:status>success</r:status>
  <r:repository>https://r-dbi.r-universe.dev</r:repository>
  <r:upstream>https://github.com/r-dbi/rmysql</r:upstream>
</item>
<item>
  <title>[ropensci] jqr 1.3.3</title>
  <author>[email protected] (Jeroen Ooms)</author>
  <description>Client for 'jq', a 'JSON' processor (&lt;https://jqlang.github.io/jq/&gt;), written in C. 'jq' allows the following with 'JSON' data: index into, parse, do calculations, cut up and filter, change key names and values, perform conditionals and comparisons, and more.</description>
  <link>https://github.com/r-universe/ropensci/actions/runs/9280485661</link>
  <pubDate>Mon, 04 Dec 2023 12:27:48 GMT</pubDate>
  <r:package>jqr</r:package>
  <r:version>1.3.3</r:version>
  <r:status>success</r:status>
  <r:repository>https://ropensci.r-universe.dev</r:repository>
  <r:upstream>https://github.com/ropensci/jqr</r:upstream>
</item>
<item>
  <title>[jeroen] webutils 1.2.0</title>
  <author>[email protected] (Jeroen Ooms)</author>
  <description>Parses http request data in application/json, multipart/form-data, or application/x-www-form-urlencoded format. Includes example of hosting and parsing html form data in R using either 'httpuv' or 'Rhttpd'.</description>
  <link>https://github.com/r-universe/jeroen/actions/runs/9218625247</link>
  <pubDate>Fri, 24 Nov 2023 11:31:28 GMT</pubDate>
  <r:package>webutils</r:package>
  <r:version>1.2.0</r:version>
  <r:status>success</r:status>
  <r:repository>https://jeroen.r-universe.dev</r:repository>
  <r:upstream>https://github.com/jeroen/webutils</r:upstream>
</item>
<item>
  <title>[ropensci] cld3 1.6.0</title>
  <author>[email protected] (Jeroen Ooms)</author>
  <description>Google's Compact Language Detector 3 is a neural network model for language identification and the successor of 'cld2' (available from CRAN). The algorithm is still experimental and takes a novel approach to language detection with different properties and outcomes. It can be useful to combine this with the Bayesian classifier results from 'cld2'. See &lt;https://github.com/google/cld3#readme&gt; for more information.</description>
  <link>https://github.com/r-universe/ropensci/actions/runs/9280763592</link>
  <pubDate>Mon, 20 Nov 2023 15:04:14 GMT</pubDate>
  <r:package>cld3</r:package>
  <r:version>1.6.0</r:version>
  <r:status>success</r:status>
  <r:repository>https://ropensci.r-universe.dev</r:repository>
  <r:upstream>https://github.com/ropensci/cld3</r:upstream>
</item>
<item>
  <title>[ropensci] tesseract 5.2.1</title>
  <author>[email protected] (Jeroen Ooms)</author>
  <description>Bindings to 'Tesseract': a powerful optical character recognition (OCR) engine that supports over 100 languages. The engine is highly configurable in order to tune the detection algorithms and obtain the best possible results.</description>
  <link>https://github.com/r-universe/ropensci/actions/runs/9280763250</link>
  <pubDate>Mon, 20 Nov 2023 14:44:32 GMT</pubDate>
  <r:package>tesseract</r:package>
  <r:version>5.2.1</r:version>
  <r:status>success</r:status>
  <r:repository>https://ropensci.r-universe.dev</r:repository>
  <r:upstream>https://github.com/ropensci/tesseract</r:upstream>
  <r:article>
    <r:source>intro.Rmd</r:source>
    <r:filename>intro.html</r:filename>
    <r:title>Using the Tesseract OCR engine in R</r:title>
    <r:created>2018-02-23 22:16:20</r:created>
    <r:modified>2023-11-20 14:44:32</r:modified>
  </r:article>
</item>
<item>
  <title>[ropensci] hunspell 3.0.3</title>
  <author>[email protected] (Jeroen Ooms)</author>
  <description>Low level spell checker and morphological analyzer based on the famous 'hunspell' library &lt;https://hunspell.github.io&gt;. The package can analyze or check individual words as well as parse text, latex, html or xml documents. For a more user-friendly interface use the 'spelling' package which builds on this package to automate checking of files, documentation and vignettes in all common formats.</description>
  <link>https://github.com/r-universe/ropensci/actions/runs/8997752765</link>
  <pubDate>Fri, 27 Oct 2023 10:48:36 GMT</pubDate>
  <r:package>hunspell</r:package>
  <r:version>3.0.3</r:version>
  <r:status>success</r:status>
  <r:repository>https://ropensci.r-universe.dev</r:repository>
  <r:upstream>https://github.com/ropensci/hunspell</r:upstream>
  <r:article>
    <r:source>intro.Rmd</r:source>
    <r:filename>intro.html</r:filename>
    <r:title>The hunspell package: High-Performance Stemmer, Tokenizer, and Spell Checker for R</r:title>
    <r:created>2016-09-07 19:01:21</r:created>
    <r:modified>2023-10-05 18:39:21</r:modified>
  </r:article>
</item>
<item>
  <title>[ropensci] ssh 0.9.1</title>
  <author>[email protected] (Jeroen Ooms)</author>
  <description>Connect to a remote server over SSH to transfer files via SCP, setup a secure tunnel, or run a command or script on the host while streaming stdout and stderr directly to the client.</description>
  <link>https://github.com/r-universe/ropensci/actions/runs/9280486382</link>
  <pubDate>Mon, 16 Oct 2023 18:37:10 GMT</pubDate>
  <r:package>ssh</r:package>
  <r:version>0.9.1</r:version>
  <r:status>success</r:status>
  <r:repository>https://ropensci.r-universe.dev</r:repository>
  <r:upstream>https://github.com/ropensci/ssh</r:upstream>
  <r:article>
    <r:source>intro.Rmd</r:source>
    <r:filename>intro.html</r:filename>
    <r:title>Secure Shell (SSH) Client for R</r:title>
    <r:created>2018-02-18 12:58:37</r:created>
    <r:modified>2023-10-16 18:37:10</r:modified>
  </r:article>
</item>
<item>
  <title>[ropensci] pdftools 3.4.0</title>
  <author>[email protected] (Jeroen Ooms)</author>
  <description>Utilities based on 'libpoppler' for extracting text, fonts, attachments and metadata from a PDF file. Also supports high quality rendering of PDF documents into PNG, JPEG, TIFF format, or into raw bitmap vectors for further processing in R.</description>
  <link>https://github.com/r-universe/ropensci/actions/runs/9280762765</link>
  <pubDate>Mon, 09 Oct 2023 08:57:23 GMT</pubDate>
  <r:package>pdftools</r:package>
  <r:version>3.4.0</r:version>
  <r:status>success</r:status>
  <r:repository>https://ropensci.r-universe.dev</r:repository>
  <r:upstream>https://github.com/ropensci/pdftools</r:upstream>
</item>
<item>
  <title>[ropensci] rsvg 2.6.0</title>
  <author>[email protected] (Jeroen Ooms)</author>
  <description>Renders vector-based svg images into high-quality custom-size bitmap arrays using 'librsvg2'. The resulting bitmap can be written to e.g. png, jpeg or webp format. In addition, the package can convert images directly to various formats such as pdf or postscript.</description>
  <link>https://github.com/r-universe/ropensci/actions/runs/9280620514</link>
  <pubDate>Fri, 06 Oct 2023 20:00:05 GMT</pubDate>
  <r:package>rsvg</r:package>
  <r:version>2.6.0</r:version>
  <r:status>success</r:status>
  <r:repository>https://ropensci.r-universe.dev</r:repository>
  <r:upstream>https://github.com/ropensci/rsvg</r:upstream>
  <r:article>
    <r:source>svg-css.Rmd</r:source>
    <r:filename>svg-css.html</r:filename>
    <r:title>Rendering SVG with CSS in R</r:title>
    <r:created>2020-05-19 14:02:05</r:created>
    <r:modified>2022-02-06 14:03:25</r:modified>
  </r:article>
</item>
<item>
  <title>[jeroen] webp 1.2.0</title>
  <author>[email protected] (Jeroen Ooms)</author>
  <description>Lossless webp images are 26% smaller in size compared to PNG. Lossy webp images are 25-34% smaller in size compared to JPEG. This package reads and writes webp images into a 3 (rgb) or 4 (rgba) channel bitmap array using conventions from the 'jpeg' and 'png' packages.</description>
  <link>https://github.com/r-universe/jeroen/actions/runs/9280485546</link>
  <pubDate>Tue, 26 Sep 2023 10:05:14 GMT</pubDate>
  <r:package>webp</r:package>
  <r:version>1.2.0</r:version>
  <r:status>success</r:status>
  <r:repository>https://jeroen.r-universe.dev</r:repository>
  <r:upstream>https://github.com/jeroen/webp</r:upstream>
</item>
<item>
  <title>[ropensci] credentials 2.0.1</title>
  <author>[email protected] (Jeroen Ooms)</author>
  <description>Setup and retrieve HTTPS and SSH credentials for use with 'git' and other services. For HTTPS remotes the package interfaces the 'git-credential' utility which 'git' uses to store HTTP usernames and passwords. For SSH remotes we provide convenient functions to find or generate appropriate SSH keys. The package both helps the user to setup a local git installation, and also provides a back-end for git/ssh client libraries to authenticate with existing user credentials.</description>
  <link>https://github.com/r-universe/ropensci/actions/runs/9335101887</link>
  <pubDate>Wed, 06 Sep 2023 13:52:03 GMT</pubDate>
  <r:package>credentials</r:package>
  <r:version>2.0.1</r:version>
  <r:status>success</r:status>
  <r:repository>https://ropensci.r-universe.dev</r:repository>
  <r:upstream>https://github.com/r-lib/credentials</r:upstream>
  <r:article>
    <r:source>intro.Rmd</r:source>
    <r:filename>intro.html</r:filename>
    <r:title>Managing SSH and Git Credentials in R</r:title>
    <r:created>2018-11-07 20:59:38</r:created>
    <r:modified>2023-09-06 11:25:15</r:modified>
  </r:article>
</item>
<item>
  <title>[r-lib] askpass 1.2.0</title>
  <author>[email protected] (Jeroen Ooms)</author>
  <description>Cross-platform utilities for prompting the user for credentials or a passphrase, for example to authenticate with a server or read a protected key. Includes native programs for MacOS and Windows, hence no 'tcltk' is required. Password entry can be invoked in two different ways: directly from R via the askpass() function, or indirectly as password-entry back-end for 'ssh-agent' or 'git-credential' via the SSH_ASKPASS and GIT_ASKPASS environment variables. Thereby the user can be prompted for credentials or a passphrase if needed when R calls out to git or ssh.</description>
  <link>https://github.com/r-universe/r-lib/actions/runs/8997753333</link>
  <pubDate>Sun, 03 Sep 2023 17:44:05 GMT</pubDate>
  <r:package>askpass</r:package>
  <r:version>1.2.0</r:version>
  <r:status>success</r:status>
  <r:repository>https://r-lib.r-universe.dev</r:repository>
  <r:upstream>https://github.com/r-lib/askpass</r:upstream>
</item>
<item>
  <title>[jeroen] badgen 1.0.0</title>
  <author>[email protected] (Jeroen Ooms)</author>
  <description>Bindings to 'badgen' &lt;https://www.npmjs.com/package/badgen&gt; to generate beautiful 'svg' badges in R without internet access. Images can be converted to 'png' using the 'rsvg' package as shown in examples.</description>
  <link>https://github.com/r-universe/jeroen/actions/runs/9059071418</link>
  <pubDate>Mon, 17 Jul 2023 22:45:21 GMT</pubDate>
  <r:package>badgen</r:package>
  <r:version>1.0.0</r:version>
  <r:status>success</r:status>
  <r:repository>https://jeroen.r-universe.dev</r:repository>
  <r:upstream>https://github.com/jeroen/badgen</r:upstream>
</item>
<item>
  <title>[r-lib] ghapps 1.0.0</title>
  <author>[email protected] (Jeroen Ooms)</author>
  <description>'GitHub' apps provide a powerful way to manage fine grained programmatic access to specific 'git' repositories, without having to create dummy users, and which are safer than a personal access token for automated tasks. This package extends the 'gh' package to let you authenticate and interact with 'GitHub' &lt;https://docs.github.com/en/rest/overview&gt; in 'R' as an app.</description>
  <link>https://github.com/r-universe/r-lib/actions/runs/9158100438</link>
  <pubDate>Wed, 24 May 2023 09:25:20 GMT</pubDate>
  <r:package>ghapps</r:package>
  <r:version>1.0.0</r:version>
  <r:status>success</r:status>
  <r:repository>https://r-lib.r-universe.dev</r:repository>
  <r:upstream>https://github.com/r-lib/ghapps</r:upstream>
</item>
<item>
  <title>[ropensci] universe 1.0.0</title>
  <author>[email protected] (Jeroen Ooms)</author>
  <description>Utilities to interact with the R-universe platform. Includes functions to manage local package repositories, as well as API wrappers for retrieving data and metadata about packages in r-universe.</description>
  <link>https://github.com/r-universe/ropensci/actions/runs/8955962176</link>
  <pubDate>Fri, 10 Feb 2023 14:17:27 GMT</pubDate>
  <r:package>universe</r:package>
  <r:version>1.0.0</r:version>
  <r:status>success</r:status>
  <r:repository>https://ropensci.r-universe.dev</r:repository>
  <r:upstream>https://github.com/ropensci/universe</r:upstream>
</item>
<item>
  <title>[ropensci] prismjs 1.1.0</title>
  <author>[email protected] (Jeroen Ooms)</author>
  <description>Prism &lt;https://prismjs.com/&gt; is a lightweight, extensible syntax highlighter, built with modern web standards in mind. This package provides server-side rendering in R using 'V8' such that no JavaScript library is required in the resulting HTML documents. Over 400 languages are supported.</description>
  <link>https://github.com/r-universe/ropensci/actions/runs/9069047554</link>
  <pubDate>Fri, 02 Dec 2022 12:04:06 GMT</pubDate>
  <r:package>prismjs</r:package>
  <r:version>1.1.0</r:version>
  <r:status>success</r:status>
  <r:repository>https://ropensci.r-universe.dev</r:repository>
  <r:upstream>https://github.com/ropensci/prismjs</r:upstream>
</item>
<item>
  <title>[ropensci] katex 1.4.1</title>
  <author>[email protected] (Jeroen Ooms)</author>
  <description>Convert latex math expressions to HTML and 'MathML' for use in markdown documents or package manual pages. The rendering is done in R using the V8 engine (i.e. server-side), which eliminates the need for embedding the 'MathJax' library into your web pages. In addition a 'math-to-rd' wrapper is provided to automatically render beautiful math in R documentation files.</description>
  <link>https://github.com/r-universe/ropensci/actions/runs/9069047526</link>
  <pubDate>Mon, 28 Nov 2022 13:14:15 GMT</pubDate>
  <r:package>katex</r:package>
  <r:version>1.4.1</r:version>
  <r:status>success</r:status>
  <r:repository>https://ropensci.r-universe.dev</r:repository>
  <r:upstream>https://github.com/ropensci/katex</r:upstream>
  <r:article>
    <r:source>katex-tests.Rmd</r:source>
    <r:filename>katex-tests.html</r:filename>
    <r:title>Rending math to HTML in R using katex</r:title>
    <r:created>2021-07-13 19:46:03</r:created>
    <r:modified>2022-02-08 20:37:55</r:modified>
  </r:article>
</item>
<item>
  <title>[ropensci] cld2 1.2.4</title>
  <author>[email protected] (Jeroen Ooms)</author>
  <description>Bindings to Google's C++ library Compact Language Detector 2 (see &lt;https://github.com/cld2owners/cld2#readme&gt; for more information). Probabilistically detects over 80 languages in plain text or HTML. For mixed-language input it returns the top three detected languages and their approximate proportion of the total classified text bytes (e.g. 80% English and 20% French out of 1000 bytes). There is also a 'cld3' package on CRAN which uses a neural network model instead.</description>
  <link>https://github.com/r-universe/ropensci/actions/runs/8997589849</link>
  <pubDate>Wed, 26 Oct 2022 15:47:58 GMT</pubDate>
  <r:package>cld2</r:package>
  <r:version>1.2.4</r:version>
  <r:status>success</r:status>
  <r:repository>https://ropensci.r-universe.dev</r:repository>
  <r:upstream>https://github.com/ropensci/cld2</r:upstream>
</item>
<item>
  <title>[jeroen] brotli 1.3.0</title>
  <author>[email protected] (Jeroen Ooms)</author>
  <description>A lossless compressed data format that uses a combination of the LZ77 algorithm and Huffman coding. Brotli is similar in speed to deflate (gzip) but offers more dense compression.</description>
  <link>https://github.com/r-universe/jeroen/actions/runs/8997753554</link>
  <pubDate>Thu, 13 Oct 2022 08:57:30 GMT</pubDate>
  <r:package>brotli</r:package>
  <r:version>1.3.0</r:version>
  <r:status>success</r:status>
  <r:repository>https://jeroen.r-universe.dev</r:repository>
  <r:upstream>https://github.com/jeroen/brotli</r:upstream>
  <r:article>
    <r:source>brotli-2015-09-22.pdf.asis</r:source>
    <r:filename>brotli-2015-09-22.pdf</r:filename>
    <r:title>Comparison of Brotli, Deflate, Zopfli, LZMA, LZHAM and Bzip2 Compression Algorithms</r:title>
    <r:created>2015-10-01 12:50:25</r:created>
    <r:modified>2015-10-02 21:34:42</r:modified>
  </r:article>
  <r:article>
    <r:source>benchmarks.Rmd</r:source>
    <r:filename>benchmarks.html</r:filename>
    <r:title>Text Compression in R: brotli, gzip, xz and bz2</r:title>
    <r:created>2015-11-25 18:56:52</r:created>
    <r:modified>2018-01-27 19:44:10</r:modified>
  </r:article>
</item>
<item>
  <title>[ropensci] graphql 1.5.1</title>
  <author>[email protected] (Jeroen Ooms)</author>
  <description>Bindings to the 'libgraphqlparser' C++ library. Parses GraphQL syntax and exports the AST in JSON format.</description>
  <link>https://github.com/r-universe/ropensci/actions/runs/8997446827</link>
  <pubDate>Sun, 25 Sep 2022 21:52:51 GMT</pubDate>
  <r:package>graphql</r:package>
  <r:version>1.5.1</r:version>
  <r:status>success</r:status>
  <r:repository>https://ropensci.r-universe.dev</r:repository>
  <r:upstream>https://github.com/ropensci/graphql</r:upstream>
</item>
<item>
  <title>[jeroen] base64 2.0.1</title>
  <author>[email protected] (Jeroen Ooms)</author>
  <description>Compatibility wrapper to replace the orphaned package. New applications should use base64 encoders from 'jsonlite' or 'openssl' or 'base64enc'.</description>
  <link>https://github.com/r-universe/jeroen/actions/runs/9296520657</link>
  <pubDate>Fri, 19 Aug 2022 09:13:35 GMT</pubDate>
  <r:package>base64</r:package>
  <r:version>2.0.1</r:version>
  <r:status>success</r:status>
  <r:repository>https://jeroen.r-universe.dev</r:repository>
  <r:upstream>https://github.com/jeroen/base64</r:upstream>
</item>

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