DeterminateSystems / fh

The official CLI for FlakeHub: search for flakes, and add new inputs to your Nix flake.
https://flakehub.com
Apache License 2.0
117 stars 8 forks source link

Add support for the R language #106

Open rpodcast opened 6 months ago

rpodcast commented 6 months ago

Finally getting to filing a proper issue based on previous discussions on the Discord flakehub channel: It would be great to have support for initializing projects based in the R language used for statistical and data science computing. I've inspected the python handler for inspiration, and it looks like a lot of the same principles could be lifted in this handler:

The typical file types indicating an R project would be files ending in the following extensions: .R, .r, .Rmd, ,rmd. Also, a plain text file called DESCRIPTION indicates the source code for an R package.