← Back to home
Comparison · DevOps

ps vs rappdirs

A side-by-side editorial comparison of ps and rappdirs — release velocity, themes, recent moves, and the top alternatives to consider.

Shared themes:cross-platform

ps vs rappdirs: at a glance

Featurepsrappdirs
SectorDevOpsDevOps
Velocity score0.00.0
Sparks · 30d00
Top themesprocesses, r-lib, processx, cross-platformfilesystem, config-paths, dependency, dormant
Last editorial update1h ago1h ago
WebsiteVisit →Visit →

What is ps?

ps grew from a process inspector into the thing that reliably kills what you started.

ps is the cross-platform process API underneath processx and callr, and its recent work splits between widening what it can query and hardening the guarantee that a handle still refers to the process you think it does. Version 1.8.0 added interruptible multi-process waiting, vectorised signalling, and graceful kill with a TERM-then-KILL grace period. Version 1.9.3 rebuilt Linux process creation times on a clock pair instead of integer-second boot time, closing a window where two processes could look identical.

Read the full ps trajectory →

What is rappdirs?

Load-bearing across CRAN, and untouched since January 2021.

rappdirs answers one question — where does an application put its data, cache and config on this operating system — and it has answered it the same way since 2014. The last release was 0.3.3 in January 2021, a revert of accidental vectorisation introduced four days earlier. The only substantive change in the package's visible history is 0.3.2 teaching user_data_dir(), use_cache_dir() and use_config_dir() to respect the R_USER_DATA_DIR, R_USER_CACHE_DIR and R_USER_CONFIG_DIR environment variables.

Read the full rappdirs trajectory →

ps vs rappdirs: editorial side-by-side

P
ps
DEVOPS
0.0

ps grew from a process inspector into the thing that reliably kills what you started.

◆ Current state

ps is the cross-platform process API underneath processx and callr, and its recent work splits between widening what it can query and hardening the guarantee that a handle still refers to the process you think it does. Version 1.8.0 added interruptible multi-process waiting, vectorised signalling, and graceful kill with a TERM-then-KILL grace period. Version 1.9.3 rebuilt Linux process creation times on a clock pair instead of integer-second boot time, closing a window where two processes could look identical.

◆ Where it's heading

The direction is from observation to control. Early releases in view are per-process queries — CPU times, memory, affinity — and the newer ones are orchestration: wait on many processes with a timeout, signal a list of handles at once, terminate a tree politely before forcing it. The create-time precision work is what makes that safe, since a handle's identity is a PID plus a start time, and a one-second resolution start time is not enough to rule out PID reuse on a busy machine.

◆ Prediction

Expect the remaining platform-specific gaps in ps_status() and ps_apps() to close before any new capability area opens, since the recent additions have all been driven by processx issue reports.

R
rappdirs
DEVOPS
0.0

Load-bearing across CRAN, and untouched since January 2021.

◆ Current state

rappdirs answers one question — where does an application put its data, cache and config on this operating system — and it has answered it the same way since 2014. The last release was 0.3.3 in January 2021, a revert of accidental vectorisation introduced four days earlier. The only substantive change in the package's visible history is 0.3.2 teaching user_data_dir(), use_cache_dir() and use_config_dir() to respect the R_USER_DATA_DIR, R_USER_CACHE_DIR and R_USER_CONFIG_DIR environment variables.

◆ Where it's heading

Nothing is heading anywhere, and that is the finding. A port of a Python utility with no open direction, four releases in eleven years, and a dependency position underneath a large share of CRAN packages that need a cache directory. The 0.3.2 and 0.3.3 pair is instructive: a real improvement shipped alongside an accidental behaviour change that had to be reverted within the week, and then silence.

◆ Prediction

The entries give no basis for predicting a next release; on eleven years of evidence the most likely next change is a CRAN-mandated check fix rather than anything user-facing.

Alternatives to ps and rappdirs

Other DevOps products tracked by Sparkpulse, ranked by recent ship velocity. Each card links to a full editorial trajectory and lets you pivot into a head-to-head comparison with either ps or rappdirs.

See all ps alternatives → · See all rappdirs alternatives →

Recent activity from ps and rappdirs

Latest ship moves from both products, interleaved chronologically. ⚡ = editorial spark.

  1. 3mo agopsSub-second process create times on Linux
  2. 4mo agopsps_string() for unique process identification
  3. 1y agopsBuild correctly on Alpine Linux
  4. 1y agopsmaxrss reporting and selectable columns in ps()
  5. 1y agopsInstallable again on unsupported platforms
  6. 1y agopsMulti-process waiting, vectorised signals and graceful kill
  7. 5y agorappdirsRevert accidental vectorisation from 0.3.2
  8. 5y agorappdirsRespect the R_USER_*_DIR environment variables
  9. 10y agorappdirsrappdirs 0.3.1
  10. 11y agorappdirsFirst CRAN release

Frequently asked questions

What is the difference between ps and rappdirs?

Both compete on the same themes — cross-platform — within DevOps. ps and rappdirs are shipping at a similar cadence (velocity 0.0 vs 0.0, both within Sparkpulse's "active" band). See the at-a-glance table above for a side-by-side breakdown of velocity, recent sparks, and editorial themes.

Is ps better than rappdirs?

Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. ps and rappdirs are shipping at a similar cadence (velocity 0.0 vs 0.0, both within Sparkpulse's "active" band). For your specific use case, the alternatives sections above list other DevOps products to evaluate alongside.

What are the best alternatives to ps?

Top ps alternatives in DevOps are ranked by recent ship velocity. Browse the "ps alternatives" section above for the current picks, or visit /alternatives/ps-r for the full list with editorial commentary on each.

What are the best alternatives to rappdirs?

Top rappdirs alternatives in DevOps are ranked by recent ship velocity. Browse the "rappdirs alternatives" section above for the current picks, or visit /alternatives/rappdirs for the full list with editorial commentary on each.