Northeastern University logo Northeastern University logo allofus
  • Home
  1. Reference
  2. aou_session_info
  • Getting Started
  • Tutorials
    • Using ATLAS to create a cohort
    • Extracting All of Us survey and EHR data
    • Managing files on the workbench
  • Codebooks
    • Health History Surveys
    • All of Us Surveys
  • Reference
    • aou_atlas_cohort
    • aou_bucket_to_workspace
    • aou_codebook
    • aou_collect
    • aou_compute
    • aou_concept_codes
    • aou_concept_set
    • aou_connect
    • aou_create_bucket
    • aou_create_temp_table
    • aou_health_history
    • aou_join
    • aou_ls_bucket
    • aou_ls_workspace
    • aou_observation_period
    • aou_session_info
    • aou_sql
    • aou_survey
    • aou_table_info
    • aou_tables
    • aou_workspace_to_bucket
  • News
  • License
  • Citation

On this page

  • Print session information for the AoU R environment
    • Description
    • Usage
    • Arguments
    • Value
    • Examples
  1. Reference
  2. aou_session_info

Print session information for the AoU R environment

Description

Returns a table of information that is necessary to fully reproduce your analyses. Specifically, it includes R version, the packages loaded and their versions, and the All of Us CDR release that you are using.

Usage

aou_session_info(CDR = getOption("aou.default.cdr"))

Arguments

CDR The name of the CDR to use. Defaults to getOption(“aou.default.cdr”)

Value

A list with three elements: the platform, the AoU release, and the packages

Examples

library("allofus")


library(allofus)
con <- aou_connect()
aou_session_info()
$Platform
 setting  value
 version  R version 4.5.3 (2026-03-11)
 os       Ubuntu 24.04.4 LTS
 system   x86_64, linux-gnu
 ui       X11
 language (EN)
 collate  en_US.UTF-8
 ctype    en_US.UTF-8
 tz       Etc/UTC
 date     2026-07-01
 pandoc   3.9 @ /usr/bin/ (via rmarkdown)
 quarto   1.8.25 @ /usr/local/bin/quarto

$AoU_Release
# Source:   SQL [?? x 8]
# Database: BigQueryConnection
  etl_version ehr_source           ehr_cutoff_date rdr_source   rdr_export_date
  <chr>       <chr>                <date>          <chr>        <date>         
1 v0-6-rc5    2025q4r5_unioned_ehr 2025-01-01      2025q4r5_rdr 2026-04-10     
# ℹ 3 more variables: cdr_generation_date <date>, qa_handoff_date <date>,
#   vocabulary_version <chr>

$Packages
 package     * version date (UTC) lib source
 allofus     * 1.2.0   2026-07-01 [1] local
 bigrquery     1.6.2   2026-05-12 [1] RSPM
 bit           4.6.0   2025-03-06 [1] RSPM (R 4.5.0)
 bit64         4.6.0-1 2025-01-16 [1] RSPM (R 4.5.0)
 cli           3.6.5   2025-04-23 [1] RSPM (R 4.5.0)
 curl          7.0.0   2025-08-19 [1] RSPM (R 4.5.0)
 DBI           1.3.0   2026-02-25 [1] RSPM (R 4.5.0)
 dbplyr        2.5.2   2026-02-13 [1] RSPM (R 4.5.0)
 digest        0.6.39  2025-11-19 [1] RSPM (R 4.5.0)
 dplyr         1.2.0   2026-02-03 [1] RSPM (R 4.5.0)
 evaluate      1.0.5   2025-08-27 [1] RSPM (R 4.5.0)
 fastmap       1.2.0   2024-05-15 [1] RSPM (R 4.5.0)
 fs            1.6.7   2026-03-06 [1] RSPM (R 4.5.0)
 gargle        1.6.1   2026-01-29 [1] RSPM (R 4.5.0)
 generics      0.1.4   2025-05-09 [1] RSPM (R 4.5.0)
 glue          1.8.0   2024-09-30 [1] RSPM (R 4.5.0)
 htmltools     0.5.9   2025-12-04 [1] RSPM (R 4.5.0)
 htmlwidgets   1.6.4   2023-12-06 [1] RSPM (R 4.5.0)
 httr          1.4.8   2026-02-13 [1] RSPM (R 4.5.0)
 jsonlite      2.0.0   2025-03-27 [1] RSPM (R 4.5.0)
 knitr         1.51    2025-12-20 [1] RSPM (R 4.5.0)
 lifecycle     1.0.5   2026-01-08 [1] RSPM (R 4.5.0)
 magrittr      2.0.4   2025-09-12 [1] RSPM (R 4.5.0)
 otel          0.2.0   2025-08-29 [1] RSPM (R 4.5.0)
 pillar        1.11.1  2025-09-17 [1] RSPM (R 4.5.0)
 pkgconfig     2.0.3   2019-09-22 [1] RSPM (R 4.5.0)
 purrr         1.2.1   2026-01-09 [1] RSPM (R 4.5.0)
 R6            2.6.1   2025-02-15 [1] RSPM (R 4.5.0)
 rlang         1.1.7   2026-01-09 [1] RSPM (R 4.5.0)
 rmarkdown     2.30    2025-09-28 [1] RSPM
 rstudioapi    0.18.0  2026-01-16 [1] RSPM (R 4.5.0)
 sessioninfo   1.2.3   2025-02-05 [1] RSPM (R 4.5.0)
 tibble        3.3.1   2026-01-11 [1] RSPM (R 4.5.0)
 tidyselect    1.2.1   2024-03-11 [1] RSPM (R 4.5.0)
 vctrs         0.7.1   2026-01-23 [1] RSPM (R 4.5.0)
 xfun          0.56    2026-01-18 [1] RSPM (R 4.5.0)

 [1] /usr/local/lib/R/site-library
 [2] /usr/local/lib/R/library
 * ── Packages attached to the search path.
aou_observation_period
aou_sql
 

allofus R package version 1.1.0