stencila / libcore

📚 Stencila core function library
Apache License 2.0
5 stars 5 forks source link

Operator functions #13

Closed nokome closed 6 years ago

nokome commented 6 years ago

Implement functions for Mini operators e.g. add, multiply, select. See #9

codecov-io commented 6 years ago

Codecov Report

Merging #13 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #13   +/-   ##
=======================================
  Coverage   91.22%   91.22%           
=======================================
  Files          16       16           
  Lines         114      114           
=======================================
  Hits          104      104           
  Misses         10       10
Impacted Files Coverage Δ
r/R/t_test.R
r/R/is_integer.R
r/R/is_boolean.R
r/R/col.R
r/R/zzz_helpers.R
r/R/is_string.R
r/R/assert.R
r/R/cor.R
r/R/type.R
r/R/cor_kendall.R
... and 18 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 87ca241...15d63ef. Read the comment docs.

nokome commented 6 years ago

@oliver---- and or @michael : this is a first iteration of adding functions for Mini operators (see https://github.com/stencila/mini#other-operators for more details). Most of the function definitions need more work but I would like to merge this now to progress with https://github.com/stencila/mini/pull/19 which is important for plotting and data manipulation functions.