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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remote packages not recognized #49

Open
bitbacchus opened this issue May 22, 2020 · 0 comments
Open

Remote packages not recognized #49

bitbacchus opened this issue May 22, 2020 · 0 comments

Comments

@bitbacchus
Copy link

First is first:

Thanks so much for the holepunch package! It's a awesome :-) 馃

I didn't actually experience this bug, but I read through the source code of write_compendium_description() and found, what I believe is a typo:

if (length(remote_pkgs > 0)) {

As I understand it, this line is always false. It should be

if (length(remote_pkgs) > 0) { 

Best,
Sebastian

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