dev-R/promises: new package, add 1.2.0.1

Signed-off-by: Robert Greener <me@r0bert.dev>
This commit is contained in:
Robert Greener
2022-07-02 17:23:32 +01:00
parent 5715424188
commit a5434be792
3 changed files with 59 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
<?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>