Skip to content

Commit

Permalink
Merge pull request #6 from r-lib/main
Browse files Browse the repository at this point in the history
Update
  • Loading branch information
SebKrantz authored Jun 6, 2024
2 parents 7e31ea7 + 0e1352c commit a25bbfb
Show file tree
Hide file tree
Showing 79 changed files with 927 additions and 1,191 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Imports:
Suggests:
covr,
diffviewer,
evaluate,
evaluate (>= 0.23.0.9000),
gert,
gt,
htmltools,
Expand All @@ -71,3 +71,4 @@ Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
SystemRequirements: pandoc
Remotes: r-lib/evaluate
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# pkgdown (development version)

* `build_news()` only syntax highlights the page once, not twice, which prevents every block of R code getting a blank line at the start (#2630).

```R
1 + 1
```

* `build_reference()` no longer displays `\dontshow{}` or `\testonly{}` blocks in examples. It will run the code in `\dontshow{}`; it won't run the code in `\testonly{}`(#2188).
* `build_article()` no long has a `data` argument. This is technically a breaking change, but I can't figure out why anyone would have ever used it.
* `build_reference()` does a better job of parsing `\value{}` blocks (#2371).
* When built on GitHub, source urls now use the name of the current upstream branch (rather than `HEAD`), which is more likely to generate correct links (#2597).
* New `vignette("non-english")` that discusses non-English sites including how to submit new translations (#2605).
Expand Down
Loading

0 comments on commit a25bbfb

Please sign in to comment.