Skip to content

Commit

Permalink
R-xfun: Autospec creation for update from version 0.46 to version 0.47
Browse files Browse the repository at this point in the history
Yihui Xie (25):
      add functions lazy_save() and lazy_load()
      provide the command directly in the message
      amend 02973d25c413f27dda43534dde0f279342ac3d23: coerce the version into character, otherwise c() will concatenate version numbers as a list
      fix yihui/litedown#17: svglite will create a plot file upon the call to a high-level plot function, and modify this file later if low-level plot functions are called later
      correct issue number
      no need to use on.exit(after = FALSE)
      support lower versions of R
      typo
      add endsWidth()
      add trimws()
      add file.size()
      typo
      move to zzz.R
      add anyNA()
      remove functions that are available in R 3.2.0
      it seems 9000 is still too big
      make the batch size an argument of cloud_check()
      separate status and report
      rename get_fun to call_fun and call the object directly if it's a function
      `...` is not actually used
      get rid of the assign() hack and use the job name directly
      suppress all messages by default, and only report status and report
      show submission progress
      no need to show the call
      CRAAN release v0.47
  • Loading branch information
fenrus75 committed Aug 17, 2024
1 parent 15523f5 commit 3df8fbe
Show file tree
Hide file tree
Showing 5 changed files with 14 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.46.tar.gz
URL = https://cran.r-project.org/src/contrib/xfun_0.47.tar.gz
ARCHIVES =

include ../common/Makefile.common
16 changes: 8 additions & 8 deletions R-xfun.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# This file is auto-generated. DO NOT EDIT
# Generated by: autospec.py
# Using build pattern: R
# autospec version: v16
# autospec commit: 9f33e63
# autospec version: v18
# autospec commit: f35655a
#
Name : R-xfun
Version : 0.46
Release : 83
URL : https://cran.r-project.org/src/contrib/xfun_0.46.tar.gz
Source0 : https://cran.r-project.org/src/contrib/xfun_0.46.tar.gz
Version : 0.47
Release : 84
URL : https://cran.r-project.org/src/contrib/xfun_0.47.tar.gz
Source0 : https://cran.r-project.org/src/contrib/xfun_0.47.tar.gz
Summary : Supporting Functions for Packages Maintained by 'Yihui Xie'
Group : Development/Tools
License : MIT
Expand Down Expand Up @@ -44,10 +44,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=1721331237
export SOURCE_DATE_EPOCH=1723869612

%install
export SOURCE_DATE_EPOCH=1721331237
export SOURCE_DATE_EPOCH=1723869612
rm -rf %{buildroot}
LANG=C.UTF-8
CFLAGS="$CLEAR_INTERMEDIATE_CFLAGS -O3 -flto -fno-semantic-interposition "
Expand Down
4 changes: 3 additions & 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.46.tar.gz
url = https://cran.r-project.org/src/contrib/xfun_0.47.tar.gz
archives =
giturl = https://github.com/yihui/xfun.git
domain =
Expand All @@ -17,6 +17,8 @@ allow_test_failures = false
asneeded = false
# this package is trusted enough to automatically update (used by other tools)
autoupdate = true
# try to use mock short circuit to avoid full rebuilds
avoid_rebuild = false
# extend flags with '-std=gnu++98
broken_c++ = false
# disable parallelization during build
Expand Down
2 changes: 1 addition & 1 deletion release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
83
84
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
eeb7910124da8af795772be67fcb4de9cf09f551/xfun_0.46.tar.gz
8030f88cb5fda632d52f0002b307e1d586fc7362/xfun_0.47.tar.gz

0 comments on commit 3df8fbe

Please sign in to comment.