Skip to content

Commit 91be0e5

Browse files
authored
Merge pull request #78 from koolerjaebee/master
2.0.1 수정
2 parents 05b186c + 555cd2e commit 91be0e5

4 files changed

Lines changed: 1871 additions & 172 deletions

File tree

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: jsmodule
22
Title: 'RStudio' Addins and 'Shiny' Modules for Medical Research
3-
Version: 2.0.0
4-
Date: 2025-12-05
3+
Version: 2.0.1
4+
Date: 2025-12-09
55
Authors@R: c(
66
person("Jinseob", "Kim", email = "jinseob2kim@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9403-605X")),
77
person("Zarathu", role = c("cph", "fnd")),

NEWS.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# jsmodule 2.0.1
2+
## Update
3+
- Generalized all variable names in AI Assistant prompts to use placeholder patterns (`_var` suffix), making code examples applicable to any dataset instead of being tied to specific example data (e.g., `age`, `sex`, `time`, `status`, `rx`).
4+
- Added `# IMPORTANT: Replace with your actual variable names` comments to all code examples in AI prompts to guide users in adapting generated code to their data.
5+
- Improved AI Assistant prompt clarity by replacing dataset-specific examples with generic placeholders across all statistical analysis sections.
6+
7+
## Bugfix
8+
- Fixed AI Assistant result handling to properly support mixed result types (tables, plots, and flextables) returned from analysis code.
9+
110
# jsmodule 2.0.0
211
## New Features
312
- Introduced the `jsmodule AI Assistant`, which connects to Anthropic, OpenAI, and Google LLMs so you can generate analyses, scripts, and export-ready visuals without leaving the app.

0 commit comments

Comments
 (0)