-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
R-xfun: Autospec creation for update from version 0.48 to version 0.49
Michael Chirico (1): Remove unused function (#93) Yihui Xie (16): start the next version add argument use_block = FALSE to protect_math() no need to escape " by default in html_escape() add a `start` argument to make_fence() ignore $ $ as inline math if backticks appear after opening $ or before closing $ fix yihui/litedown#34: allow () around math expressions (outside dollar signs) only check `^<pre>` and `</pre>$` read_all()'s `before` and `after` functions can take the file content as the second argument tried an implementation of prose_index() via commonmark but it's too slow; leave the code here for future reference stop early if graphics device failed to open, e.g. png(type = 'cairo') can fail on macOS without xquartz, but it doesn't throw an error, so we have to check if dev.list() really has a new device fix yihui/litedown#38: for `name` and `call` values (typically from quote(), but could be from as.name() or call(), too), use do.call(quote = TRUE) in reocrd() forgot to suggest commonmark in aa75d8fb04d0637dbfccca0d3b6aa0c1e5108799 try dev version of litedown close yihui/litedown#37: provide a helper function to clean up apps registered in tools:::.httpd.handlers.env amend 6b98bb6b05f8ff7c586057174ee093e2b2ea5231: knitr has tests that expect `"` to be converted to `"` CRAN release v0.49
- Loading branch information
Showing
5 changed files
with
13 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
PKG_NAME := R-xfun | ||
URL = https://cran.r-project.org/src/contrib/xfun_0.48.tar.gz | ||
URL = https://ftp.osuosl.org/pub/cran/src/contrib/xfun_0.49.tar.gz | ||
ARCHIVES = | ||
|
||
include ../common/Makefile.common |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
86 | ||
87 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
28b2ad5796983ca4da05f9560bc813af480d13b4/xfun_0.48.tar.gz | ||
05d4e54bee8068921564acc0ce2a179e8377e80c/xfun_0.49.tar.gz |