Skip to content

Import and analysis functions for the R environment for statistical computing and graphics

Notifications You must be signed in to change notification settings

enviroCar/enviroCaR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

enviroCaR

Import and analysis functions for the R environment for statistical computing and graphics

Installation

Install dependencies

You need the trajectories package, which is available from CRAN; on the R prompt, type

install.packages("trajectories")

or install the development version from github:

library(devtools)
install_gihub("edzer/trajectories")

Install enviroCaR

The enviroCaR package is not on CRAN yet, so please download and install the package manually. For this to work must have both git (http://git-scm.com/downloads) and R (see documentation here for Windows) on your path. Then run the following commands in the command line:

git clone https://github.com/enviroCar/enviroCaR
R CMD INSTALL enviroCaR

Usage

Take a look at the demos to see how to use the package:

library(enviroCaR)
demo(package = "enviroCaR")

Bug reporting

If you find a bug or run into problems, please open a new issue on GitHub: https://github.com/enviroCar/enviroCaR/issues

Before you submit the bug, consider these guidelines.

Development

Contributing

Contributions to this package are always welcome. Take a look at the issues to see what tasks are pending and join the enviroCar mailing list/forum to discuss new ideas.

We follow the fork & pull development modell, so please fork the project and send us your contributions as pull requests.

No work should be done without an issue describing the task.

Documentation

We use roxygen comments in the R files. Take a look at the roxygen2 documentation use it and read these guidelines on documenting functions.

About

See http://envirocar.org to learn more about the project.

License

This R exention package is licensed under GPL version 2 or later.

About

Import and analysis functions for the R environment for statistical computing and graphics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages