This repository was archived by the owner on Feb 23, 2024. It is now read-only.
Releases: xoopR/R62S3
Releases · xoopR/R62S3
R62S3 1.4.3
R62S3 1.4.1
- Fixed breakage due to
plotbeing moved fromgraphicstobase
R62S3 1.4.0
Minor Updates
- Minor updates to the whole package, backwards compatibility may be affected
masknow applies to well-definedS3andS4methods only. This may affect backwards compatibility. CheckingS3generics usesutils::isS3stdGenericand checkingS4generics usesmethods::.S4methods, any other generic/method definitions are not recognised.- Added support for read-only active bindings. A new
scopeargument allows the choice between generating public methods"public", active bindings"active", or bothc("public", "active"). Support for all active bindings will be added in the future. - Added support for excluding methods/bindings. A new
excludeargument allows specific methods or bindings to be ignored by the generator. - Added support to change the name of the dispatch object. The first argument in dispatch is used in the generic and method definition. The name of this argument can be changed by using the
arg1argument.
Patches
- Documentation unified across all three functions
- Backend abstracted into multiple helper functions
- Optimised code, all
forloops removed
R62S3 1.3.1
- Added R62S4 - Extends to R62S3 to generate S4 generics and methods instead
- Added R62Fun - Generates functions and no generics, dispatch methods if generics are found
- Edited R62S3
- Bug fixes in assignment
- Bug fixes in finding generics
- Adds functionality for masking
R62S3 1.2.1
- Bug Fix: Moved R6 from Imports to Suggests
- Removed unnecessary
getEnvir - Simplified code by removing redundant conditional