reactorlabs/rir

R API for contexts

オープン

#911 opened on 2020/09/22

 (0 件のコメント) (0 件のリアクション) (1 人の担当者)C++ (19 件のフォーク)github user discovery
help wanted

Repository metrics

Stars
 (61 個のスター)
PR merge metrics
 (平均マージ 1m) (30d で 1 merged PR)

説明

There should be an R api to create contexts. This needs some thinking as to ensure that the R implementation and the C++ code of contexts stay in sync. In R we can represent the context just as a RAW vector or similar. Probably the most part should be done in C++. One option would be to use envs?

function() {
  arg1 <- c("eager","int")
  arg3 <- c("eager")
  noReflection <- T
  new.context(environment())
}

This might collide with #913

コントリビューターガイド