posit-dev / posit-dev/rsconnect-python
quarto: write-manifest and deploy should recommend rsconnect when using knitr engine
未关闭
@aronatkins 已经在做这个了。
开始于 2024年3月26日。
- 主要语言
- Python
- 星标
- 37
- 派生
- 28
- 平均合并
- 1 天 3 小时
- 30 天内合并 PR
- 7
描述
Hi,
I am trying to use rsconnect from the command line to build a manifest.json file for my quarto (book) project.
When I run the following code in the root of my quarto project directory, in powershell:
rsconnect write-manifest quarto .
It creates a manifest.json file but is missing some crucial information within this file. There is no R package information and is missing:
"locale": "en_GB",
"platform": "4.3.1",
"metadata": { # (this is included except the discrepancies below)
............
"primary_html": null, # missing
"content_category": null, # is 'site'
"has_parameters": false # missing
Any help?
Thanks,
Jake
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
评估
这个 Issue 还没有评估数据。