On Tue, 14 Jun 2022 12:56:27 -0500 Spencer Graves <spencer.gra...@effectivedefense.org> wrote:
> Warning: <a> escaping malformed URI reference This part is actually important. If you look at the generated HTML for nuclearWeaponStates.Rd, you can see that Tidy complains about the following link: https://www.americansecurityproject.org/ASP%20Reports/Ref%200072%20-%20North%20Korea’s%20Nuclear%20Program%20.pdf The Unicode apostrophe, "’", should be properly URL-encoded, just like the spaces. I think that the appropriate encoding for it would be: https://www.americansecurityproject.org/ASP%20Reports/Ref%200072%20-%20North%20Korea%E2%80%99s%20Nuclear%20Program%20.pdf As pointed out by others, the <table> stuff is generated by R and can't be helped for now. -- Best regards, Ivan ______________________________________________ R-package-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-package-devel