You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The R checks for Cox' proportional hazards model (run_R_test_pacoxph) fail with version 2.39.2 of the R survival package:
./run_R_test_pacox.sh
Checking Cox PH regression...
Loading required package: survival
Dose: check consistency of names OK
Prob: check consistency of names OK
Check consistency dose <-> prob gtdata OK
Running ProbABEL... OK
Comparing R output with ProbABEL output:
additive (dosages) OK
additive (probabilities) OK
dominant OK
recessive OK
overdominant OK
2df OK
Run the same checks, but without any covariates (see bug #1266)
Running ProbABEL... OK
Comparing R output with ProbABEL output:
additive (dosages) OK
additive (probabilities) OK
dominant Error in summary(model[[1]])$coefficients :
$ operator is invalid for atomic vectors
Calls: run.model
Execution halted
This is on the current HEAD of master (commit 6d23885), but also for ProbABEL v0.4.5. On the Jenkins server the tests pass, the version number of the survival package there is 2.38.3.
The text was updated successfully, but these errors were encountered:
This is a temporary (!) workaround for Issue #27. This is only so we can
release v0.5.0 without further delay, knowing that with R's Survival
package v2.38.2 the check passes.
This is a temporary (!) workaround for Issue #27. This is only so we can
release v0.5.0 without further delay, knowing that with R's Survival
package v2.38.2 the check passes.
The R checks for Cox' proportional hazards model (
run_R_test_pacoxph
) fail with version 2.39.2 of the R survival package:This is on the current HEAD of master (commit 6d23885), but also for ProbABEL v0.4.5. On the Jenkins server the tests pass, the version number of the survival package there is 2.38.3.
The text was updated successfully, but these errors were encountered: