Grant McDermott

@gmcd
842 Followers
177 Following
401 Posts
Economics and data science | Mostly open-source but occasional rugby posts | 🇿🇦 in 🇺🇸
Websitehttps://grantmcdermott.com
GitHubhttps://github.com/grantmcdermott
A few weeks ago I released (so far only on r-universe) the 0.1.0 version of my array computing framework for R (jit compiles, supports autodiff and runs on CPU and GPU): Check it out here: https://github.com/r-xla/anvil #rstats
GitHub - r-xla/anvil: Code transformation framework for R

Code transformation framework for R. Contribute to r-xla/anvil development by creating an account on GitHub.

GitHub
@hrbrmstr @eitsupi Cool cool. Sent you both collab invites. No pressure and can always re-invite later if that's what you'd prefer. But it's there if you have time/interest.
@eitsupi @hrbrmstr Ha, nice. Do you want to add the Go binary/component to the upstream repo then? Again, happy to add you as a contributor.
@brodriguesco Testing welcome 🙏
unigd has been removed from CRAN, but jgd courtesy of @gmcd might be worth checking (I understand it’s a super early alpha): https://github.com/grantmcdermott/jgd
GitHub - grantmcdermott/jgd: Lightweight R graphics device

Lightweight R graphics device. Contribute to grantmcdermott/jgd development by creating an account on GitHub.

GitHub

@eitsupi @hrbrmstr Happy to add you to the repo too. I think the main pieces are all there; it's "just" Windows support needed before we can submit. But helps to have multiple hands available for FRs etc.

P.S. I hope you noticed `arf` being used in the screenshot.

@hrbrmstr nice! Happy to give you admin access, if you think it makes sense to bundle this as part of the repo. Lmk.

Experimental #rstats package for nice graphics display and UX in VS Code (and other potential front-ends)

https://github.com/grantmcdermott/jgd

Very lightweight and seems to work as expected on my system, but please kick the tyres.

GitHub - grantmcdermott/jgd: Lightweight R graphics device

Lightweight R graphics device. Contribute to grantmcdermott/jgd development by creating an account on GitHub.

GitHub

🆕 pandoc 3.9 🎉🚀

• Official support for wasm (WebAssembly), allowing to run pandoc in the browser,
• the *alerts* extension is now available in the pandoc Markdown flavor,
• support for defaults files using JSON instead of YAML,
• extension of `${.}` vars in the `defaults` field, making it easier to base defaults files on other defaults,
• method to run Lua code with a modified pandoc state,
• and much more

Many thanks to all who contributed!

https://github.com/jgm/pandoc/releases/tag/3.9

#pandoc #release

Release pandoc 3.9 · jgm/pandoc

I'm pleased to announce the release of pandoc 3.9, available in the usual places: Binary packages & changelog: https://github.com/jgm/pandoc/releases/tag/3.9 Source & API documentation: http://ha...

GitHub

@eitsupi I've been testing this out for the last day or two, including integration with VS Code. Very smooth and performant so far.

Nice work!