Skip to content

SDKs sdk-v0.13.1

Latest

Choose a tag to compare

@github-actions github-actions released this 01 Sep 16:00
· 20 commits to main since this release

AILANG Parse SDK release 0.13.1. R source tarball attached.

Install via the attached tarball:

install.packages(
  "https://github.com/sunholo-data/ailang-parse/releases/download/sdk-v0.13.1/ailangparse_0.13.1.tar.gz",
  repos = NULL, type = "source"
)

Or directly from the repo subdir:

remotes::install_github("sunholo-data/ailang-parse", subdir = "sdks/r", ref = "sdk-v0.13.1")