Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

specify the filters argument in the addPackage() function as well as in the makeRepo() function. #160

Open
indenkun opened this issue Nov 21, 2024 · 0 comments

Comments

@indenkun
Copy link

Dear Developers and Maintainers.

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.

@indenkun 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant