home.social

#roxygen — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #roxygen, aggregated by home.social.

  1. Recently ran into a disturbing #ChatGPT result: I asked it to translate a #python function written by Mathieu Daëron (github.com/mdaeron/D47crunch) to #R, using the #tidyverse and a #tibble. I had done this manually for my #rpackage github.com/isoverse/clumpedr/ and wanted to see how they would compare.

    It returned my code literally, including TODO notes, comments, and #roxygen skeleton. But it did not say where it got the code from, even when pressed. My R package is on #github under #GPL 3. Thoughts?