Skip to content

Commit d4b4c93

Browse files
committed
More checks fixes
1 parent 4191f5f commit d4b4c93

13 files changed

Lines changed: 231 additions & 206 deletions

DESCRIPTION

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Authors@R:
66
Description: Provides an R interface to Delta Lake via the delta-rs Rust library.
77
Enables reading and writing Delta Lake tables with full ACID transaction support,
88
time travel, and schema evolution capabilities.
9-
License: Apache License (>= 2) + file LICENSE
9+
License: Apache License (>= 2)
1010
Encoding: UTF-8
1111
Roxygen: list(markdown = TRUE)
1212
RoxygenNote: 7.3.2
@@ -17,6 +17,7 @@ SystemRequirements: Cargo (Rust's package manager), rustc >= 1.88, xz
1717
Depends:
1818
R (>= 4.2)
1919
Imports:
20+
methods,
2021
nanoarrow,
2122
rlang,
2223
S7

LICENSE

Lines changed: 0 additions & 201 deletions
This file was deleted.

0 commit comments

Comments
 (0)