Closed jasonratcliff closed 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
Replace ThesisPackage::save_plot()
for figure script refactoring:
Addressed by #40
Consolidate Thesis repositories by merging
ThesisPackage
intoThesis
Thesis
masterThesisPackage
master