Files
guru/dev-R/promises/metadata.xml
Robert Greener a5434be792 dev-R/promises: new package, add 1.2.0.1
Signed-off-by: Robert Greener <me@r0bert.dev>
2022-07-02 17:23:36 +01:00

18 lines
857 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>me@r0bert.dev</email>
<name>Robert Greener</name>
</maintainer>
<longdescription lang="en">Provides fundamental abstractions for doing asynchronous programming in R using promises. Asynchronous programming is useful for allowing a single R process to orchestrate multiple tasks in the background while also attending to something else. Semantics are similar to 'JavaScript' promises, but with a syntax that is idiomatic R.</longdescription>
<upstream>
<maintainer>
<name>Joe Cheng</name>
<email>joe@rstudio.com</email>
</maintainer>
<bugs-to>https://github.com/rstudio/promises/issues</bugs-to>
<remote-id type="github">rstudio/promises</remote-id>
</upstream>
</pkgmetadata>