Closed AliSajid closed 1 month ago
This stack of pull requests is managed by Graphite. Learn more about stacking.
Join @AliSajid and the rest of your teammates on Graphite
3 reviewers were added to this PR based on Ali Sajid Imami's automation.
1 assignee was added to this PR based on Ali Sajid Imami's automation.
TL;DR
Updated package version and added internal keywords to utility functions.
What changed?
@keywords internal
to several utility functions in utilities.R:.ilincsBaseUrl()
.validateLibrary()
validateLibraries()
stopIfInvalidLibraries()
loadMetadata()
.return_library()
How to test?
Why make this change?
The addition of
@keywords internal
to utility functions helps to clearly distinguish between public and internal API functions. This improves package organization and prevents users from directly accessing functions that are meant for internal use only. The version update reflects these changes and keeps the package versioning consistent.