Skip to content
Snippets Groups Projects
Commit 521fb781 authored by Holger Brandl's avatar Holger Brandl
Browse files

added digest to requirements

parent 81fdd970
No related branches found
No related tags found
No related merge requests found
...@@ -55,6 +55,10 @@ require.auto(dplyr) ...@@ -55,6 +55,10 @@ require.auto(dplyr)
require.auto(magrittr) require.auto(magrittr)
require.auto(tidyr) require.auto(tidyr)
## needed for caching
require.auto(digest)
## moved into datatable_commons because replaced almost everywhere with dplyr
#require.auto(data.table) #require.auto(data.table)
...@@ -64,7 +68,7 @@ require.auto(tidyr) ...@@ -64,7 +68,7 @@ require.auto(tidyr)
#### Convenience aliases #### Convenience aliases
echo <- function(...) print(paste(...)) echo <- function(...) cat(paste(...), fill=T)
ac <- function(...) as.character(...) ac <- function(...) as.character(...)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment