GitHub - bioconductor-source/d...
@rOpenSci an update: the bug has been fixed in the development version of {pak} and {pkgbuild}. you can down use `pak-version: "devel"` in your workflow to use it in your workflows
see https://github.com/hubverse-org/hubValidations/issues/235#issuecomment-2863055858
CDC is conducting an influenza forecasting activity for selected countries and has been utilizing hubverse to coordinate model submissions and evaluations. As part of this workflow, we use hubValid...
If you use a packages from the #RUniverse on #GitHub using r-lib/setup-r-dependencies and are seeing an error that says "malformed DESCRIPTION" it might just be this bug: https://github.com/r-lib/pak/issues/771
In short: A recent deploy of the R Universe added a `File:` field in /src/contrib/PACKAGES that is causing the tarball to be named as the sha256 hash and {pkgbuild} (used by {pak}, which is used by r-lib/setup-r-dependencies) does not like that one bit.
One solution to work around this is to add the GitHub sources to the `packages:` field:
```
with:
packages: |
github::[user]/[repo]@[version]
```
@Lluis_Revilla @bioinfhotep "OS_type" is correctly picked up by #Runiverse !
Build graphics show that {kissatire} is unix only and has a little minus sign for the build status on the right. :)
We're excited and grateful that @RConsortium has named R-Universe their newest top-level project! This means sustained support for @rOpenSci's platform for discovery and publishing of R packages. We've got big plans ahead, especially to support building large, collaborative repositories on top of R-Universe.
All praise to @jeroenooms, R-Universe's lead developer, who will also join the Consortium's Infrastructure Steering Committee.
Read more at https://ropensci.org/blog/2024/12/03/r-universe-r-consortium-tlp/ #rstats #runiverse
🚀 Today is Community Call Day!
Navigating the R ecosystem using R-universe
With @jeroenooms - 09:00 PDT|16:00 UTC • online 🌐
Link to join + add to your calendar: https://ropensci.org/commcalls/nov2024-r-universe/
Jeroen will share details on what #RUniverse is and an update on what you can do with it today. He will also discuss the future of R-universe and how it can be used to navigate the #RStats ecosystem.
Join us to learn more about R-Universe and how you can use it to improve your R package development workflow.
I've decided trying out to try out the #shinylive magic on a shiny app using the `sf` package. However, `sf` doesn't seem to work, and leads to error messages, both using the cran and the #runiverse version. Things get stuck when exporting the app, with either an "access denied" here: https://repo.r-wasm.org/bin/emscripten/contrib/4.4/sf_1.0-17.data or with an "unexpected end ot data" here if I use rspatial https://r-spatial.r-universe.dev/bin/emscripten/contrib/4.4/sf_1.0-18.js.metadata
I must be missing something obvious... hints for troubleshooting?
#rstats #shinylive #webr #wasm
Starting to translate some #RStats learnr tutorials I have to #QuartoLive and I fund this mention to the @rOpenSci 's #RUniverse in the documentation 🤩 🚀
https://r-wasm.github.io/quarto-live/getting_started/packages.html
Working on the next XLConnect release. The master branch build can be installed the usual way:
install_github("miraisolutions/xlconnect")
or using r-universe:
install.packages("XLConnect", repos = c("https://miraisolutions.r-universe.dev", "https://cloud.r-project.org"))