Skip to content
/ run Public

Run an R Application

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

dlindelof/run

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

run

The run package facilitates the deployment of R application bundled as R packages. It will automatically install the package and its dependencies, and run the package's main() function if it exists.

Installation

You can install the released version of run from CRAN with:

install.packages("run")

Example

Suppose your application has been packaged as myapp_0.1.0.tar.gz. To run your application, run the following from the shell:

foo@bar:~$ Rscript -e "run::run('myapp_0.1.0.tar.gz')"

About

Run an R Application

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Packages

No packages published

Languages