Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am emmamendelsohn on github.
  • I am emmamendelsohn (https://keybase.io/emmamendelsohn) on keybase.
  • I have a public key whose fingerprint is 55D1 5FF1 4275 6CDE 1364 9CA7 BCBD 2E93 5935 D76F

To claim this, I am signing this object:

library(eidith)
library(tidyverse)
library(rnaturalearth)
library(sf)
library(leaflet)
library(leaflet.extras)
# library(mapedit)
# library(mapview)
# library(ggmap)
library(lubridate)
library(tidyverse)
library(eidith) # devtools::install_github("ecohealthalliance/eidith")
# import_local_db(database = "global")
se_asia <- c("Cambodia", "Malaysia, Sabah", "Malaysia, Peninsular",
"Bangladesh" , "Indonesia", "China", "Lao PDR", "Vietnam",
"Myanmar", "Thailand", "Nepal", "India")
events <- ed2_events()
---
title: "Enabling R Package Install on Silicon Macs"
date: "`r Sys.Date()`"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```