Last updated: 2021-03-21
Checks: 7 0
Knit directory:
fa_sim_cal/
This reproducible R Markdown analysis was created with workflowr (version 1.6.2). The Checks tab describes the reproducibility checks that were applied when the results were created. The Past versions tab lists the development history.
Great! Since the R Markdown file has been committed to the Git repository, you know the exact version of the code that produced these results.
Great job! The global environment was empty. Objects defined in the global environment can affect the analysis in your R Markdown file in unknown ways. For reproduciblity it’s best to always run the code in an empty environment.
The command set.seed(20201104)
was run prior to running the code in the R Markdown file.
Setting a seed ensures that any results that rely on randomness, e.g.
subsampling or permutations, are reproducible.
Great job! Recording the operating system, R version, and package versions is critical for reproducibility.
Nice! There were no cached chunks for this analysis, so you can be confident that you successfully produced the results during this run.
Great job! Using relative paths to the files within your workflowr project makes it easier to run your code on other machines.
Great! You are using Git for version control. Tracking code development and connecting the code version to the results is critical for reproducibility.
The results in this page were generated with repository version c2b8651. See the Past versions tab to see a history of the changes made to the R Markdown and HTML files.
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: .Rhistory
Ignored: .Rproj.user/
Ignored: .tresorit/
Ignored: _targets/
Ignored: data/VR_20051125.txt.xz
Ignored: output/ent_cln.fst
Ignored: output/ent_raw.fst
Ignored: renv/library/
Ignored: renv/staging/
Unstaged changes:
Modified: _packages.R
Modified: _targets.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.
These are the previous versions of the repository in which changes were made
to the R Markdown (analysis/m_00_status.Rmd
) and HTML (docs/m_00_status.html
)
files. If you’ve configured a remote Git repository (see
?wflow_git_remote
), click on the hyperlinks in the table below to
view the files as they were in that past version.
File | Version | Author | Date | Message |
---|---|---|---|---|
Rmd | c2b8651 | Ross Gayler | 2021-03-21 | wflow_publish(c(“analysis/m_00_status.Rmd”, “analysis/index.Rmd”)) |
html | 630b399 | Ross Gayler | 2021-03-21 | Build site. |
Rmd | 7793ab2 | Ross Gayler | 2021-03-09 | WIP |
Rmd | 44bbff0 | Ross Gayler | 2021-03-08 | Merge branch ‘retrofit-targets’ of https://github.com/rgayler/fa_sim_cal into retrofit-targets |
Rmd | 810d4ff | Ross Gayler | 2021-03-06 | WIP |
Rmd | eca4a72 | Ross Gayler | 2021-03-06 | WIP |
Rmd | dcdc6a2 | Ross Gayler | 2021-03-05 | WIP |
This notebook displays the status of the project workflow, that is, whether everything is computationally up to date. It displays the status as at the time the notebook is executed, so if the status has changed since this notebook was last executed that fact won’t be reflected in this rendered notebook.
This notebook is currently intended to be run manually when you feel the need, for example, when returning to the project.
{renv}
status{renv}
tracks the used R
packages and their versions.
# Get {targets} to tell {renv} which packages it uses
targets::tar_renv()
renv::status()
The following package(s) are installed but not recorded in the lockfile:
_
RApiSerialize [0.1.0]
RcppParallel [5.0.3]
stringfish [0.15.1]
qs [0.24.1]
Use `renv::snapshot()` to add these packages to your lockfile.
{targets}
status{targets}
is used to track the computational dependencies between the
project components and orchestrate recalculation when any components are
changed.
c_*
components are in the core pipelinep_*
components are in the publications pipelinesm_*
components are in the meta pipelinesFunctions may be used across multiple pipeline categories, so are not prefixed.
targets::tar_visnetwork()
{workflowr}
status{workflowr}
is used to render the meta documents
(analysis/m_*.Rmd
) and build the project website.
workflowr::wflow_status()
Status of 18 Rmd files
Totals:
16 Published (4 Modified)
2 Unpublished
The following Rmd files require attention:
Mod analysis/01-1_get_data.Rmd
Mod analysis/m_00_status.Rmd
Mod analysis/m_01_get_raw_entity_data.Rmd
Mod analysis/workflow.Rmd
Unp analysis/03-1_name_eql_global.Rmd
Unp analysis/m_02_check_entity_data.Rmd
Key: Mod = Modified, Unp = Unpublished
The current Git status is:
status substatus file
unstaged modified _packages.R
unstaged modified _targets.R
To publish your changes as part of your website, use `wflow_publish()`.
To commit your changes without publishing them yet, use
`wflow_git_commit()`.
sessionInfo()
R version 4.0.4 (2021-02-15)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 20.10
Matrix products: default
BLAS: /usr/lib/x86_64-linux-gnu/blas/libblas.so.3.9.0
LAPACK: /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3.9.0
locale:
[1] LC_CTYPE=en_AU.UTF-8 LC_NUMERIC=C
[3] LC_TIME=en_AU.UTF-8 LC_COLLATE=en_AU.UTF-8
[5] LC_MONETARY=en_AU.UTF-8 LC_MESSAGES=en_AU.UTF-8
[7] LC_PAPER=en_AU.UTF-8 LC_NAME=C
[9] LC_ADDRESS=C LC_TELEPHONE=C
[11] LC_MEASUREMENT=en_AU.UTF-8 LC_IDENTIFICATION=C
attached base packages:
[1] stats graphics grDevices datasets utils methods base
other attached packages:
[1] here_1.0.1 workflowr_1.6.2 targets_0.2.0
loaded via a namespace (and not attached):
[1] Rcpp_1.0.6 git2r_0.28.0 jquerylib_0.1.3 bslib_0.2.4
[5] compiler_4.0.4 pillar_1.5.1 later_1.1.0.1 tools_4.0.4
[9] digest_0.6.27 jsonlite_1.7.2 evaluate_0.14 lifecycle_1.0.0
[13] tibble_3.1.0 pkgconfig_2.0.3 rlang_0.4.10 igraph_1.2.6
[17] rstudioapi_0.13 cli_2.3.1 yaml_2.2.1 xfun_0.22
[21] stringr_1.4.0 withr_2.4.1 knitr_1.31 htmlwidgets_1.5.3
[25] sass_0.3.1 vctrs_0.3.6 fs_1.5.0 rprojroot_2.0.2
[29] tidyselect_1.1.0 glue_1.4.2 data.table_1.14.0 R6_2.5.0
[33] processx_3.4.5 fansi_0.4.2 bookdown_0.21 rmarkdown_2.7
[37] whisker_0.4 callr_3.5.1 purrr_0.3.4 magrittr_2.0.1
[41] codetools_0.2-18 ps_1.6.0 promises_1.2.0.1 ellipsis_0.3.1
[45] htmltools_0.5.1.1 assertthat_0.2.1 renv_0.13.1 httpuv_1.5.5
[49] utf8_1.2.1 stringi_1.5.3 visNetwork_2.0.9 crayon_1.4.1