calacademy-research / COMB

C O M B
Apache License 2.0
4 stars 4 forks source link

Using google drive_sync() to put notebooks into /reports/ directory #55

Open ddkapan opened 2 years ago

ddkapan commented 2 years ago

Matt's notebook is now in the following folder on our Google drive repository: Resilience_data_drive > COMB > reports https://drive.google.com/file/d/1RBuqlhmVAmrBuwPZ9ke7VJykKnkLia-3/view?usp=sharing Since this blends data and code with exposition we will add that folder to .gitignore and build a synchronizer by running the script: drive_sync_reports.R from the command line and it will place the notebook in ~/COMB/reports/ Now a new 'feature' issue on the repo...

matt-har-vey commented 2 years ago

This should probably include adding a line to .gitignore

reports/
ddkapan commented 2 years ago

Agreed, let me test your overall improvements and interaction with the reports directory with the your last pull request on this topic.

ddkapan commented 2 years ago

See also /papers/ subdirectory ... forgot about this /reports/ suggestion and don't want to violate any GitHub development standards that we set unless they are not that big of a deal ... e.g. it isn't hard to sync a report since they are not to big...

ddkapan commented 2 years ago

Can discuss after main stuff working...