-
-
Notifications
You must be signed in to change notification settings - Fork 878
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
?name does not compile html in rmarkdown using knitr #1314
Comments
Must use results = "asis" in the chunk options. |
It seems you didn't read the issue guidelines but just deleted them when you opened this issue: it is not correctly formatted, and it is not a reproducible example (e.g. you used printr but it was not reflected in the R Markdown source). |
Thank you very much for your reply. Douglas H. Jones, PhD On Wed, Nov 2, 2016 at 11:48 PM, Yihui Xie notifications@github.com wrote:
|
My problem is that printr does not render the html code of help pages for Douglas H. Jones, PhD On Thu, Nov 3, 2016 at 12:27 AM, Douglas Jones douglas.h.jones@gmail.com
|
Here is my sessionInfo()
locale: [5] LC_TIME=English_United States.1252 attached base packages: other attached packages: loaded via a namespace (and not attached): [5] MASS_7.3-45 lattice_0.20-34 minqa_1.2.4 stringr_1.0.0 [9] tools_3.3.2 nnet_7.3-12 pbkrtest_0.4-6 [17] MatrixModels_0.4-1 htmltools_0.3.5 yaml_2.1.13 lme4_1.1-12 [21] assertthat_0.1 digest_0.6.9 tibble_1.1 [29] stringi_1.1.1 SparseM_1.7 Douglas H. Jones, PhD On Thu, Nov 3, 2016 at 1:59 AM, Douglas Jones douglas.h.jones@gmail.com
|
If you think you found an issue, please prove it is real by a minimal reproducible example. When you open a Github issue, you are expected to read the instructions listed in the issue template. Since you didn't provide such an example, I have to take time to show it is not real. Here is my minimal example that works fine:
|
title: "More Remedies for Error Problems" %\VignetteEncoding{UTF-8}install.packages("rmarkdown", repos = "https://cloud.r-project.org/", type
= "source")
R Libraries
Remedy for correlated errors: Generalized Least Squares
library(faraway)
data("longley")
help(longley) sessionInfo() Douglas H. Jones, PhD On Thu, Nov 3, 2016 at 2:11 AM, Yihui Xie notifications@github.com wrote:
|
The compiled file is attached: |
Could you actually read the first two paragraphs of this page first? https://github.com/yihui/knitr/blob/master/.github/CONTRIBUTING.md |
I did and I resubmitted my report earlier today. Best, Doug Douglas H. Jones, PhD On Thu, Nov 3, 2016 at 12:26 PM, Yihui Xie notifications@github.com wrote:
|
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue by following the issue guide (https://yihui.org/issue/), and link to this old issue if necessary. |
RESULTS:
"## [1] "x" "y1" "y2" "y3" "x4" "y4"
"##
"##
"##
"##
"##
Four Regression Datasets
"##
"##
Description
ETC.
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 7 x64 (build 7601) Service Pack 1
locale:
[1] LC_COLLATE=English_United States.1252
[2] LC_CTYPE=English_United States.1252
[3] LC_MONETARY=English_United States.1252
[4] LC_NUMERIC=C
[5] LC_TIME=English_United States.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] robustbase_0.92-6 quantreg_5.29 SparseM_1.7 MASS_7.3-45
[5] car_2.1-3 faraway_1.0.7 printr_0.0.6 knitr_1.14
loaded via a namespace (and not attached):
[1] Rcpp_0.12.5 magrittr_1.5 splines_3.3.2
[4] lattice_0.20-34 minqa_1.2.4 stringr_1.0.0
[7] tools_3.3.2 parallel_3.3.2 nnet_7.3-12
[10] pbkrtest_0.4-6 grid_3.3.2 nlme_3.1-128
[13] mgcv_1.8-15 MatrixModels_0.4-1 htmltools_0.3.5
[16] yaml_2.1.13 lme4_1.1-12 assertthat_0.1
[19] digest_0.6.9 tibble_1.1 Matrix_1.2-7.1
[22] nloptr_1.0.4 formatR_1.4 evaluate_0.10
[25] rmarkdown_1.1 stringi_1.1.1 DEoptimR_1.0-6"
The text was updated successfully, but these errors were encountered: