https://github.com/etiennebacher/etiennebacher
https://github.com/etiennebacher/etiennebacher
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/etiennebacher/etiennebacher
- Owner: etiennebacher
- Created: 2020-12-28T14:56:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-02-26T10:36:38.000Z (about 2 months ago)
- Last Synced: 2025-04-01T22:18:48.234Z (13 days ago)
- Size: 34.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
Awesome Lists containing this project
- jimsghstars - etiennebacher/etiennebacher - (Others)
README
---
output: github_document
---I develop a few R packages that rely on JavaScript libraries:
* [altdoc](https://altdoc.etiennebacher.com): use [docsify.js](https://docsify.js.org/#/), [docute](https://docute.org/), or [mkdocs](https://www.mkdocs.org/) to build a website for your R package
documentation (alternative to `{pkgdown}`).* [conductor](https://conductor.etiennebacher.com) (*adaptation of [shepherd.js](https://shepherdjs.dev/)*): create tours in Shiny apps.
* [shinyfullscreen](https://github.com/etiennebacher/shinyfullscreen) (*adaptation of [screenfull.js](https://github.com/sindresorhus/screenfull.js)*): display HTML elements in fullscreen in Shiny apps.
* [prompter](https://prompter.etiennebacher.com) (*adaptation of [hint.css](https://github.com/chinchang/hint.css)*): easily create tooltips in Shiny apps.
While developing these packages, I had some trouble trying to determine if a Javascript library had already been adapted in R. Therefore, I started a list of R packages that adapt Javascript libraries, and you are invited to contribute: [awesome-R-JS-adaptation](https://github.com/etiennebacher/awesome-R-JS-adaptation).
I also contribute to some R packages from the [**easystats**](https://github.com/easystats/) organization (mostly [datawizard](https://github.com/easystats/datawizard)).