Added dependencies and imports

This commit is contained in:
2020-10-02 12:25:15 +01:00
parent e54280a349
commit 6c8bab8da6

View File

@@ -13,9 +13,14 @@ Description: RMODB implements a metadata-object database for storing R
de-serialised using the reverseof the serialize to binary memory de-serialised using the reverseof the serialize to binary memory
process. process.
License: LGPL (>= 2.1) License: LGPL (>= 2.1)
Depends: R (>= 3.5.0)
Encoding: UTF-8 Encoding: UTF-8
NeedsCompilation: yes
LazyData: true LazyData: true
Roxygen: list(markdown = TRUE) Roxygen: list(markdown = TRUE)
RoxygenNote: 7.0.2 RoxygenNote: 7.0.2
Suggests: Suggests:
testthat testthat
SystemRequirements: libmariadb-client-dev | libmariadb-client-lgpl-dev | libmysqlclient-dev (deb)
Imports:
checkmate