File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -103,6 +103,8 @@ if (.version == package_version("1.0")) {
103
103
where the strings are in the `YYYY-MM-DD` format or are equal to a missing placeholder value.
104
104
- `"date-time"`: a HDF5 string datatype that can be represented by a UTF-8 encoded string,
105
105
where the strings are Internet Date/Time format, or are equal to a missing placeholder value.')
106
+ } else {
107
+ cat("<!--- -->")
106
108
}
107
109
```
108
110
Original file line number Diff line number Diff line change @@ -73,6 +73,8 @@ The contents of `values` is subject to some constraints:
73
73
``` {r, echo=FALSE, results="asis"}
74
74
if (.version == package_version("1.0")) {
75
75
cat(" Missing integers may also be represented by the special value -2147483648.")
76
+ } else {
77
+ cat("<!--- -->")
76
78
}
77
79
```
78
80
- ` "boolean" ` : values should be JSON booleans or ` null ` (for missing values).
@@ -111,6 +113,8 @@ if (.version >= package_version("1.0")) {
111
113
``` {r, echo=FALSE, results="asis"}
112
114
if (.version == package_version("1.0")) {
113
115
cat(" Missing integers may also be represented by the special value -2147483648.")
116
+ } else {
117
+ cat("<!--- -->")
114
118
}
115
119
```
116
120
- ` levels ` , an array of unique strings containing the levels for the indices in ` values ` .
@@ -119,6 +123,8 @@ if (.version == package_version("1.0")) {
119
123
if (.version >= package_version("1.1")) {
120
124
cat("- (optional) `ordered`, a boolean indicating whether to assume that the levels are ordered.
121
125
If absent, levels are assumed to be non-ordered.")
126
+ } else {
127
+ cat("<!--- -->")
122
128
}
123
129
```
124
130
You can’t perform that action at this time.
0 commit comments