CLAUDE.md

CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

Project Overview

This is jsurvival, a jamovi module for survival analysis that is part of the ClinicoPath statistical analysis suite. It provides survival analysis functions with natural language summaries, Kaplan-Meier plots, Cox regression, and various survival-related calculations for medical research.

Development Commands

Package Development Workflow

# Documentation and building
devtools::document()          # Generate documentation from roxygen comments
devtools::check()            # Run R CMD check 
devtools::build()            # Build package
devtools::install()          # Install package locally

# Website documentation
pkgdown::build_site()        # Build documentation website locally

Testing

Architecture

jamovi Module Structure

Key Dependencies

File Patterns

CI/CD and Automation

Development Notes



sbalci/jsurvival documentation built on July 4, 2025, 5:26 p.m.