home.social

#runiverse — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #runiverse, aggregated by home.social.

  1. timing may not be great given the recent re-organization at github, but browsing #Bioconductor source code and packages is going to be nicer (for now at least) when the package sources and the build system are transitioned to github - #r-universe github.com/bioconductor... #rstats #Bioinformatics

    GitHub - bioconductor-source/d...

  2. @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 github.com/hubverse-org/hubVal

    #RStats #RUniverse #GitHub

  3. 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: github.com/r-lib/pak/issues/77

    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]
    ```

    #RStats @rOpenSci

  4. @Lluis_Revilla @bioinfhotep "OS_type" is correctly picked up by !

    Build graphics show that {kissatire} is unix only and has a little minus sign for the build status on the right. :)

  5. I just added a package to my packages.json but there was a problem updating the registry (was working fine before). The logs are here. github.com/r-universe/ellakaye. The problem seems to be in the line "fatal: could not read Username for 'github.com': terminal prompts disabled”. Is this a temporary glitch? If not, any ideas how to fix it? I have a PAT set up that seems to be working fine in other contexts.

  6. 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 ropensci.org/blog/2024/12/03/r #rstats #runiverse

  7. 🚀 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: ropensci.org/commcalls/nov2024

    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.

  8. 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: repo.r-wasm.org/bin/emscripten or with an "unexpected end ot data" here if I use rspatial r-spatial.r-universe.dev/bin/e

    I must be missing something obvious... hints for troubleshooting?
    #rstats #shinylive #webr #wasm

  9. Starting to translate some learnr tutorials I have to and I fund this mention to the @rOpenSci 's in the documentation 🤩 🚀

    r-wasm.github.io/quarto-live/g

  10. Seems to be a bug in the R-universe builders.

    All new builds seem to be affected.

    Filed a bug report here: github.com/r-universe-org/help

    30 minutes after report: Jeroen responds and fixes it!

    Speedy response! :)

    --------------------------------

    Error in guess_development_url(package, tolower(git_url)) :
    could not find function "guess_development_url"

  11. I just realised that my talk on @rOpenSci 's is up on youtube.

    I you like any or all of:
    - package dev
    - sci-fi
    - wormholes
    - using clever tools so you can do less work

    My talk has all of that!

    CRAN-ial Expansion: Taking Your R Package Development to New Frontiers with R-Universe

    youtube.com/watch?v=XDiyAvpo2u

  12. I just realised that my #PositConf2023 talk on @rOpenSci 's #rUniverse is up on youtube.

    I you like any or all of:
    - #rstats package dev
    - sci-fi
    - wormholes
    - using clever tools so you can do less work

    My talk has all of that!

    CRAN-ial Expansion: Taking Your R Package Development to New Frontiers with R-Universe

    youtube.com/watch?v=XDiyAvpo2u

  13. I just realised that my #PositConf2023 talk on @rOpenSci 's #rUniverse is up on youtube.

    I you like any or all of:
    - #rstats package dev
    - sci-fi
    - wormholes
    - using clever tools so you can do less work

    My talk has all of that!

    CRAN-ial Expansion: Taking Your R Package Development to New Frontiers with R-Universe

    youtube.com/watch?v=XDiyAvpo2u

  14. I just realised that my #PositConf2023 talk on @rOpenSci 's #rUniverse is up on youtube.

    I you like any or all of:
    - #rstats package dev
    - sci-fi
    - wormholes
    - using clever tools so you can do less work

    My talk has all of that!

    CRAN-ial Expansion: Taking Your R Package Development to New Frontiers with R-Universe

    youtube.com/watch?v=XDiyAvpo2u

  15. I just realised that my #PositConf2023 talk on @rOpenSci 's #rUniverse is up on youtube.

    I you like any or all of:
    - #rstats package dev
    - sci-fi
    - wormholes
    - using clever tools so you can do less work

    My talk has all of that!

    CRAN-ial Expansion: Taking Your R Package Development to New Frontiers with R-Universe

    youtube.com/watch?v=XDiyAvpo2u

  16. This morning's R trick is to add a shortcut to the R-Universe documentation of any package as a custom search in my browser.

    Add a bookmark

    cran.r-universe.dev/%s/doc/man

    with the keyword "m".

    So typing "m mgcv" takes me to the full (HTML, accessible, searchable) docs for mgcv

    While I'm at it, adding

    r-universe.dev/search/?q=%s

    with keyword "r" to search for packages.

    #RUniverse #rstats

  17. Thanks too to @r4pi! Installing packages for it was very easy! Thanks for providing the binaries. I found only one package I needed that wasn't available and I could install from source after installing the system dependency it had after checking what it needed via .

  18. @rOpenSci @Drmowinckels the reason because all this issues disappear is because CRAN create binaries.

    When you have packages that never will get to CRAN because you can’t made them smaller you can use and you will have your binaries.

  19. posit::conf(2023)! is getting closer and I am getting so excited about meeting old and new acquaintances in person!

    If you want to learn more about how has helped me and my users I'll be speaking in an awesome package dev session on Tuesday Sep 19 3:20 PM - 3:40 PM CDT (10:20 PM - 10:40 PM CEST).

    CRAN-ial Expansion: Taking Your R Package Development to New Frontiers with R-Universe [TALK-1080]

  20. And I built on this in a 'for work' test: not only a 100+ CRAN packages thanks to my #r2u but also three more not-(yet)-on-CRAN packages as #runiverse ubuntu binaries all installing *instantaniously*. Switched to the 8gb codespace and was doing high-end #genomics using a #CZI #cellxgene.census demo in no time. Compelling. #rstats

  21. And I built on this in a 'for work' test: not only a 100+ CRAN packages thanks to my #r2u but also three more not-(yet)-on-CRAN packages as #runiverse ubuntu binaries all installing *instantaniously*. Switched to the 8gb codespace and was doing high-end #genomics using a #CZI #cellxgene.census demo in no time. Compelling. #rstats

  22. Another day, another #r2u goodie for #rstats.

    Here we quickly install the #runiverse binary build of r-#polars along with r-#arrow -- all as Ubuntu binaries, with all the #arrow package dependencies, all in maybe twenty seconds max, and from a single R command (plus one to set a repository variable). What's not to like?

  23. I couldn't totally understand the rename in . So, it's just renamimg my "universe" repo to "r-universe.dev" or it's something more complicate that I didn't get it? Thanks! @rOpenSci

  24. Very big fan of Jeroen Ooms' new feature on @ropensci's R-Universe - HTML package manuals: minimal, accessible, Ctrl-F searchable and internally linkable! And you get them for free if you host your package on R-Universe!

    ropensci.org/blog/2022/11/29/p

    Take a look at the #targets package manual page: ropensci.r-universe.dev/manual

    @rstats #RStats #RUniverse

  25. Hey #chemiverse! I'll be in #Boston for #MRSF2022 and so so happy to see you beautiful geeky faces in person.

    If you are interested in chatting #compchem, #MaterialsScience and #publishing (#DeathtothePDF!), or you simply want to have a ☕ or 🍺 with company , reach out!

    Also, anyone in the #chemistry #runiverse(?) interested in a morning run by the Charles river?