package version increased to 0.99.3
struct version increased to 0.99.5
... | ... |
@@ -1,7 +1,7 @@ |
1 | 1 |
Package: structToolbox |
2 | 2 |
Type: Package |
3 | 3 |
Title: Some tools bult using the struct package |
4 |
-Version: 0.99.2 |
|
4 |
+Version: 0.99.3 |
|
5 | 5 |
Author: Gavin Rhys Lloyd |
6 | 6 |
Maintainer: Gavin Rhys Lloyd <[email protected]> |
7 | 7 |
Description: Extends the class templates provided by the struct package to |
... | ... |
@@ -78,7 +78,7 @@ Collate: |
78 | 78 |
'vec_norm_class.R' |
79 | 79 |
'wilcox_test_class.R' |
80 | 80 |
'zzz.R' |
81 |
-Depends: R (>= 4.0), struct (>= 0.99.4) |
|
81 |
+Depends: R (>= 4.0), struct (>= 0.99.5) |
|
82 | 82 |
Imports: ggplot2, |
83 | 83 |
ggthemes, |
84 | 84 |
grid, |