r-cran-mockr 0.2.0-1 source package in Ubuntu

Changelog

r-cran-mockr (0.2.0-1) unstable; urgency=medium

  * New upstream version
  * Standards-Version: 4.6.1 (routine-update)
  * debhelper-compat 13 (routine-update)
  * Reorder sequence of d/control fields by cme (routine-update)
  * Testsuite: autopkgtest-pkg-r (routine-update)

 -- Andreas Tille <email address hidden>  Fri, 20 May 2022 11:38:37 +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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-cran-mockr_0.2.0-1.dsc 2.1 KiB 2c3bec819c1c65ef171d5b4ac4b41be36e833a949853354422a9fd7e765a6538
r-cran-mockr_0.2.0.orig.tar.gz 21.0 KiB c06ba6c377c60b55f009cc8bc1cdb3b804efe4a71e2ee94c93b7aa229ef7b763
r-cran-mockr_0.2.0-1.debian.tar.xz 2.2 KiB 97ba4c20b044f39ccd5e055683bd6115506d824cc26fc0939e038465642baccc

No changes file available.

Binary packages built by this source

r-cran-mockr: mocking in GNU R

 Provides a means to mock a package function, i.e., temporarily
 substitute it for testing. Designed as a drop-in replacement for
 'testthat::with_mock()', which may break in R 3.4.0 and later.