Markus Skyttner

Results 24 issues of Markus Skyttner

Could the package include a function that calculates some kind of a "colorblindness accessibility score" given a color (or palette)? The code here http://mkweb.bcgsc.ca/colorblind/code.mhtml#page-container appears to be able to calculate...

I ran into this issue after installing the package today and running this example code from the Vignette: ```r library(roadoi) roadoi::oadoi_fetch(dois = c( "10.1186/s12864-016-2566-9", "10.1103/physreve.88.012814"), email = "[email protected]") ``` Maybe...

I ran into an issue using `curl_fetch_memory()` with v 4.2 of the `curl` R package where R calls made from Linux (having system lib curl 7.58.0 installed) returns different raw...

This link https://download.8bitdo.com/Firmware/Controller/N30pro2/8BitDo_Pro_2_Fimware_V6.21.zip has a N30_Pro2_Firmware_V6.21.dat file described as "N30 Pro 2 Firmware v1.14" in the readme. It is more up-to-date than the one in this repo and can be...

Here are some ideas for some more convenience wrappers: - a function to read metadata using the --json flag for different targets (object types), providing results as a data frame...

The use case for either having a "command splitter" or being able to bypass "command splitting" is when using an ephemeral container to run a single command line invocation and...

This might be more of a question since I haven't found anything in the vignettes or when searching through issues. My use case is to work with a) locally built...

Hi! Here is a stab at adding support for translating and transcribing audio and getting results back in .srt, .vtt and other text formats.

A shiny app which can trigger background jobs which render reports (.qmd) using a task queue, such as https://www.tidyverse.org/blog/2019/09/callr-task-q/, where user input is not blocked while jobs are being executed...

enhancement

Such an example would be analogous to the Rmarkdown app but would use quarto instead, probably https://quarto-dev.github.io/quarto-r/reference/quarto_render.html.

enhancement