mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 19:30:37 -04:00
18 lines
858 B
XML
18 lines
858 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">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>
|