44 lines
1.4 KiB
Markdown
44 lines
1.4 KiB
Markdown
# ESS Interim Data Analysis Tool for Windows OS
|
|
|
|
This repository contains the tool and R portable that allows users to run the interim data analysis without any R knowledge or other software prerequisities besides using Windows.
|
|
|
|
This is just a simple C# wrapper that runs (provided) R portable.
|
|
R portable is sourced from Sourceforge.net: https://sourceforge.net/projects/rportable/
|
|
|
|
## How to use the tool
|
|
|
|
### End users
|
|
|
|
Please use the zip file provided via MyESS.
|
|
If for some reason that is not available, they can use the `Tool.zip` file from the `end_users/` subdirectory in this repository.
|
|
|
|
### Developers
|
|
|
|
The `Tool/` subdirectory contains the source code for the GUI tool.
|
|
After compilations make sure to create the following directory structure under (!) the final executable (say `tool.exe`):
|
|
- tool.exe
|
|
- `R/` should contain a copy of `R_portable` directory contents
|
|
- `Tool_files/` should contain a copy of `TOOL_FILES` directory contents
|
|
|
|
**Important information**
|
|
`TOOL_FILES` only contains old demo scripts and is not updated regularly in this repository. Please use the appropriate GIT repository for the latest versions of scripts!
|
|
|
|
## LICENSE
|
|
|
|
Gnu GPL V2. Please see included LICENSE file.
|
|
|
|
## AUTHORS
|
|
|
|
European Social Survey WP8 team:
|
|
- Joost Kappelhof
|
|
- Roberto Briceno.Rosas
|
|
- May Doušak
|
|
|
|
Programming:
|
|
- May Doušak
|
|
|
|
## SUPPORT
|
|
|
|
may.dousak@fdv.uni-lj.si or the appropriate MyESS folder
|
|
|