- update of input files for testing apps. Files now include
move2_loc
andtelemetry.list
I/O types, and projected and not projected data. All details included in the README.txt in the data/raw folder.
- Upgrade
R
framework to4.3.2
- introduce
appspec.json
version1.1
- documentation link is not required any more
- removed MoveApps IO-Type dependency
- provide new move2 input files
- minor fixes in src/io files
-
introduces template versioning (starting w/
v3.0.0
as this is the third major iteraction) -
introduces
dotenv
to control/adjust local app-development -
updates developer readme
-
introduces a Template Syncronisation GH action. Use it to synchronize your forked app with template updates. If you already forked from the template before SDK
v3.0.0
you can manually add the files.github/workflows/template-sync.yml
and.github/.templatesyncignore
to your fork. With these files you can manually execute the GH action named .github/workflows/template-sync.yml. Only use this option if your app is written for input data of classmove2
-
fix app-configuration for execution on moveapps.org
-
clear app output of previously app run at each start of the SDK
-
SDK supports
move2
, if input is of classmove
it will be converted into classmove2
. -
output is always move2
-
Upgrade
R
framework to4.3.1