PSLmodels / tax-microdata-benchmarking

A project to develop a benchmarked general-purpose dataset for tax reform impact analysis.
https://pslmodels.github.io/tax-microdata-benchmarking/
2 stars 6 forks source link

Create a clean base of R code from which to make new R-related pull requests #280

Closed donboyd5 closed 3 weeks ago

donboyd5 commented 3 weeks ago

Due to git and github naivete, my branches with R code became complex and unwieldy, per @martinholmer.

This PR has fairly clean current R code for two R projects: "prepare", for preparing targets, and "examine" for examining results.

My plan, unless advised otherwise, is to have the following workflow:

@martinholmer if there is a better workflow please advise

NOTE: This PR does not push *_targets.csv files. That will come in a future PR.

martinholmer commented 3 weeks ago

@donboyd5, first thing to do is to resolve all the conflicts with the code in your earlier PRs.

martinholmer commented 3 weeks ago

@donboyd5, why does PR #280 include many of my changes from two months ago?

donboyd5 commented 3 weeks ago

Not sure why. I intended to base this pr on current master. I did git fetch upstream beforehand. If you have advice, great. I assume I should go back, make sure it is based on current master and try again?

martinholmer commented 3 weeks ago

@donboyd5 said in PR #280:

I assume I should go back, make sure it is based on current master and try again?

That would be prudent.

donboyd5 commented 3 weeks ago

I'm going to retry, from scratch.