Path to this page:
./
devel/R-mockery,
Mocking Library for R
Branch: CURRENT,
Version: 0.4.4,
Package name: R-mockery-0.4.4,
Maintainer: pkgsrc-usersThe 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.
Required to run:[
math/R] [
devel/R-testthat]
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
Version history: (Expand)
- (2024-01-21) Updated to version: R-mockery-0.4.4
- (2022-04-29) Updated to version: R-mockery-0.4.3
- (2020-01-13) Package added to pkgsrc.se, version R-mockery-0.4.2 (created)
CVS history: (Expand)
2024-01-21 14:47:37 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(devel/R-mockery) Updated 0.4.3 to 0.4.4, +TEST_DEPENDS, make test passed
# mockery 0.4.4
* Fixes for `R CMD check`
|
2022-04-29 06:18:39 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(devel/R-mockery) Updated 0.4.2 to 0.4.3
# mockery 0.4.3
* Hadley Wickham is now the maintainer.
* `stub()` now unlocks/relocks locked bindings as required
(@sambrightman, #30).
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2020-01-13 10:17:00 by Makoto Fujiwara | Files touched by this commit (3) |
Log message:
devel/R-mockery: import R-mockery-0.4.2
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.
|