Here are some tips on getting R development working with Yosemite. Contribute what you know below and I'll add it in.
I went ahead and re-installed all of my homebrew
. You can find out what you have installed with
__ _,-"~^"-. | |
_// ) _,-"~` `. | |
." ( /`"-,-"` ; | |
/ 6 ; | |
/ , ,-" ; | |
(,__.--. \ / ; | |
//' /`-.\ | | `._________ | |
_.-'_/` ) )--...,,,___\ \-----------,) | |
((("~` _.-'.-' __`-. ) // | |
jgs ((("` (((---~"` // |
Here are some tips on getting R development working with Yosemite. Contribute what you know below and I'll add it in.
I went ahead and re-installed all of my homebrew
. You can find out what you have installed with
#remotes::install_github("ropensci/cchecks") | |
library(cchecks) | |
myaddress <- whoami::email_address() | |
# cchn_register(myaddress) | |
pkgs <- cch_maintainers(sub("@", "_at_", myaddress))$data$packages | |
msgs <- c("warn", "error") | |
rules <- lapply(pkgs$package, function(pkg) list(package=pkg)) |
# Ubuntu
sudo apt-get install gpa seahorse
# MacOS with https://brew.sh/