Skip to content

Commit

Permalink
R-knitr: Autospec creation for update from version 1.30 to version 1.31
Browse files Browse the repository at this point in the history
Christophe Dervieux (20):
      fix #1893: make collapse = TRUE work when attr.source or classe.source is provided (#1902)
      fix rstudio/rmarkdown#1208: capture error in eng_sql() if the chunk option error = TRUE (#1910)
      fix #1912: stop early if RWordPress is not installed, and also warn against using this knit2wp() function (#1913)
      add lock bot (#1917)
      Run lock bot every week now
      Rename lock bot GHA workflow
      Use github actions instead of travis (#1920)
      Use linux on test-coverage workflow to avoid errors due to no binaries available in CRAN for macos
      do not check for newer source only-version
      forgot to remove travis
      do not error in R CMD CHECK if one suggested package is not installed
      Improve documentation following discussion in rstudio/rmarkdown#1954
      wrong place for _R_CHECK_FORCE_SUGGESTS_ env var.
      merge coverage in R-CMD-CHECK
      Workflow was renamed
      no more test coverage workflow
      close #1326: vectorize include_app() and include_url() (#1948)
      Add a fig.alt chunk option to provide alternative text different than fig.cap (#1900)
      the `table.attr` argument in `kable(.., format = 'html')` can take the value from the global option `knitr.table.html.attr` now (#1922)
      export and document pandoc_to() and pandoc_from() (#1951)

David C Hall (1):
      knit_exit() will exit the whole knitting process, even when called from a child document (#1810)

Luís Fonseca (1):
      close #1767: allows for a custom label for a table generated by kable() (#1890)

Sam Thompson (1):
      Extended combine_words with support for exclusion of the Oxford comma (#1946)

Yihui Xie (29):
      it seems I don't really need to import methods
      put methods back in Imports but don't import it in NAMESPACE
      just use xfun::read_utf8(), in case users have set options(encodng = ...), which I strongly recommend against
      install libharfbuzz-dev and libfribidi-dev for the new textshaping package (although I have no idea what it is), which is required by ragg, which is suggested by knitr
      TODO: remove these functions in knitr, and import them from xfun in the future
      remove some internal functions from knitr and import them from xfun 0.19 instead
      pandoc-citeproc has gone since Pandoc 2.11, so don't check for its existence any more
      also get rid of this hack for RStudio, and actually check for availability of Pandoc
      will asymptote work after installing dvisvgm?
      also install ghostscript
      fewer instances of ::: (highr:::group_src has been moved to xfun::split_source, and knit_code has been exported)
      suggest https://yihui.r-universe.dev instead for installing the dev version
      replace the download stats with CRAN badge instead
      generalize png_available() to dev_available() to test if a device is available
      close #1947: allow the graphical device to fall back to other operational devices when options(knitr.device.fallback = TRUE), which is the default for R CMD check
      move the code to select the graphical device out of save_plot(), and put it into dev_get() instead (renamed check_dev() to dev_get())
      use xfun helper functions
      63d153bf439dc7df73071bbf3d7d1ed0937e3eb7 changed the logic: we must make sure tikzDevice is loadable before we check other conditions
      make sure dpi is not NULL or NA
      initialize opts_current to the values of opts_chunk
      units of devices are always in inches, so we need to use smaller width and height to test if a device is available (close #1949)
      close #1925: delete the instructions on R CMD INSTALL/build; https://yihui.r-universe.dev is much more convenient and even has binaries
      fix #1945: instead of removing the YAML metadata from child document, replace it with blank lines, so the line numbers in error messages will not be affected
      close #1937: disable the table label with kable(label = NA)
      opts_current$get('label') is NULL when not running inside code chunks
      add an argument `fully` to knit_exit() to make it possible to exit the child document only (#1810)
      bookdown still uses :::is_abs_path()
      the bottomless hell of URL checking...
      CRAN release v1.31

atusy (1):
      Let collapse work even if class.* or attr.* are provided (closes #1906) (#1909)

christophe dervieux (5):
      Add a skip for NOT_CRAN
      Use full length commit sha to pin the action
      Change workflow name to try having the correct UI in Github Action pane
      Correct name so it avoids confusion in the UI
      Revert "Add a skip for NOT_CRAN"

dmurdoch (1):
      When counting plots, html_screenshots are missed. (#1908)
  • Loading branch information
fenrus75 authored and clrpackages committed Jan 28, 2021
1 parent a190184 commit c988389
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 11 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-knitr
URL = https://cran.r-project.org/src/contrib/knitr_1.30.tar.gz
URL = https://cran.r-project.org/src/contrib/knitr_1.31.tar.gz
ARCHIVES =

include ../common/Makefile.common
12 changes: 6 additions & 6 deletions R-knitr.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
# Generated by: autospec.py
#
Name : R-knitr
Version : 1.30
Release : 93
URL : https://cran.r-project.org/src/contrib/knitr_1.30.tar.gz
Source0 : https://cran.r-project.org/src/contrib/knitr_1.30.tar.gz
Version : 1.31
Release : 94
URL : https://cran.r-project.org/src/contrib/knitr_1.31.tar.gz
Source0 : https://cran.r-project.org/src/contrib/knitr_1.31.tar.gz
Summary : A General-Purpose Package for Dynamic Report Generation in R
Group : Development/Tools
License : GPL-2.0
Expand Down Expand Up @@ -37,10 +37,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=1600877778
export SOURCE_DATE_EPOCH=1611765514

%install
export SOURCE_DATE_EPOCH=1600877778
export SOURCE_DATE_EPOCH=1611765514
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-knitr
url = https://cran.r-project.org/src/contrib/knitr_1.30.tar.gz
url = https://cran.r-project.org/src/contrib/knitr_1.31.tar.gz
archives =
giturl = https://github.com/yihui/knitr.git
domain =
Expand Down
2 changes: 1 addition & 1 deletion release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
93
94
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5b730ad38ca5e93fa1bdbd7ffab8dbe93685c707/knitr_1.30.tar.gz
8818df6ea4e0d548c28fa7b1356eb783b17be787/knitr_1.31.tar.gz
2 changes: 1 addition & 1 deletion versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.30
1.31
5 changes: 5 additions & 0 deletions whatrequires
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
# This file contains recursive sources that require this package
R-arsenal
R-formatR
R-formattable
R-htmlTable
R-jsonlite
R-kableExtra
R-lintr
R-lme4
R-manipulateWidget
R-modest
R-openssl
R-pbkrtest
R-rgl
R-rmarkdown
R-roxygen2
R-spelling
R-tables

0 comments on commit c988389

Please sign in to comment.