summaryrefslogtreecommitdiff
path: root/dev-R/here/metadata.xml
blob: cb3f9404fdfc1015c5307437ad295e4fba31aaa4 (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 "https://liguros.gitlab.io/dtd/metadata.dtd">
<pkgmetadata>
 <maintainer type="person">
  <email>lssndrbarbieri@gmail.com</email>
  <name>Alessandro Barbieri</name>
  <description>co-maintainers welcome</description>
 </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>
   <email>krlmlr+r@mailbox.org</email>
   <name>Kirill Müller</name>
  </maintainer>
  <bugs-to>https://github.com/r-lib/here/issues</bugs-to>
 </upstream>
 <origin>gentoo-guru-overlay</origin>
</pkgmetadata>