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

Fix package deduplication #68

Merged
merged 4 commits into from
Apr 27, 2023
Merged

Fix package deduplication #68

merged 4 commits into from
Apr 27, 2023

Conversation

Enchufa2
Copy link
Member

Closes #67

@codecov
Copy link

codecov bot commented Apr 27, 2023

Codecov Report

Merging #68 (94dffc6) into master (084c1a1) will not change coverage.
The diff coverage is 100.00%.

❗ Current head 94dffc6 differs from pull request most recent head c96bc1f. Consider uploading reports for the commit c96bc1f to get more accurate results

@@           Coverage Diff           @@
##           master      #68   +/-   ##
=======================================
  Coverage   63.96%   63.96%           
=======================================
  Files           5        5           
  Lines         222      222           
=======================================
  Hits          142      142           
  Misses         80       80           
Impacted Files Coverage Δ
R/utils.R 91.04% <100.00%> (ø)

@Enchufa2 Enchufa2 merged commit 5d5f223 into master Apr 27, 2023
8 checks passed
@Enchufa2 Enchufa2 deleted the fix/67 branch April 27, 2023 18:56

# Tests for default path
echo "options(bspm.version.check=TRUE)" >> /etc/R/Rprofile.site
echo "options(install.packages.compile.from.source='never')" >> /etc/R/Rprofile.site
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is that one new?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, it's the same. But the failure was specific to this code path, so I added this section.

@Enchufa2 Enchufa2 mentioned this pull request May 20, 2023
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

Successfully merging this pull request may close these issues.

Error in ask_user: duplicate row.names
2 participants