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

install.packages("RLumShiny") error #12

Closed
1457634627 opened this issue Jan 27, 2021 · 1 comment
Closed

install.packages("RLumShiny") error #12

1457634627 opened this issue Jan 27, 2021 · 1 comment
Labels

Comments

@1457634627
Copy link

XMLTree.c: In function ‘xmlBufferWrite’:
XMLTree.c:1394:9: error: void value not ignored as it ought to be
ret = xmlBufferAdd((xmlBufferPtr) context, (const xmlChar *) buffer, len);
^
make: *** [/usr/lib64/R/etc/Makeconf:172: XMLTree.o] Error 1
ERROR: compilation failed for package ‘XML’

removing ‘/usr/lib64/R/library/XML’
ERROR: dependency ‘XML’ is not available for package ‘Luminescence’
removing ‘/usr/lib64/R/library/Luminescence’
ERROR: dependency ‘Luminescence’ is not available for package ‘RLumShiny’
removing ‘/usr/lib64/R/library/RLumShiny’
The downloaded source packages are in
‘/tmp/RtmpLadHqx/downloaded_packages’
Updating HTML index of packages in '.Library'
Making 'packages.html' ... done
Warning messages:
1: In install.packages("RLumShiny") :
installation of package ‘XML’ had non-zero exit status
2: In install.packages("RLumShiny") :
installation of package ‘Luminescence’ had non-zero exit status
3: In install.packages("RLumShiny") :
installation of package ‘RLumShiny’ had non-zero exit status

How to solve this ?

@RLumSK
Copy link
Collaborator

RLumSK commented Nov 1, 2021

@1457634627 Sorry for the late response, it appears that this slipped through.

What you describe, however, is not related to RLumShiny but the package XML for which the compilation failed and hence not a bug in RLumShiny.

@RLumSK RLumSK closed this as completed Nov 1, 2021
@RLumSK RLumSK added the invalid label Nov 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants