econ-project-templates icon indicating copy to clipboard operation
econ-project-templates copied to clipboard

Templates for reproducible economics projects

Results 10 econ-project-templates issues
Sort by recently updated
recently updated
newest added

updates: - [github.com/asottile/pyupgrade: v3.2.2 → v3.3.0](https://github.com/asottile/pyupgrade/compare/v3.2.2...v3.3.0) - [github.com/PyCQA/flake8: 5.0.4 → 6.0.0](https://github.com/PyCQA/flake8/compare/5.0.4...6.0.0)

Essentially same as what 2ccf826a did for R. - [ ] Add test for `"only_stata"` in test_cookie (can use that for testing the project then with `pytest --keep-baked-projects`. Can do...

Essentially same as what 2ccf826a did for R. - [ ] Add test for `"only_julia"` in test_cookie (can use that for testing the project then with `pytest --keep-baked-projects` - [...

In the R example plotly figures are saved using ```r plotly::export(fig, path) ``` This is deprecated and should be replaced by ```r plotly::kaleido(fig, path) ``` which uses the same program...

I got the following error when trying to install a project with `python_version` set to `3.12` in the dialogue. ```console Traceback (most recent call last): File "C:\Users\budde\AppData\Local\Temp\tmp25i07k49.py", line 68, in...

updates: - [github.com/adrienverge/yamllint.git: v1.33.0 → v1.35.1](https://github.com/adrienverge/yamllint.git/compare/v1.33.0...v1.35.1) - [github.com/psf/black: 23.11.0 → 24.3.0](https://github.com/psf/black/compare/23.11.0...24.3.0) - [github.com/astral-sh/ruff-pre-commit: v0.1.6 → v0.3.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.6...v0.3.5) - [github.com/kynan/nbstripout: 0.6.1 → 0.7.1](https://github.com/kynan/nbstripout/compare/0.6.1...0.7.1) - [github.com/nbQA-dev/nbQA: 1.7.1 → 1.8.5](https://github.com/nbQA-dev/nbQA/compare/1.7.1...1.8.5)

Janos and I thought about the future of the econ-project-templates given the experience of the 2023 EPP iteration: # Problems - Students do not understand cookiecutter dialogue - Students do...

`provision-with-micromamba` is deprecated, see https://github.com/mamba-org/provision-with-micromamba. When I tried to set up the workflow in https://github.com/buddejul/wangrep/pull/13 I got a deprecation warning followed by an error (see screenshots below). I think this...

- Was using different links in `setup.cfg` - Now `git_remote_url` everywhere, must have the form `https://github.com//` - Add assert statements and tests - Explain in dialogue

https://pre-commit.com/#automatically-enabling-pre-commit-on-repositories