codeforboston / clean-slate-data

MIT License
27 stars 13 forks source link

Remove .here files if unnecessary #43

Closed dawngraham closed 4 years ago

dawngraham commented 4 years ago

@mikemahoney218 Are the .here files needed in the repo in following locations?:

I'm not as familiar with R - Please go right ahead and comment and close this if the files are required!

mikemahoney218 commented 4 years ago

Hey Dawn!

R is a bit of a mess when it comes to file paths -- depending on your machine it'll do its best to guess where your relative paths are rooted from, but the process it uses to determine that isn't super portable. I use an extension that looks for the closest .here file to standardize that process across machines. We could just have one .here file in the project's top level and I'll build paths from there, but I didn't want to introduce anything outside of my added folders -- think either way is fine.