openxlsx icon indicating copy to clipboard operation
openxlsx copied to clipboard

adds `as.character.formula()`

Open jmbarbone opened this issue 2 years ago • 1 comments

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)

jmbarbone avatar Jan 11 '22 14:01 jmbarbone

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.

codecov-commenter avatar Jan 11 '22 15:01 codecov-commenter

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.

github-actions[bot] avatar Jan 14 '23 02:01 github-actions[bot]