Skip to content

Commit 3dca46d

Browse files
committed
Bump version for release
1 parent 99205ab commit 3dca46d

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Encoding: UTF-8
22
Package: covr
33
Title: Test Coverage for Packages
4-
Version: 3.6.2
4+
Version: 3.6.3
55
Authors@R: c(
66
person("Jim", "Hester", email = "[email protected]", role = c("aut", "cre")),
77
person("Willem", "Ligtenberg", role = "ctb"),

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# covr 3.6.3
2+
3+
* Updates to internal usage of `is.atomic()` to work with upcoming R release (@mmaechler , #542)
4+
5+
* `package_coverage()` now works correctly with ignore files when it is not run in the package root directory (@mpadge, #538)
6+
17
# covr 3.6.2
28

39
# covr 3.6.1

cran-comments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This is a patch release to fix a test which assumed R is on the PATH, and that it is the same R being used to check.
1+
This is a patch release to fix a change made in R-devel
22

33
## R CMD check results
44
There were no NOTEs, ERRORs or WARNINGs.

0 commit comments

Comments
 (0)