-
Notifications
You must be signed in to change notification settings - Fork 5
Update documentation, remove endpoint not yet served #75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 5 commits
25b6ea0
c98c636
13c40f9
65213f5
eacbffa
67713c1
f7996dd
0ffbad0
80a556f
1892983
1215ef8
257f8cd
bb2e224
4b7205c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
library("devtools") | ||
devtools:document() | ||
devtools::document() | ||
devtools::document() | ||
devtools::check() | ||
.Last.error.trace | ||
install.packages("markdown") | ||
library(markdown) | ||
devtools::document() | ||
devtools::check() | ||
install.packages("Pandoc") | ||
2 | ||
install.packages("pandoc") | ||
devtools::document() | ||
devtools::check() | ||
library(Pandoc) | ||
library(pandoc) | ||
devtools::document() | ||
devtools::check() | ||
Sys.getenv("RSTUDIO_PANDOC") | ||
export RSTUDIO_PANDOC=/Applications/RStudio.app/Contents/MacOS/pandoc |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With fix from #74, maybe this could be a character vector.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ditto for probably every instance of "character string" below.