Version: 2.12.121 Text: Version: 2.12.120 Date: 2026-05-25 Text: yet more fixes to pointless fixes Version: 2.12.115 Text: added 'locally_import'. Fixed actual (but highly dormant) bug in 'organize.web.display (awoken from dormancy by "fixes" in 2.12.97). Version: 2.12.97 Text: "fixed" completely artificial "problems" reported by R CMD CHECK ("no visible global..." stuff), solely to keep CRAN "happy". Then had to fix various side-effects of my fixes :/ Version: 2.12.43 Text: tidied up for CRAN, who noticed that my ancient email address was borked Version: 2.12.43 Text: added 'if(FALSE...)' wrappers in many Examples, to prevent R CMD CHECK trying to run them _despite_ being marked "not run". Exasperating... Version: 2.12.41 Text: worked around some R 4.5.x bugs (in 'Rd2txt' and 'Rd2txt_options') that were making 'unpackage' verrrry slow. The bugs may be fixed anyway in R 4.6. Version: 2.12.34 Text: patched 'pre.install' so it again works for brand-new package never installed before and lacking a '..mypak$mypak.VERSION'. Probably broken by a change in R itself. Version: 2.12.32 Text: tweak to 'Rd2txt_easy' to handle change in default 'Rd2txt' treatment of description-lists for R 4.6. Version: 2.12.30 Text: added '%in.names.of%' as "reverse" of '%has.name%' Version: 2.12.20 Text: 'find.scriptlets' added Version: 2.12.20 Text: fixed newly-R-introduced bugs (AKA "non-backwards-compatible features" :/) re max() & min() on empty numeric_version objects Version: 2.12.20 Text: fixed some (new?) alleged problems from CMD CHECK Version: 2.12.14 Text: 'lazyData' and 'lazyDataCompression' should now work properly. Version: 2.12.2 Text: 'vignette.pkg' now precompiles in a child R process, to avoid eg library path woes. Version: 2.12.0 Text: bit of a tidy-up, importing a few more functions; bumped minor version for sake of dependencies in other packages such as 'gbasics' Version: 2.11.0 Text: now uses 'docattr' or 'string2charvec' and raw strings to hold plain-text documentation and other character-mode attributes. 'flatdoc', 'source.mvb', etc should now be obsolete. Version: 2.9.38 Text: incorporated 'multimatch', 'A2D', and 'D2A' from package 'handy2' (the latter two with slight name and syntax changes). 'A2D' should eventually be made generic--- at present, it's hardwired to do the right thing on 'offarray' objects. Version: 2.9.32 Text: fixed CRAN-check bug in examples of 'mvbutils.utils' Version: 2.9.30 Text: added 'sourceable' Version: 2.9.22 Text: added 'mwhere' Version: 2.9.20 Text: added 'visify' Version: 2.9.0 Text: tidy-up and ready for new 'offarray' Version: 2.8.510 Text: Doco bug fixes; added 'Imports: grDevices' ('graphics' already imported, so no cost). Version: 2.8.509 Text: added utils 'xsub', 'xgsub', 'undent', and 'REPORTO' (the latter mainly for 'offarray'). Decided to use version numbers in here! Version: 2.8.509 Text: finally moved 'numvbderiv' and 'numvbderiv_parallel' in here (and changed names) out of 'handy2'. Thus added 2 parallel-related packages to 'Suggests'. Version: 2.8.509 Text: added 'mvb_session_env()' and dottonym to ultimately replace the 'mvb.session.info' search-path environment. I'll gradually change stuff in 'mvbutils' to refer to this instead. Version: 2.8.509 Text: patches to 'pre.install' to workaround 'Rd2roxygen' not dealing properly with S3 Version: 2.8.509 Text: probably lots of accumulated minor tweaks--- most recently to 'make_dull' and adding an 'undull', to cope better with implicit classes and the S3wamp. Version: 2.8.387 Text: 'mdeparse' for better deparsing of ':=' and '?'; workaround for bug in 'utils::isS3method' that was blowing up 'update_loaded_packages' Version: 2.3.384 Text: added health warnings to 'mlazy' doco re 'environment' objects Version: 2.3.383 Text: added 'eclone()'; added 'recursive' argument to 'lsize()'.