Great! You are using Git for version control. Tracking code development and connecting the code version to the results is critical for reproducibility. The version displayed above was the version of the Git repository at the time these results were generated.
Note that you need to be careful to ensure that all relevant files for the analysis have been committed to Git prior to generating the results (you can use wflow_publish
or wflow_git_commit
). workflowr only checks the R Markdown file, but you know if there are other scripts or data files that it depends on. Below is the status of the Git repository when the results were generated:
Ignored files:
Ignored: .DS_Store
Ignored: .Rhistory
Ignored: .Rproj.user/
Ignored: analysis/.DS_Store
Untracked files:
Untracked: analysis/SmoothPMF.Rmd
Untracked: analysis/poissonmean.Rmd
Untracked: code/BMSM.R
Untracked: code/EBMPMF.R
Untracked: code/ebbp_beta_mixture.R
Untracked: code/ebpm_exp_mixture.R
Untracked: code/simulations.R
Untracked: code/update_f.R
Untracked: code/update_l.R
Note that any generated files, e.g. HTML, png, CSS, etc., are not included in this status report because it is ok for generated content to have uncommitted changes.