klmr / box

Write reusable, composable and modular R code
https://klmr.me/box/
MIT License
833 stars 47 forks source link

Loading modules from an S3 bucket #254

Open mrismailt opened 2 years ago

mrismailt commented 2 years ago

Please describe your feature request

Could you add a feature where we'd be able to store our modules in an S3 bucket and load them directly from there? This would prevent the need to copy and paste modules for each project and make it easier to utilize box modules in production, serverless or Docker-based projects

latot commented 2 years ago

Hi, I was thinking something similar, like load modules from http/https or git, for projects and libs that are pure R would be great.