blob: 6d99dd541b9aef7fb3184937f9f00f19b3b60344 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<description>co-maintainers welcome</description>
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
<longdescription lang="en">Constructs paths to your project's files.
Declare the relative path of a file within your project with 'i_am()'.
Use the 'here()' function as a drop-in replacement for 'file.path()',
it will always locate the files relative to your project root.</longdescription>
<upstream>
<maintainer>
<name>Kirill Müller</name>
<email>krlmlr+r@mailbox.org</email>
</maintainer>
<bugs-to>https://github.com/r-lib/here/issues</bugs-to>
<remote-id type="github">r-lib/here</remote-id>
</upstream>
</pkgmetadata>
|