|
|
|
|
|
by chinmays
1856 days ago
|
|
I wrote a small python package call r_Freeze: https://github.com/chinmayshah99/r_freeze. It essentially scanned all the R files in a given directory and generates a file with all external packages that are used by the program. Its super useful when the R code/ directory doesn't have requirements.txt or basically list of packages that need to be installed. |
|