Swarchal / platetools

An R package for plotting microtitre plates
Other
54 stars 15 forks source link

set_block: set values in rectangular areas of a plate #1

Closed charles-plessy closed 6 years ago

charles-plessy commented 6 years ago

Hi, I am using platetools since you answered my question on Biostars...

I have written a function to set values in rectangular coordinate areas in a plate. What would you think about adding it to platetools ?

The pull request only contains the function itself, but I have checked that the package passes the R CMD checks after running devtools::document and reloading the package.

Have a nice day,

-- Charles

charles-plessy commented 6 years ago

See on StackOverflow about the Travis failure...

Swarchal commented 6 years ago

Nice, I'll have a proper look later but I'm happy to add it to the package.

codecov[bot] commented 6 years ago

Codecov Report

Merging #1 into master will increase coverage by 0.09%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #1      +/-   ##
==========================================
+ Coverage   96.07%   96.16%   +0.09%     
==========================================
  Files          25       26       +1     
  Lines         738      757      +19     
==========================================
+ Hits          709      728      +19     
  Misses         29       29
Impacted Files Coverage Δ
R/set_block.R 100% <100%> (ø)

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 6d0f4f9...e3946c1. Read the comment docs.