-
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.22 to version 0.23
Yihui Xie (23): make the title shorter, otherwise it could be wrapped by `R CMD build` and 'Yihui Xie' will be marked as "mis-spelled" by `R CMD check` clarify a news item add a function news2md() to convert package news to Markdown rstudio/tinytex@4772b5e add a category argument to news2md() so that category names could be discarded don't generate the bullet list if all items are empty BDR suggest authors not use ftp:// sites fix #52: default to using renv::install() to install packages when pkg_install() is called inside an renv project forgot to suggest renv address BDR's request to not use ftp:// (it is still supported, but at some point we may have to only support uploading via https://win-builder.r-project.org/upload.aspx) default lib = NULL for renv::install() (#52) add helper functions stop2() and warning2(), which uses call. = FALSE add a function format_bytes() borrowed from tinytex:::auto_size() and built on top of format.object_size() add a function tinify() to compress images (e.g., blogdown users could use it: rstudio/blogdown#614) escape % move a few functions rename src to pkg in install_dir(), and factor out the code to build the tarball to pkg_build() xfun::upload_win_builder() can be called without arguments now use [[ to get the file instead of list(file); delete the package tarball if it is automatically built a lightweight version of submit_cran() ignore readme to avoid CRAN's URL checking fix #51: don't add backticks to math environments when \begin{} and \end{} do not match CRAN release v0.23
- Loading branch information
Showing
7 changed files
with
14 additions
and
18 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.22.tar.gz | ||
URL = https://cran.r-project.org/src/contrib/xfun_0.23.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 @@ | ||
40 | ||
41 |
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 @@ | ||
94f9da35dbb7ee8e8f7c6ee0d88eaf4d5d2390cb/xfun_0.22.tar.gz | ||
2cdd7b69687c1fa4d3421677a26704a8458947d9/xfun_0.23.tar.gz |
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 @@ | ||
0.22 | ||
0.23 |
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,4 +1,5 @@ | ||
# This file contains recursive sources that require this package | ||
R-highr | ||
R-knitr | ||
R-markdown | ||
R-rmarkdown | ||
|