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時間
- マージ済み PR(30日)
- 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 にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
評価
この issue はまだ評価されていません。