From aca1ecc0dfd1932225e4c3a42238e86d45430312 Mon Sep 17 00:00:00 2001 From: Will Beasley Date: Tue, 21 Feb 2023 00:01:01 -0600 Subject: [PATCH] retire {SpiderMonkey} retiring omega hat projects on GitHub that don't install error message: "dependencies 'RAutoGenRunTime', 'Rffi' are not available for package 'SpiderMonkey'" ref #500 #503 --- WebTechnologies.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/WebTechnologies.md b/WebTechnologies.md index 1e27110..db18e87 100644 --- a/WebTechnologies.md +++ b/WebTechnologies.md @@ -637,11 +637,6 @@ Many CRAN packages interact with services facilitating sports analysis. For a m - *JavaScript*: `r pkg("V8")` is an R interface to Google's open source, high performance JavaScript engine. It can wrap JavaScript libraries as well as NPM packages. - `r ohat("SpiderMonkey")` provides another means of evaluating JavaScript code, - creating JavaScript objects and calling JavaScript functions and methods from within R. - This can work by embedding the JavaScript engine within an R session or - by embedding R in an browser such as Firefox and - being able to call R from JavaScript and call back to JavaScript from R. `r pkg("js")` wraps `r pkg("V8")` and validates, reformats, optimizes and analyzes JavaScript code. - *Email*: `r pkg("mailR")` is an interface to Apache Commons Email to send emails from within R.