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:
data-visualization.pdf and data-visualization-2.1.pdf
rmarkdown.pdf and rmarkdown-2.0.pdf
File-naming conventions for these R cheat sheets are recommended as follows:
Change base-r.pdf to base_Cheatsheet.pdf
Change datatable.pdf to data.table._Cheatsheet.pdf
Change time-series.pdf to timeSeries._Cheatsheet.pdf
Change strings.pdf to stringr._Cheatsheet.pdf
Change data-transformation.pdf to dplyr._Cheatsheet.pdf
Change factors.pdf to forcats_Cheatsheet.pdf
Change data-visualization.pdf to ggplot2_Cheatsheet.pdf
Change data-import.pdf to tidyverse_Cheatsheet.pdf
Change tidyeval.pdf to rlang_Cheatsheet.pdf
Change parallel_computation.pdf to parallel_Cheatsheet.pdf
In addition, it is recommended that the suffix "_Cheatsheet.pdf" be added to the filename of each file in the cheatsheet category.
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.