Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
georgestagg pushed 1 commit to main r-wasm/webr
- Upkeep for 2024 (#494) * Use tidy style * Use package doc * Finishing touches 24a57e7
georgestagg created a branch on r-wasm/webr
upkeep-2024-10 - The statistical language R compiled to WebAssembly via Emscripten, for use in web browsers and Node.
georgestagg pushed 1 commit to main r-wasm/flang-wasm
- Update Dockerfile Minor bug. Thanks @jarrodcolburn for spotting it. d2b3137
georgestagg commented on a commit on r-wasm/flang-wasm
Whoops! Yes, you're right, the `make install` is run on the previous line. I think I split this for debugging, and didn't clean up properly. I'll remove the extra statement now. Thanks!
georgestagg pushed 1 commit to main r-wasm/rwasm
- Tidy upkeep 2024 (#46) * Use README.Rmd * usethis::use_pkgdown_github_pages() * Use tidy style * URL check ... f719143
georgestagg closed an issue on r-wasm/rwasm
Upkeep for rwasm (2024)
### To begin * [x] `pr_init("upkeep-2024-10")` ### Pre-history * [x] `usethis::use_readme_rmd()` * [x] `usethis::use_roxygen_md()` * [x] `usethis::use_github_links()` * [x] `usethis::us...georgestagg created a comment on an issue on r-wasm/jupyterlite-webr-kernel
The webR kernel returns only the final value right now. I think it would be a good feature to switch to the IRkernel style, also similar to the output when using `knitr` to render R Markdown. Th...
georgestagg created a branch on r-wasm/rwasm
gh-pages - Build R packages for WebAssembly and create a CRAN-like repo for distribution.
georgestagg opened an issue on r-wasm/rwasm
Upkeep for rwasm (2024)
### To begin * [ ] `pr_init("upkeep-2024-10")` ### Pre-history * [ ] `usethis::use_readme_rmd()` * [ ] `usethis::use_roxygen_md()` * [ ] `usethis::use_github_links()` * [ ] `usethis::use_pkgdown...georgestagg closed an issue on r-wasm/webr
Found error (maybe) on R Language when using loop with a function acc
## The issue There is a case such as this, ~~~ R acc = \ (a) \ (b) base::list(a = a, b = b) for (x in c("A","B")) {acc = acc(x)} acc ~~~ It returns: ~~~~ $a [1] "B" $b [1] "...georgestagg closed an issue on r-wasm/rwasm
Directory permission issues using Docker container and add_pkg
I've attempted to use the webR Docker container and followed the instructions on the [Get started](https://r-wasm.github.io/rwasm/articles/rwasm.html) page. However, I get a directory permission er...georgestagg created a comment on an issue on r-wasm/flang-wasm
The `.mod` files are Fortran module interface files, they're needed to use a compiled Fortran module from another file. Several are created when compiling LLVM and the Fortran runtime. The `flan...
georgestagg pushed 1 commit to main r-wasm/flang-wasm
- Distribute `include/flang` with container d303fb4
georgestagg pushed 1 commit to dev r-wasm/flang-wasm
- Distribute `include/flang` with container d303fb4
georgestagg pushed 1 commit to dev r-wasm/flang-wasm
- Distribute `include/flang` with container 0d6ee6b
georgestagg pushed 1 commit to dev r-wasm/flang-wasm
- Distribute `include/flang` with container 7e27872
georgestagg created a comment on a pull request on taxonomicallyinformedannotation/tima-shinylive
> I probably need to make the example files available by a simple button to ease such investigations I have example files now. I just discovered `tima::get_example_files()`, which was very usefu...
georgestagg created a comment on a pull request on taxonomicallyinformedannotation/tima-shinylive
Ah yes, you're right. The previous issues have been solved, but there is another. It looks like you are using the `{targets}` system in your app, this is not yet supported with Shinylive because...
georgestagg pushed 1 commit to dev r-wasm/flang-wasm
- Distribute `include/flang` with container 5e7adf5