Pandora-IsoMemo / TraceR

An app to generate a visual representation of a relational map
https://pandora-isomemo.github.io/TraceR/
GNU General Public License v3.0
0 stars 0 forks source link

Warnings in current beta branch #28

Open jan-abel-inwt opened 3 weeks ago

jan-abel-inwt commented 3 weeks ago

DataTools:

Warning: The `importType` argument of `importDataServer()` is deprecated as of DataTools
24.08.0.
ℹ Please use the `importType` argument of `importServer()` instead.
ℹ If importType != 'data', please use `importServer()` instead of
  `importDataServer()`.
ℹ For example, `importServer(importType = 'list')`.
ℹ The deprecated feature was likely used in the TraceR package.
  Please report the issue to the authors.
Warning: The `importType` argument of `importDataServer()` is deprecated as of DataTools
24.08.0.
ℹ Please use the `importType` argument of `importServer()` instead.
ℹ If importType != 'data', please use `importServer()` instead of
  `importDataServer()`.
ℹ For example, `importServer(importType = 'model')`.
ℹ The deprecated feature was likely used in the TraceR package.
  Please report the issue to the authors.

jsonlite

Input to asJSON(keep_vec_names=TRUE) is a named vector. In a future version of jsonlite, this option will not be supported, and named vectors will be translated into arrays instead of objects. If you want JSON object output, please use a named list instead. See ?toJSON.