Skip to content

Reflected changes in upstream version 0.2

jens.preussner requested to merge upstream_v0.2 into master

There have been some changes in i2dash (see commit ba2dd9fe6f577817cb0467af67667f781441a43c), that made some minor adjustments of file paths neccessary. From now on, envs should be loaded from file.path(datadir, "{{ env_id }}.rds") in a template, and envs should be saved into file.path(object@datadir, paste0(env_id, ".rds")) in the component script.

Edited by jens.preussner

Merge request reports