File: DESCRIPTION

package info (click to toggle)
r-cran-mockr 0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 128 kB
  • sloc: sh: 13; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 799 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Package: mockr
Title: Mocking in R
Version: 0.1
Authors@R: person("Kirill", "Müller", role = c("aut", "cre"), email = "krlmlr+r@mailbox.org")
Description: 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.
Imports: lazyeval
Suggests: testthat, covr
License: GPL-3
Encoding: UTF-8
LazyData: true
Date: 2017-04-28
BugReports: https://github.com/krlmlr/mockr/issues
URL: https://github.com/krlmlr/mockr, http://krlmlr.github.io/mockr
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2017-04-29 08:10:46 UTC; muelleki
Author: Kirill Müller [aut, cre]
Maintainer: Kirill Müller <krlmlr+r@mailbox.org>
Repository: CRAN
Date/Publication: 2017-04-29 13:18:38 UTC