ycphs / openxlsx

openxlsx - a fast way to read and write complex xslx files
https://ycphs.github.io/openxlsx/
Other
226 stars 75 forks source link

adds `as.character.formula()` #315

Closed jmbarbone closed 9 months ago

jmbarbone commented 2 years ago

Resolves #312 by adding export as.character.formula()

@klin333 would you be able to test your issue with this branch?

remotes::install_github("jmbarbone/openxlsx@312-as-character")

You should also get a natural warning when attaching a conflict:

library(openxlsx)
library(formula.tools)
#> Registered S3 method overwritten by 'formula.tools':
#>   method               from    
#>   as.character.formula openxlsx

Created on 2022-01-11 by the reprex package (v2.0.1)

codecov-commenter commented 2 years ago

Codecov Report

Merging #315 (b153994) into master (f4bf841) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #315   +/-   ##
=======================================
  Coverage   67.70%   67.71%           
=======================================
  Files          34       34           
  Lines        8897     8898    +1     
=======================================
+ Hits         6024     6025    +1     
  Misses       2873     2873           
Impacted Files Coverage Δ
R/writeData.R 88.39% <100.00%> (+0.06%) :arrow_up:

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 5e44c5e...b153994. Read the comment docs.

github-actions[bot] commented 1 year ago

This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.