bradlindblad / cheatsheet

A simple package to grab cheat sheets and save them to your local computer
https://bradlindblad.github.io/cheatsheet/
Other
11 stars 5 forks source link

Naming Convention Recommendation for R cheatsheets #7

Open brichard1638 opened 1 year ago

brichard1638 commented 1 year ago

A review was conducted of all (73) of the files generated by applying the following code:

get_all_cheatsheets(local_path = "cheats", tidyverse_only = FALSE)

It was discovered that there are inconsistencies in the file-naming convention for these R cheat sheets. It would be nice if these file names were standardized largely based on the R package name principally represented by the cheat sheet.

In addition, there are two duplicate files that refer to the same R cheat sheet. These duplicate files should be removed. The duplicates are provided as follows:

File-naming conventions for these R cheat sheets are recommended as follows:

In addition, it is recommended that the suffix "_Cheatsheet.pdf" be added to the filename of each file in the cheatsheet category.

bradlindblad commented 9 months ago

PR welcomed @brichard1638