Package: js 1.2.1
js: Tools for Working with JavaScript in R
A set of utilities for working with JavaScript syntax in R. Includes tools to parse, tokenize, compile, validate, reformat, optimize and analyze JavaScript code.
Authors:
js_1.2.1.tar.gz
js_1.2.1.zip(r-4.7)js_1.2.1.zip(r-4.6)js_1.2.1.zip(r-4.5)
js_1.2.1.tgz(r-4.6-any)js_1.2.1.tgz(r-4.5-any)
js_1.2.1.tar.gz(r-4.7-any)js_1.2.1.tar.gz(r-4.6-any)
js_1.2.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
js/json (API)
NEWS
| # Install 'js' in R: |
| install.packages('js', repos = c('https://jeroen.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/jeroen/js/issues
Last updated from:d48c4a3e0b. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 115 | ||
| source / vignettes | OK | 164 | ||
| linux-release-x86_64 | OK | 109 | ||
| macos-release-arm64 | OK | 108 | ||
| macos-oldrel-arm64 | OK | 76 | ||
| windows-devel | OK | 110 | ||
| windows-release | OK | 76 | ||
| windows-oldrel | OK | 72 | ||
| wasm-release | OK | 98 |
Exports:coffee_compileesprima_parseesprima_tokenizejs_evaljs_typeofjs_validate_scriptjshintuglify_filesuglify_optimizeuglify_reformat
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Coffee Script | coffee coffee_compile |
| JavaScrip Syntax Tree | esprima esprima_parse esprima_tokenize |
| Evaluate JavaScript | js_eval |
| Get the type of a JavaScript object | js_typeof |
| Validate JavaScript | js_validate_script |
| Static analysis tool for JavaScript | jshint |
| Compress and Reformat JavaScript Code | uglify uglify_files uglify_optimize uglify_reformat |
