Skip to content

Commit

Permalink
update (after manual testing)
Browse files Browse the repository at this point in the history
  • Loading branch information
romainfrancois committed Oct 11, 2022
1 parent 22fe4d7 commit 51ea026
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 241 deletions.
5 changes: 1 addition & 4 deletions revdep/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,12 @@

# Revdeps

## Failed to check (7)
## Failed to check (4)

|package |version |error |warning |note |
|:-----------|:-------|:-----|:-------|:----|
|archive |1.1.5 |1 | | |
|elbird |0.2.5 |1 | | |
|hilbert |0.2.1 |1 | | |
|RcppAlgos |2.6.0 |1 | | |
|svglite |2.1.0 |1 | | |
|textshaping |0.3.6 |1 | | |
|vdiffr |1.0.4 |1 | | |

5 changes: 1 addition & 4 deletions revdep/cran.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,13 @@
We checked 51 reverse dependencies (49 from CRAN + 2 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.

* We saw 0 new problems
* We failed to check 7 packages
* We failed to check 4 packages

Issues with CRAN packages are summarised below.

### Failed to check

* archive (NA)
* elbird (NA)
* hilbert (NA)
* RcppAlgos (NA)
* svglite (NA)
* textshaping (NA)
* vdiffr (NA)
233 changes: 0 additions & 233 deletions revdep/failures.md
Original file line number Diff line number Diff line change
@@ -1,159 +1,3 @@
# archive

<details>

* Version: 1.1.5
* GitHub: https://github.com/r-lib/archive
* Source code: https://github.com/cran/archive
* Date/Publication: 2022-05-06 12:40:02 UTC
* Number of recursive dependencies: 42

Run `revdep_details(, "archive")` for more info

</details>

## In both

* checking whether package ‘archive’ can be installed ... ERROR
```
Installation failed.
See ‘/Users/romainfrancois/git/cpp11/revdep/checks.noindex/archive/new/archive.Rcheck/00install.out’ for details.
```
## Installation
### Devel
```
* installing *source* package ‘archive’ ...
** package ‘archive’ successfully unpacked and MD5 sums checked
** using staged installation
Homebrew 3.6.5
Homebrew/homebrew-core (git revision 93e8774c371; last commit 2022-10-11)
Homebrew/homebrew-cask (git revision 1ca8537626; last commit 2022-10-11)
PKG_CFLAGS=-I/opt/homebrew/opt/libarchive/include
PKG_LIBS=-L/opt/homebrew/opt/libarchive/lib -larchive
<stdin>:1:10: fatal error: 'archive.h' file not found
#include <archive.h>
...
* brew: libarchive (Mac OSX)
If libarchive is already installed, check that 'pkg-config' is in your
PATH and PKG_CONFIG_PATH contains a libarchive.pc file. If pkg-config
is unavailable you can set INCLUDE_DIR and LIB_DIR manually via:
R CMD INSTALL --configure-vars='INCLUDE_DIR=... LIB_DIR=...'
-------------------------- [ERROR MESSAGE] ---------------------------
cat: configure.log: No such file or directory
--------------------------------------------------------------------
ERROR: configuration failed for package ‘archive’
* removing ‘/Users/romainfrancois/git/cpp11/revdep/checks.noindex/archive/new/archive.Rcheck/archive’


```
### CRAN
```
* installing *source* package ‘archive’ ...
** package ‘archive’ successfully unpacked and MD5 sums checked
** using staged installation
Homebrew 3.6.5
Homebrew/homebrew-core (git revision 93e8774c371; last commit 2022-10-11)
Homebrew/homebrew-cask (git revision 1ca8537626; last commit 2022-10-11)
PKG_CFLAGS=-I/opt/homebrew/opt/libarchive/include
PKG_LIBS=-L/opt/homebrew/opt/libarchive/lib -larchive
<stdin>:1:10: fatal error: 'archive.h' file not found
#include <archive.h>
...
* brew: libarchive (Mac OSX)
If libarchive is already installed, check that 'pkg-config' is in your
PATH and PKG_CONFIG_PATH contains a libarchive.pc file. If pkg-config
is unavailable you can set INCLUDE_DIR and LIB_DIR manually via:
R CMD INSTALL --configure-vars='INCLUDE_DIR=... LIB_DIR=...'
-------------------------- [ERROR MESSAGE] ---------------------------
cat: configure.log: No such file or directory
--------------------------------------------------------------------
ERROR: configuration failed for package ‘archive’
* removing ‘/Users/romainfrancois/git/cpp11/revdep/checks.noindex/archive/old/archive.Rcheck/archive’


```
# elbird
<details>
* Version: 0.2.5
* GitHub: https://github.com/mrchypark/elbird
* Source code: https://github.com/cran/elbird
* Date/Publication: 2022-08-12 15:50:02 UTC
* Number of recursive dependencies: 54
Run `revdep_details(, "elbird")` for more info
</details>
## In both
* checking whether package ‘elbird’ can be installed ... ERROR
```
Installation failed.
See ‘/Users/romainfrancois/git/cpp11/revdep/checks.noindex/elbird/new/elbird.Rcheck/00install.out’ for details.
```
## Installation
### Devel
```
* installing *source* package ‘elbird’ ...
** package ‘elbird’ successfully unpacked and MD5 sums checked
** using staged installation
/usr/bin/uname
Prior system libkiwi installation not found
Preparing to download and build library from source...
/usr/bin/git
/opt/homebrew/bin/cmake
/opt/homebrew/bin/cmake
Cloning into 'Kiwi'...
...
Using PKG_CPPFLAGS=-I/Users/romainfrancois/git/cpp11/revdep/checks.noindex/elbird/new/elbird.Rcheck/00_pkg_src/elbird/kiwilibs/include
Using PKG_LIBS=-L/Users/romainfrancois/git/cpp11/revdep/checks.noindex/elbird/new/elbird.Rcheck/00_pkg_src/elbird/kiwilibs/libs -lkiwi
------------------------------[ ELBIRD ]------------------------------
Configuration failed because 'libkiwi' was not found.
If 'libkiwi' is already installed but in a non-standard location, you
may set INCLUDE_DIR and LIB_DIR manually via:
R CMD INSTALL --configure-vars='INCLUDE_DIR=... LIB_DIR=...'
-------------------------------------------------------------------------
ERROR: configuration failed for package ‘elbird’
* removing ‘/Users/romainfrancois/git/cpp11/revdep/checks.noindex/elbird/new/elbird.Rcheck/elbird’


```
### CRAN
```
* installing *source* package ‘elbird’ ...
** package ‘elbird’ successfully unpacked and MD5 sums checked
** using staged installation
/usr/bin/uname
Prior system libkiwi installation not found
Preparing to download and build library from source...
/usr/bin/git
/opt/homebrew/bin/cmake
/opt/homebrew/bin/cmake
Cloning into 'Kiwi'...
...
Using PKG_CPPFLAGS=-I/Users/romainfrancois/git/cpp11/revdep/checks.noindex/elbird/old/elbird.Rcheck/00_pkg_src/elbird/kiwilibs/include
Using PKG_LIBS=-L/Users/romainfrancois/git/cpp11/revdep/checks.noindex/elbird/old/elbird.Rcheck/00_pkg_src/elbird/kiwilibs/libs -lkiwi
------------------------------[ ELBIRD ]------------------------------
Configuration failed because 'libkiwi' was not found.
If 'libkiwi' is already installed but in a non-standard location, you
may set INCLUDE_DIR and LIB_DIR manually via:
R CMD INSTALL --configure-vars='INCLUDE_DIR=... LIB_DIR=...'
-------------------------------------------------------------------------
ERROR: configuration failed for package ‘elbird’
* removing ‘/Users/romainfrancois/git/cpp11/revdep/checks.noindex/elbird/old/elbird.Rcheck/elbird’


```
# hilbert

<details>
Expand Down Expand Up @@ -376,84 +220,7 @@ ERROR: loading failed


```
# textshaping
<details>
* Version: 0.3.6
* GitHub: https://github.com/r-lib/textshaping
* Source code: https://github.com/cran/textshaping
* Date/Publication: 2021-10-13 12:00:02 UTC
* Number of recursive dependencies: 38
Run `revdep_details(, "textshaping")` for more info
</details>
## In both
* checking whether package ‘textshaping’ can be installed ... ERROR
```
Installation failed.
See ‘/Users/romainfrancois/git/cpp11/revdep/checks.noindex/textshaping/new/textshaping.Rcheck/00install.out’ for details.
```
## Installation
### Devel
```
* installing *source* package ‘textshaping’ ...
** package ‘textshaping’ successfully unpacked and MD5 sums checked
** using staged installation
Package harfbuzz was not found in the pkg-config search path.
Perhaps you should add the directory containing `harfbuzz.pc'
to the PKG_CONFIG_PATH environment variable
No package 'harfbuzz' found
Package fribidi was not found in the pkg-config search path.
Perhaps you should add the directory containing `fribidi.pc'
to the PKG_CONFIG_PATH environment variable
...
is unavailable you can set INCLUDE_DIR and LIB_DIR manually via:
R CMD INSTALL --configure-vars='INCLUDE_DIR=... LIB_DIR=...'
-------------------------- [ERROR MESSAGE] ---------------------------
<stdin>:1:10: fatal error: 'hb-ft.h' file not found
#include <hb-ft.h>
^~~~~~~~~
1 error generated.
--------------------------------------------------------------------
ERROR: configuration failed for package ‘textshaping’
* removing ‘/Users/romainfrancois/git/cpp11/revdep/checks.noindex/textshaping/new/textshaping.Rcheck/textshaping’


```
### CRAN
```
* installing *source* package ‘textshaping’ ...
** package ‘textshaping’ successfully unpacked and MD5 sums checked
** using staged installation
Package harfbuzz was not found in the pkg-config search path.
Perhaps you should add the directory containing `harfbuzz.pc'
to the PKG_CONFIG_PATH environment variable
No package 'harfbuzz' found
Package fribidi was not found in the pkg-config search path.
Perhaps you should add the directory containing `fribidi.pc'
to the PKG_CONFIG_PATH environment variable
...
is unavailable you can set INCLUDE_DIR and LIB_DIR manually via:
R CMD INSTALL --configure-vars='INCLUDE_DIR=... LIB_DIR=...'
-------------------------- [ERROR MESSAGE] ---------------------------
<stdin>:1:10: fatal error: 'hb-ft.h' file not found
#include <hb-ft.h>
^~~~~~~~~
1 error generated.
--------------------------------------------------------------------
ERROR: configuration failed for package ‘textshaping’
* removing ‘/Users/romainfrancois/git/cpp11/revdep/checks.noindex/textshaping/old/textshaping.Rcheck/textshaping’


```
# vdiffr
<details>
Expand Down

0 comments on commit 51ea026

Please sign in to comment.