-
Notifications
You must be signed in to change notification settings - Fork 0
feat(recovery): nested mixedmirt random-effect RMSE evidence #80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
seonghobae
wants to merge
29
commits into
develop
Choose a base branch
from
cursor/mixedmirt-recovery-evidence-913b
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
d55a2b5
ci: rebuild stringfish from source on mac/windows (RcppParallel oneTB…
seonghobae 31d8d8b
ci: rebuild stringfish on all platforms (Linux hit too)
seonghobae e7b7f3d
ci: rebuild stringfish before install in test-fast
seonghobae 21755e0
ci: rebuild stringfish before install in test-suite
seonghobae 0446de9
ci: rebuild all RcppParallel-linked packages (qs2 hit the same oneTBB…
seonghobae 648e948
ci: rebuild all RcppParallel-linked packages (qs2 hit the same oneTBB…
seonghobae 34ef00f
ci: rebuild all RcppParallel-linked packages (qs2 hit the same oneTBB…
seonghobae b944368
ci: source-build stringfish before dep setup (SimDesign source builds…
seonghobae 46012b7
ci: source-build stringfish before dep setup (SimDesign source builds…
seonghobae 4acfcf0
ci: source-build stringfish before dep setup (SimDesign source builds…
seonghobae d75e72c
ci: real source rebuilds via CRAN cloud (RSPM serves linux binaries f…
seonghobae 28e8442
ci: real source rebuilds via CRAN cloud (RSPM serves linux binaries f…
seonghobae fbba747
ci: real source rebuilds via CRAN cloud (RSPM serves linux binaries f…
seonghobae 810dfa0
Merge branch 'develop' into ci/rebuild-stringfish-abi
opencode-agent[bot] 46c76d0
chore(ci): consolidate r-lib actions v2.12.1
seonghobae bbda0c1
test(ci): reject substituted r-lib actions
seonghobae 6abb556
fix(ci): refresh macOS dependency ABI cache
seonghobae 5a2a541
test(ci): require active cache version configuration
seonghobae ce826e9
ci: rebuild macOS TBB dependents from source
seonghobae b272506
merge(ci): preserve proven oneTBB rebuild sequence
seonghobae 5092a70
test(ci): pin every oneTBB source rebuild argument
seonghobae 3792f42
feat(recovery): add five-repeat AEFA RMSE protocol
cursoragent 4cd21a8
fix(recovery): treat default rownames and NA Hessian as failures
cursoragent bd7a530
test(recovery): use FIIFM-sized N for live 2PL RMSE
cursoragent a18f1ce
test(recovery): require SE=TRUE for the live 2PL RMSE fit
cursoragent 1c5d9f0
fix(recovery): require identical item sets and complete seeds
cursoragent 33410ec
feat(recovery): nested mixedmirt random-effect RMSE evidence
cursoragent 66149d6
fix(recovery): generate nested Rasch data as 2PL with unit slopes
cursoragent 1f05996
test(recovery): cover every MixedClass extraction branch
cursoragent File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🩺 Stability & Availability | 🟠 Major | ⚡ Quick win
🧩 Analysis chain
🏁 Script executed:
Repository: ContextualWisdomLab/kaefa
Length of output: 2552
🏁 Script executed:
Repository: ContextualWisdomLab/kaefa
Length of output: 15301
두 Ubuntu workflow의 dependency cache 버전을 갱신하십시오.
setup-r-dependencies는 기본cache-version: '1'로 패키지 cache를 복원합니다. 따라서 사전 source build 뒤에 기존 oneTBB ABI cache가 복원될 수 있습니다.다음 위치에
cache-version: '2'를 추가하십시오..github/workflows/test-fast.yaml.github/workflows/test-suite.yamltests/testthat/test-ci-action-pins.R는 세 workflow 모두 활성cache-version: '2'를 요구하도록 확장하십시오.📍 Affects 3 files
.github/workflows/test-fast.yaml#L30-L33(this comment).github/workflows/test-suite.yaml#L47-L50tests/testthat/test-ci-action-pins.R#L45-L71🤖 Prompt for AI Agents