Skip to content

Commit

Permalink
retire {SpiderMonkey}
Browse files Browse the repository at this point in the history
retiring omega hat projects on GitHub that don't install

error message: "dependencies 'RAutoGenRunTime', 'Rffi' are not available for package 'SpiderMonkey'"

ref #500 #503
  • Loading branch information
wibeasley committed Feb 21, 2023
1 parent 17c1562 commit aca1ecc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions WebTechnologies.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit aca1ecc

Please sign in to comment.