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
The makeRepo() function was fixed in Issue #156 to pass the filters argument to pkgAvail(), but the addPackage() function, which uses the makeRepo() function internally, still cannot specify the filters argument to be passed to the final pkgAvail() function, so that default value filters = NULL is set, and the same problem as in #156 is occurring in the addPackage() function.
As in #156, this can be solved by setting available_packages_filters, but if the addPackage() function can specify the filters argument and pass it to the makeRepo() function, everything can be solved in the function, This would be more preferable.
I would appreciate it if you could consider this.
The text was updated successfully, but these errors were encountered:
indenkun
changed the title
I want to specify the filters argument in the addPackage() function as well as in the makeRepo() function.
specify the filters argument in the addPackage() function as well as in the makeRepo() function.
Nov 25, 2024
Dear Developers and Maintainers.
The
makeRepo()
function was fixed in Issue #156 to pass the filters argument topkgAvail()
, but theaddPackage()
function, which uses themakeRepo()
function internally, still cannot specify thefilters
argument to be passed to the finalpkgAvail()
function, so that default valuefilters = NULL
is set, and the same problem as in #156 is occurring in the addPackage() function.As in #156, this can be solved by setting
available_packages_filters
, but if theaddPackage()
function can specify thefilters
argument and pass it to themakeRepo()
function, everything can be solved in the function, This would be more preferable.I would appreciate it if you could consider this.
The text was updated successfully, but these errors were encountered: