Skip to content

Releases: movestore/Template_R_Function_App

v4.0.0: Merge pull request #24 from movestore/feature/sdk-package

20 Oct 07:59
c332df0

Choose a tag to compare

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_FILE and its associated function getAppFilePath()

v3.2.0: app-setting USER_FILE

18 Mar 07:04
38e6b01

Choose a tag to compare

What's Changed

Full Changelog: v3.1.0...v3.2.0

v3.1.0: `appspec.json` v1.2 // drop `move1`

13 Feb 07:54
d7424c1

Choose a tag to compare

update input files

18 Dec 13:03

Choose a tag to compare

v3.0.5

corrected projection

v3.0.4: R 4.3.2

29 Nov 13:22
f692f18

Choose a tag to compare

Merge pull request #14 from movestore/feature/R4.3.2

R 4.3.2

v3.0.3 appspec v1.1

04 Sep 11:02
b1b214e

Choose a tag to compare

Merge pull request #13 from movestore/feature/appspec_v1_1

appspec v1.1

IO-Type independency

22 Aug 08:53
888087b

Choose a tag to compare

Merge pull request #12 from movestore/bugfix/fix-sysenv-fallback

SDK is independent of MoveApps IO-Types

minor fixes and new example data

26 Jul 12:15
2395f89

Choose a tag to compare

  • 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

22 Jun 09:43
905c5bb

Choose a tag to compare

  • 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