https://github.com/wlandau/citation-impute-simulations
https://github.com/wlandau/citation-impute-simulations
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/wlandau/citation-impute-simulations
- Owner: wlandau
- Created: 2021-03-18T23:04:07.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-18T23:24:22.000Z (about 4 years ago)
- Last Synced: 2025-02-14T12:40:49.570Z (3 months ago)
- Size: 46.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Citation: citation-impute-simulations.Rproj
Awesome Lists containing this project
README
# citation-impute-simulations
The goal of citation-impute-simulations is to ...
`targets` [documentation](https://books.ropensci.org/targets/)
Targets assistance for simulation study
might want to track changes in the `citation_impute` package
https://books.ropensci.org/targets/practices.html#workflows-as-r-packages
``` r
tar_option_set(imports = "package1")
`````` r
tar_meta(fields = error)
`````` r
tar_meta(fields = warnings)
`````` r
tar_make(reporter = "summary") # about print() hell
```