mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-08 03:40:34 -04:00
18 lines
793 B
XML
18 lines
793 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>me@r0bert.dev</email>
|
|
<name>Robert Greener</name>
|
|
</maintainer>
|
|
<longdescription lang="en">Import excel files into R. Supports '.xls' via the embedded 'libxls' C library https://github.com/libxls/libxls and '.xlsx' via the embedded 'RapidXML' C++ library http://rapidxml.sourceforge.net. Works on Windows, Mac and Linux without external dependencies.</longdescription>
|
|
<upstream>
|
|
<maintainer>
|
|
<name>Jennifer Bryan</name>
|
|
<email>jenny@rstudio.com</email>
|
|
</maintainer>
|
|
<bugs-to>https://github.com/tidyverse/readxl/issues</bugs-to>
|
|
<remote-id type="github">tidyverse/readxl</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|