bgruening / conda_r_skeleton_helper

Cleaning up Conda r-packages
MIT License
47 stars 32 forks source link

packages.txt #45

Closed Juke34 closed 3 years ago

Juke34 commented 3 years ago

Naive question, should I keep what is already present in the packages.txt ''' r-tilegramsr r-udunits2 r-usethis ''' and add my package, or should I replace what is already there?

jdblischak commented 3 years ago

The script creates a recipe for each package listed in packages.txt. It'll be quicker if you only include the package(s) you need. But the worse case is that it will take extra time and create recipes for those existing packages as well.

Juke34 commented 3 years ago

Ok what is already there are just examples, I don't need it

jdblischak commented 3 years ago

Ok what is already there are just examples, I don't need it

Right, those are examples. We also use them for interactive testing when we need to make an update to the helper script.