Skip to content

Commit

Permalink
Bump version, cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed May 14, 2022
1 parent 2f5a736 commit f314696
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 49 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: V8
Type: Package
Title: Embedded JavaScript and WebAssembly Engine for R
Version: 4.1.0
Version: 4.2.0
Authors@R: person("Jeroen", "Ooms", role = c("aut", "cre"), email = "[email protected]",
comment = c(ORCID = "0000-0002-4035-0289"))
Description: An R interface to V8: Google's open source JavaScript and WebAssembly
Expand Down
3 changes: 3 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
4.2.0
- Use CXX17 on supported platforms. C++17 is required as of libv8 10.2

4.1.0
- engine_info() now includes a 'numeric_version' field for easy comparison
- make js-to-r callback mechanism robust against -DRCPP_USE_UNWIND_PROTECT
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

> Embedded JavaScript and WebAssembly Engine for R
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/jeroen/V8?branch=master&svg=true)](https://ci.appveyor.com/project/jeroen/V8)
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/V8)](http://cran.r-project.org/package=V8)
[![CRAN RStudio mirror downloads](http://cranlogs.r-pkg.org/badges/V8)](http://cran.r-project.org/web/packages/V8/index.html)

Expand Down
47 changes: 0 additions & 47 deletions appveyor.yml

This file was deleted.

0 comments on commit f314696

Please sign in to comment.