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: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,8 @@
3
3
New features:
4
4
5
5
* interop and tooling: READ and WRITE of ActiveBinding may have side effects. This is communicated via `KEY_INFO` to the tools and other languages (e.g., a debugger may warn before evaluating an ActiveBinding)
6
+
* the MRAN mirror used by FastR as default repo was moved to https://mran.microsoft.com/snapshot/2018-06-20
7
+
* new function `install.fastr.packages` to install FastR rJava replacement and possibly other packages in the future
"You can run function install.fastr.packages('data.table') to install it from GitHub.")),
57
+
dplyr= c(paste0(
58
+
"The current version of CRAN dplyr uses some C API that FastR cannot emulate.\n",
59
+
"For the best results we recommend installing revision dbbb918771bb6f803f5f9a126a38b613f7af0211 from https://github.com/tidyverse/dplyr and its dependencies from CRAN.\n",
60
+
"The installation of dplyr via `install.packages('dplyr')` already installed all the dependencies. If you wish so you can now override the problematic version of dplyr with:\n",
0 commit comments