From 8fd9eb4e269ec63b6a17c1b398b086e0a86cff0f Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Mon, 8 Jul 2024 16:39:16 +0300 Subject: [PATCH] Don't bundle test262 with QuickJS --- .Rbuildignore | 1 + DESCRIPTION | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.Rbuildignore b/.Rbuildignore index 0c30d81..0e8a14a 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -8,6 +8,7 @@ ^cran-comments\.md$ ^src/quickjs/\.github$ ^src/quickjs/\.git$ +^src/quickjs/test262$ semicolon_delimited_script Makefile ^README\.Rmd$ diff --git a/DESCRIPTION b/DESCRIPTION index 822a895..7fbdf08 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: QuickJSR Title: Interface for the 'QuickJS' Lightweight 'JavaScript' Engine -Version: 1.3.0 +Version: 1.3.0.9999 Authors@R: c( person(c("Andrew", "R."), "Johnson", , "andrew.johnson@arjohnsonau.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-7000-8065")),