Skip to content

Commit

Permalink
Merge branch 'master' of ssh://github.com/achubaty/r-config
Browse files Browse the repository at this point in the history
  • Loading branch information
achubaty committed Jun 28, 2023
2 parents 85a6e4c + c5c404c commit d7b3629
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .R/Makevars-macOS
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
CC=clang
CXX=clang++
CXX=clang++ -std=gnu++11
PKG_CXXFLAGS= -stdlib=libc++ -std=c++11

## use the section below when installing data.table from source
#LLVM_LOC = /usr/local/opt/llvm
Expand Down
6 changes: 4 additions & 2 deletions .config/rstudio/rstudio-prefs.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"save_workspace": "never",
"load_workspace": false,
"save_workspace": "never",
"remove_history_duplicates": true,
"highlight_selected_line": true,
"margin_column": 100,
Expand All @@ -13,8 +13,9 @@
"style_diagnostics": true,
"code_completion": "manual",
"font_size_points": 12,
"editor_theme": "Cobalt",
"spelling_dictionary_language": "en_CA",
"posix_terminal_shell": "bash",
"editor_theme": "Cobalt",
"panes": {
"quadrants": [
"Source",
Expand Down Expand Up @@ -52,6 +53,7 @@
"rainbow_parentheses": true,
"document_author": "Alex M. Chubaty",
"file_monitor_ignored_components": [
"cache/",
"data/",
"inputs/",
"outputs/",
Expand Down

0 comments on commit d7b3629

Please sign in to comment.