summaryrefslogtreecommitdiff
path: root/dev-R/R6/metadata.xml
blob: 2d54321344e4ce2db85b52fcff718d8b894a1ca1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?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">Creates classes with reference semantics, similar to R's built-in
reference classes. Compared to reference classes, R6 classes are simpler
and lighter-weight, and they are not built on S4 classes so they do not
require the methods package. These classes allow public and private
members, and they support inheritance, even when the classes are defined in
different packages.</longdescription>
 <upstream>
  <maintainer>
   <email>winston@stdout.org</email>
   <name>Winston Chang</name>
  </maintainer>
  <changelog>https://cran.r-project.org/web//packages/R6/news/news.html</changelog>
  <bugs-to>https://github.com/r-lib/R6/issues</bugs-to>
  <doc lang="en">https://cran.r-project.org/web//packages/R6/R6.pdf</doc>
 </upstream>
 <origin>gentoo-guru-overlay</origin>
</pkgmetadata>