An open API service indexing awesome lists of open source software.

https://github.com/wlandau/citation-impute-simulations


https://github.com/wlandau/citation-impute-simulations

Last synced: about 1 month ago
JSON representation

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
```