File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 1+ # 21.2.0
2+ * Support for packages in 2021-02-01 CRAN snapshot:
3+ * testthat 3.0.1 is partially supported.
4+ * FastR does not support parallel tests run, i.e. run testthat only with ` Sys.setenv(TESTTHAT_PARALLEL="false") ` .
5+ * tibble 3.0.6 , vctrs 0.3.6, and data.table 1.13.6 are mostly supported.
6+ * Support for dplyr 1.0.3, ggplot 3.3.3, and knitr 1.31 is a work in progress.
7+
8+ Bug fixes:
9+
10+ * ` read.dcf ` does not ignore whitespaces in fields any more.
11+ * ` list.files ` gives correct result in a subdirectory with the same prefix as its parent directory.
12+ * Whitespaces in quantifiers in regular expressions are ignored.
13+ * GNU-R does not comply with PCRE with this behavior.
14+ * ` sys.frame ` displays frames for ` NextMethod ` correctly.
15+ * ` parent.frame ` is able to get the frame that is no longer on the stack.
16+ * Which is not recommended due to the documentation of ` parent.frame ` , but some packages do that nonetheless.
17+
118# 21.1.0
219
320* Upgraded FastR to R 4.0.3
You can’t perform that action at this time.
0 commit comments