Skip to content

greenore/systemR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

systemR

Introduction

systemR is an open source packages to interact with the operation system (OS) on the shell level.

Install

Installing directly from Github requires some helper packages. The easies way to setup systemR is to source the following «init.R» script and then install and run the package with the packagesGithub function.

Windows:

source("https://rawgit.com/greenore/initR/master/init.R")
packagesGithub("systemR", repo_name="greenore")

Linux:

source(pipe(paste("wget -O -", "https://rawgit.com/greenore/initR/master/init.R")))
packagesGithub("systemR", repo_name="greenore")

About

A small package to interact with the OS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages