The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

org is a framework for organizing R projects with a standardized structure. It helps manage the three main components of most analyses:
Each component has specific requirements and best practices that
org helps enforce. The package provides tools to:
install.packages("org")help(package="org") for detailed function
documentation# Initialize a new project
org::initialize_project(
env = .GlobalEnv,
home = "/path/to/project", # Contains Run.R and R/ folder
results = "/path/to/results", # Where results will be stored
data_raw = "/path/to/data" # Raw data location
)
# Access project settings
org::project$results_today # Today's results folder
org::project$data_raw # Raw data folderContributions are welcome! Please feel free to submit a Pull Request.
This package is licensed under the MIT License - see the LICENSE file for details.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.