generated from karthik/binder-test
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhp.R
30 lines (20 loc) · 1.12 KB
/
hp.R
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
install.packages("remotes")
remotes::install_github("karthik/holepunch")
library(holepunch)
write_compendium_description(package = "tiger_secr",
description = "code for estimating tiger density using camtrap and secr package")
# to write a description, with dependencies listed
# It's good practice to now go fill in the placeholder text.
write_dockerfile(maintainer = "Nishant_Bhardwaj")
# To write a dockerfile. It will automatically pick the date of the last modified file, match it to
# that version of R and add it here. You can override this by passing r_date to some arbitrary date
# (but one for which a R version exists).
generate_badge()
# This generates a badge for your readme.
# At this time 🙌 push the code to GitHub 🙌
# If you're new to Git/GitHub, you can click the Git tab on Rstudio, then click commit to see
# all changed files/folders, including the hidden .binder folder. Give this a commmit message and push
# And click on the badge or use the function below to get the binder built ahead of time.
build_binder()
# 🤞🚀
Now, run through analysis.R till you get to a plot