Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
georgestagg created a branch on georgestagg/llvm-project
wasm-init-array-error - The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
georgestagg created a review comment on a pull request on tidyverse/tidyverse.org
I tried with: ````` ```` ```{webr} library(ggplot2) [...] ``` ```` ````` but knitr still tries to kick in inside the ````` ```` ````` block :( IIRC in Quarto you can do: ````` ```...
georgestagg created a review comment on a pull request on tidyverse/tidyverse.org
I've linked to https://positron.posit.co for Positron. Then RStudio looked a little strange unlinked so have also linked it to https://posit.co/products/open-source/rstudio/.
georgestagg created a review comment on a pull request on tidyverse/tidyverse.org
Good idea, I've linked to https://quarto.org/docs/interactive/ojs/.
georgestagg pushed 1 commit to wasm-roundup tidyverse/tidyverse.org
- Apply suggestions from code review ddd9e8d
georgestagg created a comment on an issue on r-devel/r-dev-day
When working on graphics, Paul's `gdiff` package is great for checking to see what (if anything) has visually changed when working on the code. The system is snapshot based: shapshots are taken usi...
georgestagg created a comment on an issue on r-wasm/webr
Hi, I'm sorry, but reticulate is not currently available for webR and likely won't be for quite some time. It's probable that reticulate would need a lot of work, or even a re-implementation,...
georgestagg closed an issue on r-wasm/webr
Reticulate Package on WebR
Hi WebR Team, I am building a shiny app that depends on 'sklearn' functions that I've locally used 'Reticulate' to call. I am met with the error that "Reticulate" is not found in the 'webR ...georgestagg created a comment on an issue on posit-dev/shinylive
Just as a quick note to myself, the CSS export mechanism mentioned in [this post](https://github.com/quarto-dev/quarto-cli/pull/10722#issuecomment-2364164729), available in newer versions of Quarto...
georgestagg created a comment on an issue on posit-dev/shinylive
As mentioned in the linked thread, this will require some thought to handle both the breaking change in Quarto and older versions. We might require two scripts and use the correct one based on quar...
georgestagg created a comment on an issue on r-wasm/quarto-live
Hi, Sorry about that and thank your for reporting the issue! The problem with `gt` should now be resolved and the example up and running again.
georgestagg closed an issue on r-wasm/quarto-live
gt example not working
The gt example in the "Interactive Tables" section of the documentation page (https://r-wasm.github.io/quarto-live/other/tables.html) is broken. The error reads `wf: Error in `mount(mountpoint, ...georgestagg created a comment on a pull request on taxonomicallyinformedannotation/tima-shinylive
I'm really sorry, but I don't get it either 🙁 I tried pulling your latest commits in my fork and it still does work[1]. But AFAICT there should be no difference between our repos. I'll return to th...
georgestagg pushed 2 commits to main georgestagg/tima-shinylive
georgestagg created a comment on a pull request on taxonomicallyinformedannotation/tima-shinylive
No, I don't think you need to also include them there if you include "https://bioc.r-universe.dev" in the list in the `repos` in `install.packages()`, as we are doing above. Sorry if I have said in...
georgestagg created a comment on a pull request on taxonomicallyinformedannotation/tima-shinylive
> @georgestagg Thank you for the prompt answer! No problem, this has been an interesting app to investigate and I'm now personally interested in seeing it all work 😅 > I just tried again and ...
georgestagg created a comment on a pull request on taxonomicallyinformedannotation/tima-shinylive
Ah, I'm not sure why the behaviour is different but I see that there's new versions of `igraph` and `gt` on CRAN not compiled for the https://repo.r-wasm.org binary repository yet. These two pac...
georgestagg pushed 1 commit to main georgestagg/tima-shinylive
- Merge pull request #7 from georgestagg/main Install development version of R Shinylive d917b6a
georgestagg pushed 1110 commits to webr r-wasm/rigraph
- ci: Clean f6abf28
- chore: Generate all R files 4940d96
- chore: Remove stale rules 2d49ccd
- chore: Make Docker optional af1a960
- chore: Add generated C file 96dde69
- chore: Trigger update of `src/sources.mk` bbf7aea
- ci: Don't check package size a8ec4aa
- chore: Update vendored sources to igraph/igraph@857a125069c226f266562b3781b82833fe1d59d9 c442be2
- chore: Update revdepcheck results ab7a6ce
- ci: Avoid running vendoring PR for PRs 254dae4
- chore: Work around https://github.com/igraph/igraph/pull/2527 b6f576d
- docs: make x11() usage in example happen only in interactive sessions 5468be5
- docs: make `x11()` usage in example happen only in interactive sessions (#1301) 79239ef
- chore: Install lock workflow to lock stale discussions after one year 7f51044
- chore: Install lock workflow to lock stale discussions after one year (#1304) 5a5db0b
- Bump version to 2.0.2.9015 3299d31
- Bump version to 2.0.3 330b16d
- CRAN comments 618d1af
- Update CITATION.cff 5e26f75
- NEWS and CRAN comments 53246eb
- and 1090 more ...
georgestagg pushed 1478 commits to webr r-wasm/gt
- Use magrittr pipe 46bcb6a
- accept snap fd8c707
- Update gt.Rmd The lowest by area is selected, not the lowest by population. 2ff058c
- Merge pull request #1661 from olivroy/rm-error Improve error message for `rm_spanners()`, `rm_footnotes()`, and `rm_... 6f2ae5e
- Merge branch 'master' into vec-error 7d18105
- Merge pull request #1662 from olivroy/vec-error Standardize `vec_*()` error messages with `check_vector_valid()` 311f7ae
- Merge branch 'master' into patch-2 38ddd46
- Create peeps.csv bd1f8d5
- Create 08-peeps.R cff44e3
- Rename files 1b178e7
- Update zz_process_datasets.R 6875d89
- Update _pkgdown.yml becfa8a
- Create peeps.rda 651a8fc
- Create peeps.Rd 0358616
- Create dataset_peeps.png e6526f3
- Create dataset_peeps.svg a60cc7f
- Update datasets.R d22fd1e
- Update help files using roxygen df63b1b
- Merge pull request #1663 from retodomax/patch-2 Update gt.Rmd 7d5475f
- Merge branch 'master' into add-peeps-dataset c62ed02
- and 1458 more ...
georgestagg created a comment on an issue on r-wasm/webr
Hi, Your code to mount the filesystem image is good. However, when mounting a filesystem image you can skip the entire step of using an R package repository and installing packages. Instead, you...
georgestagg pushed 1 commit to main georgestagg/reproducible-data-science-webr-shinylive-2024
- Add PHUSE 2024 slides 1b9c0e6