r-cran-mockery 0.4.2+dfsg-1 source package in Ubuntu
Changelog
r-cran-mockery (0.4.2+dfsg-1) unstable; urgency=medium * New upstream version * debhelper-compat 12 * Standards-Version: 4.4.0 * Trim trailing whitespace. * Set upstream metadata fields: Archive, Bug-Database, Repository. -- Andreas Tille <email address hidden> Mon, 16 Sep 2019 11:26:29 +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 | Published | Component | Section | |
---|---|---|---|---|
Focal | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
r-cran-mockery_0.4.2+dfsg-1.dsc | 2.0 KiB | 79c8fbc2b76adcbd4999a8998be6f520260e485d15e05db2026321a3c13b2029 |
r-cran-mockery_0.4.2+dfsg.orig.tar.xz | 12.8 KiB | c4673e2a52c4114f8d4dec33849cd7e08a61a868ad9058002febb124f0e7ee74 |
r-cran-mockery_0.4.2+dfsg-1.debian.tar.xz | 2.5 KiB | f06142654e4e6c1af51dbe8e4b228dc9c35a4c7abaab3c18fde78805a6834bc4 |
Available diffs
- diff from 0.4.1.1+dfsg-1 to 0.4.2+dfsg-1 (5.0 KiB)
No changes file available.
Binary packages built by this source
- r-cran-mockery: mocking library for GNU R
The two main functionalities of this package are creating mock
objects (functions) and selectively intercepting calls to a given
function that originate in some other function. It can be used
with any testing framework available for R. Mock objects can
be injected with either this package's own stub() function or a
similar with_mock() facility present in the testthat package.