-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRMarkdown Default.txt
24 lines (23 loc) · 1.14 KB
/
RMarkdown Default.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#################
# R Markdown panel output when knitting Default.Rmd
#################
==> rmarkdown::render('/Users/leahym/Documents/Projects/DU/APA style guides/apa7 rmarkdown/papaja-sample/Default.Rmd', encoding = 'UTF-8');
Tracing function "loadNamespace" in package "base (not-exported)"
Dotted pair list of 14
$ : language rmarkdown::render("/Users/leahym/Documents/Projects/DU/APA style guides/apa7 rmarkdown/papaja-sample/Default.Rmd"| __truncated__
$ : language create_output_format(output_format$name, output_format$options)
$ : language create_output_format_function(name)
$ : language eval(parse(text = name))
$ : language eval(parse(text = name))
$ : language papaja::apa6_pdf
$ : language getExportedValue(pkg, name)
$ : language asNamespace(ns)
$ : language getNamespace(ns)
$ : language loadNamespace(name)
$ : language .doTrace({ if (package == "papaja") ...
$ : language eval.parent(exprObj)
$ : language eval(expr, p)
$ : language eval(expr, p)
Error in loadNamespace(name) : there is no package called ‘papaja’
Calls: <Anonymous> ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Execution halted