r-cran-reprex 2.0.2-1 source package in Ubuntu

Changelog

r-cran-reprex (2.0.2-1) unstable; urgency=medium

  * Team upload.
  * Disable reprotest
  * Standards-Version: 4.6.1 (routine-update)
  * dh-update-R to update Build-Depends (routine-update)

 -- Andreas Tille <email address hidden>  Mon, 22 Aug 2022 13:45:49 +0200

Upload details

Uploaded by:
Debian R Packages Maintainers
Uploaded to:
Sid
Original maintainer:
Debian R Packages Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-cran-reprex_2.0.2-1.dsc 2.3 KiB 437e4fa351ab5471c0fac851a33745f119d8a586a9b06ab51d155434e48fcc76
r-cran-reprex_2.0.2.orig.tar.gz 1.0 MiB a85b16e26112364a65c886efea050df08c17aadf1411fd14ec27d9ef13e87092
r-cran-reprex_2.0.2-1.debian.tar.xz 2.9 KiB 1012b62056817858a72369485423e4c4d274cb4ff9da51eb4e5ba447a22b880a

Available diffs

No changes file available.

Binary packages built by this source

r-cran-reprex: Prepare Reproducible Example Code via the Clipboard

 Convenience wrapper that uses the 'rmarkdown' package to render
 small snippets of code to target formats that include both code and output.
 The goal is to encourage the sharing of small, reproducible, and runnable
 examples on code-oriented websites, such as <https://stackoverflow.com> and
 <https://github.com>, or in email. The user's clipboard is the default source
 of input code and the default target for rendered output. 'reprex' also
 extracts clean, runnable R code from various common formats, such as
 copy/paste from an R session.