Skip to content

Commit

Permalink
Release 0.7 (#626)
Browse files Browse the repository at this point in the history
* bump version

* fix typos update wordlist

* revdepcheck run - No changes to commit

---------

Co-authored-by: GitHub Actions <actions@github.com>
  • Loading branch information
JanMarvin and actions-user committed May 26, 2023
1 parent 49e271d commit 4b9ee94
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 9 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
@@ -1,7 +1,7 @@
Type: Package
Package: openxlsx2
Title: Read, Write and Edit 'xlsx' Files
Version: 0.6.1.9000
Version: 0.7
Language: en-US
Authors@R: c(
person("Jordan Mark", "Barbone", email = "jmbarbone@gmail.com", role = "aut", comment = c(ORCID = "0000-0001-9788-3628")),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
@@ -1,4 +1,4 @@
# openxlsx2 (in development)
# openxlsx2 (0.7)

## New features

Expand Down
2 changes: 1 addition & 1 deletion R/class-workbook-wrappers.R
Expand Up @@ -2944,7 +2944,7 @@ wb_add_ignore_error <- function(
#' @param showRowColHeaders Logical: if TRUE row and column headers are shown
#' @param showRuler Logical: if TRUE a ruler is shown in page layout view
#' @param showWhiteSpace Logical: if TRUE margins are shown in page layout view
#' @param showZeros Logical: if FALSE cells containg zero are shown blank if !showFormulas
#' @param showZeros Logical: if FALSE cells containing zero are shown blank if !showFormulas
#' @param tabSelected Integer: zero vector indicating the selected tab
#' @param topLeftCell Cell: the cell shown in the top left corner / or top right with rightToLeft
#' @param view View: "normal", "pageBreakPreview" or "pageLayout"
Expand Down
31 changes: 30 additions & 1 deletion inst/WORDLIST
@@ -1,6 +1,8 @@
ARGB
Arial
ArrowsGray
CHARSET
CHINESEBIG
CMD
COUNTA
Calibri
Expand All @@ -9,21 +11,26 @@ Colorscale
DL
Databars
Dropmenu
EASTEUROPE
ExcelDate
FFFFC
FFFFFF
Github
Gnumeric
GrossProfit
Interger
JIS
JOHAB
LastModifiedBy
Libreoffice
OEM
Openoffice
POSIXct
POSIXt
Philipp
Radiobuttons
RedToBlack
SHIFTJIS
STDEV
STDEVP
SalesPrice
Expand All @@ -49,6 +56,7 @@ bgFill
bool
calc
calcChain
calculatedColumn
cellWatches
charset
chartShapes
Expand Down Expand Up @@ -97,13 +105,14 @@ defaultPivotStyle
defaultTableStyle
detectDates
df
difftime
displayEmptyCellsAs
drawingHF
dxf
dxfs
eg
embeddings
emptyCellReference
evalError
evenFooter
evenHeader
extLst
Expand All @@ -118,15 +127,20 @@ firstActiveCol
firstActiveRow
firstCol
firstColumn
firstColumnStripe
firstFooter
firstHeader
firstHeaderCell
firstRow
firstRowStripe
firstSheet
firstTotalCell
fitToHeight
fitToWidth
fontColor
fontName
fontSize
formulaRange
freezePane
gc
github
Expand All @@ -141,8 +155,12 @@ hasDrawing
hdpi
headFoot
headerFooter
headerRow
hms
ignoredErrors
lastColumn
lastHeaderCell
lastTotalCell
legacyDrawing
legacyDrawingHF
lessThan
Expand All @@ -154,6 +172,7 @@ lightHorizontal
lightTrellis
lightUp
lightVertical
listDataValidation
localName
localSheet
lockStructure
Expand All @@ -173,6 +192,7 @@ nestings
notBetween
notEqual
numFmt
numberStoredAsText
numfmt
numfmts
oddFooter
Expand All @@ -182,6 +202,8 @@ oneCellAnchor
openxlsx
openxml
ou
pageBreakPreview
pageLayout
pageMargins
pageSetup
paperSize
Expand Down Expand Up @@ -216,6 +238,8 @@ rowNames
rowOffset
rowname
sapply
secondColumnStripe
secondRowStripe
sep
sharedStrings
sheetCalcPr
Expand Down Expand Up @@ -270,22 +294,27 @@ th
threadComments
threadedComments
topLeftCell
totalRow
totalsRowCount
twoCellAnchor
twoDigitTextYear
unescaping
ungroup
unicode
unlockedFormula
unprotect
vbaProject
vdpi
veryHidden
vm
vml
wb
wbColor
wbColour
wbProcedure
wbWorkbook
webPublishItems
wholeTable
windowHeight
windowProtection
windowWidth
Expand Down
2 changes: 1 addition & 1 deletion man/wb_set_sheetview.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions revdep/README.md
Expand Up @@ -2,22 +2,22 @@

|field |value |
|:--------|:----------------------------|
|version |R version 4.2.3 (2023-03-15) |
|version |R version 4.3.0 (2023-04-21) |
|os |Ubuntu 20.04.6 LTS |
|system |x86_64, linux-gnu |
|ui |X11 |
|language |(EN) |
|collate |C.UTF-8 |
|ctype |C.UTF-8 |
|tz |UTC |
|date |2023-04-21 |
|date |2023-05-26 |
|pandoc |2.19.2 @ /usr/bin/pandoc |

# Dependencies

|package |old |new |Δ |
|:---------|:------|:------|:--|
|openxlsx2 |0.6 |0.6.1 |* |
|openxlsx2 |0.6.1 |0.7 |* |
|magrittr |2.0.3 |2.0.3 | |
|R6 |2.5.1 |2.5.1 | |
|Rcpp |1.0.10 |1.0.10 | |
Expand Down
2 changes: 1 addition & 1 deletion vignettes/openxlsx2_style_manual.Rmd
Expand Up @@ -376,7 +376,7 @@ wb <- wb_load(system.file("extdata", "oxlsx2_sheet.xlsx", package = "openxlsx2")

# Style strings

Using `fmt_txt()` is possible to style strings indepentenly of the cell containing the string.
Using `fmt_txt()` is possible to style strings independently of the cell containing the string.

```{r}
txt <- paste(
Expand Down

0 comments on commit 4b9ee94

Please sign in to comment.