Bug 280006 - sysutils/R-cran-ps: Error: Not implemented on this platform: `ps_handle`
Summary: sysutils/R-cran-ps: Error: Not implemented on this platform: `ps_handle`
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL: https://github.com/r-lib/ps/issues/13
Keywords:
Depends on:
Blocks:
 
Reported: 2024-06-26 15:34 UTC by Zsolt Udvari
Modified: 2024-09-24 03:08 UTC (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Zsolt Udvari freebsd_committer freebsd_triage 2024-06-26 15:34:11 UTC
Install R-cran-ps from repository.

> library(ps)
> ps_pids()
Error in ps_pids() : Not implemented for this platform
> p <- ps_handle()
Error: Not implemented on this platform: `ps_handle`

The "make test" passed because the `test_check` runs only ps_is_supported() - but for me it's false! The last line of tests/testthat.R:
if (ps_is_supported()) test_check("ps", reporter = reporter)