-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
19 lines (19 loc) · 852 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
19 lines (19 loc) · 852 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Package: inlineOutputAddin
Type: Package
Title: Inline Output Addin for RStudio
Version: 0.0.3
Authors@R: person("Daniel", "Rakotomalala", email = "rakdanielh@gmail.com", role = c("aut","cre"))
Description: Provides an RStudio addin that evaluates selected code (or the
current top-level expression) and inserts or updates a marked, commented
output block directly in an R script. Code is run in the global
environment so objects persist between runs, making plain R scripts behave
like lightweight notebooks while remaining standard '.R' files.
License: MIT + file LICENSE
Encoding: UTF-8
Imports: rstudioapi
Suggests: magrittr, testthat (>= 3.0.0)
Config/testthat/edition: 3
RoxygenNote: 7.3.3
Depends: R (>= 3.6.0)
URL: https://github.com/danielrak/inlineOutputAddin
BugReports: https://github.com/danielrak/inlineOutputAddin/issues