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

Changelog

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

  * Team upload.
  * New upstream version
  * Lintian-overrides (see lintian bug #1017966)

 -- Andreas Tille <email address hidden>  Thu, 19 Jan 2023 16:02:27 +0100

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
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-cran-formatr_1.14-1.dsc 2.1 KiB b7cd49310f09155bd80187b7a91fe48d0595eddaf8b480f2a0e44ff67d737d3b
r-cran-formatr_1.14.orig.tar.gz 93.8 KiB 4ebaab2c3f8527871655246b62abd060bc75dae1cec7f962ca4752b8080f474c
r-cran-formatr_1.14-1.debian.tar.xz 3.5 KiB 0e8f4619ea0e64ca3152231ec246b4011c64db90613af597d1190ba95fe4e96a

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()).