Skip to content
Snippets Groups Projects
Commit 3483753d authored by Marko Bohanec's avatar Marko Bohanec
Browse files

Version 1.0.2 CRAN

parent 445dfc17
No related branches found
Tags v1.0.2
No related merge requests found
......@@ -14,25 +14,32 @@ A typical workflow with 'DEXiR' consists of:
4. analyzing alternatives (selective_explanation(), plus_minus(), compare_alternatives()),
5. making charts.
'DEXiR' is restricted to using models produced externally by the 'DEXi' software and does not
provide functionality for creating and/or editing DEXi models directly in 'R'.
## Current version
1.0.1, initial version, being submitted to CRAN.
Bug reports and suggestions are appreciated.
1.0.2. Bug reports and suggestions are appreciated.
## Installation
From [CRAN](https://cran.r-project.org/), The Comprehensive R Archive Network:
```{R}
# From files in dexir/packages/:
install.packages("DEXiR")
library(DEXiR)
```
install.packages("dexir/packages/DEXiR_1.0.1.tar.gz", repos = NULL, type = "source")
From files in dexir/packages/:
# or
```{R}
install.packages("dexir/packages/DEXiR_1.0.2.tar.gz", repos = NULL, type = "source")
```
or
install.packages("dexir/packages/DEXiR_1.0.1.zip", repos = NULL)
```{R}
install.packages("dexir/packages/DEXiR_1.0.2.zip", repos = NULL)
```
## License
......
This diff is collapsed.
File added
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment