Skip to content

feat: improve check_recist()#119

Merged
DanChaltiel merged 32 commits into
mainfrom
92-check_recist-évolutions
Jun 21, 2026

Hidden character warning

The head ref may contain hidden characters: "92-check_recist-\u00e9volutions"
Merged

feat: improve check_recist()#119
DanChaltiel merged 32 commits into
mainfrom
92-check_recist-évolutions

Conversation

@DanChaltiel

@DanChaltiel DanChaltiel commented Jun 16, 2026

Copy link
Copy Markdown
Member
  db = grstat_example(N = 200)
  #mockup: one site per date (db$recist is 1 row per date)
  rc = db$recist |> 
    mutate(
      RCTLSITE = "SITE",
      RCTLDIAM = rctlsum,
      RCNTLRES = rcntlresp,
    )
    
  # |> 
    # .apply_recist_mapping(mapping=gr_recist_mapping())
  a = check_recist(rc)
  recist_report_html(a, output_file=tempfile(fileext=".html"), output_dir=tempdir(), open=TRUE)
  a %>% tail(1) %>% unlist

@DanChaltiel DanChaltiel linked an issue Jun 16, 2026 that may be closed by this pull request
6 tasks
@DanChaltiel DanChaltiel changed the title check_recist() évolutions feat: improve check_recist() Jun 21, 2026
@DanChaltiel
DanChaltiel merged commit 9ee022b into main Jun 21, 2026
6 checks passed
@DanChaltiel
DanChaltiel deleted the 92-check_recist-évolutions branch June 21, 2026 19:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

check_recist(): évolutions

1 participant