Skip to content

Commit fbae642

Browse files
OVVO-Financialgithub-actions[bot]
authored andcommitted
Inspect R API update 3250bc985883e21eeb8fa4bf97656d8469de2836
1 parent 67e98ca commit fbae642

5 files changed

Lines changed: 81 additions & 0 deletions

File tree

changed_files.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[
2+
"NNS_13.0.tar.gz",
3+
"NNS_13.0.zip",
4+
"R/ARMA.R",
5+
"src/NNS.dll",
6+
"tests/testthat/Rplots.pdf"
7+
]

sync/last_live_r_parity_report.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Live R parity report
2+
3+
- Plan: `sync/last_r_api_plan.json`
4+
- R checkout: `upstream/NNS`
5+
- Fresh cache requested: `False`
6+
- Skip install: `False`
7+
8+
## Result: R install failed
9+
10+
`scripts/install_local_r_nns.py` exited nonzero; live R parity could not be run.
11+
Exit status: `1`
12+
13+
## Workflow step outcome
14+
15+
- `run_live_r_parity_for_changed_api.py` step outcome: `failure`
16+
- Fresh cache requested: `false`
17+
- DESCRIPTION changed: `false`

sync/last_r_api_inspection.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# R API parity review plan
2+
3+
## Changed files
4+
5+
- `NNS_13.0.tar.gz`
6+
- `NNS_13.0.zip`
7+
- `R/ARMA.R`
8+
- `src/NNS.dll`
9+
- `tests/testthat/Rplots.pdf`
10+
11+
## Affected Python modules
12+
13+
- `src/nns/arma.py`
14+
15+
## Parity tests to run
16+
17+
- `tests/parity/test_practical_examples.py`
18+
- `tests/parity/test_r13_smoke.py`
19+
20+
## Cache scope
21+
22+
- `NNS.ARMA`
23+
- `NNS.ARMA.optim`
24+
- `NNS.VAR`
25+
26+
## Required actions
27+
28+
- Fresh cache required: `False`
29+
- Export review required: `False`
30+
- Unmapped R files present: `False`

sync/last_r_api_plan.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"changed_files": [
3+
"NNS_13.0.tar.gz",
4+
"NNS_13.0.zip",
5+
"R/ARMA.R",
6+
"src/NNS.dll",
7+
"tests/testthat/Rplots.pdf"
8+
],
9+
"affected_python_modules": [
10+
"src/nns/arma.py"
11+
],
12+
"parity_tests": [
13+
"tests/parity/test_practical_examples.py",
14+
"tests/parity/test_r13_smoke.py"
15+
],
16+
"cache_scope": [
17+
"NNS.ARMA",
18+
"NNS.ARMA.optim",
19+
"NNS.VAR"
20+
],
21+
"requires_fresh_cache": false,
22+
"requires_export_review": false,
23+
"has_unmapped_r_files": false,
24+
"unmapped_r_files": [],
25+
"warnings": []
26+
}

upstream/NNS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 3250bc985883e21eeb8fa4bf97656d8469de2836

0 commit comments

Comments
 (0)