Nikita Mozgunov
The pkgdown generates a static website from an R package’s documentation, making it easier to share and navigate the package’s information and resources.
pkgdown pipeline:
WebR is a version of R interpreter
WebR’s core is based around compiling the open-source R interpreter for WebAssembly
WebAssembly is a type of code that can be run in modern web browsers — it is a low-level assembly-like language.
WebAssembly provides a way to run code on the web with client apps running on the web that previously couldn’t have done so.
Questions?