# systemdR **Repository Path**: rainoffallingstar/systemdR ## Basic Information - **Project Name**: systemdR - **Description**: systemdR: an R package for managing systemd service and timers in linux - **Primary Language**: R - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-27 - **Last Updated**: 2024-06-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### systemdR This is an R package for managing systemd services and timers in linux. #### Installation ``` r pak::pak("rainoffallingstar/systemdR") ``` #### Example ``` r # for systemd service ServiceClass$new() # for systemd timer TimerClass$new() ```