Skip to content

Commit 79a741b

Browse files
committed
update NEWS and DESCRIPTION
1 parent e1a349b commit 79a741b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: rmarkdown
22
Type: Package
33
Title: Dynamic Documents for R
4-
Version: 1.0.9016
4+
Version: 1.1
55
Authors@R: c(
66
person("JJ", "Allaire", role = c("aut", "cre"), email = "jj@rstudio.com"),
77
person("Joe", "Cheng", role = "aut", email = "joe@rstudio.com"),

inst/NEWS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
rmarkdown 1.1 (unreleased)
1+
rmarkdown 1.1
22
--------------------------------------------------------------------------------
33

44
* Fixed an issue where attempts to render an R Notebook could fail if the
@@ -29,13 +29,13 @@ rmarkdown 1.1 (unreleased)
2929

3030
* `pdf_document(keep_tex = TRUE)` will generate the .tex document even if PDF
3131
conversion fails (#779).
32-
32+
3333
* Move latex header includes to just before \begin{document}
3434

3535
* Special 'global' chunk label for runtime: shiny which designates
3636
a chunk to be run once and only once in the global environment
3737
(startup performance improvement for multi-user shiny documents)
38-
38+
3939
* Ensure supporting files are writeable (#800)
4040

4141
* Make the "show code" buttons more CSS-friendly (#795)

0 commit comments

Comments
 (0)