问题标签 [slidify]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
r - R:安装失败 Slidify - 错误:命令失败 (1) 无法识别为 ai/e 命令
我正在尝试安装 slidify 但它返回错误。我想这是目录名称引起的。
我是 R 的新手,我什至尝试使用以下代码手动安装它:
最后,如果它有助于我发布 sessionInfo() 的结果,在 Windows 8 x64 上运行:
你有什么想法来解决它吗?我用谷歌搜索但没有发现任何有用的东西
r - 如何在 Slidify 中创建一个滚动条来处理超出范围的页面内容?
我正在与Slidify
in合作R
,我正面临这个奇怪的问题。如果我放置了太多无法放入页面的内容或绘制了从页面溢出的内容,那么我在html
. 有什么办法可以scroller
在超出页面高度的页面上放置一个。
javascript - 是否可以从 slidify 测验中存储值?
只是在看 Ramnath 的 R 交互式文档教程http://goo.gl/Ltiybq,顺便说一句,这绝对很棒!一个问题是是否可以将测验的答案存储在 R 会话中
mustache - 在 slidify 中转义小胡子字符
我在我的 slidify 中使用以下嵌入式代码。这是来自 AngularJS 代码的代码片段。
我有 2 个问题。
模板占位符({{title}}、{{name}})在最终演示文稿中消失。我希望它们按原样呈现,并带有一些语法突出显示。我该如何逃避这些?我试过
{r eval=F} and
r 和 ```js。他们都有同样的问题。我可以在 slidify 中使用的语法荧光笔的完整列表在哪里(```r 除外)。
我浏览了 slidify 文档和堆栈溢出问题,但找不到任何可行的解决方案。
html - 仅使用 knitr 更改 HTML5 中的字体大小
我正在使用knitr
生成 HTML5 幻灯片,并使用以下代码:
但是,字体大小(对于普通文本和 R 代码)较大,因此我希望将它们缩小。我知道有一种方法slidify
可以将.Rmd
文件转换为 HTML5,但我想知道是否有一种更简单的方法可以只使用knitr
? 由于某种原因,我暂时不想使用slidify
。
目前我将以下代码放在.Rmd
文件末尾:
r - 在 Slidify 的幻灯片中渲染 rCharts
最近我一直在尝试slidify
和rCharts
。使用 slidify 生成简单图表的教程是解释性的,但我找不到任何关于 rCharts 的此类教程。
例如,我知道下面会生成一个交互式绘图
但是,我不知道如何使用slidify
.
编辑 - 在有用的评论之后
我尝试了以下方法,在 Ramnath 的git上看到了它:
但最终出现了这个错误:
之后我决定将 Ramnath 的小部件中的 nvd3 文件夹直接复制到我的文件夹中,希望这能解决问题。然而,这最终在后台疯狂地显示了 Ramnath 的 git 页面以及我的幻灯片!
该怎么办?我非常感谢任何有关如何完成此任务的指南/指针/建议。而且,我希望这个问题能帮助像我这样的其他新手使用精彩的 rCharts。
注意:我使用的是 R 的标准编辑器,而不是 R-studio。我觉得前者不那么混乱。
html - 滑动示例页面不起作用
当我打开这个 slidify 演示文稿时,我得到的只是第一张幻灯片。它没有改变,我对此无能为力。当我在我的计算机上尝试包示例时,也会发生同样的事情。
它看起来更像是我的浏览器而不是 R 或包的问题。
r - 将 slidify 发布到 Dropbox 时遇到问题
我创建了一个slidify
幻灯片,但是当我尝试将我的保管箱帐户放入公用文件夹时,我得到一个warning
:
我尝试hard symbolic link
按照http://thiagosilva.wordpress.com/2013/02/17/installing-slidify-on-a-windows-machine/的建议创建一个。
但是警告仍然存在...
有任何想法吗?
此致!
r - Send/share sensitive R slidify presentation via email or other secure methods
I would like to send to someone else a presentation that I have created using R
and slidfy
, but it contains sensitive information, so putting it up onto github pages
using the gh-pages
branch and then sending the URL isn't really an option, since all github pages are public, as suggested here.
Pushing it up to the glimmer shiny server as well seems a bit unsecure too...(I would ideally like to do this for free so setting up a server to host the one presentation seems a bit cumbersome and overkill for my purposes)
I don't think dropbox would work either since any URL link that is produced if someone else types it into an address bar, would probably be able to download it and view the sensitive information...
Is there a way of sending the presentation (by email or other methods) that contains all the necessary files for it to work, so that a person who doesn't use R can open it and view it easily. (i.e. without having to send them a zip file of all the files (i.e. the assets
and libraries
and figure
folders etc), asking them to unzip it and then opening the index.html
file)?
Edit
I forgot to mention that the presentations include nvd3 and morrisjs graphs too, making it difficult to bring over all the files in one go...
Edit2
Given all the libraries used are public libraries, is there a way for it to reference a URL instead of a local drive?
r - 如何在 slidify 中打印表格?
我想在 slidify 中将 data.frame 的内容显示为表格。我知道如何使用 ascii 库从 data.frames 创建 Markdown 表,但是当我尝试将它与 slidify 一起使用时,我没有看到输出 html 中的表,而是看到了一堆关于 ascii 表内部结构的信息。
那么如何在 slidify 中打印例如 head(some.data.frame)?
编辑:
事实上,我想在 CRAN 任务视图中显示一个视图表,现在我在 Markdown 中手动输入了该表:
我想从ctv
包中自动创建这个表。我已经在 data.frame 中收集了我需要的信息:
这导致
我使用ascii
包进行降价
在 R 终端中显示了这一点:
但是当我的文件和它print
的代码块中的最后一行时,我在幻灯片中看到以下内容:Rmd
slidify