EdJeeOnGitHub / did_multipleGT

R package to estimate treatment effect in DID designs with many groups and periods.
MIT License
5 stars 2 forks source link

did_multipleGT_check #2

Open EdJeeOnGitHub opened 4 years ago

EdJeeOnGitHub commented 4 years ago

Create initial check function did_multipleGT_check() then move onto did_multipleGT()?

joel-becker commented 4 years ago

What's your workflow for this @EdJeeOnGitHub? Do you use usethis to create these test scripts etc inside RStudio, or is the project loaded up on atom and you copy/paste barbones tests, or what?

EdJeeOnGitHub commented 4 years ago

I set up the repo on GitHub and git cloned into a temp folder.

Then I created a package in Rstudio using both usethis::package_whatever() and usethis::tests_whatever() and copied the .git files from the temp folder into the folder created by usethis.

The route was so roundabout because I made a GitHub project name using underscores which usethis won't allow for package names.

joel-becker commented 4 years ago

Right, but doesn't this give you all those annoying R accessory files? Do you just add them to .gitignore?