Jenner compatibility tests for 4 script(s)#1
Open
lwsinclair wants to merge 1 commit into
Open
Conversation
Bundles built from the repo's sas/ ODS HTML5 examples, each verified against the Jenner API (status=ok, exit_code=0): - t001_ods_graphics_images: PROC SGPLOT scatter -> PNG in ODS HTML5 - t002_animated_svg: PROC FORMAT + PROC SQL + PROC GCHART by species -> SVG - t003_embedded_css: ODS HTML5 headtext <style> + PROC PRINT - t004_multimedia_ods_text: ODS TEXT embedding an HTML5 <video> element sashelp.fish recreated as a local DATA step; Windows filedir path made relative. 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 ODS HTML5 examples from your SAS Global Forum 2018 paper run on it, producing the same PNG and SVG output your paper demonstrates.
This PR adds a small
jenner-check/directory with self-contained bundles built from yoursas/examples, each paired with the run it produced so you can see the output without a SAS install. Thesashelp.fishsample is recreated locally as a plain DATA step so the scripts run anywhere, and the Windows Desktopfilename filediris pointed at the working directory; the ODS and PROC logic is yours, untouched.The animated-SVG example is a nice piece of work — building the per-species length-range grid with a cross join, a left join, and
coalesceso empty ranges still chart as zero is exactly the right way to get clean, comparable bars across species. The embedded-CSS and ODS TEXT video tricks are a tidy way to show what HTML5 output makes possible.No response needed — merge, close, or ignore as you like. To opt out of any future messages, reply with
no-more-prsin a comment or open an issue titledjenner-check: opt out.Lawrence W. Sinclair
CEO / Jenner Analytics Ltd
jenneranalytics.com
linkedin.com/in/lwsinclair/