posit-dev / posit-dev/rsconnect-python
quarto: write-manifest and deploy should recommend rsconnect when using knitr engine
Offen
@aronatkins arbeitet bereits daran.
Seit 26.3.2024.
- Vorherrschende Sprache
- Python
- Sterne
- 37
- Forks
- 28
- Ø Merge
- 1 T. 3 Std.
- Gemergte PRs (30 T.)
- 7
Beschreibung
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
Beitragsleitfaden
Erste Schritte
- Lies das ganze Issue und danach den Beitragsleitfaden des Projekts.
- Schreib ins Issue, dass du es übernimmst — das erspart doppelte Arbeit.
- Forke das Repository und arbeite in einem Branch.
- Öffne einen Pull Request, der die Issue-Nummer nennt.
Bewertung
Dieses Issue wurde noch nicht bewertet.