Jenner compatibility tests for 1 script - #1
Open
lwsinclair wants to merge 1 commit into
Open
Conversation
Adds jenner-check/ with one bundle built from test/marks.sas: the repo's STA3000 grades program (proc format + DATA step + FREQ/MEANS/TTEST/GLM/ CORR/PLOT/REG). The external 'infile statclass1.dat' is replaced by inline datalines carrying the repo's own test/report.dat; all proc logic is unchanged. Includes run_jenner.sh/.bat/.sas runners and a README. 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. Your
test/marks.sasruns on it unmodified — this PR adds a smalljenner-check/directory so you can see for yourself.The new directory holds one bundle built from
test/marks.sas, plus a runner. The bundle'sscript.sasis your program with the externalinfile 'statclass1.dat'swapped for inlinedatalinescarrying this repo's owntest/report.dat, so it runs as a single self-contained file — every PROC, option, and statement is exactly as you wrote it. To try it, from insidejenner-check/run./run_jenner.sh --all(orrun_jenner.sasfrom base SAS); it returns the log, the full listing, and the FREQ, GLM, CORR, and REG graphics as downloadable links. The full battery comes through: the formats, the t-tests, the one-way ANOVA, the correlation matrix, and both regressions including the Type I SS and theTESTstatement.It's a tidy piece of teaching code — the touch I liked is the grading DATA step, where you drop each student's lowest quiz and computer score before averaging and then nudge the borderline marks up at the grade boundaries. It makes the whole STA3000 example easy to follow end to end.
No response needed — merge it, close it, or leave it; either way it's here if it's useful. To opt out of future PRs, 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/