Skip to content

Commit 81ceb0a

Browse files
committedSep 13, 2015
Fix R CMD check warnings/notes in DESCRIPTION
1 parent 236828d commit 81ceb0a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

‎DESCRIPTION

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
Type: Package
21
Package: codecov.R
3-
Title: A minimal R package including some unit tests
4-
Description: This package demostrates how "covr" and "codecov.io" can report test coverage on R packages
5-
Author: Gergely Daróczi <daroczig@rapporter.net>
6-
Maintainer: Gergely Daróczi <daroczig@rapporter.net>
72
Version: 0.1
8-
Date: 2015-03-14
3+
Title: A Minimal R Package Including Some Unit Tests
4+
Description: This package demostrates how "covr" and "codecov.io" can
5+
report test coverage on R packages.
6+
Encoding: UTF-8
7+
Authors@R:
8+
person("Gergely", "Daróczi", , "daroczig@rapporter.net", c("aut", "cre"))
99
License: GPL-3
1010
Suggests: testthat

0 commit comments

Comments
 (0)
Please sign in to comment.