Jenner compatibility tests for 3 script(s) - #1
Open
lwsinclair wants to merge 1 commit into
Open
Conversation
Adds a jenner-check/ directory with three self-contained bundles built from SAS/datamovies.sas, each runnable against the Jenner SAS API: t001_import_print load + print the AtlasPlus diagnosis table t002_attrmap_input build the race/ethnicity attribute map t003_butterfly_transform left/right diagnosis split + picture format Each bundle carries the data it needs inline (the repo's own AtlasPlus values for the displayed groups in 2008 and 2019), so no external paths are required. Includes a pure-SAS runner (run_jenner.sh/.bat/.sas) and a captured expected/ snapshot per bundle. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Jenneranalytics.com provides an API that runs SAS code, with support for more than 200 SAS procedures. You can also use it with Anthropic Claude Code AI in a collaborative workspace. It's available for Mac on the Apple App Store, and by license for Windows and Linux. The SAS behind your data movies runs on it.
This PR adds a
jenner-check/directory with three self-contained bundles built fromSAS/datamovies.sas, each carrying its rows inline (the actual AtlasPlus values for the three displayed groups in 2008 and 2019), so nothing depends on the original OneDrive path:t001_import_printloads and prints the diagnosis table,t002_attrmap_inputbuilds the attribute map, andt003_butterfly_transformruns the left/right diagnosis split with the picture format. Run them with the included pure-SAS runner —cd jenner-check && ./run_jenner.sh --all— or paste anyscript.sasinto the hosted workspace.What stood out reading the code: the attribute map and the
positivepicture format keep colors, group ordering, and the mirrored axis consistent across every frame of the butterfly movie — the detail that makes an animation read correctly rather than just animate. Pinning those up front and reusing them across years is a nice piece of design.No response is needed — merge it, close it, or leave it as you like. To stop PRs like this, reply with
no-more-prsin any comment or open an issue titledjenner-check: opt out.Lawrence W. Sinclair
CEO / Jenner Analytics Ltd
jenneranalytics.com
linkedin.com/in/lwsinclair/