posit-dev / posit-dev/rsconnect-python
Support the Quarto knitr engine when deploying content
まだ誰も着手していません。
- 主要言語
- Python
- スター
- 37
- フォーク
- 28
- 平均マージ
- 1日 3時間
- マージ済み PR(30日)
- 7
説明
Goal
Allow content using the Quarto knitr engine to be deployed and to have a
manifest written. Today validate_quarto_engines (rsconnect/actions.py) accepts
only markdown and jupyter and rejects everything else, including knitr.
Why
knitr is the default Quarto engine for documents that mix R and Python chunks.
Now that rsconnect-python can carry R dependencies from renv.lock, the original
reason for excluding knitr no longer applies, so the rejection blocks a case
the tool can otherwise handle. Raised in review:
https://github.com/posit-dev/rsconnect-python/pull/785#discussion_r3431999679
References
- rsconnect/actions.py (
validate_quarto_engines) — the engine allowlist. - rsconnect/main.py — the four Quarto entry points already branch on
"jupyter" in enginesand handle the no-Python-environment case (markdown). - renv.lock R-dependency support: PR: support for parsing renv.lock #785
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
rsconnect/actions.py の validate_quarto_engines から始めて現在のエンジン検証を追跡し、次に rsconnect/main.py にある4つの Quarto エントリポイントと、既存の jupyter ブランチおよび markdown ブランチを調べます。既存のエントリポイントと関連するチェックを手がかりに、knitr を使用する Quarto コンテンツのデプロイが、マニフェストの書き込みと Python 環境がない場合を含めて機能することを確認します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python, r
- 領域
- cli
- issue の種類
- 機能追加
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 活発さ
- 静か
- 明瞭さ
- 明確に書かれている
- 初心者へのやさしさ
- 78/100