About Anaconda Help Download Anaconda

Functionality for manipulating values of associative maps. Ordinary R vectors are unsuitable for working with values of associative maps because elements of an R vector may be accessed by reference to their location in the vector, but associative maps are stored in arbitrary order. However, when associating keys with values one needs both parts to be in 1-1 correspondence, so one cannot dispense with the order entirely. The 'disordR' package includes a single S4 class, disord. This class allows one to perform only those operations appropriate for manipulating values of associative maps and prevents any other operation (such as accessing an element at a particular location). A useful heuristic is that one is only allowed to access or modify a disord object using a python list comprehension. The idea is to prevent ill-defined operations on values (or keys) of associative maps, whose order is undefined or at best implementation-specific, while allowing and facilitating sensible operations. The package is needed for development versions of 'mvp', 'hyper2', 'spray', 'clifford', and 'freealg'.

copied from cf-staging / r-disordr
Type Size Name Uploaded Downloads Labels
conda 872.5 kB | noarch/r-disordr-0.9_8.2-r44hc72bb7e_1.conda  5 months and 1 day ago 452 main
conda 865.2 kB | noarch/r-disordr-0.9_8.2-r43hc72bb7e_1.conda  5 months and 1 day ago 412 main
conda 849.8 kB | noarch/r-disordr-0.9_8.2-r42hc72bb7e_0.conda  11 months and 15 hours ago 609 main
conda 860.6 kB | noarch/r-disordr-0.9_8.2-r43hc72bb7e_0.conda  11 months and 15 hours ago 627 main

© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.6) Legal | Privacy Policy