OpenSourceAP / CrossSection

Code to accompany our paper Chen and Zimmermann (2020), "Open source cross-sectional asset pricing"
https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3604626
GNU General Public License v2.0
716 stars 215 forks source link

Settle on working directory for Portfolios Code #16

Closed OpenSourceAP closed 3 years ago

OpenSourceAP commented 3 years ago

Addressed in bbc7ae5ad07a52e892f19cd513ba934809dc35ff

chenandrewy commented 3 years ago

I think we still need to add something like setwd(paste0(pathProject,'Portfolios/Code/')) near the beginning of master.R

chenandrewy commented 3 years ago

I added setwd([etc]). Hopefully this works. ec81d3a2