Tweets
- Tweets, current page.
- Tweets & replies
- Media
You blocked @yutannihilat_en
Are you sure you want to view these Tweets? Viewing Tweets won't unblock @yutannihilat_en
-
Pinned TweetThanks. Twitter will use this to make your timeline better. UndoUndo
-
I added some important update as I forgot to free the memory that was allocated on Rust's side... It seems it needs to be passed to Rust's side to get deallocated by Rust's allocator. Are there any nicer way...?https://twitter.com/yutannihilat_en/status/1305892646070571012 …
Thanks. Twitter will use this to make your timeline better. UndoUndo -
Hm, apparently, I forgot to free the memory allocated on the Rust's side...
Show this threadThanks. Twitter will use this to make your timeline better. UndoUndo -
(I'm not fully confident I understand how these works, so please let me know if you find I'm doing the things wrong...)
Show this threadThanks. Twitter will use this to make your timeline better. UndoUndo -
I wrote a quick blog post about using Rust with R. The basics are covered by
@opencpu's great presentation two years ago
, but I still needed to learn how to
- pass a string
- pass a vector
- prepare precompile binaries for Windows
https://yutani.rbind.io/post/some-more-notes-about-using-rust-code-in-r-packages/ … #rstatspic.twitter.com/Idei8r2JNf
Show this threadThanks. Twitter will use this to make your timeline better. UndoUndo -
Hiroaki Yutani Retweeted
{plumber} v1.0.0 is now on CRAN!!


{plumber} allows you to create web APIs using roxygen2-like comments
Major updates:
- Works with promises
- Body parsing
- Friendlier route argument matching
- OpenAPI v3
- Visual Documentation options
NEWS: https://rplumber.io/news/
#rstatsThanks. Twitter will use this to make your timeline better. UndoUndo -
Hiroaki Yutani Retweeted
swagger 3.33.0 is now on CRAN!
swagger provides visual documentation for OpenAPI Specification documents.
Changes in this release:
- Adds support for Swagger 3.33.0
- Integration for {plumber} docs
More information at https://github.com/rstudio/swagger
#rstatsThanks. Twitter will use this to make your timeline better. UndoUndo -
You are lucky if you are using Windows because you don't need Rust toolchain just to try this useless package. Now I roughly figured out how to prepare a precompiled binaries for Windows using GitHub Actions CI
#rstatshttps://twitter.com/yutannihilat_en/status/1305106391233785856 …
Thanks. Twitter will use this to make your timeline better. UndoUndo -
Hiroaki Yutani RetweetedThanks. Twitter will use this to make your timeline better. UndoUndo
-
(rusttype is great, but it's rather minimal compared to freetype. For example, it doesn't support font collection files (.ttc/.otc). So, I still hope someone create some nicer package using free type. I'm just poor at C++...)
Show this threadThanks. Twitter will use this to make your timeline better. UndoUndo -
Not sure if this is useful for other than me, but I ended up creating a small R package to convert strings to their outline paths thanks to the power of Rust. It takes some time to figure out how to pass vectors from Rust to C API...
#rstats https://github.com/yutannihilation/string2path …pic.twitter.com/iOoi9G5itTShow this threadThanks. Twitter will use this to make your timeline better. UndoUndo -
Btw, are there any
#rstats package that extracts the path information from TTF/OTF file? I needed to write some Rust code to achieve this, but I guess freetype can easily do this as well...
my R code: https://gist.github.com/yutannihilation/5f3cc3251cb41cf5cf2126f5565ad73d …
my Rust code:https://github.com/yutannihilation/rusttype-test …Show this threadThanks. Twitter will use this to make your timeline better. UndoUndo -
This was mainly inspired by
@researchremora's cool work:https://twitter.com/researchremora/status/1303842048290816002 …
0:23Show this threadThanks. Twitter will use this to make your timeline better. UndoUndo -
My first attempt at
#rayrender. I think I was trying to create something like "rayrendown" for my lightening talk at#TokyoR (東京R) online meetup next week, but probably the package will never be created because it seems I'm already satisfied with this...#rstatspic.twitter.com/ZMhZJ7fQQjShow this threadThanks. Twitter will use this to make your timeline better. UndoUndo -
Hiroaki Yutani Retweeted
"Writing a blogdown post for the ages" My very own very idiosyncratic approach to solving blogdown's problem of keeping old posts alive and well.
#rstats#blogdownhttps://clauswilke.com/blog/2020/09/08/a-blogdown-post-for-the-ages/ …Thanks. Twitter will use this to make your timeline better. UndoUndo -
Hiroaki Yutani Retweeted
I have a new role at
@sagebio and am now leading a team of data engineers. I'm very excited! Also, we're hiring! If building systems for data sharing in Alzheimer's research sounds exciting to you, check it out:https://sagebionetworks.org/careers/data-engineer/ …Show this threadThanks. Twitter will use this to make your timeline better. UndoUndo -
Wow, gghighlight got 400 stars while I've been away from R for a while...
Thanks. Twitter will use this to make your timeline better. UndoUndo -
Hiroaki Yutani Retweeted
New blog post: PCA tidyverse style. I've been struggling with doing PCA using an idiomatic tidyverse approach. Now I think I've figured it out.
#rstats#tidyversehttps://clauswilke.com/blog/2020/09/07/pca-tidyverse-style/ …Thanks. Twitter will use this to make your timeline better. UndoUndo -
Hiroaki Yutani Retweeted
Wow. The beta version of
@rstudio has a "visual editing" mode for Rmarkdown files. Basically converts Rstudio to a Word-like editor that makes it easy to do Markdown formatting/insert images/equations/bunch of other stuff. Download: https://rstudio.github.io/visual-markdown-editing/ …#rstatspic.twitter.com/9vNjRYmJjs
Show this threadThanks. Twitter will use this to make your timeline better. UndoUndo -
Thanks. Twitter will use this to make your timeline better. UndoUndo
-
Thanks. Twitter will use this to make your timeline better. UndoUndo
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.
. 日本語は
Been busy doing non-fun stuff, i.e. teaching behind a mask and plexiglass with glitchy tech to two students while 32 are remote. Well, I had enough of that, so here's something with the now old path() object. Next, hexagons.