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
New function dviGridSize() calculates the number of combinations for joint analysis.
dviSolve() has a new argument maxAssign, used to skip joint analysis if too many combinations.
dviSolve() output now includes detailed timings for each step of the analysis.
The old parallelisation based on parallel/pbapply has been removed. A mirai-based replacement is planned for a future version. To avoid breaking existing code, the numCores argument remains in several functions, but is ignored with a warning.
README er partly rewritten, including worked examples of dviJoint() and the dviSolve() workflow.
Other
Updated dependencies for recent pedsuite releases, most notably pedtools >= 2.11.0.
Minor optimisations of several functions, including dviJoint(), pairwiseLR().
Fixed bugs in setPairing() and handling of missing pairings.