Releases: movestore/Template_R_Function_App
Releases · movestore/Template_R_Function_App
v4.0.0: Merge pull request #24 from movestore/feature/sdk-package
Added
- Support for R source scripts from the
./src/app/directory (must be sourced by the App Developer on their own)
Changed
- Extracted MoveApps SDK scripts to R package moveapps while keeping backward compatibility to v3
- Upgraded R to version 4.5.1 (
renv.lock+Dockerfile)
Removed
- App setting type
LOCAL_FILEand its associated functiongetAppFilePath()
v3.2.0: app-setting USER_FILE
v3.1.0: `appspec.json` v1.2 // drop `move1`
update input files
v3.0.5 corrected projection
v3.0.4: R 4.3.2
Merge pull request #14 from movestore/feature/R4.3.2 R 4.3.2
v3.0.3 appspec v1.1
Merge pull request #13 from movestore/feature/appspec_v1_1 appspec v1.1
IO-Type independency
Merge pull request #12 from movestore/bugfix/fix-sysenv-fallback SDK is independent of MoveApps IO-Types
minor fixes and new example data
-
provide new move2 input files (directly downloaded from Movebank with move2 rather than by Translator App) - minor fixes in src/io files
first versioned SDK with move2
-
introduces template versioning (starting w/ v3.0.0 as this is the third major iteration)
-
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 file .github/workflows/template-sync.yml to your fork and execute the GH action manually. -
fix app-configuration for execution on moveapps.org -
clear app output of previously app run at each start of the SDK -
SDK supports [move2](https://gitlab.com/bartk/move2/) and prefers it over [move](https://gitlab.com/bartk/move/). -
output is always move2 -
Upgrade R framework to 4.3.1