Skip to content

Commit 68f7fe8

Browse files
authored
Merge pull request #14 from tenderle/master
Version 0.1.13 (merge prototype version)
2 parents 9a4eb4a + 0c79e2b commit 68f7fe8

File tree

2 files changed

+19
-12
lines changed

2 files changed

+19
-12
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: ptable
22
Type: Package
3-
Date: 2018-09-29
3+
Date: 2018-11-20
44
Title: Generation of perturbation tables
5-
Version: 0.1.11
5+
Version: 0.1.13
66
Authors@R: c(person("Tobias", "Enderle", email = "[email protected]", role = c("aut", "cre")),
77
person("Sarah", "Giessing", email = "[email protected]", role = c("ctb")))
88
Description: This package computes perturbation tables with probabilities or pre-drawn perturbation values.

README.md

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,23 @@ We have a first rough version with which interested users may play around. Feedb
1515

1616
### News
1717

18+
#### ToDo's
19+
20+
- Merge the two main functions `pt_create_pParams(...)` and `pt_create_pTable(...)` into one function
21+
- Allow for special cases: extended parameter setting, i.e. improved row-wise parameter settings
22+
- Add theoretical short description
23+
- Add vignettes (documentation)
24+
- Add error codes
25+
- Improved `fifi_...`-functions
26+
- Add test environment
27+
- Improve accuracy of ptable by means of digits-functionality
28+
- Add generic functions in pt\_methods.R, e.g. plot(...)
29+
- Update optimization for predrawn allocation if `type="abs"`
30+
31+
#### Version 0.1.12/13
32+
33+
- Prepared for prototype testing
34+
1835
#### Version 0.1.11
1936

2037
- Some minor updates of graphic outputs (e.g. font sizes)
@@ -55,16 +72,6 @@ We have a first rough version with which interested users may play around. Feedb
5572

5673
- first uploaded version
5774

58-
#### ToDo's
59-
60-
- Allow for special cases: extended parameter setting, i.e. improved row-wise parameter settings
61-
- Add theoretical short description
62-
- Add vignettes
63-
- Improved `fifi_...`-functions
64-
- Add test environment
65-
- Improve accuracy of ptable by means of digits-functionality
66-
- Add generic functions in pt\_methods.R, e.g. plot(...)
67-
- Add optimization for predrawn allocation if `type="abs"`
6875

6976
### Installation
7077

0 commit comments

Comments
 (0)