@eddelbuettel@mastodon.social
@eddelbuettel@mastodon.social avatar

eddelbuettel

@eddelbuettel@mastodon.social

This profile is from a federated server and may be incomplete. Browse more on the original instance.

eddelbuettel, to random
@eddelbuettel@mastodon.social avatar

Quick PSA that I am enjoying the 'blue sky' over there quite a bit so if somone wants to join drop me a private note and I respond with an invite code. First come, first served, and supplying til they are gone.

eddelbuettel, to random
@eddelbuettel@mastodon.social avatar

Coming soon to helper package RcppInt64: nanotime helpers for to/from C++ conversion.

Example showing how the 'delta' is consistently one ns across the 18 orders of magnitude range.

eddelbuettel,
@eddelbuettel@mastodon.social avatar

Code nicely abstracts away the implementation 'detail'; meat and bones of the example above is a four-line loop---thanks to the new helpers.

eddelbuettel, to random
@eddelbuettel@mastodon.social avatar

Did something change in how RSS is rendered and nobody told me? CRANberriesFeed takes what it gets from diffstat and places it into a <pre> .... </pre> block. Comes out right in html, and in the generated rss file. But both feedly and another RSS reader I tried garble those lines now.

benschneider, to random

After days of headaches with hard-to-reproduce checks, I really couldn't agree more with the points made here by @omearabrian

https://brianomeara.info/posts/phylotasticruniverse/

eddelbuettel,
@eddelbuettel@mastodon.social avatar

@benschneider @omearabrian

"Math is hard, let's go shopping."

CRAN does an insanely valuable job curating packages along with interoperability. Does it irritate us package authors once in a while? Sure. Does it provide unparalleled guarantees that code "just works"? Pretty much, and as we get that nowhere else I remain a fan. By all means try decamping to "looser" setups if they seem more attractive to you. But in the long run ... quality matters. As does QA.

hrbrmstr, to random
@hrbrmstr@mastodon.social avatar

When an Core member creates a GH repo with a description of "Next-generation environment for statistical computing” which included a header file dubbed “Rcompat.h” one must take notice. https://github.com/s-u/aleph

eddelbuettel,
@eddelbuettel@mastodon.social avatar

@hrbrmstr But pay attention to the fact that it is a decade) old based on his ATT work -- as the commit history clearly ("say hello to 2009 - 2011) . So maybe simply Imported from his (no hyphen)rforge.net. Then again historical fidelity is good, as is running code from 2009-2011 !

ojala, to random
@ojala@mastodon.nz avatar

deleted_by_author

  • Loading...
  • eddelbuettel,
    @eddelbuettel@mastodon.social avatar

    @ojala @tslumley I also always loved the name of the mailing list which was all that there was ... and which was later folded into r-devel

    eddelbuettel, to random
    @eddelbuettel@mastodon.social avatar

    R^4 Post : Using r2u in Codespaces
    Combining r2u and codespace in for browser-based compute power
    https://dirk.eddelbuettel.com/blog/2023/08/13#041_r2u_and_codespaces

    With concrete demos for (sf) and (Seurat, cellxgene.census, tiledbsoma)

    /cc @grant_mcdermott @eitsupi

    image/png
    image/png
    image/png

    brodriguesco, to random
    @brodriguesco@fosstodon.org avatar

    Remembering that time I wrote an internal tutorial using bookdown and made one of these fake O'Reilly covers and the IT boss contacted my boss telling her I was violating copyrighted material

    eddelbuettel,
    @eddelbuettel@mastodon.social avatar

    @brodriguesco That is a fairly accurate description of corporate IT as the department of "who the hell do you think you are that you think you do THAT here?". Best to leave such places sooner rather later.

    hrbrmstr, to random
    @hrbrmstr@mastodon.social avatar

    Likely old news for some folks but the RStudio dailies have GitHub Copilot support

    eddelbuettel,
    @eddelbuettel@mastodon.social avatar

    @hrbrmstr Noice! I update my rstudio desktop and server binaries every couple of days "automagically" (via chron refreshing the PPA, and apt fetching it when I update, see below) but I just don't launch them very often these days. I think I also have a free .edu subscription to Copilot. So ... maybe I'll try,

    The PPA is described below. Cannot host it anywhere as binary file sizes exceed the usual (GitHub, say) allotment so a local dir on my webserver is used.

    https://dirk.eddelbuettel.com/blog/2022/01/31#035_apt_install_rstudio_quarto

    eddelbuettel, to random
    @eddelbuettel@mastodon.social avatar
    Private
    eddelbuettel, (edited )
    @eddelbuettel@mastodon.social avatar

    @StatGenDan @krzysztof_dyba @eliocamp @rstats I am sorry what now? With R 4.3.1 I do of course see

    > is.vector(as.vector(mtcars))
    [1] TRUE
    >

    PS This apparently changed in the last two years as seen from r-base images I have here:

    $ docker run --rm -ti r-base:4.2.2 Rscript -e 'is.vector(as.vector(mtcars))'
    [1] TRUE
    $ docker run --rm -ti r-base:4.1.3 Rscript -e 'is.vector(as.vector(mtcars))'
    [1] FALSE
    $

    But no point bemoaning old bugs, is there?

    eddelbuettel, to random
    @eddelbuettel@mastodon.social avatar

    digest 0.6.33 on CRAN: Bugfix
    Compact hash representations of arbitrary R objects
    https://dirk.eddelbuettel.com/blog/2023/07/07#digest_0.6.33

    Mehrad, to random
    @Mehrad@fosstodon.org avatar

    I wrote a quick blog post about using (the CLI/TUI fuzzy finder) in your daily workflow. I hope it can help you to improve your workflow and day-to-day experience in terminal.

    More posts with a little bit advanced setup is on the way, but I'm still working on it.

    https://mehrad.ai/posts/20230625-fzf-can-boost-your-workflow

    eddelbuettel,
    @eddelbuettel@mastodon.social avatar

    @Mehrad Always nice to give these tools some love. I use fzf in more of a vanilla mode for better history.

    When I tried your fany git logger example, fzf complained unknown option: --track which is sad. Ubuntu 23.04 with fzf 0.38.

    coolbutuseless, to mastodon
    @coolbutuseless@fosstodon.org avatar

    Hivemind:

    Is anyone interfacing R with hardware? Or know of packages which do?

    Reading/writing from/to sensors?
    Writing to LCD character displays?
    LEGO Mindstorms?
    Etc, etc ...

    links/github/anything appreciated...

    eddelbuettel,
    @eddelbuettel@mastodon.social avatar

    @dataandme @coolbutuseless The 'three dots' menu a each toot has an 'edit' function. Very handy.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • GTA5RPClips
  • thenastyranch
  • tacticalgear
  • ethstaker
  • InstantRegret
  • DreamBathrooms
  • ngwrru68w68
  • magazineikmin
  • Youngstown
  • mdbf
  • khanakhh
  • slotface
  • rosin
  • provamag3
  • kavyap
  • everett
  • cisconetworking
  • Durango
  • modclub
  • osvaldo12
  • tester
  • Leos
  • cubers
  • normalnudes
  • megavids
  • anitta
  • lostlight
  • All magazines