Skip to contents

Version manifest for the prebuilt instrument artifacts. They ship in the package at inst/extdata/ and are distributed from the package website's download pages, which serve their own byte-identical copy. Each build of an artifact adds a row (the full history is kept), so the latest row per file describes the currently distributed file. Artifact revisions are identified by build date; the instrument version (e.g., "1.0") is the version of the instrument itself and changes only when its publisher revises it. To check which build you have, compare your downloaded file's MD5 checksum (e.g., tools::md5sum()) against the md5 column.

Usage

hitop_artifacts

Format

A tibble with one row per artifact build and 7 columns:

file

Artifact file name, the same in inst/extdata/ and on the website's download pages

instrument

Instrument the artifact administers

format

Artifact format: "docx_us", "docx_a4", "qualtrics", or "redcap"

instrument_version

Version of the instrument itself

build_date

Date this build of the artifact was generated

md5

MD5 checksum of the built file

changes

What changed in this build

Examples

hitop_artifacts
#> # A tibble: 33 × 7
#>    file            instrument format instrument_version build_date md5   changes
#>    <chr>           <chr>      <chr>  <chr>              <date>     <chr> <chr>  
#>  1 hitopbr_A4.docx HiTOP-BR   docx_… 1.0                2026-07-16 f629… Versio…
#>  2 hitopbr_qualtr… HiTOP-BR   qualt… 1.0                2026-07-16 d3cc… Versio…
#>  3 hitopbr_redcap… HiTOP-BR   redcap 1.0                2026-07-16 93a4… Versio…
#>  4 hitopbr_US.docx HiTOP-BR   docx_… 1.0                2026-07-16 0e16… Versio…
#>  5 hitophsum_A4.d… HiTOP-HSUM docx_… 1.0                2026-07-16 621e… Versio…
#>  6 hitophsum_qual… HiTOP-HSUM qualt… 1.0                2026-07-16 fdd0… Rebuil…
#>  7 hitophsum_qual… HiTOP-HSUM qualt… 1.0                2026-08-19 db73… Re-enc…
#>  8 hitophsum_redc… HiTOP-HSUM redcap 1.0                2026-07-16 e308… Versio…
#>  9 hitophsum_US.d… HiTOP-HSUM docx_… 1.0                2026-07-16 116c… Versio…
#> 10 hitopsr_A4.docx HiTOP-SR   docx_… 1.0                2026-07-16 aec8… Versio…
#> # ℹ 23 more rows