Changelog
Source:NEWS.md
james 1.17.0 (August 2026)
- New
request_tab10()endpoint (/tab10/request), analogous torequest_site(): uploads child data (or reuses an existing session) and returns a URL to a standalonetab10Shiny app for personalised risk communication (“Tafel van Tien”)
james 1.16.6 (August 2026)
-
embed_tanner()gains an optionalpatient_idargument that overrides the id shown in the chart title (“Tanner pubertal stages - Patient”), independent of the id in the uploaded data; pass NAto force the title back to its no-id form - Fix
embed_tanner()’s chart title showing “- Patient -1” verbatim when the uploaded data has no real client id.bdsreadercodes an unset id as the sentinel-1, notNA, sotannerly::plot_stadia_ly()’s existingNA-based suppression didn’t catch it;build_tanner_patient()now normalizes the sentinel toNAbefore building the chart’s patient data
james 1.16.5 (August 2026)
-
embed_tanner()gainstraces/stage_linesarguments: comma-separated raw TannervarNames (gen/phb/tvfor male patients,bre/phg/menfor female) controlling which stage types’ patient-data traces and reference lines, respectively, are visible when the chart first renders. Both default to"", matching prior behavior (all traces visible, no reference lines); any type can still be toggled from the legend regardless of its initial state. Depends ontannerly>= 0.2.5, which adds the underlyingtraces/stage_linesarguments toplot_stadia_ly() - Depends on
jamesdemodata>= 0.13.0
james 1.16.4 (August 2026)
- Fix
preview_screeners()crashing with “missing value where TRUE/FALSE needed” on a target with a dateless measurement (e.g. awgtrecord with nodate). The per-occasion truncation cut (tgt$xyz$age <= age) let such a row’sNAage slip through as an all-NArecord regardless ofyname, which then brokegrowthscreener’s downstream repeated-measurement check
james 1.16.2 (August 2026)
- Depends on
tannerly>= 0.2.4, which fixesembed_tanner()’s chart rendering entirely blank in the browser: the rounded axes frame required anhtmlwidgets::onRender()JS callback thateval()s its code, which violates a Content-Security-Policy without'unsafe-eval'(asjames’s own CSP is) – the chart’s<iframe>would silently fail partway through rendering.plot_stadia_ly()’s frame is now a plain rectangle, computed statically in R - Depends on
bdsreader>= 0.33.1, fixing a duplicate-row bug inread_bds()’sxyoutput that brokedcat()/dscore()(avarName-keyed item picked up by both the generic sideload path and the ddi/D-score sideload path, with no deduplication between them – this was the actual cause of thedcatexample failure noted as a “pre-existing, unrelated” issue in recent releases; it was in fact introduced by the pubertal/Tanner sideload wiring inbdsreader0.33.0)
james 1.16.1 (August 2026)
-
embed_tanner()gains an optionalsexargument ("male"/"female") that overrides the sex derived from the target’s own persondata. Defaults toNULL, so existing callers are unaffected. Lets a UI (e.g. jamesapp’s Tanner panel) preview either sex’s reference frame independently of whatever sex happens to be in the uploaded data
james 1.16.0 (August 2026)
- New
embed_tanner()endpoint: an interactive Tanner pubertal-stage chart, following the same session/widget pattern asembed_chart()(/tanner/embedto create a session, then/{session}/widgetto retrieve the self-contained HTML). Unlikeembed_chart(), there is exactly one chart, so nochartcode/selector. Renders genital/pubic hair/testicular volume for male patients, breast/pubic hair/menarche for female patients, against the Dutch 1997 references; when there is no child data, or no pubertal measurements, the chart still renders – just the reference frame, with no patient trace - New internal
build_tanner_patient()helper pivots a target’s pubertalxyzrows into the wide, one-row-per-visit-age shapetannerly::plot_stadia_ly()expects, computing SDS viatanner::calculate_sds() - The
/sitedemo app’s Proeftuin card gains a third “Tanner” sub-section alongside Richtlijnen/Kindgegevens, rendering the interactive Tanner chart for the current child. Loaded lazily, the first time that tab is actually shown - Depends on
bdsreader>= 0.33.0 (adds official BDS numbers and avarNamesideload path for pubertal/Tanner measurements) andtannerly>= 0.2.2 (adds female support to the previously male-only chart, plus a sized default chart and a couple of rendering fixes)
james 1.15.1 (July 2026)
-
request_site()gains an optionalendpointhostargument: when set to a host different fromsitehost, the returned URL carries an extra?ocpuhost=query parameter, so a site served from one host (e.g. a standalonejamesappdeployment) can point itsocpu.rpc()calls at a JAMES endpoints server on a different host. Defaults tositehost, so existing callers are unaffected.
james 1.15.0 (July 2026)
- New “Proeftuin” (experimental) card in the
/sitedemo app, hidden behind a “Proeftuin” checkbox in Instellingen: it previews data JAMES computes internally but doesn’t otherwise show, starting with the child’s rawbdsreaderdata (person and time-level) and thegrowthscreenerscreening results, each in a searchable, sortable table - New exported functions
preview_persondata(),preview_timedata(), andpreview_screeners()back the Proeftuin card’s tables; each accepts the sametxt/sessionarguments asapply_screeners()andupload_data()
james 1.14.2 (July 2026)
-
draw_chart()gains aninclude_adviceargument: when set, the chart is still drawn as usual, but the call returns the chart advice list (chartgrp,agegrp,side,population,sex,week,accordion,dnr,period,slider_list) instead of the grob. DefaultFALSE, so existing callers are unaffected - The
/sitedemo app’s first render now usesinclude_adviceto obtain the initial chart and its derived UI settings from a single request, instead of aconvert_tgt_chartadvice()call followed by adraw_chart()call whose parameters were read back off the just-populated controls - Fix the D-score card’s chart-group choice always resolving to term (
gsed1), never preterm (gsed1pt): it compared against a field the app’s initializer payload never provides, so the preterm check silently always failed - Bump the
multikaartimport floor to 0.2.13, which removes apandocsubprocess call fromembed_chart()’s HTML assembly (roughly 1.3s down to 0.05s on a cold call), with byte-for-byte identical rendered output
james 1.14.1 (July 2026)
- Add a fixed/interactive engine toggle to the
/sitedemo app: a single “Interactief” checkbox switches the sidebar’s chart between the existing grid (SVG) rendering and the new interactive (plotly) rendering viaembed_chart(), for both the Groei and Ontwikkeling cards. A4 chart layouts (msrfront/back) grey out the checkbox and always fall back to grid, since no interactive version of those layouts exists - Add an “Instellingen” panel to
/site’s sidebar, consolidating three settings that were previously scattered or duplicated per card: curve interpolation (now a single shared checkbox), the new interactive engine toggle, and a new interactive-chart display-size ruler (400-1000px; the fixed/grid chart keeps its own fixed sizes, since its server-rendered SVG text doesn’t scale with the requested width/height) -
request_site()gains adisplayargument (list(interactive =, interpolation =, size =)) so an API consumer can set these three defaults externally, via extra query parameters on the generated site URL, without the end user having to click through the Instellingen panel - Fix
curve_interpolationbeing silently ignored byembed_chart()’s interactive rendering (it was passed to the data-preparation step but never to the plotting step) - Fix a data-truncation bug in the interactive chart: the donor-matching
periodwas incorrectly used to split the child’s own curve into solid/dashed segments even when no matches were requested, visibly truncating the plotted curve to a single point whenever the visit-range slider’s default happened to fall early - Fix D-score chart colors in interactive mode: they inherited WHO’s sex-coded blue/pink palette instead of the Dutch green/blue anthropometry palette used everywhere else
- The interactive chart’s own curve is now always red (matching the grid engine’s target-curve color) regardless of measurement type, and drawn slightly thicker
- Truncate the “Meldingen” notice panel’s console/warnings/messages output to a fixed length, so a request whose R return value happens to be a large HTML document (as with
embed_chart()) doesn’t dump the entire document into the panel - Assorted rendering fixes for the interactive engine: correct CSP whitelisting for the CDN-loaded plotly.js/jQuery scripts, correct body margin (was clipping the chart), correct iframe positioning, and reduced flicker when switching between the fixed and interactive engines
james 1.14.0 (July 2026)
- Add
charts/embedendpoint andembed_chart(): the interactive counterpart tocharts/draw/draw_chart(), returning an interactive chart (donor matches, prediction, target height) as a self-contained HTML document for embedding in an<iframe>, instead of a static image - Unlike
charts/draw,charts/embedalways returns an OpenCPU session; fetch the rendered chart with a separateGETrequest on/{session}/widget - The returned HTML loads plotly.js and jQuery from a public CDN rather than inlining them, keeping the response well under 250KB (vs. over 1MB fully self-contained)
- Document the new endpoint in the getting-started guide: the two-request flow in R and bash, embedding at full size and scaled to a smaller fixed size, and verifying the result in a browser
james 1.13.1 (June 2026)
- Set data schema default to 3.1 (was 3.0)
- Administrative version bump to keep in sync with jamesdocker
james 1.13.0 (June 2026)
- Streamline JAMES maintainance documentation
- Add vignette
dcat_calculate_examples.qmd
james 1.12.0 (April 2026)
- Add domain balancing options to
dcat(), new arguments:domain_setandk_domain.
james 1.11.0 (January 2026)
- Updates dependency
dscore 2.1.0to support adaptive testing, country-references, GSED HF and domain scores. - Updates and improves consistency of the openAPI specification to with new arguments and functions
- Implements consistent choice for argument
key = NULLeveryhwere
james 1.10.1 (December 2025)
- Leverages JAMES path rewites to provide shorter paths and better protection.
james 1.10.0 (December 2025)
- New version that supports hosting JAMES under a base path, e.g.,
https://myhost/modules/james/.
james 1.9.3 (December 2025)
- Addresses the base path problem for
request_site()and similar functions - Adds authentication to getting_started.Rmd examples
james 1.9.2 (December 2025)
- Removes two bugs in the
dcat()end point
james 1.9.1 (December 2025)
- In
request_site(), append the basepath fromsitehostto the generated URL. This allows hosting JAMES under a subpath, e.g.,https://myhost/modules/james/. - Use relative path for OpenCPU URL in JavaScript to support base paths. Changed
ocpu.seturl()to use relative path"ocpu/library/james/R"instead of absolute URL, enabling the application to work correctly when served from a base path. - Improve URL construction in
get_session()by removing trailing slashes fromsitehostto prevent double slashes in URLs. - Improves handling of missing ages in
dcat().
james 1.9.0 (December 2025)
- Adds the endpoint
/dscore/domain/{dfm}to calculate domain-level D-scores. See API documentation for more detail on how to implement these. - Update to
dscore 2.0.6, which adds theddomain()function andbuiltin_domainsinternal data to facilitate domain-level scoring
james 1.8.2 (November 2025)
- Makes
calculate_dscore()work for bothddiandgs1items- Updates the
appendargumentddiandgs1 - Updates calculation to use all items found in
yname - Selects
keybased on observed items in data, not justappendargument - Updates
openapi.in.yamlto reflect these changes
- Updates the
- Returns value of
select_vwc()as character vector
james 1.8.1 (November 2025)
- Solves a problem with nested uploads on
localhostwith end pointssite/requestandblend/request. - Repairs problems with chart rendering on
james.groeidiagrammen.nl
james 1.8.0 (November 2025)
- Added the endpoints
/dcat/calculate,/dcat/startand/dcat/next. These allow users to perform adaptive testing. - Endpoints under
/dcatcan now handle gs1 milestone data. See API documentation for more detail on how to implement these. - Added
select_vwcfunction to calculate Van Wiechen milestones based on age and previously completed milestones. - Added the endpoint
/dscore/calculate, which directly returns d-score values.
james 1.7.3 (August 2025)
This is a maintenance release that includes various infrastructure updates, enhancements to the OpenAPI specification, and minor bug fixes.
New features
-
Adds the template
inst/spec/openapi.in.yamland the functionjames:::update_openapi_spec(), which updates the OpenAPI template to the current JAMES version and saves it asinst/spec/openapi.yaml. This enables:- Easy maintenance of the OpenAPI specification.
- Serving API documentation directly from the JAMES server at
https://<host>/docs, removing the dependency on SwaggerHub.
- Easy maintenance of the OpenAPI specification.
Includes versioned JSON schemas (
bds_vx.y.json) for data exchange, now bundled with the package and downloadable fromhttps://<host>/schemas.Updates all
Rand JavaScript code to default tolocalhost:8080as the OpenCPU server URL (previouslylocalhost:80). Port 8080 is used to prevent confusion with Docker or system-level port 80.Adds
qmd/JAMES_version_maintaince.qmd, a Quarto file to be run after each version change. This script updates version numbers across the package, including the OpenAPI spec,index.html, and thegetting_started.Rmdvignette.
Infrastructure and development changes
Updates the package to use R 4.5.0.
-
Cleans
renv.lockby removing all development-only packages (e.g.,"roxygen2","devtools","desc","evaluate","jamesdemodata","pkgload") and their dependencies. This reduces the package’s footprint in production environments.After running
renv::restore()to install production dependencies, calljames:::install_dev_packages()once to install development tools. Do not include development packages inrenv.lock. Only snapshot production dependencies defined in theDESCRIPTIONfile usingrenv::snapshot(). -
Adds a test to
test-request_site()that demonstrates:- How
request_site()fails on nested data uploads when usinglocalhost. - A working alternative solution.
This change ensures that the
jamesdemoShiny app can now also demonstrate a fully functioning localhost server. - How
Adapts links to reflect the change of BDS-maintenance from NCJ TO NICTIZ
Updates
getting_started.Rmdto work with localhost:8080 and show two-step data upload
james 1.7.2 (Feb 2025)
- Evades a problem in
vignettes/articles/getting_started.Rmdthat occasionally occurs when thevalidate = TRUEflag is active
james 1.7.1 (Feb 2025)
- Resolves a bug in the de-duplication of parental data in BDS field 63. The
bdsreader 0.28.0package now returns the correct data for these cases. See https://github.com/growthcharts/bdsreader/issues/10.
james 1.7.0 (Nov 2024)
- Adds a target height indicator to height charts for ages 1–21 years and 0–21 years. The target height is calculated using the mid-parental height method described by Hermanussen and Cole (2004). This indicator is plotted at the age of 20.5 years and includes the 95% target height range. The calculation requires the heights of both biological parents (preferred) but can also be performed using only the mother’s height. The target height is adjusted based on the child’s sex and the population standard used for comparison. In the JAMES interface, the target height is automatically recalculated when the user selects a different population.
james 1.6.5 (Oct 2024)
- Solves an issue for same-sex couples with two mothers or two fathers in BDS 63 field . The
bdsreader 0.27.0package returns the correct data for these cases. See https://github.com/growthcharts/bdsreader/issues/10. - Adds a
inst/CITATIONfile for suggestion a citation to JAMES - Changes the return value of
versionto conform to swagger documentation
james 1.6.4 (May 2024)
- Solves an issue where the week sliders for pre-terms were not properly initialized in the case that the child has no data for the first four years (#6)
james 1.6.3 (May 2024)
Automatic donordata selection
- Simplifies individual prediction by means of curve matching. The user needs to specify “now” and “future” age and the number of desired matches, and JAMES automatically select appropriate donor data based on the “future” age. This update resolves two issues related to choice and updating of the donordata menu. (#5, #31)
james 1.6.2 (May 2024)
Better chart initialisation
- When the data contain only developmental data, JAMES initialises to the D-score chart (#33)
james 1.6.1 (May 2024)
Administrative updates and workflow improvements
- Updates to
R 4.4.0and associated libraries - Adds helper
james:::update_version_files()to automate references to current version (#32) - Adds a description of package update actions:
qmd/deploy_JAMES.rmd - Updates the GH workflow for package checking
james 1.6.0 (Apr 2024)
Visible changes
- Changes the version number so that the JAMES package has the same version as the JAMES docker
- Updates to
growthscreener 1.21.0, which changes weight for height criteria into weight-for-age - Changes the definition and processing of BDS 71 (parental birth land) to provide a string with 4 digits (was numeric and integer previously) to conform to alphanumeric typology in BDS (updates to
bdsreader 0.25.0) - Introduces throttling of 3 sec for checkbox, sliders and radio buttons
- Resolves the WFH sequence problem when later height is shorter (#24)
- Added JAMES, version and copyright note to “Meldingen”
- Removed the superfluous header “GROEIDIAGRAMMEN” from the left panel
- Adds a check and warning if the stored OpenCPU session does not contain data created by read_bds()
More informative Meldingen panel
JAMES now writes on Meldingen for rq1 (james::convert_tgt_chartadvice()) and rq2 (james::draw_chart()):
- The session ID
- The
ocpu.callfrom javascript to theRfunction - A summary of the response from
R - If present: warnings from
R - If present: messages from
R
Note: The update of “Meldingen” when the call failed does always work, so it may be that “Meldingen” displays the results from the last functional call instead of the failed call. If the request failed, there will be a pop-up window with a stack trace from R.
Internal changes
- Updates javascript, HTML and CSS for clarity and efficiency
- Moves styling from
index.htmltomain.css - Removes allegro blend (#20)
- Returns
txt,sessionandsitein blend response as strings (#21) - Transfers all event binding functionality from
index.htmlintostart.js - Refactors JS code https://github.com/growthcharts/james/pull/26/#issue-2197694510
- Updates all packages and renv to CRAN version March 2024
Simplified update logic
- The JS call to
update()(which draws the chart) is now removed from the call-back function ofrq1. Thus, initialization of controls and drawing of charts are now done independently and in parallel. This removes a nestedocpu.call()call, thereby improveing performance. - This change was undone in 1.5.6 because controls were not properly updated.
james 0.68.0
- Updates all packages, includes
growthscreener 1.20.0, which include language development guideline - Version meant to test and solve various implementation issues reported by K Nienhuis, okt 2023
james 0.67.0
- Adds support for the
validateandintermediateflags toupload_data() - Updates to faster and cleaner
bdsreader0.23.0 package
james 0.66.0
Solves problems with the javascript interface
The interface did not select the correct chart for
lollypopchildren. The problem was related to an incorrect gestational age field in the demodata. Thebdsreader::write_bds()was refactored. Alldemodatawere updated with the correct values.Made a change in the data schema:
Reference–>referenceto adhere tocamelCasein BDS schemaAdded a new possibility to run the javascript interface in the local environment. See
../notes/debug-javascript.qmdfor details.Repaired the
chartcodefield in the interface
james 0.63.0
- Resolves a problem with the weight-for-age references for 0-15 months
- Updates JAMES to latest R packages
james 0.62.0
- Add pathname in URL construction to make JAMES browsers requests reachable when URL is something like htpps://site/path/request.
james 0.59.2
- Version used to build james docker 1.3.0
- Update packages
- Make library snapshot, update
renv.lock
james 0.58.2
- Make
sitehostinrequest_site()work with URL path
james 0.58.0
- Changes to make an isolated
httpAPI - Allows for host names such as
http://myhost/modulewith a partial path - Reads
OpenCPUsession from the local file system - Removes
hostarguments to functions - Removes
hostparameter from javascript calls - Introduces
sitehostargument forrequest_site() - Update to
jamesclient 0.30.0
james 0.57.0
- Makes host definitions consistent everywhere as
http://myhost - Uses txt, host, session, format argument sequence in all functions
- Obtains current host and protocol from javascript URL
- Replaces
ulocsession indicator byuses(user session) - Adds arguments
scheme,hostandsessiontoconvert_tgt_chartadvice() - Renames
$keyto$sessionin JS
james 0.56.0
Breaking changes
- Uses generalised
httrresponse object as defined injamesclient 0.26.1 - Replaces
locparameter bysessionparameter - Adds deprecated notes about the
locparameter - Replaces all calls to
jamesclient::upload_txt()byjamesclient::james_post() - Update
renv.lockwithjamesclientand other R package updates - Adds processing steps for new
sessionquery argument
james 0.52.1
- Updates documentation of
request_blend()
james 0.52.0
- Breaking change is data structure
- Change data structure of
read_bds()to a simple list to ease standard JSON representation - Adapt various JAMES functions to work with change to simple list
- Update to
bdsreader 0.17.0 - Update
renv.lock
james 0.51.2
- Remove chart element from
request_blend()because of problems with the JSON representation
james 0.51.1
- Return chart from
request_blend()now contains SVG instead of grob
james 0.51.0
- Add
request_blend()that acts like a one-stop-shop - Deprecate
custom_list()in favour ofrequest_blend() - Add messages that indicate removal of deprecated function in Sept 2022
james 0.49.0
- Replace
screen_curves()andscreen_growth()byapply_screeners() - Make relevant screener parameters visible in james package
james 0.48.1
- Block passing of
\dotstochartbox::list_charts()
james 0.48.0
- Copy over all arguments from
bdsreader::read_bds()toupload_data() - Update documentation
- Do not pass down
\dotstojsonlite::FROMjson()
james 0.47.0
- Decrecate
fetch_loc()by the better-namedupload_data()
james 0.46.3
- Update docs for
fetch_loc()
james 0.46.0
- Adds
list_screeners()to produce overview of JGZ guidelines
james 0.45.3
- Solve authentication bug in
validate_chartcode()
james 0.45.2
- Vectorise and export
validate_chartcode()
james 0.44.1
- Adds a
version()function
james 0.43.3
- Prevent “the condition has length > 1 and only the first element will be used” in
draw_chart()
james 0.43.2
- Adds forgotten
authenticatetodraw_chart() - Updates renv.lock to
chartplotter 0.28.0
james 0.41.1
- Adds an explicit
authTokenargument forlist_charts()
james 0.42.0
- Refreshes the public key for Eaglescience integration
- Solves a problem with token validation
james 0.41.0
- Builds in fall back in case
pubkeyis not given toauthenticate - Changes argument
jwttoauthTokenfor easy integration
james 0.40.0
- Repairs a problem with
bdsreaderthat prevented D-score calculation with format = “2.0”
james 0.37.0
james 0.36.0
- Update to R 4.1.0
- Solves a bug that resulted from changes in the internal format of the grid package. The james package now depends on
grid 4.1.0and hence onR >= 4.1.
james 0.35.0
- Checks spelling and updates word list
- Adds token to GHA R-CMD-CHECK
- Removes LICENCE file, which makes CMD-CHECK complain
- Install V8 lib in linux workflow
james 0.33.0
- Tranfers repo to
growthchartsorganisation - Adds
schemaargument to users facing functions, setbds_schema_str.jsonas default - Adds automatic GHA R CMD check
- Cleans out error so that R CMD check runs without errors
james 0.32.0
- Breaking changes
- Replaces
jamestestdependency byjamesdemodatapackage - Replaces
minihealthdependency bybdsreaderpackage - Styles all files
- Switches to
markdowndocumentation - Uses
localhostin examples (localhost should be on)
james 0.29.1
- Simplifies testing condition in
draw_chart()
james 0.27.0
- Combines
lollypop.termandlollypop.pretermintolollypop - Simplifies donordata menu
- Renames “anthropometric” to “automatic”
james 0.25.0
Major changes:
- Splits the site output into “Groei”, “Ontwikkeling” and “Voorspeller”
- Add function
fetch_loc()as a replacement forupload_txt()andconvert_bds_ind() - Add function
screen_growth()as a replacement forscreen_curves() - Add function
calculate_dscore() - Add table of primary user functions to README
- Add table of legacy functions indicating preferred alternatives
- Run styler on all R sources
- Move out
upload_txt()tojamesclientpackage - Transfer toJSON() call in
custom_list()to its caller screen_curves(), socustom_list()doesn’t anymore JSONify the function result
Minor changes
- Add deprecated warnings to
convert_bds_ind(),draw_chart_bds,draw_chart_indandscreen_curves - Update tests to account for deprecated functions and arguments
- Solve problem in
screen_curves(). The function now always returns a JSON result
james 0.24.0
- Re-introduce legacy functions
draw_chart_bds,draw_chart_ind - Change
screen_curvesto old behavior, thus producing a list instead of a table - Re-introduce arguments
bds_data,location,ind_locand?ind=
james 0.23.0
- Major update incorporating the following breaking changes since
james 0.16.0
- JAMES now consistently uses the
txtparameter for JSON child data input, both in theRpackage and in the javascript. This replaces arguments likebds_dataandbds. - JAMES now consistently uses the
locparameters as the URL with uploaded child data. This replaces arguments namedlocation,ind_locandind. The query parameter?ind=in URL’s is outdated, and superseeded by?loc=. - All analysis functions now accept
txtandlocinput. When both are specified,txttakes precedence. - For consistency, function
upload_txtreplacesupdate_bds. - Function
screen_curvesno longer returns a list, but only the screening results, consistent with its naming. A new functioncustom_listtakes over this task fromscreen_curves. - Removed functions:
draw_chart_bds,draw_chart_ind,draw_plot(replaced bydraw_chart).
- Enhancements:
- The site accept now the
?txt=query parameter, which bypasses the need to upload data. - The new function
request_siteconstructs URL’s for personalised sites. - The new function
custom_listcreates a custom list of return values (formerly implemented byscreen_curves), and adds a new element containing the D-score from the last observation. - A new function
update_txt()to upload data to JAMES - The JAMES server location is now independent of the data location, so uploaded data can be stored on an external URL that is under control of the client.
- The javascript reduces the number of calls via
OpenCPU, resulting in speedier site updates. - Function
draw_chartgets a new parameterdraw_grobargument, which allows the user to defer drawing and to tweak thegTreeobject directly.
james 0.22.1
- Make JAMES server default in
get_host() - Tweaks behavior of
draw_chart()for more intuitive API. - Change default in
request_site()to upload - Solves bug in
get_loc()
james 0.21.0
- The communication between javascript and R is now based on empty strings instead of
nullandNULL. * The site is functional again!
james 0.20.0
- Major change: Systematic use of
txtandlocarguments in bothRand javascript - Codes
nullvalues in javascript by{}before making request toR - Replaces
is.null(x)by!length(x) - Removes
stop()withintryCatch - Provides extra argument
txt, so makingget_tgt()more intelligent - Undoes behavior change in
draw_chart()in0.19.0because that killed interactivity - Undoes
dotsindraw_chart()because that didn’t play well with requests
james 0.19.0
-
validate_chartcode()is no longer exported, and returnsTRUE/FALSE - Change of behavior in
draw_chart(): When the user specifies a validchartcode, then this chart is selected, irrespective ofselector. - Removes superfluous functions
draw_chart_ind(),draw_chart_bdsanddraw_plot() - Moves
select_chart()arguments indraw_chart()to dots
james 0.18.0
- Simplifies
screen_curves() - Moves functionality for Allegro Sultum to
custom_list() - Adds various getters
- Makes server and data location independent
james 0.17.0
- Removes some hard paths in
screen_curves() - Add server-sided
upload_txt()for uploading data - Add server-sided
request_site()for uploading data and url construction
james 0.15.1
- Reduce printing to
.valbydraw_chart()
james 0.14.0
- Uses the
svgliteshortcut in the javascript calls. This requiresopencpu 2.1.5.1001and theArialfont to be installed on the server.
james 0.10.0
- Set the
max.printoption to 100.000 entries in order to allow for printing the full chart list
james 0.8.0
- Adds function
screen_curves()for screening on JGZ guidelines. The function also returns the site URL, so it acts as a one-stop-shop - Adds dependencies to
growthscreener,jamesclientandjsonlite