You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recent (Dec. 2023) xml2 v1.3.6 exports xml_find_int() which basically does as.integer(xml_find_num(.)).
#2439 found that all of our internal usages work just like that -- convert xml_find_num() output to integer. Therefore we should switch everything to the new function.
Tried this in #2439 directly but it caused some issues. Anyway, it might be best to let the hot-off-the-presses {xml2} release simmer a bit before we include the functionality, so I'll leave this to the next release.
The text was updated successfully, but these errors were encountered:
Recent (Dec. 2023) xml2 v1.3.6 exports
xml_find_int()
which basically doesas.integer(xml_find_num(.))
.#2439 found that all of our internal usages work just like that -- convert
xml_find_num()
output to integer. Therefore we should switch everything to the new function.Tried this in #2439 directly but it caused some issues. Anyway, it might be best to let the hot-off-the-presses {xml2} release simmer a bit before we include the functionality, so I'll leave this to the next release.
The text was updated successfully, but these errors were encountered: