-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
35 lines (35 loc) · 1011 Bytes
/
DESCRIPTION
File metadata and controls
35 lines (35 loc) · 1011 Bytes
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
Package: quartify
Type: Package
Title: Convert R Scripts to 'Quarto' Markdown Documents
Version: 1.1.1
Authors@R: c(
person("Damien", "Dotta", , "damien.dotta@live.fr", role = c("aut", "cre", "cph"))
)
Description: Converts R scripts (.R) into 'Quarto' markdown documents (.qmd) with
automatic formatting. Recognizes 'RStudio' code sections, preserves comments as
narrative text, extracts metadata from special comments, and provides both
programmatic functions and an interactive 'RStudio' add-in for easy conversion.
Language: en-US
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.2
URL: https://ddotta.github.io/quartify/, https://github.com/ddotta/quartify
BugReports: https://github.com/ddotta/quartify/issues
Imports:
rstudioapi,
cli,
shiny,
miniUI,
later,
base64enc,
shinyFiles,
quarto,
utils,
styler,
lintr
Suggests:
testthat (>= 3.0.0),
dplyr,
shinyalert
Config/testthat/edition: 3
Config/Needs/website: pkgdown