Skip to content
Open
Show file tree
Hide file tree
Changes from 17 commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
6d6834d
Support source-module wrapped analysis replay
FBartos May 14, 2026
f51c8d7
Clarify wrapped analysis bridge helpers
FBartos May 14, 2026
fc70f1a
Use portable QML path expectations in tests
FBartos May 15, 2026
c2b96dd
Decode R-facing result objects
FBartos May 26, 2026
8c4f861
Expose result state decoding
FBartos May 26, 2026
507936c
Quiet direct wrapped analysis output
FBartos May 27, 2026
8ff17b1
Add wrapped analysis verbosity levels
FBartos May 27, 2026
972e537
Decode wrapped analysis conditions
FBartos May 27, 2026
745b5dd
Honor jaspSyntax verbosity defaults
FBartos May 28, 2026
b96880c
Print output wrappers as R objects
FBartos May 28, 2026
3aa9621
Pretty-print R-facing result wrappers
FBartos May 28, 2026
310db39
Eagerly materialize decoded result state
FBartos May 29, 2026
17d2533
Preserve decode context across result materialization
FBartos May 29, 2026
1b90919
Translated using Weblate (Vietnamese) (#203)
weblate May 16, 2026
3eef834
updated translation files
invalid-email-address May 16, 2026
8827c31
Fix mixed column type
boutinb May 29, 2026
0a64ba4
Constrain result decoding to JASP-owned surfaces
FBartos May 29, 2026
7be9ac3
Use captured SyntaxInterface decoder context
FBartos Jun 1, 2026
3189fcc
Remove R-side column decode fallbacks
FBartos Jun 2, 2026
967e593
Use native encoder context for result decoding
FBartos Jun 3, 2026
322fc31
Tighten result decode context handling
FBartos Jun 4, 2026
1b414bf
Delegate result text decoding directly
FBartos Jun 16, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: jaspBase
Type: Package
Title: JASP Base
Version: 0.20.4
Version: 0.20.5
Author: JASP Team
Maintainer: Bruno Boutin <B.Boutin@uva.nl>
Description: Package contains the JASP Bayesian and Frequentist analyses.
Expand All @@ -11,6 +11,7 @@ Imports:
cli,
codetools,
compiler,
fs,
ggplot2,
grDevices,
grid,
Expand All @@ -26,9 +27,11 @@ Imports:
ragg,
R6,
Rcpp (>= 0.12.14),
rlang,
rvg,
svglite,
systemfonts,
vctrs,
withr
Remotes:
jasp-stats/jaspGraphs
Expand Down
4 changes: 4 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@ S3method(ifElse,factor)
S3method(ifElse,integer)
S3method(ifElse,numeric)
S3method(ifElse,ordered)
S3method(print,jaspContainerWrapper)
S3method(print,jaspObjR)
S3method(print,jaspOutputObjR)
S3method(print,jaspPlotWrapper)
S3method(print,jaspTableWrapper)
S3method(replaceNA,character)
S3method(replaceNA,factor)
S3method(replaceNA,numeric)
Expand Down
Loading
Loading