-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
38 lines (38 loc) · 865 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Package: pyrdocs
Type: Package
Title: Generate R and Python Documentation for a Quarto Website
Version: 0.1.2
Author: Zoe Meers
Maintainer: Zoe Meers <[email protected]>
Description: Generates R and Python documentation in a format similar to `pkgdown` which is specifically built for R packages. Distinctly, function references have R and Python tabs with the function definition and arguments for both programming languages.
License: MIT
Encoding: UTF-8
LazyData: true
Imports:
quarto,
ecodown,
tools,
parsermd,
rstudioapi,
magrittr,
pkgdown,
downlit,
crayon,
quarto,
git2r,
purrr,
rlang,
here,
gert,
yaml,
fs
Roxygen: list(markdown = TRUE)
Suggests:
knitr,
covr,
testthat (>= 3.0.0),
rmarkdown
Remotes:
zmeers/ecodown
Config/testthat/edition: 3
VignetteBuilder: knitr