George Stagg (Moved)

6 Followers
79 Following
190 Posts
Shiny editor

@giocomai My apologies! There are some issues right now exporting package binaries for shinylive for R apps as I work on updating the packaging format. I’ll try to get things back up and running as fast as I can.

Elliptic curve news!

The elliptic curve

yΒ² + xy = xΒ³ - 27006183241630922218434652145297453784768054621836357954737385 x + 55258058551342376475736699591118191821521067032535079608372404779149413277716173425636721497

has rank at least 29.

https://web.math.pmf.unizg.hr/~duje/tors/rk29.html

Rank >= 29

cpp11 0.5.0 is on CRAN πŸ₯³

The main thing to note is that we've removed all non-API R calls, so if you use cpp11 you should no longer get any NOTEs when submitting to CRAN!

This was actually a pretty large release for cpp11, with many bug fixes and improvements, so check out the NEWS to learn more! #rstats

https://cpp11.r-lib.org/news/index.html

Changelog

Today is the anniversary of the release of the Shugart Minifloppy SA400, the first 5.25" floppy disk drive. August 27, 1976.

https://en.wikipedia.org/wiki/Shugart_Associates#Beginnings

#vintagecomputing #retrocomputing #storage #floppydisk #tech #vintagetech #computinghistory #hardware #magneticmedia #floppydrive #floppy #Shugart

Shugart Associates - Wikipedia

Happy 29th birthday to Windows 95
@nxskok @lwpembleton I believe there were still some modules teaching with Minitab when I left, but I never had the pleasure myself. I actually like Fortran a lot, it’s ace for high performance parallel codes using MPI on HPC. My PhD was based around writing a numerical solver in Fortran for a certain class of PDEs used for physical simulations of superfluid turbulence.
@lwpembleton In 2008 I started a Mathematics and Statistics degree at Newcastle University. Several modules had computational aspects, where we were introduced to a whole bunch of languages: R, Python, Matlab, Maple, even Fortran! R was the language that clicked for me the most, I loved how quick and simple it is relative to the others to get up and running with numerical simulation and visualisation. Later RStudio came along and made it even easier once it was my turn to teach R.

#RStats #WebR

```bash
$ deno compile --allow-all index.ts
$ ./test-webr
[
4.140987844191143,
4.3417357572232405,
4.083798880593311,
5.102893784511347,
4.625760456378211,
6.268828007163567,
4.314966496874139,
7.273382038818457,
3.720711680561748,
4.416907537888006
]
```

COMPILED BINARIES WITH WEBR VIA DENO

OOH! #RStats #WebR works in Deno / Deno Notebooks, now!