jasonratcliff / thesis

Source code and data for MSc thesis
https://scholarworks.uni.edu/etd/1108
Other
0 stars 0 forks source link

Merge Thesis(Package) repos #39

Closed jasonratcliff closed 3 years ago

jasonratcliff commented 3 years ago

Consolidate Thesis repositories by merging ThesisPackage into Thesis

git pull --allow-unrelated-histories local master
jasonratcliff commented 3 years ago

Shell string slicing for renaming scripts moved to inst/scripts to remove Fig prefix:

for path in inst/scripts/*; do
  old="${path}"
  new="${path/Fig/}"
  git mv "${old}" "${new}"
done
jasonratcliff commented 3 years ago

Replace ThesisPackage::save_plot() for figure script refactoring:

Screen Shot 2021-05-06 at 10 59 31 PM

Addressed by #40