You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,19 @@
1
1
# googlesheets4 (development version)
2
2
3
-
Help files below `man/` have been re-generated, so that they give rise to valid HTML5.
4
-
5
3
The mere existence of an invalid named range no longer prevents googlesheets4 from dealing with a Sheet (#175).
6
4
5
+
googlesheets4 now understands that Google Sheets can have 10 million cells (up from 5 million) (#257).
6
+
7
+
## Internal matters
8
+
9
+
Help files below `man/` have been re-generated, so that they give rise to valid HTML5. (This is the impetus for this release, to keep the package safely on CRAN.)
10
+
11
+
Examples now use `@examplesIf` to express when a token or an interactive session is required for successful execution.
12
+
13
+
Errors have been revised to (more often) reveal the most appropriate call, i.e. the high-level function called by the user as opposed to an internal helper (#255).
14
+
15
+
Informative messages now route through `cli::cli_inform()`, instead of `cli::cli_bullets()`.
0 commit comments