Skip to content

Commit

Permalink
update NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
JanMarvin committed Aug 9, 2023
1 parent b82d12c commit ed4f05d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# openxlsx2 (development version)

## Fixes

* corrections in vignettes


***************************************************************************


# openxlsx2 0.8

Expand Down
2 changes: 1 addition & 1 deletion vignettes/openxlsx2_formulas_manual.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ wb$add_worksheet("sum_examples")
### Note: dataTable formula do not need to be used inside of dataTables. dataTable formula are for referencing the data within the dataTable.
sum_examples <- data.frame(
description = c("sum_sales_price", "sum_product_Price_Quantity"),
formula = c( "", "")
formula = c("", "")
)
wb$add_data(x = sum_examples)
Expand Down

0 comments on commit ed4f05d

Please sign in to comment.