Skip to content

Commit cc7f3bc

Browse files
committed
set min r version to 3.1.0 (April, 2014). closes #4
1 parent d37ce7b commit cc7f3bc

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.Rbuildignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
^.*\.Rproj$
22
^\.Rproj\.user$
33
demo.gif
4+
multi_paragraph.gif
45
^\.travis\.yml$

DESCRIPTION

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
Package: WrapRmd
22
Title: RStudio Addin for Wrapping RMarkdown Paragraphs
3+
Description: Provides an RStudio addin for wrapping paragraphs in an RMarkdown
4+
document without inserting linebreaks into spans of inline R code.
35
Version: 0.0.0.9001
4-
Authors@R: person("Tristan", "Mahr", email = "[email protected]", role = c("aut", "cre"))
5-
Description: Provides an RStudio addin for wrapping paragraphs in an RMarkdown document without inserting linebreaks into spans of inline R code.
6+
Authors@R:
7+
person("Tristan", "Mahr", , "[email protected]", role = c("aut", "cre"))
68
Depends:
7-
R (>= 3.2.3)
9+
R (>= 3.1.0)
810
License: MIT + file LICENSE
911
LazyData: true
1012
Imports:
11-
stringr,
13+
stringr (>= 1.0.0),
1214
rstudioapi,
1315
stringi
1416
RoxygenNote: 5.0.1

0 commit comments

Comments
 (0)