<?xml version="1.0" encoding="UTF-8"?>
<oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
  <dc:title>Task Queue for Parallel Computing Based on PostgreSQL</dc:title>
  <dc:title>R package taskqueue version 0.2.0</dc:title>
  <dc:description>Implements a task queue system for asynchronous parallel computing 
    using 'PostgreSQL' &lt;https://www.postgresql.org/&gt; as a backend. Designed for 
    embarrassingly parallel problems where tasks do not communicate with each other.
    Dynamically distributes tasks to workers, handles uneven load balancing, and 
    allows new workers to join at any time. Particularly useful for running large 
    numbers of independent tasks on high-performance computing (HPC) clusters with 
    'SLURM' &lt;https://slurm.schedmd.com/&gt; job schedulers.</dc:description>
  <dc:type>Software</dc:type>
  <dc:relation>Depends: R (&gt;= 4.1.0)</dc:relation>
  <dc:relation>Imports: settings, stats, stringr, RPostgres, ggplot2, whisker, rlang,
shiny, DBI, ssh</dc:relation>
  <dc:relation>Suggests: knitr, rmarkdown, testthat (&gt;= 3.0.0)</dc:relation>
  <dc:creator>Bangyou Zheng &lt;bangyou.zheng@csiro.au&gt;</dc:creator>
  <dc:publisher>Comprehensive R Archive Network (CRAN)</dc:publisher>
  <dc:contributor>Bangyou Zheng [aut, cre]</dc:contributor>
  <dc:rights>MIT + file LICENSE (https://CRAN.R-project.org/package=taskqueue/LICENSE)</dc:rights>
  <dc:date>2025-12-03</dc:date>
  <dc:format>application/tgz</dc:format>
  <dc:identifier>https://CRAN.R-project.org/package=taskqueue</dc:identifier>
  <dc:identifier>doi:10.32614/CRAN.package.taskqueue</dc:identifier>
</oai_dc:dc>
