Skip to content

Commit

Permalink
R-xfun: Autospec creation for update from version 0.21 to version 0.22
Browse files Browse the repository at this point in the history
Yihui Xie (22):
      use exit_call(), and return early if stringsAsFactors is already false
      clarify the title, since not all functions are written by me
      vectorize relative_path(): rstudio/bookdown#1091
      use tinytex::is_tinytex() since v0.30 is on CRAN now
      update license year
      don't override the env var R_LIBS_USER if it has been set
      read both ~/.Renviron and .Renviron
      factor out path_sep()
      if no package is left after ignoring specified packages, return early
      when rechecking packages, make sure their dependencies are installed
      add a function to help clean up a dir that contains binary packages built with an older major version of R
      always return the names of broken packages
      add functions to query Homebrew dependencies of R packages
      add a function `retry()` to retry calling a function for a number of times in case of errors
      also split package names by spaces, e.g., "pandoc pandoc-citeproc" -> c("pandoc", "pandoc-citeproc")
      use tools::write_PACKAGES() instead of write.dcf() (to also update PACKAGES.gz/.rds)
      fix rstudio/tinytex#286: increase the timeout to 3600 seconds in download_file()
      add a function sort_file() to sort text lines in a file
      the argument `FUN` was renamed to `fun` in `process_file()`; this is for consistency with other functions like retry() and exit_call(), but might be a breaking change (if that's the case, I may revert this change)
      factor out the code to read sysreqsdb.rds
      use known dependencies instead of querying every time
      CRAN release v0.22

christophe dervieux (1):
      typo in on.exit() help page
  • Loading branch information
fenrus75 committed Mar 11, 2021
1 parent e0ef496 commit 6b54ec8
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Makefile
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.21.tar.gz
URL = https://cran.r-project.org/src/contrib/xfun_0.22.tar.gz
ARCHIVES =

include ../common/Makefile.common
14 changes: 7 additions & 7 deletions R-xfun.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
# Generated by: autospec.py
#
Name : R-xfun
Version : 0.21
Release : 36
URL : https://cran.r-project.org/src/contrib/xfun_0.21.tar.gz
Source0 : https://cran.r-project.org/src/contrib/xfun_0.21.tar.gz
Summary : Miscellaneous Functions by 'Yihui Xie'
Version : 0.22
Release : 37
URL : https://cran.r-project.org/src/contrib/xfun_0.22.tar.gz
Source0 : https://cran.r-project.org/src/contrib/xfun_0.22.tar.gz
Summary : Miscellaneous Functions to Support Packages Maintained by 'Yihui
Group : Development/Tools
License : MIT
Requires: R-xfun-lib = %{version}-%{release}
Expand Down Expand Up @@ -38,10 +38,10 @@ export http_proxy=http://127.0.0.1:9/
export https_proxy=http://127.0.0.1:9/
export no_proxy=localhost,127.0.0.1,0.0.0.0
export LANG=C.UTF-8
export SOURCE_DATE_EPOCH=1613057363
export SOURCE_DATE_EPOCH=1615478597

%install
export SOURCE_DATE_EPOCH=1613057363
export SOURCE_DATE_EPOCH=1615478597
rm -rf %{buildroot}
export LANG=C.UTF-8
export CFLAGS="$CFLAGS -O3 -flto -fno-semantic-interposition "
Expand Down
2 changes: 1 addition & 1 deletion options.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = R-xfun
url = https://cran.r-project.org/src/contrib/xfun_0.21.tar.gz
url = https://cran.r-project.org/src/contrib/xfun_0.22.tar.gz
archives =
giturl = https://github.com/yihui/xfun.git
domain =
Expand Down
2 changes: 1 addition & 1 deletion release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
36
37
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
01439b56d4a1c9dc2c8829e7427fafe0bb2d2fba/xfun_0.21.tar.gz
94f9da35dbb7ee8e8f7c6ee0d88eaf4d5d2390cb/xfun_0.22.tar.gz
2 changes: 1 addition & 1 deletion versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.21
0.22

0 comments on commit 6b54ec8

Please sign in to comment.