-
Notifications
You must be signed in to change notification settings - Fork 1
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
341 fix and speed up pulling package usage #344
341 fix and speed up pulling package usage #344
Conversation
1.0.0 release
1.0.0 release
…-files' of https://github.com/r-world-devs/gitstats into 341-when-running-multiple-pull_r_package_use-use-pulled-files
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## devel #344 +/- ##
==========================================
+ Coverage 75.40% 84.59% +9.19%
==========================================
Files 12 15 +3
Lines 992 1948 +956
==========================================
+ Hits 748 1648 +900
- Misses 244 300 +56 ☔ View full report in Codecov by Sentry. |
…ctor check_package_as_dependency. Refactoring of the function is swithcing totally to search rest api with filtering response by files (NAMESPACE, DESCRIPTION) instead of pulling them in separate process which was very time consuming. Fixing pulling files for setup repositories (i.e. when they are used instead of pulling new) is a side-effect of earlier tries to optimize the check_package_as_dependency function. This feature is not now used in the function, but it may be helpful in future developments.
No description provided.