Skip to content

Commit b6b62dd

Browse files
committed
Merge branch 'main' into 255
1 parent 553e5c7 commit b6b62dd

File tree

3 files changed

+519
-490
lines changed

3 files changed

+519
-490
lines changed

DESCRIPTION

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: cpp11
22
Title: A C++11 Interface for R's C Interface
3-
Version: 0.6.0.9000
3+
Version: 0.5.2.9000
44
Authors@R:
55
c(
66
person("Davis", "Vaughan", email = "davis@posit.co", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-4777-038X")),
@@ -31,6 +31,7 @@ Suggests:
3131
glue,
3232
knitr,
3333
lobstr,
34+
mockery,
3435
progress,
3536
rmarkdown,
3637
scales,

NEWS.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@
44

55
* Fixed an issue related to `-Wdeprecated-literal-operator` (#447, @andrjohns).
66

7-
# cpp11 0.5.1.9000
8-
9-
* Uses testthat 3e style tests (#402).
10-
* Removes the mockery dependence.
11-
* The vendoring function accepts a custom path (i.e., to use the GitHub version of the package)
12-
137
# cpp11 0.5.1
148

159
* cpp11 now requires R >=4.0.0, in line with the

0 commit comments

Comments
 (0)