Commit 44a4f19
authored
Release 0.7.1 (#101)
* fix: correct argument names for S3 generic
CRAN issued a new policy. The first argument of S3 methods
must coincide with the generic
Version: 0.7.0
Check: S3 generic/method consistency
Result: WARN
as_data_backend:
function(data, primary_key, ...)
as_data_backend.OMLRun:
function(x, primary_key, ...)
See section ‘Generic functions and methods’ in the ‘Writing R
Extensions’ manual.
* fix: rename variable in function1 parent a27ec01 commit 44a4f19
3 files changed
+7
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 | | |
2 | 6 | | |
3 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
225 | | - | |
226 | | - | |
| 225 | + | |
| 226 | + | |
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
| |||
0 commit comments