This work is very interesting! It totally fits in with what I want to do. So I tried to reproduce your first example as below:
<html>
<head><title>R in JavaScript is here!</title>
<script src='https://cdn.jsdelivr.net/gh/kdpsingh/rjs@master/r.js'></script></head>
<div class='r-code'>
1+1
</div>
</html>
And it tells me:
package 'tidyverse' could not be loaded
Do you know why ?
This work is very interesting! It totally fits in with what I want to do. So I tried to reproduce your first example as below:
And it tells me:
package 'tidyverse' could not be loadedDo you know why ?