jlaake / marked

R package for analysis of mark-recapture data solely with R
9 stars 9 forks source link

Markdown #9

Closed dsjohnson closed 5 years ago

dsjohnson commented 5 years ago

I added the rmarkdown file and package structure. You can test it out with:

devtools::install_github("dsjohnson/marked@markdown", subdir="marked", build_vignettes = T)

then

vignette("markedVignette")

to see it.