r-cran-formatr 1.11-1 source package in Ubuntu

Changelog

r-cran-formatr (1.11-1) unstable; urgency=medium

  * Team upload.
  * New upstream version
  * Standards-Version: 4.6.0 (routine-update)
  * debhelper-compat 13 (routine-update)
  * Testsuite: autopkgtest-pkg-r (routine-update)
  * No README.md and NEWS provided by upstream any more

 -- Andreas Tille <email address hidden>  Mon, 20 Sep 2021 08:22:07 +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
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-cran-formatr_1.11-1.dsc 2.1 KiB f3dcad05c7569575124d22b2765e4044eb7e3c71c77445e03ad2d1545f1f082f
r-cran-formatr_1.11.orig.tar.gz 92.9 KiB bd81662d09cf363652761e63ba5969c71be4dd5ae6fc9098f440d6729254a30c
r-cran-formatr_1.11-1.debian.tar.xz 3.2 KiB d40455dda77fc17717ca57f6fe2be2a77de79652349c2900b22b0dd3ff9b03d0

Available diffs

No changes file available.

Binary packages built by this source

r-cran-formatr: Format R code automatically

 The GNU R package formatr provides a function tidy_source() to format R
 source code. Spaces and indent will be added to the code automatically,
 and comments will be preserved under certain conditions, so that R code
 will be more human-readable and tidy. There is also a Shiny app as a user
 interface in this package (see tidy_app()).