Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
RConsortium
/
S7
Public
Notifications
You must be signed in to change notification settings
Fork
52
Star
494
Code
Issues
26
Pull requests
16
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
high priorty S4 compatibility fixes
- #721
#721
Merged
lawremi
merged 9 commits into
main
RConsortium/S7:main
from
s4-fixes
RConsortium/S7:s4-fixes
Copy head branch name to clipboard
Jul 8, 2026
Conversation
Commits
9
(9)
Checks
Files changed
Merged
high priorty S4 compatibility fixes
#721
lawremi
merged 9 commits into
main
RConsortium/S7:main
from
s4-fixes
RConsortium/S7:s4-fixes
Copy head branch name to clipboard
Commits
Commits on Jul 7, 2026
use the correct registration environment for S4 methods
lawremi
committed
c86a5d8
View commit details
Copy full SHA for c86a5d8
Browse repository at this point
allow for lazy evaluation of a call to new_object() in a constructor, ie we check the actual sys.parent(), not just -1L
lawremi
committed
a609dda
View commit details
Copy full SHA for a609dda
Browse repository at this point
delegate to non-default initialize() when not an S4 object, ie just an S7 extension of S4
lawremi
committed
e4bba92
View commit details
Copy full SHA for e4bba92
Browse repository at this point
constructor wraps new_object() call in initialize() to ensure parent S4 object is properly initialized; assumes that the inherited initialize() method has the same semantics as the default one
lawremi
committed
d9e4f05
View commit details
Copy full SHA for d9e4f05
Browse repository at this point
ensure S7 cannot override an S4 slot with an encapsulated property, with related cleanup
lawremi
committed
d2b754e
View commit details
Copy full SHA for d2b754e
Browse repository at this point
class_extends() correctly detects inheritance between S4 and S7
lawremi
committed
bd4e0e1
View commit details
Copy full SHA for bd4e0e1
Browse repository at this point
explicit NULL return
Show description for 36d225e
lawremi
and
hadley
authored
36d225e
View commit details
Copy full SHA for 36d225e
Browse repository at this point
Commits on Jul 8, 2026
format fix
lawremi
committed
ab070fc
View commit details
Copy full SHA for ab070fc
Browse repository at this point
address a couple of style comments
lawremi
committed
328a84c
View commit details
Copy full SHA for 328a84c
Browse repository at this point
You can’t perform that action at this time.