Bioconductor Single Package Builder - Build History

Snapshot Date: 
URL:  https://git.bioconductor.org/packages/SimBu
Last Changed Rev:  / Revision: 
Last Changed Date: 

Hostname OS /Arch BUILD CHECK BUILD BIN POST-PROCESSING
merida1 macOS 10.14.6 Mojave/x86_64   OK     ERROR     OK     OK  
nebbiolo1 Linux (Ubuntu 20.04.4 LTS)/x86_64   OK     ERROR     skipped     OK  

merida1 Summary

[top]

Package: SimBu
Version: 0.99.2
RVersion: 4.2
BiocVersion: 3.15
BuildCommand: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD build --keep-empty-dirs --no-resave-data SimBu
BuildTime: 1 minutes 11.47 seconds
CheckCommand: BiocCheckGitClone('SimBu') && /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --no-vignettes --timings --no-multiarch SimBu_0.99.2.tar.gz && BiocCheck('SimBu_0.99.2.tar.gz', `new-package`=TRUE)
CheckTime: 9 minutes 18.42 seconds
BuildBinCommand: /Users/biocbuild/BBS/utils/build-universal.sh SimBu_0.99.2.tar.gz /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R libdir
BuildBinTime: 0 minutes 9.65 seconds
PackageFileSize: 377.96 KiB
BuildID:: SimBu_20220510063308
PreProcessing: Starting Git clone. Installing dependencies. Checking Git Clone. Installing package: SimBu. Starting Build package. Starting Check package. Starting Build package.
PostProcessing: Finished Git clone. Package type: Software. Installing dependency status: 0. Checking git clone status: 0. Installing package status: 0. Build Package status: 0. Checking Package status: 1. Build Package status: 0.

merida1 BUILD SRC output

[top]

===============================

 R CMD BUILD

===============================

* checking for file ‘SimBu/DESCRIPTION’ ... OK
* preparing ‘SimBu’:
* checking DESCRIPTION meta-information ... OK
* installing the package to build vignettes
* creating vignettes ... OK
* checking for LF line-endings in source and make files and shell scripts
* checking for empty or unneeded directories
* building ‘SimBu_0.99.2.tar.gz’


merida1 CHECK output

[top]

===============================

 BiocCheckGitClone('SimBu')

===============================

─ BiocCheckVersion: 1.32.0
─ BiocVersion: 3.15
─ Package: SimBu
─ PackageVersion: 0.99.2
─ sourceDir: /Users/pkgbuild/packagebuilder/workers/jobs/2627/b79c1b2d8323feb77cb09a6d9803245a3e100113/SimBu
─ platform: unix
─ isTarBall: FALSE

* Checking valid files...
* Checking for stray BiocCheck output folders...
* Checking DESCRIPTION...
* Checking if DESCRIPTION is well formatted...
* Checking for valid maintainer...
* Checking CITATION...

─ BiocCheck results ──
0 ERRORS | 0 WARNINGS | 0 NOTES

For more details, run
    browseVignettes(package = 'BiocCheck')




===============================

 R CMD CHECK

===============================

* using log directory ‘/Users/pkgbuild/packagebuilder/workers/jobs/2627/b79c1b2d8323feb77cb09a6d9803245a3e100113/SimBu.Rcheck’
* using R version 4.2.0 RC (2022-04-19 r82224)
* using platform: x86_64-apple-darwin17.0 (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘SimBu/DESCRIPTION’ ... OK
* this is package ‘SimBu’ version ‘0.99.2’
* package encoding: UTF-8
* checking package namespace information ... OK
* checking package dependencies ... OK
* checking if this is a source package ... OK
* checking if there is a namespace ... OK
* checking for hidden files and directories ... NOTE
Found the following hidden files and directories:
  .BBSoptions
These were most likely included in error. See section ‘Package
structure’ in the ‘Writing R Extensions’ manual.
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking serialization versions ... OK
* checking whether package ‘SimBu’ can be installed ... [9s/9s] NOTE
Found the following notes/warnings:
  Non-staged installation was used
See ‘/Users/pkgbuild/packagebuilder/workers/jobs/2627/b79c1b2d8323feb77cb09a6d9803245a3e100113/SimBu.Rcheck/00install.out’ for details.
* checking installed package size ... OK
* checking package directory ... OK
* checking for future file timestamps ... OK
* checking ‘build’ directory ... OK
* checking DESCRIPTION meta-information ... OK
* checking top-level files ... OK
* checking for left-over files ... OK
* checking index information ... OK
* checking package subdirectories ... OK
* checking R files for non-ASCII characters ... OK
* checking R files for syntax errors ... OK
* checking whether the package can be loaded ... OK
* checking whether the package can be loaded with stated dependencies ... OK
* checking whether the package can be unloaded cleanly ... OK
* checking whether the namespace can be loaded with stated dependencies ... OK
* checking whether the namespace can be unloaded cleanly ... OK
* checking loading without being on the library search path ... OK
* checking use of S3 registration ... OK
* checking dependencies in R code ... OK
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... [8s/8s] OK
* checking Rd files ... [1s/1s] OK
* checking Rd metadata ... OK
* checking Rd line widths ... NOTE
Rd file 'dataset.Rd':
  \examples lines wider than 100 characters:
     ds <- SimBu::dataset(annotation = annotation, count_matrix = counts, tpm_matrix = tpm, name = "test_dataset")

Rd file 'dataset_h5ad.Rd':
  \examples lines wider than 100 characters:
                                    cell_id_col = 'ID',                  # this will use the 'ID' column of the metadata as cell identifiers
                                    cell_type_col = 'cell_type',         # this will use the 'cell-type' column of the metadata as cell type ... [TRUNCATED]
                                    cells_in_obs = TRUE)                 # in case your cell information is stored in the var layer, switch  ... [TRUNCATED]

Rd file 'dataset_merge.Rd':
  \examples lines wider than 100 characters:
     ds1 <- SimBu::dataset(annotation = annotation, count_matrix = counts, tpm_matrix = tpm, name = "test_dataset1")
     ds2 <- SimBu::dataset(annotation = annotation, count_matrix = counts, tpm_matrix = tpm, name = "test_dataset2")

Rd file 'dataset_sfaira.Rd':
  \examples lines wider than 100 characters:
     ds <- SimBu::dataset_sfaira(sfaira_id = 'homosapiens_lungparenchyma_2019_10x3v2_madissoon_001_10.1186/s13059-019-1906-x',

These lines will be truncated in the PDF manual.
* checking Rd cross-references ... OK
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... OK
* checking Rd \usage sections ... OK
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking line endings in shell scripts ... OK
* checking installed files from ‘inst/doc’ ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... [370s/380s] ERROR
Running examples in ‘SimBu-Ex.R’ failed
The error most likely occurred in:

> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: dataset_h5ad
> ### Title: Build SummarizedExperiment using a h5ad file for the counts
> ### Aliases: dataset_h5ad
> 
> ### ** Examples
> 
> h5 <- system.file('extdata', 'anndata.h5ad', package='SimBu')
> ds_h5ad <- SimBu::dataset_h5ad(h5ad_file_counts = h5,
+                                name = "h5ad_dataset",
+                                cell_id_col = 'ID',                  # this will use the 'ID' column of the metadata as cell identifiers
+                                cell_type_col = 'cell_type',         # this will use the 'cell-type' column of the metadata as cell type info
+                                cells_in_obs = TRUE)                 # in case your cell information is stored in the var layer, switch to FALSE
Warning in check_forbidden_install("Python packages") :
  cannot install Python packages during R CMD check
Collecting package metadata (current_repodata.json): ...working... done
Solving environment: ...working... done

## Package Plan ##

  environment location: /Users/pkgbuild/Library/Caches/org.R-project.R/R/basilisk/1.8.0/SimBu/0.99.2/SimBu_env_0_99_2

  added / updated specs:
    - python=3.9


The following packages will be downloaded:

    package                    |            build
    ---------------------------|-----------------
    sqlite-3.38.5              |       hd9f0692_0         1.7 MB  conda-forge
    ------------------------------------------------------------
                                           Total:         1.7 MB

The following NEW packages will be INSTALLED:

  bzip2              conda-forge/osx-64::bzip2-1.0.8-h0d85af4_4
  ca-certificates    conda-forge/osx-64::ca-certificates-2021.10.8-h033912b_0
  libffi             conda-forge/osx-64::libffi-3.4.2-h0d85af4_5
  libzlib            conda-forge/osx-64::libzlib-1.2.11-h6c3fc93_1014
  ncurses            conda-forge/osx-64::ncurses-6.3-h96cf925_1
  openssl            conda-forge/osx-64::openssl-3.0.3-hfe4f2af_0
  pip                conda-forge/noarch::pip-22.0.4-pyhd8ed1ab_0
  python             conda-forge/osx-64::python-3.9.12-h1cc4136_1_cpython
  python_abi         conda-forge/osx-64::python_abi-3.9-2_cp39
  readline           conda-forge/osx-64::readline-8.1-h05e3726_0
  setuptools         conda-forge/osx-64::setuptools-62.1.0-py39h6e9494a_0
  sqlite             conda-forge/osx-64::sqlite-3.38.5-hd9f0692_0
  tk                 conda-forge/osx-64::tk-8.6.12-h5dbffcc_0
  tzdata             conda-forge/noarch::tzdata-2022a-h191b570_0
  wheel              conda-forge/noarch::wheel-0.37.1-pyhd8ed1ab_0
  xz                 conda-forge/osx-64::xz-5.2.5-haf1e3a3_1
  zlib               conda-forge/osx-64::zlib-1.2.11-h6c3fc93_1014


Preparing transaction: ...working... done
Verifying transaction: ...working... done
Executing transaction: ...working... done
Collecting package metadata (current_repodata.json): ...working... done
Solving environment: ...working... done

## Package Plan ##

  environment location: /Users/pkgbuild/Library/Caches/org.R-project.R/R/basilisk/1.8.0/SimBu/0.99.2/SimBu_env_0_99_2

  added / updated specs:
    - python=3.9


The following packages will be UPDATED:

  ca-certificates    conda-forge::ca-certificates-2021.10.~ --> pkgs/main::ca-certificates-2022.4.26-hecd8cb5_0


Preparing transaction: ...working... done
Verifying transaction: ...working... done
Executing transaction: ...working... done


==> WARNING: A newer version of conda exists. <==
  current version: 4.8.3
  latest version: 4.12.0

Please update conda by running

    $ conda update -n base -c defaults conda


Collecting package metadata (current_repodata.json): ...working... done
Solving environment: ...working... failed with initial frozen solve. Retrying with flexible solve.
Collecting package metadata (repodata.json): ...working... done
Solving environment: ...working... done

## Package Plan ##

  environment location: /Users/pkgbuild/Library/Caches/org.R-project.R/R/basilisk/1.8.0/SimBu/0.99.2/SimBu_env_0_99_2

  added / updated specs:
    - anndata=0.7.6
    - h5py=3.2.1
    - hdf5=1.10.6
    - natsort=7.1.1
    - numpy=1.20.2
    - packaging=20.9
    - pandas=1.2.4
    - python[version='3.9.*,3.9.*']
    - scipy=1.6.3
    - sqlite=3.35.5


The following NEW packages will be INSTALLED:

  anndata            conda-forge/osx-64::anndata-0.7.6-py39h6e9494a_0
  c-ares             conda-forge/osx-64::c-ares-1.18.1-h0d85af4_0
  cached-property    conda-forge/noarch::cached-property-1.5.2-hd8ed1ab_1
  cached_property    conda-forge/noarch::cached_property-1.5.2-pyha770c72_1
  h5py               conda-forge/osx-64::h5py-3.2.1-nompi_py39h1bb8402_100
  hdf5               conda-forge/osx-64::hdf5-1.10.6-nompi_hc5d9132_1114
  krb5               conda-forge/osx-64::krb5-1.19.3-hb49756b_0
  libblas            conda-forge/osx-64::libblas-3.9.0-14_osx64_openblas
  libcblas           conda-forge/osx-64::libcblas-3.9.0-14_osx64_openblas
  libcurl            conda-forge/osx-64::libcurl-7.83.0-h372c54d_0
  libcxx             conda-forge/osx-64::libcxx-14.0.3-hc203e6f_0
  libedit            conda-forge/osx-64::libedit-3.1.20191231-h0678c8f_2
  libev              conda-forge/osx-64::libev-4.33-haf1e3a3_1
  libgfortran        conda-forge/osx-64::libgfortran-5.0.0-9_3_0_h6c81a4c_23
  libgfortran5       conda-forge/osx-64::libgfortran5-9.3.0-h6c81a4c_23
  liblapack          conda-forge/osx-64::liblapack-3.9.0-14_osx64_openblas
  libnghttp2         conda-forge/osx-64::libnghttp2-1.47.0-h942079c_0
  libopenblas        conda-forge/osx-64::libopenblas-0.3.20-openmp_hb3cd9ec_0
  libssh2            conda-forge/osx-64::libssh2-1.10.0-h52ee1ee_2
  llvm-openmp        conda-forge/osx-64::llvm-openmp-14.0.3-ha654fa7_0
  natsort            conda-forge/noarch::natsort-7.1.1-pyhd8ed1ab_0
  numpy              conda-forge/osx-64::numpy-1.20.2-py39h7eed0ac_0
  packaging          conda-forge/noarch::packaging-20.9-pyh44b312d_0
  pandas             pkgs/main/osx-64::pandas-1.2.4-py39h23ab428_0
  pyparsing          conda-forge/noarch::pyparsing-3.0.8-pyhd8ed1ab_0
  python-dateutil    conda-forge/noarch::python-dateutil-2.8.2-pyhd8ed1ab_0
  pytz               conda-forge/noarch::pytz-2022.1-pyhd8ed1ab_0
  scipy              conda-forge/osx-64::scipy-1.6.3-py39h056f1c0_0
  six                conda-forge/noarch::six-1.16.0-pyh6c4a22f_0

The following packages will be SUPERSEDED by a higher-priority channel:

  ca-certificates    pkgs/main::ca-certificates-2022.4.26-~ --> conda-forge::ca-certificates-2021.10.8-h033912b_0

The following packages will be DOWNGRADED:

  libffi                                   3.4.2-h0d85af4_5 --> 3.3-h046ec9c_2
  openssl                                  3.0.3-hfe4f2af_0 --> 1.1.1o-hfe4f2af_0
  python                          3.9.12-h1cc4136_1_cpython --> 3.9.5-hd187cdc_0_cpython
  sqlite                                  3.38.5-hd9f0692_0 --> 3.35.5-h44b9ce1_0


Preparing transaction: ...working... done
Verifying transaction: ...working... done
Executing transaction: ...working... done


==> WARNING: A newer version of conda exists. <==
  current version: 4.8.3
  latest version: 4.12.0

Please update conda by running

    $ conda update -n base -c defaults conda


Collecting sfaira==0.3.12
  Using cached sfaira-0.3.12-py2.py3-none-any.whl (409 kB)
Collecting tables==3.7.0
  Using cached tables-3.7.0-cp39-cp39-macosx_10_9_x86_64.whl (6.0 MB)
Collecting torch
  Using cached torch-1.11.0-cp39-none-macosx_10_9_x86_64.whl (129.9 MB)
Requirement already satisfied: packaging>=20.8 in /Users/pkgbuild/Library/Caches/org.R-project.R/R/basilisk/1.8.0/SimBu/0.99.2/SimBu_env_0_99_2/lib/python3.9/site-packages (from sfaira==0.3.12) (20.9)
Requirement already satisfied: anndata>=0.7.6 in /Users/pkgbuild/Library/Caches/org.R-project.R/R/basilisk/1.8.0/SimBu/0.99.2/SimBu_env_0_99_2/lib/python3.9/site-packages (from sfaira==0.3.12) (0.7.6)
Collecting pyarrow
  Downloading pyarrow-8.0.0-cp39-cp39-macosx_10_13_x86_64.whl (22.4 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22.4/22.4 MB 29.5 MB/s eta 0:00:00
Requirement already satisfied: scipy>=1.2.1 in /Users/pkgbuild/Library/Caches/org.R-project.R/R/basilisk/1.8.0/SimBu/0.99.2/SimBu_env_0_99_2/lib/python3.9/site-packages (from sfaira==0.3.12) (1.6.3)
Collecting boltons
  Using cached boltons-21.0.0-py2.py3-none-any.whl (193 kB)
Collecting owlready2
  Using cached Owlready2-0.37-py3-none-any.whl
Collecting click>=7.1.2
  Using cached click-8.1.3-py3-none-any.whl (96 kB)
Collecting requests>=2.25.1
  Using cached requests-2.27.1-py2.py3-none-any.whl (63 kB)
Collecting fuzzywuzzy
  Using cached fuzzywuzzy-0.18.0-py2.py3-none-any.whl (18 kB)
Collecting IPython
  Using cached ipython-8.3.0-py3-none-any.whl (750 kB)
Collecting rich>=9.10.0
  Downloading rich-12.4.1-py3-none-any.whl (231 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 231.8/231.8 KB 9.9 MB/s eta 0:00:00
Collecting loompy
  Using cached loompy-3.0.7-py3-none-any.whl
Requirement already satisfied: numpy>=1.16.4 in /Users/pkgbuild/Library/Caches/org.R-project.R/R/basilisk/1.8.0/SimBu/0.99.2/SimBu_env_0_99_2/lib/python3.9/site-packages (from sfaira==0.3.12) (1.20.2)
Collecting scanpy>=1.7.0
  Using cached scanpy-1.9.1-py3-none-any.whl (2.0 MB)
Collecting seaborn
  Using cached seaborn-0.11.2-py3-none-any.whl (292 kB)
Collecting flatten-dict
  Using cached flatten_dict-0.4.2-py2.py3-none-any.whl (9.7 kB)
Collecting python-Levenshtein
  Using cached python_Levenshtein-0.12.2-cp39-cp39-macosx_10_9_x86_64.whl
Collecting openpyxl
  Using cached openpyxl-3.0.9-py2.py3-none-any.whl (242 kB)
Collecting torchmetrics
  Using cached torchmetrics-0.8.2-py3-none-any.whl (409 kB)
Collecting zarr
  Using cached zarr-2.11.3-py3-none-any.whl (153 kB)
Collecting numba
  Using cached numba-0.55.1-cp39-cp39-macosx_10_14_x86_64.whl (2.3 MB)
Collecting questionary>=1.8.1
  Using cached questionary-1.10.0-py3-none-any.whl (31 kB)
Collecting switchlang>=0.1.0
  Using cached switchlang-0.1.0-py3-none-any.whl (6.3 kB)
Collecting docutils
  Using cached docutils-0.18.1-py2.py3-none-any.whl (570 kB)
Collecting versioneer
  Using cached versioneer-0.22-py3-none-any.whl (42 kB)
Collecting matplotlib
  Using cached matplotlib-3.5.2-cp39-cp39-macosx_10_9_x86_64.whl (7.3 MB)
Collecting cookiecutter>=1.7.2
  Using cached cookiecutter-1.7.3-py2.py3-none-any.whl (34 kB)
Collecting crossref-commons
  Using cached crossref_commons-0.0.7-py3-none-any.whl (14 kB)
Collecting tensorflow
  Using cached tensorflow-2.8.0-cp39-cp39-macosx_10_14_x86_64.whl (217.5 MB)
Collecting sparse
  Using cached sparse-0.13.0-py2.py3-none-any.whl (77 kB)
Collecting PyYAML
  Using cached PyYAML-6.0-cp39-cp39-macosx_10_9_x86_64.whl (197 kB)
Requirement already satisfied: pandas in /Users/pkgbuild/Library/Caches/org.R-project.R/R/basilisk/1.8.0/SimBu/0.99.2/SimBu_env_0_99_2/lib/python3.9/site-packages (from sfaira==0.3.12) (1.2.4)
Requirement already satisfied: h5py in /Users/pkgbuild/Library/Caches/org.R-project.R/R/basilisk/1.8.0/SimBu/0.99.2/SimBu_env_0_99_2/lib/python3.9/site-packages (from sfaira==0.3.12) (3.2.1)
Collecting dask
  Using cached dask-2022.5.0-py3-none-any.whl (1.1 MB)
Collecting pytest>=6.2.2
  Using cached pytest-7.1.2-py3-none-any.whl (297 kB)
Collecting networkx
  Using cached networkx-2.8-py3-none-any.whl (2.0 MB)
Collecting xlrd==1.*
  Using cached xlrd-1.2.0-py2.py3-none-any.whl (103 kB)
Collecting obonet
  Using cached obonet-0.3.0-py3-none-any.whl (7.9 kB)
Collecting tqdm
  Using cached tqdm-4.64.0-py2.py3-none-any.whl (78 kB)
Collecting numexpr>=2.6.2
  Using cached numexpr-2.8.1-cp39-cp39-macosx_10_9_x86_64.whl (98 kB)
Requirement already satisfied: natsort in /Users/pkgbuild/Library/Caches/org.R-project.R/R/basilisk/1.8.0/SimBu/0.99.2/SimBu_env_0_99_2/lib/python3.9/site-packages (from anndata>=0.7.6->sfaira==0.3.12) (7.1.1)
Collecting python-slugify>=4.0.0
  Using cached python_slugify-6.1.2-py2.py3-none-any.whl (9.4 kB)
Collecting poyo>=0.5.0
  Using cached poyo-0.5.0-py2.py3-none-any.whl (10 kB)
Requirement already satisfied: six>=1.10 in /Users/pkgbuild/Library/Caches/org.R-project.R/R/basilisk/1.8.0/SimBu/0.99.2/SimBu_env_0_99_2/lib/python3.9/site-packages (from cookiecutter>=1.7.2->sfaira==0.3.12) (1.16.0)
Collecting Jinja2<4.0.0,>=2.7
  Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB)
Collecting jinja2-time>=0.2.0
  Using cached jinja2_time-0.2.0-py2.py3-none-any.whl (6.4 kB)
Collecting binaryornot>=0.4.4
  Using cached binaryornot-0.4.4-py2.py3-none-any.whl (9.0 kB)
Requirement already satisfied: pyparsing>=2.0.2 in /Users/pkgbuild/Library/Caches/org.R-project.R/R/basilisk/1.8.0/SimBu/0.99.2/SimBu_env_0_99_2/lib/python3.9/site-packages (from packaging>=20.8->sfaira==0.3.12) (3.0.8)
Requirement already satisfied: python-dateutil>=2.7.3 in /Users/pkgbuild/Library/Caches/org.R-project.R/R/basilisk/1.8.0/SimBu/0.99.2/SimBu_env_0_99_2/lib/python3.9/site-packages (from pandas->sfaira==0.3.12) (2.8.2)
Requirement already satisfied: pytz>=2017.3 in /Users/pkgbuild/Library/Caches/org.R-project.R/R/basilisk/1.8.0/SimBu/0.99.2/SimBu_env_0_99_2/lib/python3.9/site-packages (from pandas->sfaira==0.3.12) (2022.1)
Collecting attrs>=19.2.0
  Using cached attrs-21.4.0-py2.py3-none-any.whl (60 kB)
Collecting pluggy<2.0,>=0.12
  Using cached pluggy-1.0.0-py2.py3-none-any.whl (13 kB)
Collecting tomli>=1.0.0
  Using cached tomli-2.0.1-py3-none-any.whl (12 kB)
Collecting py>=1.8.2
  Using cached py-1.11.0-py2.py3-none-any.whl (98 kB)
Collecting iniconfig
  Using cached iniconfig-1.1.1-py2.py3-none-any.whl (5.0 kB)
Collecting prompt_toolkit<4.0,>=2.0
  Using cached prompt_toolkit-3.0.29-py3-none-any.whl (381 kB)
Collecting idna<4,>=2.5
  Using cached idna-3.3-py3-none-any.whl (61 kB)
Collecting certifi>=2017.4.17
  Using cached certifi-2021.10.8-py2.py3-none-any.whl (149 kB)
Collecting urllib3<1.27,>=1.21.1
  Using cached urllib3-1.26.9-py2.py3-none-any.whl (138 kB)
Collecting charset-normalizer~=2.0.0
  Using cached charset_normalizer-2.0.12-py3-none-any.whl (39 kB)
Collecting commonmark<0.10.0,>=0.9.0
  Using cached commonmark-0.9.1-py2.py3-none-any.whl (51 kB)
Collecting pygments<3.0.0,>=2.6.0
  Using cached Pygments-2.12.0-py3-none-any.whl (1.1 MB)
Collecting scikit-learn>=0.22
  Using cached scikit_learn-1.0.2-cp39-cp39-macosx_10_13_x86_64.whl (8.0 MB)
Collecting joblib
  Using cached joblib-1.1.0-py2.py3-none-any.whl (306 kB)
Collecting statsmodels>=0.10.0rc2
  Using cached statsmodels-0.13.2-cp39-cp39-macosx_10_9_x86_64.whl (9.6 MB)
Collecting session-info
  Using cached session_info-1.0.0-py3-none-any.whl
Collecting patsy
  Using cached patsy-0.5.2-py2.py3-none-any.whl (233 kB)
Collecting umap-learn>=0.3.10
  Using cached umap_learn-0.5.3-py3-none-any.whl
Collecting kiwisolver>=1.0.1
  Using cached kiwisolver-1.4.2-cp39-cp39-macosx_10_9_x86_64.whl (65 kB)
Collecting cycler>=0.10
  Using cached cycler-0.11.0-py3-none-any.whl (6.4 kB)
Collecting pillow>=6.2.0
  Using cached Pillow-9.1.0-cp39-cp39-macosx_10_9_x86_64.whl (3.1 MB)
Collecting fonttools>=4.22.0
  Using cached fonttools-4.33.3-py3-none-any.whl (930 kB)
Requirement already satisfied: setuptools in /Users/pkgbuild/Library/Caches/org.R-project.R/R/basilisk/1.8.0/SimBu/0.99.2/SimBu_env_0_99_2/lib/python3.9/site-packages (from numba->sfaira==0.3.12) (62.1.0)
Collecting llvmlite<0.39,>=0.38.0rc1
  Using cached llvmlite-0.38.0-cp39-cp39-macosx_10_9_x86_64.whl (25.5 MB)
Collecting ratelimit>=2.2.1
  Using cached ratelimit-2.2.1-py3-none-any.whl
Collecting toolz>=0.8.2
  Using cached toolz-0.11.2-py3-none-any.whl (55 kB)
Collecting fsspec>=0.6.0
  Using cached fsspec-2022.3.0-py3-none-any.whl (136 kB)
Collecting partd>=0.3.10
  Using cached partd-1.2.0-py3-none-any.whl (19 kB)
Collecting cloudpickle>=1.1.1
  Using cached cloudpickle-2.0.0-py3-none-any.whl (25 kB)
Collecting decorator
  Using cached decorator-5.1.1-py3-none-any.whl (9.1 kB)
Collecting stack-data
  Using cached stack_data-0.2.0-py3-none-any.whl (21 kB)
Collecting appnope
  Using cached appnope-0.1.3-py2.py3-none-any.whl (4.4 kB)
Collecting matplotlib-inline
  Using cached matplotlib_inline-0.1.3-py3-none-any.whl (8.2 kB)
Collecting traitlets>=5
  Using cached traitlets-5.1.1-py3-none-any.whl (102 kB)
Collecting backcall
  Using cached backcall-0.2.0-py2.py3-none-any.whl (11 kB)
Collecting pexpect>4.3
  Using cached pexpect-4.8.0-py2.py3-none-any.whl (59 kB)
Collecting jedi>=0.16
  Using cached jedi-0.18.1-py2.py3-none-any.whl (1.6 MB)
Collecting pickleshare
  Using cached pickleshare-0.7.5-py2.py3-none-any.whl (6.9 kB)
Collecting numpy-groupies
  Downloading numpy_groupies-0.9.16-py3-none-any.whl (30 kB)
Collecting et-xmlfile
  Using cached et_xmlfile-1.1.0-py3-none-any.whl (4.7 kB)
Collecting typing-extensions>=3.6.6
  Using cached typing_extensions-4.2.0-py3-none-any.whl (24 kB)
Collecting tf-estimator-nightly==2.8.0.dev2021122109
  Using cached tf_estimator_nightly-2.8.0.dev2021122109-py2.py3-none-any.whl (462 kB)
Collecting tensorflow-io-gcs-filesystem>=0.23.1
  Using cached tensorflow_io_gcs_filesystem-0.25.0-cp39-cp39-macosx_10_14_x86_64.whl (1.6 MB)
Collecting flatbuffers>=1.12
  Using cached flatbuffers-2.0-py2.py3-none-any.whl (26 kB)
Collecting keras-preprocessing>=1.1.1
  Using cached Keras_Preprocessing-1.1.2-py2.py3-none-any.whl (42 kB)
Collecting opt-einsum>=2.3.2
  Using cached opt_einsum-3.3.0-py3-none-any.whl (65 kB)
Collecting keras<2.9,>=2.8.0rc0
  Using cached keras-2.8.0-py2.py3-none-any.whl (1.4 MB)
Collecting wrapt>=1.11.0
  Using cached wrapt-1.14.1-cp39-cp39-macosx_10_9_x86_64.whl (35 kB)
Collecting absl-py>=0.4.0
  Using cached absl_py-1.0.0-py3-none-any.whl (126 kB)
Collecting astunparse>=1.6.0
  Using cached astunparse-1.6.3-py2.py3-none-any.whl (12 kB)
Collecting gast>=0.2.1
  Using cached gast-0.5.3-py3-none-any.whl (19 kB)
Collecting termcolor>=1.1.0
  Using cached termcolor-1.1.0-py3-none-any.whl
Collecting libclang>=9.0.1
  Using cached libclang-14.0.1-py2.py3-none-macosx_10_9_x86_64.whl (13.2 MB)
Collecting grpcio<2.0,>=1.24.3
  Using cached grpcio-1.46.0-cp39-cp39-macosx_10_10_x86_64.whl (4.4 MB)
Collecting protobuf>=3.9.2
  Using cached protobuf-3.20.1-cp39-cp39-macosx_10_9_x86_64.whl (962 kB)
Collecting google-pasta>=0.1.1
  Using cached google_pasta-0.2.0-py3-none-any.whl (57 kB)
Collecting tensorboard<2.9,>=2.8
  Using cached tensorboard-2.8.0-py3-none-any.whl (5.8 MB)
Collecting pyDeprecate==0.3.*
  Using cached pyDeprecate-0.3.2-py3-none-any.whl (10 kB)
Collecting asciitree
  Using cached asciitree-0.3.3-py3-none-any.whl
Collecting fasteners
  Using cached fasteners-0.17.3-py3-none-any.whl (18 kB)
Collecting numcodecs>=0.6.4
  Using cached numcodecs-0.9.1-cp39-cp39-macosx_10_9_x86_64.whl (1.3 MB)
Requirement already satisfied: wheel<1.0,>=0.23.0 in /Users/pkgbuild/Library/Caches/org.R-project.R/R/basilisk/1.8.0/SimBu/0.99.2/SimBu_env_0_99_2/lib/python3.9/site-packages (from astunparse>=1.6.0->tensorflow->sfaira==0.3.12) (0.37.1)
Collecting chardet>=3.0.2
  Using cached chardet-4.0.0-py2.py3-none-any.whl (178 kB)
Collecting parso<0.9.0,>=0.8.0
  Using cached parso-0.8.3-py2.py3-none-any.whl (100 kB)
Collecting MarkupSafe>=2.0
  Using cached MarkupSafe-2.1.1-cp39-cp39-macosx_10_9_x86_64.whl (13 kB)
Collecting arrow
  Using cached arrow-1.2.2-py3-none-any.whl (64 kB)
Collecting locket
  Using cached locket-1.0.0-py2.py3-none-any.whl (4.4 kB)
Collecting ptyprocess>=0.5
  Using cached ptyprocess-0.7.0-py2.py3-none-any.whl (13 kB)
Collecting wcwidth
  Using cached wcwidth-0.2.5-py2.py3-none-any.whl (30 kB)
Collecting text-unidecode>=1.3
  Using cached text_unidecode-1.3-py2.py3-none-any.whl (78 kB)
Collecting threadpoolctl>=2.0.0
  Using cached threadpoolctl-3.1.0-py3-none-any.whl (14 kB)
Collecting packaging>=20.8
  Using cached packaging-21.3-py3-none-any.whl (40 kB)
Collecting werkzeug>=0.11.15
  Using cached Werkzeug-2.1.2-py3-none-any.whl (224 kB)
Collecting google-auth-oauthlib<0.5,>=0.4.1
  Using cached google_auth_oauthlib-0.4.6-py2.py3-none-any.whl (18 kB)
Collecting google-auth<3,>=1.6.3
  Using cached google_auth-2.6.6-py2.py3-none-any.whl (156 kB)
Collecting tensorboard-data-server<0.7.0,>=0.6.0
  Using cached tensorboard_data_server-0.6.1-py3-none-macosx_10_9_x86_64.whl (3.5 MB)
Collecting tensorboard-plugin-wit>=1.6.0
  Using cached tensorboard_plugin_wit-1.8.1-py3-none-any.whl (781 kB)
Collecting markdown>=2.6.8
  Using cached Markdown-3.3.7-py3-none-any.whl (97 kB)
Collecting pynndescent>=0.5
  Using cached pynndescent-0.5.6-py3-none-any.whl
Collecting stdlib-list
  Using cached stdlib_list-0.8.0-py3-none-any.whl (63 kB)
Collecting asttokens
  Using cached asttokens-2.0.5-py2.py3-none-any.whl (20 kB)
Collecting executing
  Using cached executing-0.8.3-py2.py3-none-any.whl (16 kB)
Collecting pure-eval
  Using cached pure_eval-0.2.2-py3-none-any.whl (11 kB)
Collecting rsa<5,>=3.1.4
  Using cached rsa-4.8-py3-none-any.whl (39 kB)
Collecting cachetools<6.0,>=2.0.0
  Using cached cachetools-5.0.0-py3-none-any.whl (9.1 kB)
Collecting pyasn1-modules>=0.2.1
  Using cached pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB)
Collecting requests-oauthlib>=0.7.0
  Using cached requests_oauthlib-1.3.1-py2.py3-none-any.whl (23 kB)
Collecting importlib-metadata>=4.4
  Using cached importlib_metadata-4.11.3-py3-none-any.whl (18 kB)
Collecting zipp>=0.5
  Using cached zipp-3.8.0-py3-none-any.whl (5.4 kB)
Collecting pyasn1<0.5.0,>=0.4.6
  Using cached pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
Collecting oauthlib>=3.0.0
  Using cached oauthlib-3.2.0-py3-none-any.whl (151 kB)
Installing collected packages: wcwidth, tf-estimator-nightly, text-unidecode, termcolor, tensorboard-plugin-wit, switchlang, stdlib-list, ratelimit, pyasn1, pure-eval, ptyprocess, pickleshare, numpy-groupies, libclang, keras, iniconfig, fuzzywuzzy, flatbuffers, executing, commonmark, certifi, boltons, backcall, asciitree, appnope, zipp, xlrd, wrapt, werkzeug, versioneer, urllib3, typing-extensions, traitlets, tqdm, toolz, tomli, threadpoolctl, tensorflow-io-gcs-filesystem, tensorboard-data-server, session-info, rsa, PyYAML, python-slugify, python-Levenshtein, pygments, pyDeprecate, pyasn1-modules, pyarrow, py, protobuf, prompt_toolkit, poyo, pluggy, pillow, pexpect, patsy, parso, packaging, owlready2, opt-einsum, oauthlib, numcodecs, networkx, MarkupSafe, locket, llvmlite, kiwisolver, keras-preprocessing, joblib, idna, grpcio, google-pasta, gast, fsspec, fonttools, flatten-dict, fasteners, et-xmlfile, docutils, decorator, cycler, cloudpickle, click, charset-normalizer, chardet, cachetools, attrs, astunparse, asttokens, absl-py, zarr, torch, stack-data, scikit-learn, rich, requests, questionary, pytest, partd, openpyxl, obonet, numexpr, numba, matplotlib-inline, matplotlib, Jinja2, jedi, importlib-metadata, google-auth, binaryornot, arrow, torchmetrics, tables, statsmodels, sparse, seaborn, requests-oauthlib, pynndescent, markdown, loompy, jinja2-time, IPython, dask, crossref-commons, umap-learn, google-auth-oauthlib, cookiecutter, tensorboard, scanpy, tensorflow, sfaira
  Attempting uninstall: packaging
    Found existing installation: packaging 20.9
    Uninstalling packaging-20.9:
      Successfully uninstalled packaging-20.9
Successfully installed IPython-8.3.0 Jinja2-3.1.2 MarkupSafe-2.1.1 PyYAML-6.0 absl-py-1.0.0 appnope-0.1.3 arrow-1.2.2 asciitree-0.3.3 asttokens-2.0.5 astunparse-1.6.3 attrs-21.4.0 backcall-0.2.0 binaryornot-0.4.4 boltons-21.0.0 cachetools-5.0.0 certifi-2021.10.8 chardet-4.0.0 charset-normalizer-2.0.12 click-8.1.3 cloudpickle-2.0.0 commonmark-0.9.1 cookiecutter-1.7.3 crossref-commons-0.0.7 cycler-0.11.0 dask-2022.5.0 decorator-5.1.1 docutils-0.18.1 et-xmlfile-1.1.0 executing-0.8.3 fasteners-0.17.3 flatbuffers-2.0 flatten-dict-0.4.2 fonttools-4.33.3 fsspec-2022.3.0 fuzzywuzzy-0.18.0 gast-0.5.3 google-auth-2.6.6 google-auth-oauthlib-0.4.6 google-pasta-0.2.0 grpcio-1.46.0 idna-3.3 importlib-metadata-4.11.3 iniconfig-1.1.1 jedi-0.18.1 jinja2-time-0.2.0 joblib-1.1.0 keras-2.8.0 keras-preprocessing-1.1.2 kiwisolver-1.4.2 libclang-14.0.1 llvmlite-0.38.0 locket-1.0.0 loompy-3.0.7 markdown-3.3.7 matplotlib-3.5.2 matplotlib-inline-0.1.3 networkx-2.8 numba-0.55.1 numcodecs-0.9.1 numexpr-2.8.1 numpy-groupies-0.9.16 oauthlib-3.2.0 obonet-0.3.0 openpyxl-3.0.9 opt-einsum-3.3.0 owlready2-0.37 packaging-21.3 parso-0.8.3 partd-1.2.0 patsy-0.5.2 pexpect-4.8.0 pickleshare-0.7.5 pillow-9.1.0 pluggy-1.0.0 poyo-0.5.0 prompt_toolkit-3.0.29 protobuf-3.20.1 ptyprocess-0.7.0 pure-eval-0.2.2 py-1.11.0 pyDeprecate-0.3.2 pyarrow-8.0.0 pyasn1-0.4.8 pyasn1-modules-0.2.8 pygments-2.12.0 pynndescent-0.5.6 pytest-7.1.2 python-Levenshtein-0.12.2 python-slugify-6.1.2 questionary-1.10.0 ratelimit-2.2.1 requests-2.27.1 requests-oauthlib-1.3.1 rich-12.4.1 rsa-4.8 scanpy-1.9.1 scikit-learn-1.0.2 seaborn-0.11.2 session-info-1.0.0 sfaira-0.3.12 sparse-0.13.0 stack-data-0.2.0 statsmodels-0.13.2 stdlib-list-0.8.0 switchlang-0.1.0 tables-3.7.0 tensorboard-2.8.0 tensorboard-data-server-0.6.1 tensorboard-plugin-wit-1.8.1 tensorflow-2.8.0 tensorflow-io-gcs-filesystem-0.25.0 termcolor-1.1.0 text-unidecode-1.3 tf-estimator-nightly-2.8.0.dev2021122109 threadpoolctl-3.1.0 tomli-2.0.1 toolz-0.11.2 torch-1.11.0 torchmetrics-0.8.2 tqdm-4.64.0 traitlets-5.1.1 typing-extensions-4.2.0 umap-learn-0.5.3 urllib3-1.26.9 versioneer-0.22 wcwidth-0.2.5 werkzeug-2.1.2 wrapt-1.14.1 xlrd-1.2.0 zarr-2.11.3 zipp-3.8.0
Error in SimBu::dataset_h5ad(h5ad_file_counts = h5, name = "h5ad_dataset",  : 
  Cannot find "ID" column in cell annotation of h5ad_file_counts.
Execution halted
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘testthat.R’ [108s/109s]
 [109s/109s] OK
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in ‘inst/doc’ ... OK
* checking running R code from vignettes ... SKIPPED
* checking re-building of vignette outputs ... SKIPPED
* checking PDF version of manual ... OK
* DONE

Status: 1 ERROR, 3 NOTEs
See
  ‘/Users/pkgbuild/packagebuilder/workers/jobs/2627/b79c1b2d8323feb77cb09a6d9803245a3e100113/SimBu.Rcheck/00check.log’
for details.





===============================

 BiocCheck('SimBu_0.99.2.tar.gz')

===============================

─ BiocCheckVersion: 1.32.0
─ BiocVersion: 3.15
─ Package: SimBu
─ PackageVersion: 0.99.2
─ sourceDir: /var/folders/7y/c__3_48d5y18p1_rhfs_4x9c0000gt/T//RtmpNhJnKI/filecaf229e7627e/SimBu
─ installDir: /var/folders/7y/c__3_48d5y18p1_rhfs_4x9c0000gt/T//RtmpNhJnKI/filecaf219fb5312
─ BiocCheckDir: /Users/pkgbuild/packagebuilder/workers/jobs/2627/b79c1b2d8323feb77cb09a6d9803245a3e100113/SimBu.BiocCheck
─ platform: unix
─ isTarBall: TRUE

* Installing package...
* Checking package dependencies...
* Checking if other packages can import this one...
* Checking to see if we understand object initialization...
* Checking for deprecated package usage...
* Checking for remote package usage...
* Checking for 'LazyData: true' usage...
* Checking version number...
* Checking for version number mismatch...
* Checking new package version number...
* Checking R version dependency...
* Checking package size...
* Checking individual file sizes...
* Checking biocViews...
* Checking that biocViews are present...
* Checking package type based on biocViews...
    Software
* Checking for non-trivial biocViews...
* Checking that biocViews come from the same category...
* Checking biocViews validity...
* Checking for recommended biocViews...
* Checking build system compatibility...
* Checking for blank lines in DESCRIPTION...
* Checking if DESCRIPTION is well formatted...
* Checking for proper Description: field...
* Checking for whitespace in DESCRIPTION field names...
* Checking that Package field matches directory/tarball name...
* Checking for Version field...
* Checking for valid maintainer...
* Checking License: for restrictive use...
    * NOTE: License 'GPL (>= 3)' unknown; licenses cannot restrict use
* Checking for pinned package versions...
* Checking DESCRIPTION/NAMESPACE consistency...
* Checking .Rbuildignore...
* Checking for stray BiocCheck output folders...
* Checking vignette directory...
    * NOTE: 'sessionInfo' not found in vignette(s)
* Checking whether vignette is built with 'R CMD build'...
* Checking package installation calls in R code...
* Checking for library/require of SimBu...
* Checking coding practice...
    * NOTE: Avoid sapply(); use vapply()
    * NOTE: Avoid 'cat' and 'print' outside of 'show' methods
    * NOTE: Avoid using '=' for assignment and use '<-' instead
    * NOTE: Avoid the use of 'paste' in condition signals
    * WARNING: Avoid T/F variables; If logical, use TRUE/FALSE
* Checking parsed R code in R directory, examples, vignettes...
    * NOTE: Avoid '<<-' if possible (found 1 times)
    * NOTE: Avoid 'suppressWarnings'/'*Messages' if possible (found 1
      times)
* Checking function lengths...
    * NOTE: Recommended function length <= 50 lines.There are 6
      functions > 50 lines.
* Checking man page documentation...
    * ERROR: At least 80% of man pages documenting exported objects
      must have runnable examples.
    * NOTE: Usage of dontrun{} / donttest{} found in man page
      examples.15% of man pages use one of these cases.
    * NOTE: Use donttest{} instead of dontrun{}.
* Checking package NEWS...
* Checking unit tests...
* Checking skip_on_bioc() in tests...
* Checking formatting of DESCRIPTION, NAMESPACE, man pages, R source,
  and vignette source...
    * NOTE: Consider shorter lines; 668 lines (17%) are > 80 characters
      long.
    * NOTE: Consider multiples of 4 spaces for line indents; 1173 lines
      (30%) are not.
    See http://bioconductor.org/developers/how-to/coding-style/
    See styler package: https://cran.r-project.org/package=styler as
      described in the BiocCheck vignette.
* Checking if package already exists in CRAN...
* Checking if new package already exists in Bioconductor...
* Checking for bioc-devel mailing list subscription...
    * ERROR: Maintainer must subscribe to the bioc-devel mailing list.
      Subscribe here: https://stat.ethz.ch/mailman/listinfo/bioc-devel
* Checking for support site registration...
    Maintainer is registered at support site.
    Package name is in support site watched tags.

─ BiocCheck results ──
2 ERRORS | 1 WARNINGS | 13 NOTES

See the SimBu.BiocCheck folder and run
    browseVignettes(package = 'BiocCheck')
for details.

merida1 BUILD BIN output

[top]

===============================

 R CMD BUILD

===============================

>>>>>>> 
>>>>>>> INSTALLATION WITH 'R CMD INSTALL --preclean --no-multiarch --library=libdir SimBu_0.99.2.tar.gz'
>>>>>>> 

* installing *source* package ‘SimBu’ ...
** using non-staged installation via StagedInstall field
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (SimBu)



nebbiolo1 Summary

[top]

Package: SimBu
Version: 0.99.2
RVersion: 4.2
BiocVersion: 3.15
BuildCommand: /home/biocbuild/bbs-3.15-bioc/R/bin/R CMD build --keep-empty-dirs --no-resave-data SimBu
BuildTime: 0 minutes 26.73 seconds
CheckCommand: BiocCheckGitClone('SimBu') && /home/biocbuild/bbs-3.15-bioc/R/bin/R CMD check --no-vignettes --timings SimBu_0.99.2.tar.gz && BiocCheck('SimBu_0.99.2.tar.gz', `new-package`=TRUE)
CheckTime: 5 minutes 41.82 seconds
BuildBinCommand:
BuildBinTime:
PackageFileSize: 386.07 KiB
BuildID:: SimBu_20220510063308
PreProcessing: Starting Git clone. Installing dependencies. Checking Git Clone. Installing package: SimBu. Starting Build package. Starting Check package.
PostProcessing: Finished Git clone. Package type: Software. Installing dependency status: 0. Checking git clone status: 0. Installing package status: 0. Build Package status: 0. Checking Package status: 1.

nebbiolo1 BUILD SRC output

[top]

===============================

 R CMD BUILD

===============================

* checking for file ‘SimBu/DESCRIPTION’ ... OK
* preparing ‘SimBu’:
* checking DESCRIPTION meta-information ... OK
* installing the package to build vignettes
* creating vignettes ... OK
* checking for LF line-endings in source and make files and shell scripts
* checking for empty or unneeded directories
* building ‘SimBu_0.99.2.tar.gz’


nebbiolo1 CHECK output

[top]

===============================

 BiocCheckGitClone('SimBu')

===============================

─ BiocCheckVersion: 1.32.0
─ BiocVersion: 3.15
─ Package: SimBu
─ PackageVersion: 0.99.2
─ sourceDir: /home/pkgbuild/packagebuilder/workers/jobs/2627/b79c1b2d8323feb77cb09a6d9803245a3e100113/SimBu
─ platform: unix
─ isTarBall: FALSE

* Checking valid files...
* Checking for stray BiocCheck output folders...
* Checking DESCRIPTION...
* Checking if DESCRIPTION is well formatted...
* Checking for valid maintainer...
* Checking CITATION...

─ BiocCheck results ──
0 ERRORS | 0 WARNINGS | 0 NOTES

For more details, run
    browseVignettes(package = 'BiocCheck')




===============================

 R CMD CHECK

===============================

* using log directory ‘/home/pkgbuild/packagebuilder/workers/jobs/2627/b79c1b2d8323feb77cb09a6d9803245a3e100113/SimBu.Rcheck’
* using R version 4.2.0 RC (2022-04-19 r82224)
* using platform: x86_64-pc-linux-gnu (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘SimBu/DESCRIPTION’ ... OK
* this is package ‘SimBu’ version ‘0.99.2’
* package encoding: UTF-8
* checking package namespace information ... OK
* checking package dependencies ... OK
* checking if this is a source package ... OK
* checking if there is a namespace ... OK
* checking for hidden files and directories ... NOTE
Found the following hidden files and directories:
  .BBSoptions
These were most likely included in error. See section ‘Package
structure’ in the ‘Writing R Extensions’ manual.
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking serialization versions ... OK
* checking whether package ‘SimBu’ can be installed ... [3s/3s] NOTE
Found the following notes/warnings:
  Non-staged installation was used
See ‘/home/pkgbuild/packagebuilder/workers/jobs/2627/b79c1b2d8323feb77cb09a6d9803245a3e100113/SimBu.Rcheck/00install.out’ for details.
* checking installed package size ... OK
* checking package directory ... OK
* checking for future file timestamps ... OK
* checking ‘build’ directory ... OK
* checking DESCRIPTION meta-information ... OK
* checking top-level files ... OK
* checking for left-over files ... OK
* checking index information ... OK
* checking package subdirectories ... OK
* checking R files for non-ASCII characters ... OK
* checking R files for syntax errors ... OK
* checking whether the package can be loaded ... OK
* checking whether the package can be loaded with stated dependencies ... OK
* checking whether the package can be unloaded cleanly ... OK
* checking whether the namespace can be loaded with stated dependencies ... OK
* checking whether the namespace can be unloaded cleanly ... OK
* checking loading without being on the library search path ... OK
* checking use of S3 registration ... OK
* checking dependencies in R code ... OK
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... [2s/2s] OK
* checking Rd files ... [0s/0s] OK
* checking Rd metadata ... OK
* checking Rd line widths ... NOTE
Rd file 'dataset.Rd':
  \examples lines wider than 100 characters:
     ds <- SimBu::dataset(annotation = annotation, count_matrix = counts, tpm_matrix = tpm, name = "test_dataset")

Rd file 'dataset_h5ad.Rd':
  \examples lines wider than 100 characters:
                                    cell_id_col = 'ID',                  # this will use the 'ID' column of the metadata as cell identifiers
                                    cell_type_col = 'cell_type',         # this will use the 'cell-type' column of the metadata as cell type ... [TRUNCATED]
                                    cells_in_obs = TRUE)                 # in case your cell information is stored in the var layer, switch  ... [TRUNCATED]

Rd file 'dataset_merge.Rd':
  \examples lines wider than 100 characters:
     ds1 <- SimBu::dataset(annotation = annotation, count_matrix = counts, tpm_matrix = tpm, name = "test_dataset1")
     ds2 <- SimBu::dataset(annotation = annotation, count_matrix = counts, tpm_matrix = tpm, name = "test_dataset2")

Rd file 'dataset_sfaira.Rd':
  \examples lines wider than 100 characters:
     ds <- SimBu::dataset_sfaira(sfaira_id = 'homosapiens_lungparenchyma_2019_10x3v2_madissoon_001_10.1186/s13059-019-1906-x',

These lines will be truncated in the PDF manual.
* checking Rd cross-references ... OK
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... OK
* checking Rd \usage sections ... OK
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking line endings in shell scripts ... OK
* checking installed files from ‘inst/doc’ ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... [223s/278s] ERROR
Running examples in ‘SimBu-Ex.R’ failed
The error most likely occurred in:

> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: dataset_h5ad
> ### Title: Build SummarizedExperiment using a h5ad file for the counts
> ### Aliases: dataset_h5ad
> 
> ### ** Examples
> 
> h5 <- system.file('extdata', 'anndata.h5ad', package='SimBu')
> ds_h5ad <- SimBu::dataset_h5ad(h5ad_file_counts = h5,
+                                name = "h5ad_dataset",
+                                cell_id_col = 'ID',                  # this will use the 'ID' column of the metadata as cell identifiers
+                                cell_type_col = 'cell_type',         # this will use the 'cell-type' column of the metadata as cell type info
+                                cells_in_obs = TRUE)                 # in case your cell information is stored in the var layer, switch to FALSE
PREFIX=/home/pkgbuild/.cache/R/basilisk/1.8.0/0
Unpacking payload ...

  0%|          | 0/35 [00:00<?, ?it/s]
Extracting : urllib3-1.25.8-py37_0.conda:   0%|          | 0/35 [00:00<?, ?it/s]
Extracting : urllib3-1.25.8-py37_0.conda:   3%|▎         | 1/35 [00:00<00:05,  6.19it/s]
Extracting : wheel-0.34.2-py37_0.conda:   3%|▎         | 1/35 [00:00<00:05,  6.19it/s]  
Extracting : cffi-1.14.0-py37he30daa8_1.conda:   6%|▌         | 2/35 [00:00<00:05,  6.19it/s]
Extracting : ruamel_yaml-0.15.87-py37h7b6447c_0.conda:   9%|▊         | 3/35 [00:00<00:05,  6.19it/s]
Extracting : ruamel_yaml-0.15.87-py37h7b6447c_0.conda:  11%|█▏        | 4/35 [00:00<00:03,  8.10it/s]
Extracting : pycosat-0.6.3-py37h7b6447c_0.conda:  11%|█▏        | 4/35 [00:00<00:03,  8.10it/s]      
Extracting : readline-8.0-h7b6447c_0.conda:  14%|█▍        | 5/35 [00:00<00:03,  8.10it/s]     
Extracting : setuptools-46.4.0-py37_0.conda:  17%|█▋        | 6/35 [00:00<00:03,  8.10it/s]
Extracting : yaml-0.1.7-had09818_2.conda:  20%|██        | 7/35 [00:00<00:03,  8.10it/s]   
Extracting : pysocks-1.7.1-py37_0.conda:  23%|██▎       | 8/35 [00:00<00:03,  8.10it/s] 
Extracting : libffi-3.3-he6710b0_1.conda:  26%|██▌       | 9/35 [00:00<00:03,  8.10it/s]
Extracting : zlib-1.2.11-h7b6447c_3.conda:  29%|██▊       | 10/35 [00:00<00:03,  8.10it/s]
Extracting : tqdm-4.46.0-py_0.conda:  31%|███▏      | 11/35 [00:00<00:02,  8.10it/s]      
Extracting : tk-8.6.8-hbc83047_0.conda:  34%|███▍      | 12/35 [00:00<00:02,  8.10it/s]
Extracting : requests-2.23.0-py37_0.conda:  37%|███▋      | 13/35 [00:00<00:02,  8.10it/s]
Extracting : openssl-1.1.1g-h7b6447c_0.conda:  40%|████      | 14/35 [00:00<00:02,  8.10it/s]
Extracting : chardet-3.0.4-py37_1003.conda:  43%|████▎     | 15/35 [00:00<00:02,  8.10it/s]  
Extracting : xz-5.2.5-h7b6447c_0.conda:  46%|████▌     | 16/35 [00:00<00:02,  8.10it/s]    
Extracting : xz-5.2.5-h7b6447c_0.conda:  49%|████▊     | 17/35 [00:00<00:01, 11.24it/s]
Extracting : ca-certificates-2020.1.1-0.conda:  49%|████▊     | 17/35 [00:00<00:01, 11.24it/s]
Extracting : ncurses-6.2-he6710b0_1.conda:  51%|█████▏    | 18/35 [00:00<00:01, 11.24it/s]    
Extracting : sqlite-3.31.1-h62c20be_1.conda:  54%|█████▍    | 19/35 [00:00<00:01, 11.24it/s]
Extracting : certifi-2020.4.5.1-py37_0.conda:  57%|█████▋    | 20/35 [00:00<00:01, 11.24it/s]
Extracting : six-1.14.0-py37_0.conda:  60%|██████    | 21/35 [00:00<00:01, 11.24it/s]        
Extracting : libgcc-ng-9.1.0-hdf63c60_0.conda:  63%|██████▎   | 22/35 [00:00<00:01, 11.24it/s]
Extracting : libedit-3.1.20181209-hc058e9b_0.conda:  66%|██████▌   | 23/35 [00:00<00:01, 11.24it/s]
Extracting : pyopenssl-19.1.0-py37_0.conda:  69%|██████▊   | 24/35 [00:00<00:00, 11.24it/s]        
Extracting : pip-20.0.2-py37_3.conda:  71%|███████▏  | 25/35 [00:00<00:00, 11.24it/s]      
Extracting : ld_impl_linux-64-2.33.1-h53a641e_7.conda:  74%|███████▍  | 26/35 [00:00<00:00, 11.24it/s]
Extracting : conda-package-handling-1.6.1-py37h7b6447c_0.conda:  77%|███████▋  | 27/35 [00:00<00:00, 11.24it/s]
Extracting : python-3.7.7-hcff3b4d_5.conda:  80%|████████  | 28/35 [00:00<00:00, 11.24it/s]                    
Extracting : python-3.7.7-hcff3b4d_5.conda:  83%|████████▎ | 29/35 [00:00<00:00, 13.93it/s]
Extracting : libstdcxx-ng-9.1.0-hdf63c60_0.conda:  83%|████████▎ | 29/35 [00:00<00:00, 13.93it/s]
Extracting : cryptography-2.9.2-py37h1ba5d50_0.conda:  86%|████████▌ | 30/35 [00:00<00:00, 13.93it/s]
Extracting : idna-2.9-py_1.conda:  89%|████████▊ | 31/35 [00:00<00:00, 13.93it/s]                    
Extracting : _libgcc_mutex-0.1-main.conda:  91%|█████████▏| 32/35 [00:00<00:00, 13.93it/s]
Extracting : pycparser-2.20-py_0.conda:  94%|█████████▍| 33/35 [00:00<00:00, 13.93it/s]   
Extracting : conda-4.8.3-py37_0.tar.bz2:  97%|█████████▋| 34/35 [00:00<00:00, 13.93it/s]
                                                                                        
Collecting package metadata (current_repodata.json): ...working... done
Solving environment: ...working... done

## Package Plan ##

  environment location: /home/pkgbuild/.cache/R/basilisk/1.8.0/0

  added / updated specs:
    - _libgcc_mutex==0.1=main
    - ca-certificates==2020.1.1=0
    - certifi==2020.4.5.1=py37_0
    - cffi==1.14.0=py37he30daa8_1
    - chardet==3.0.4=py37_1003
    - conda-package-handling==1.6.1=py37h7b6447c_0
    - conda==4.8.3=py37_0
    - cryptography==2.9.2=py37h1ba5d50_0
    - idna==2.9=py_1
    - ld_impl_linux-64==2.33.1=h53a641e_7
    - libedit==3.1.20181209=hc058e9b_0
    - libffi==3.3=he6710b0_1
    - libgcc-ng==9.1.0=hdf63c60_0
    - libstdcxx-ng==9.1.0=hdf63c60_0
    - ncurses==6.2=he6710b0_1
    - openssl==1.1.1g=h7b6447c_0
    - pip==20.0.2=py37_3
    - pycosat==0.6.3=py37h7b6447c_0
    - pycparser==2.20=py_0
    - pyopenssl==19.1.0=py37_0
    - pysocks==1.7.1=py37_0
    - python==3.7.7=hcff3b4d_5
    - readline==8.0=h7b6447c_0
    - requests==2.23.0=py37_0
    - ruamel_yaml==0.15.87=py37h7b6447c_0
    - setuptools==46.4.0=py37_0
    - six==1.14.0=py37_0
    - sqlite==3.31.1=h62c20be_1
    - tk==8.6.8=hbc83047_0
    - tqdm==4.46.0=py_0
    - urllib3==1.25.8=py37_0
    - wheel==0.34.2=py37_0
    - xz==5.2.5=h7b6447c_0
    - yaml==0.1.7=had09818_2
    - zlib==1.2.11=h7b6447c_3


The following NEW packages will be INSTALLED:

  _libgcc_mutex      pkgs/main/linux-64::_libgcc_mutex-0.1-main
  ca-certificates    pkgs/main/linux-64::ca-certificates-2020.1.1-0
  certifi            pkgs/main/linux-64::certifi-2020.4.5.1-py37_0
  cffi               pkgs/main/linux-64::cffi-1.14.0-py37he30daa8_1
  chardet            pkgs/main/linux-64::chardet-3.0.4-py37_1003
  conda              pkgs/main/linux-64::conda-4.8.3-py37_0
  conda-package-han~ pkgs/main/linux-64::conda-package-handling-1.6.1-py37h7b6447c_0
  cryptography       pkgs/main/linux-64::cryptography-2.9.2-py37h1ba5d50_0
  idna               pkgs/main/noarch::idna-2.9-py_1
  ld_impl_linux-64   pkgs/main/linux-64::ld_impl_linux-64-2.33.1-h53a641e_7
  libedit            pkgs/main/linux-64::libedit-3.1.20181209-hc058e9b_0
  libffi             pkgs/main/linux-64::libffi-3.3-he6710b0_1
  libgcc-ng          pkgs/main/linux-64::libgcc-ng-9.1.0-hdf63c60_0
  libstdcxx-ng       pkgs/main/linux-64::libstdcxx-ng-9.1.0-hdf63c60_0
  ncurses            pkgs/main/linux-64::ncurses-6.2-he6710b0_1
  openssl            pkgs/main/linux-64::openssl-1.1.1g-h7b6447c_0
  pip                pkgs/main/linux-64::pip-20.0.2-py37_3
  pycosat            pkgs/main/linux-64::pycosat-0.6.3-py37h7b6447c_0
  pycparser          pkgs/main/noarch::pycparser-2.20-py_0
  pyopenssl          pkgs/main/linux-64::pyopenssl-19.1.0-py37_0
  pysocks            pkgs/main/linux-64::pysocks-1.7.1-py37_0
  python             pkgs/main/linux-64::python-3.7.7-hcff3b4d_5
  readline           pkgs/main/linux-64::readline-8.0-h7b6447c_0
  requests           pkgs/main/linux-64::requests-2.23.0-py37_0
  ruamel_yaml        pkgs/main/linux-64::ruamel_yaml-0.15.87-py37h7b6447c_0
  setuptools         pkgs/main/linux-64::setuptools-46.4.0-py37_0
  six                pkgs/main/linux-64::six-1.14.0-py37_0
  sqlite             pkgs/main/linux-64::sqlite-3.31.1-h62c20be_1
  tk                 pkgs/main/linux-64::tk-8.6.8-hbc83047_0
  tqdm               pkgs/main/noarch::tqdm-4.46.0-py_0
  urllib3            pkgs/main/linux-64::urllib3-1.25.8-py37_0
  wheel              pkgs/main/linux-64::wheel-0.34.2-py37_0
  xz                 pkgs/main/linux-64::xz-5.2.5-h7b6447c_0
  yaml               pkgs/main/linux-64::yaml-0.1.7-had09818_2
  zlib               pkgs/main/linux-64::zlib-1.2.11-h7b6447c_3


Preparing transaction: ...working... done
Executing transaction: ...working... done
installation finished.
Warning in check_forbidden_install("Python packages") :
  cannot install Python packages during R CMD check
Collecting package metadata (current_repodata.json): ...working... done
Solving environment: ...working... done

## Package Plan ##

  environment location: /home/pkgbuild/.cache/R/basilisk/1.8.0/SimBu/0.99.2/SimBu_env_0_99_2

  added / updated specs:
    - python=3.9


The following packages will be downloaded:

    package                    |            build
    ---------------------------|-----------------
    _libgcc_mutex-0.1          |      conda_forge           3 KB  conda-forge
    _openmp_mutex-4.5          |            2_gnu          23 KB  conda-forge
    bzip2-1.0.8                |       h7f98852_4         484 KB  conda-forge
    ca-certificates-2021.10.8  |       ha878542_0         139 KB  conda-forge
    ld_impl_linux-64-2.36.1    |       hea4e1c9_2         667 KB  conda-forge
    libffi-3.4.2               |       h7f98852_5          57 KB  conda-forge
    libgcc-ng-11.2.0           |      h1d223b6_16         902 KB  conda-forge
    libgomp-11.2.0             |      h1d223b6_16         428 KB  conda-forge
    libnsl-2.0.0               |       h7f98852_0          31 KB  conda-forge
    libuuid-2.32.1             |    h7f98852_1000          28 KB  conda-forge
    libzlib-1.2.11             |    h166bdaf_1014          60 KB  conda-forge
    ncurses-6.3                |       h27087fc_1        1002 KB  conda-forge
    openssl-3.0.3              |       h166bdaf_0         2.9 MB  conda-forge
    pip-22.0.4                 |     pyhd8ed1ab_0         1.5 MB  conda-forge
    python-3.9.12              |h2660328_1_cpython        26.6 MB  conda-forge
    python_abi-3.9             |           2_cp39           4 KB  conda-forge
    readline-8.1               |       h46c0cb4_0         295 KB  conda-forge
    setuptools-62.1.0          |   py39hf3d152e_0         1.3 MB  conda-forge
    sqlite-3.38.5              |       h4ff8645_0         1.5 MB  conda-forge
    tk-8.6.12                  |       h27826a3_0         3.3 MB  conda-forge
    tzdata-2022a               |       h191b570_0         121 KB  conda-forge
    wheel-0.37.1               |     pyhd8ed1ab_0          31 KB  conda-forge
    xz-5.2.5                   |       h516909a_1         343 KB  conda-forge
    zlib-1.2.11                |    h166bdaf_1014          88 KB  conda-forge
    ------------------------------------------------------------
                                           Total:        41.7 MB

The following NEW packages will be INSTALLED:

  _libgcc_mutex      conda-forge/linux-64::_libgcc_mutex-0.1-conda_forge
  _openmp_mutex      conda-forge/linux-64::_openmp_mutex-4.5-2_gnu
  bzip2              conda-forge/linux-64::bzip2-1.0.8-h7f98852_4
  ca-certificates    conda-forge/linux-64::ca-certificates-2021.10.8-ha878542_0
  ld_impl_linux-64   conda-forge/linux-64::ld_impl_linux-64-2.36.1-hea4e1c9_2
  libffi             conda-forge/linux-64::libffi-3.4.2-h7f98852_5
  libgcc-ng          conda-forge/linux-64::libgcc-ng-11.2.0-h1d223b6_16
  libgomp            conda-forge/linux-64::libgomp-11.2.0-h1d223b6_16
  libnsl             conda-forge/linux-64::libnsl-2.0.0-h7f98852_0
  libuuid            conda-forge/linux-64::libuuid-2.32.1-h7f98852_1000
  libzlib            conda-forge/linux-64::libzlib-1.2.11-h166bdaf_1014
  ncurses            conda-forge/linux-64::ncurses-6.3-h27087fc_1
  openssl            conda-forge/linux-64::openssl-3.0.3-h166bdaf_0
  pip                conda-forge/noarch::pip-22.0.4-pyhd8ed1ab_0
  python             conda-forge/linux-64::python-3.9.12-h2660328_1_cpython
  python_abi         conda-forge/linux-64::python_abi-3.9-2_cp39
  readline           conda-forge/linux-64::readline-8.1-h46c0cb4_0
  setuptools         conda-forge/linux-64::setuptools-62.1.0-py39hf3d152e_0
  sqlite             conda-forge/linux-64::sqlite-3.38.5-h4ff8645_0
  tk                 conda-forge/linux-64::tk-8.6.12-h27826a3_0
  tzdata             conda-forge/noarch::tzdata-2022a-h191b570_0
  wheel              conda-forge/noarch::wheel-0.37.1-pyhd8ed1ab_0
  xz                 conda-forge/linux-64::xz-5.2.5-h516909a_1
  zlib               conda-forge/linux-64::zlib-1.2.11-h166bdaf_1014


Preparing transaction: ...working... done
Verifying transaction: ...working... done
Executing transaction: ...working... done
Collecting package metadata (current_repodata.json): ...working... done
Solving environment: ...working... done

## Package Plan ##

  environment location: /home/pkgbuild/.cache/R/basilisk/1.8.0/SimBu/0.99.2/SimBu_env_0_99_2

  added / updated specs:
    - python=3.9


The following packages will be downloaded:

    package                    |            build
    ---------------------------|-----------------
    ca-certificates-2022.4.26  |       h06a4308_0         124 KB
    ------------------------------------------------------------
                                           Total:         124 KB

The following packages will be UPDATED:

  ca-certificates    conda-forge::ca-certificates-2021.10.~ --> pkgs/main::ca-certificates-2022.4.26-h06a4308_0



Downloading and Extracting Packages

ca-certificates-2022 | 124 KB    |            |   0% 
ca-certificates-2022 | 124 KB    | ########## | 100% 
Preparing transaction: ...working... done
Verifying transaction: ...working... done
Executing transaction: ...working... done


==> WARNING: A newer version of conda exists. <==
  current version: 4.8.3
  latest version: 4.12.0

Please update conda by running

    $ conda update -n base -c defaults conda


Collecting package metadata (current_repodata.json): ...working... done
Solving environment: ...working... failed with initial frozen solve. Retrying with flexible solve.
Collecting package metadata (repodata.json): ...working... done
Solving environment: ...working... done

## Package Plan ##

  environment location: /home/pkgbuild/.cache/R/basilisk/1.8.0/SimBu/0.99.2/SimBu_env_0_99_2

  added / updated specs:
    - anndata=0.7.6
    - h5py=3.2.1
    - hdf5=1.10.6
    - natsort=7.1.1
    - numpy=1.20.2
    - packaging=20.9
    - pandas=1.2.4
    - python[version='3.9.*,3.9.*']
    - scipy=1.6.3
    - sqlite=3.35.5


The following packages will be downloaded:

    package                    |            build
    ---------------------------|-----------------
    anndata-0.7.6              |   py39hf3d152e_0         119 KB  conda-forge
    c-ares-1.18.1              |       h7f98852_0         113 KB  conda-forge
    cached-property-1.5.2      |       hd8ed1ab_1           4 KB  conda-forge
    cached_property-1.5.2      |     pyha770c72_1          11 KB  conda-forge
    h5py-3.2.1                 |nompi_py39h98ba4bc_100         1.3 MB  conda-forge
    hdf5-1.10.6                |nompi_h6a2412b_1114         3.1 MB  conda-forge
    keyutils-1.6.1             |       h166bdaf_0         115 KB  conda-forge
    krb5-1.19.3                |       h3790be6_0         1.4 MB  conda-forge
    libblas-3.9.0              |14_linux64_openblas          12 KB  conda-forge
    libcblas-3.9.0             |14_linux64_openblas          12 KB  conda-forge
    libcurl-7.83.0             |       h7bff187_0         342 KB  conda-forge
    libedit-3.1.20191231       |       he28a2e2_2         121 KB  conda-forge
    libev-4.33                 |       h516909a_1         104 KB  conda-forge
    libffi-3.3                 |       h58526e2_2          51 KB  conda-forge
    libgfortran-ng-11.2.0      |      h69a702a_16          23 KB  conda-forge
    libgfortran5-11.2.0        |      h5c6108e_16         1.7 MB  conda-forge
    liblapack-3.9.0            |14_linux64_openblas          12 KB  conda-forge
    libnghttp2-1.47.0          |       h727a467_0         808 KB  conda-forge
    libopenblas-0.3.20         |pthreads_h78a6416_0        10.1 MB  conda-forge
    libssh2-1.10.0             |       ha56f1ee_2         233 KB  conda-forge
    libstdcxx-ng-11.2.0        |      he4da1e4_16         4.2 MB  conda-forge
    natsort-7.1.1              |     pyhd8ed1ab_0          33 KB  conda-forge
    numpy-1.20.2               |   py39hdbf815f_0         5.8 MB  conda-forge
    openssl-1.1.1o             |       h166bdaf_0         2.1 MB  conda-forge
    packaging-20.9             |     pyh44b312d_0          35 KB  conda-forge
    pandas-1.2.4               |   py39h2531618_0         8.9 MB
    pyparsing-3.0.8            |     pyhd8ed1ab_0          79 KB  conda-forge
    python-3.9.5               |h49503c6_0_cpython        27.4 MB  conda-forge
    python-dateutil-2.8.2      |     pyhd8ed1ab_0         240 KB  conda-forge
    pytz-2022.1                |     pyhd8ed1ab_0         242 KB  conda-forge
    scipy-1.6.3                |   py39hee8e79c_0        20.7 MB  conda-forge
    six-1.16.0                 |     pyh6c4a22f_0          14 KB  conda-forge
    sqlite-3.35.5              |       h74cdb3f_0         1.4 MB  conda-forge
    ------------------------------------------------------------
                                           Total:        90.9 MB

The following NEW packages will be INSTALLED:

  anndata            conda-forge/linux-64::anndata-0.7.6-py39hf3d152e_0
  c-ares             conda-forge/linux-64::c-ares-1.18.1-h7f98852_0
  cached-property    conda-forge/noarch::cached-property-1.5.2-hd8ed1ab_1
  cached_property    conda-forge/noarch::cached_property-1.5.2-pyha770c72_1
  h5py               conda-forge/linux-64::h5py-3.2.1-nompi_py39h98ba4bc_100
  hdf5               conda-forge/linux-64::hdf5-1.10.6-nompi_h6a2412b_1114
  keyutils           conda-forge/linux-64::keyutils-1.6.1-h166bdaf_0
  krb5               conda-forge/linux-64::krb5-1.19.3-h3790be6_0
  libblas            conda-forge/linux-64::libblas-3.9.0-14_linux64_openblas
  libcblas           conda-forge/linux-64::libcblas-3.9.0-14_linux64_openblas
  libcurl            conda-forge/linux-64::libcurl-7.83.0-h7bff187_0
  libedit            conda-forge/linux-64::libedit-3.1.20191231-he28a2e2_2
  libev              conda-forge/linux-64::libev-4.33-h516909a_1
  libgfortran-ng     conda-forge/linux-64::libgfortran-ng-11.2.0-h69a702a_16
  libgfortran5       conda-forge/linux-64::libgfortran5-11.2.0-h5c6108e_16
  liblapack          conda-forge/linux-64::liblapack-3.9.0-14_linux64_openblas
  libnghttp2         conda-forge/linux-64::libnghttp2-1.47.0-h727a467_0
  libopenblas        conda-forge/linux-64::libopenblas-0.3.20-pthreads_h78a6416_0
  libssh2            conda-forge/linux-64::libssh2-1.10.0-ha56f1ee_2
  libstdcxx-ng       conda-forge/linux-64::libstdcxx-ng-11.2.0-he4da1e4_16
  natsort            conda-forge/noarch::natsort-7.1.1-pyhd8ed1ab_0
  numpy              conda-forge/linux-64::numpy-1.20.2-py39hdbf815f_0
  packaging          conda-forge/noarch::packaging-20.9-pyh44b312d_0
  pandas             pkgs/main/linux-64::pandas-1.2.4-py39h2531618_0
  pyparsing          conda-forge/noarch::pyparsing-3.0.8-pyhd8ed1ab_0
  python-dateutil    conda-forge/noarch::python-dateutil-2.8.2-pyhd8ed1ab_0
  pytz               conda-forge/noarch::pytz-2022.1-pyhd8ed1ab_0
  scipy              conda-forge/linux-64::scipy-1.6.3-py39hee8e79c_0
  six                conda-forge/noarch::six-1.16.0-pyh6c4a22f_0

The following packages will be SUPERSEDED by a higher-priority channel:

  ca-certificates    pkgs/main::ca-certificates-2022.4.26-~ --> conda-forge::ca-certificates-2021.10.8-ha878542_0

The following packages will be DOWNGRADED:

  libffi                                   3.4.2-h7f98852_5 --> 3.3-h58526e2_2
  openssl                                  3.0.3-h166bdaf_0 --> 1.1.1o-h166bdaf_0
  python                          3.9.12-h2660328_1_cpython --> 3.9.5-h49503c6_0_cpython
  sqlite                                  3.38.5-h4ff8645_0 --> 3.35.5-h74cdb3f_0



Downloading and Extracting Packages

pyparsing-3.0.8      | 79 KB     |            |   0% 
pyparsing-3.0.8      | 79 KB     | ########## | 100% 

packaging-20.9       | 35 KB     |            |   0% 
packaging-20.9       | 35 KB     | ########## | 100% 

python-3.9.5         | 27.4 MB   |            |   0% 
python-3.9.5         | 27.4 MB   | #5         |  15% 
python-3.9.5         | 27.4 MB   | ###5       |  36% 
python-3.9.5         | 27.4 MB   | #####6     |  57% 
python-3.9.5         | 27.4 MB   | #######5   |  76% 
python-3.9.5         | 27.4 MB   | #########6 |  97% 
python-3.9.5         | 27.4 MB   | ########## | 100% 

libgfortran-ng-11.2. | 23 KB     |            |   0% 
libgfortran-ng-11.2. | 23 KB     | ########## | 100% 

cached-property-1.5. | 4 KB      |            |   0% 
cached-property-1.5. | 4 KB      | ########## | 100% 

libcblas-3.9.0       | 12 KB     |            |   0% 
libcblas-3.9.0       | 12 KB     | ########## | 100% 

liblapack-3.9.0      | 12 KB     |            |   0% 
liblapack-3.9.0      | 12 KB     | ########## | 100% 

python-dateutil-2.8. | 240 KB    |            |   0% 
python-dateutil-2.8. | 240 KB    | ########## | 100% 

h5py-3.2.1           | 1.3 MB    |            |   0% 
h5py-3.2.1           | 1.3 MB    | ########## | 100% 

pandas-1.2.4         | 8.9 MB    |            |   0% 
pandas-1.2.4         | 8.9 MB    | 2          |   2% 
pandas-1.2.4         | 8.9 MB    | ######3    |  63% 
pandas-1.2.4         | 8.9 MB    | ########## | 100% 

c-ares-1.18.1        | 113 KB    |            |   0% 
c-ares-1.18.1        | 113 KB    | ########## | 100% 

libssh2-1.10.0       | 233 KB    |            |   0% 
libssh2-1.10.0       | 233 KB    | ########## | 100% 

hdf5-1.10.6          | 3.1 MB    |            |   0% 
hdf5-1.10.6          | 3.1 MB    | ########## | 100% 

scipy-1.6.3          | 20.7 MB   |            |   0% 
scipy-1.6.3          | 20.7 MB   | 6          |   6% 
scipy-1.6.3          | 20.7 MB   | #8         |  18% 
scipy-1.6.3          | 20.7 MB   | ###        |  30% 
scipy-1.6.3          | 20.7 MB   | ####1      |  41% 
scipy-1.6.3          | 20.7 MB   | #####2     |  53% 
scipy-1.6.3          | 20.7 MB   | ######3    |  64% 
scipy-1.6.3          | 20.7 MB   | #######6   |  76% 
scipy-1.6.3          | 20.7 MB   | ########7  |  88% 
scipy-1.6.3          | 20.7 MB   | #########9 | 100% 
scipy-1.6.3          | 20.7 MB   | ########## | 100% 

pytz-2022.1          | 242 KB    |            |   0% 
pytz-2022.1          | 242 KB    | ########## | 100% 

cached_property-1.5. | 11 KB     |            |   0% 
cached_property-1.5. | 11 KB     | ########## | 100% 

libev-4.33           | 104 KB    |            |   0% 
libev-4.33           | 104 KB    | ########## | 100% 

anndata-0.7.6        | 119 KB    |            |   0% 
anndata-0.7.6        | 119 KB    | ########## | 100% 

sqlite-3.35.5        | 1.4 MB    |            |   0% 
sqlite-3.35.5        | 1.4 MB    | ########## | 100% 

libffi-3.3           | 51 KB     |            |   0% 
libffi-3.3           | 51 KB     | ########## | 100% 

libedit-3.1.20191231 | 121 KB    |            |   0% 
libedit-3.1.20191231 | 121 KB    | ########## | 100% 

keyutils-1.6.1       | 115 KB    |            |   0% 
keyutils-1.6.1       | 115 KB    | ########## | 100% 

natsort-7.1.1        | 33 KB     |            |   0% 
natsort-7.1.1        | 33 KB     | ########## | 100% 

numpy-1.20.2         | 5.8 MB    |            |   0% 
numpy-1.20.2         | 5.8 MB    | ######6    |  66% 
numpy-1.20.2         | 5.8 MB    | ########## | 100% 

libcurl-7.83.0       | 342 KB    |            |   0% 
libcurl-7.83.0       | 342 KB    | ########## | 100% 

libnghttp2-1.47.0    | 808 KB    |            |   0% 
libnghttp2-1.47.0    | 808 KB    | ########## | 100% 

libopenblas-0.3.20   | 10.1 MB   |            |   0% 
libopenblas-0.3.20   | 10.1 MB   | ###7       |  38% 
libopenblas-0.3.20   | 10.1 MB   | #########3 |  94% 
libopenblas-0.3.20   | 10.1 MB   | ########## | 100% 

krb5-1.19.3          | 1.4 MB    |            |   0% 
krb5-1.19.3          | 1.4 MB    | ########## | 100% 

libstdcxx-ng-11.2.0  | 4.2 MB    |            |   0% 
libstdcxx-ng-11.2.0  | 4.2 MB    | ########## | 100% 

six-1.16.0           | 14 KB     |            |   0% 
six-1.16.0           | 14 KB     | ########## | 100% 

libgfortran5-11.2.0  | 1.7 MB    |            |   0% 
libgfortran5-11.2.0  | 1.7 MB    | ########## | 100% 

libblas-3.9.0        | 12 KB     |            |   0% 
libblas-3.9.0        | 12 KB     | ########## | 100% 

openssl-1.1.1o       | 2.1 MB    |            |   0% 
openssl-1.1.1o       | 2.1 MB    | ########## | 100% 
Preparing transaction: ...working... done
Verifying transaction: ...working... done
Executing transaction: ...working... done


==> WARNING: A newer version of conda exists. <==
  current version: 4.8.3
  latest version: 4.12.0

Please update conda by running

    $ conda update -n base -c defaults conda


Collecting sfaira==0.3.12
  Downloading sfaira-0.3.12-py2.py3-none-any.whl (409 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 409.6/409.6 KB 4.4 MB/s eta 0:00:00
Collecting tables==3.7.0
  Downloading tables-3.7.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.9 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.9/5.9 MB 16.6 MB/s eta 0:00:00
Requirement already satisfied: pandas in /home/pkgbuild/.cache/R/basilisk/1.8.0/SimBu/0.99.2/SimBu_env_0_99_2/lib/python3.9/site-packages (from sfaira==0.3.12) (1.2.4)
Collecting boltons
  Downloading boltons-21.0.0-py2.py3-none-any.whl (193 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 193.7/193.7 KB 20.5 MB/s eta 0:00:00
Collecting tensorflow
  Downloading tensorflow-2.8.0-cp39-cp39-manylinux2010_x86_64.whl (497.6 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 497.6/497.6 MB 3.1 MB/s eta 0:00:00
Collecting dask
  Downloading dask-2022.5.0-py3-none-any.whl (1.1 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 17.3 MB/s eta 0:00:00
Collecting versioneer
  Downloading versioneer-0.22-py3-none-any.whl (42 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.4/42.4 KB 18.1 MB/s eta 0:00:00
Collecting obonet
  Downloading obonet-0.3.0-py3-none-any.whl (7.9 kB)
Requirement already satisfied: anndata>=0.7.6 in /home/pkgbuild/.cache/R/basilisk/1.8.0/SimBu/0.99.2/SimBu_env_0_99_2/lib/python3.9/site-packages (from sfaira==0.3.12) (0.7.6)
Collecting questionary>=1.8.1
  Downloading questionary-1.10.0-py3-none-any.whl (31 kB)
Collecting zarr
  Downloading zarr-2.11.3-py3-none-any.whl (153 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 153.4/153.4 KB 17.0 MB/s eta 0:00:00
Collecting tqdm
  Downloading tqdm-4.64.0-py2.py3-none-any.whl (78 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.4/78.4 KB 28.1 MB/s eta 0:00:00
Collecting click>=7.1.2
  Downloading click-8.1.3-py3-none-any.whl (96 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 96.6/96.6 KB 30.2 MB/s eta 0:00:00
Collecting cookiecutter>=1.7.2
  Downloading cookiecutter-1.7.3-py2.py3-none-any.whl (34 kB)
Collecting numba
  Downloading numba-0.55.1-1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (3.3 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.3/3.3 MB 16.2 MB/s eta 0:00:00
Collecting seaborn
  Downloading seaborn-0.11.2-py3-none-any.whl (292 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 292.8/292.8 KB 18.7 MB/s eta 0:00:00
Collecting flatten-dict
  Downloading flatten_dict-0.4.2-py2.py3-none-any.whl (9.7 kB)
Requirement already satisfied: numpy>=1.16.4 in /home/pkgbuild/.cache/R/basilisk/1.8.0/SimBu/0.99.2/SimBu_env_0_99_2/lib/python3.9/site-packages (from sfaira==0.3.12) (1.20.2)
Collecting matplotlib
  Downloading matplotlib-3.5.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl (11.2 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.2/11.2 MB 17.1 MB/s eta 0:00:00
Collecting xlrd==1.*
  Downloading xlrd-1.2.0-py2.py3-none-any.whl (103 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 103.3/103.3 KB 36.4 MB/s eta 0:00:00
Collecting rich>=9.10.0
  Downloading rich-12.4.1-py3-none-any.whl (231 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 231.8/231.8 KB 20.7 MB/s eta 0:00:00
Collecting torchmetrics
  Downloading torchmetrics-0.8.2-py3-none-any.whl (409 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 409.8/409.8 KB 17.2 MB/s eta 0:00:00
Collecting requests
  Downloading requests-2.27.1-py2.py3-none-any.whl (63 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.1/63.1 KB 24.5 MB/s eta 0:00:00
Collecting scanpy>=1.7.0
  Downloading scanpy-1.9.1-py3-none-any.whl (2.0 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 17.4 MB/s eta 0:00:00
Collecting pyarrow
  Downloading pyarrow-8.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (29.4 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 29.4/29.4 MB 14.3 MB/s eta 0:00:00
Requirement already satisfied: h5py in /home/pkgbuild/.cache/R/basilisk/1.8.0/SimBu/0.99.2/SimBu_env_0_99_2/lib/python3.9/site-packages (from sfaira==0.3.12) (3.2.1)
Collecting fuzzywuzzy
  Downloading fuzzywuzzy-0.18.0-py2.py3-none-any.whl (18 kB)
Collecting switchlang>=0.1.0
  Downloading switchlang-0.1.0-py3-none-any.whl (6.3 kB)
Collecting python-Levenshtein
  Downloading python-Levenshtein-0.12.2.tar.gz (50 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.5/50.5 KB 11.3 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Collecting sparse
  Downloading sparse-0.13.0-py2.py3-none-any.whl (77 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.8/77.8 KB 18.9 MB/s eta 0:00:00
Collecting torch
  Downloading torch-1.11.0-cp39-cp39-manylinux1_x86_64.whl (750.6 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 750.6/750.6 MB 2.1 MB/s eta 0:00:00
Collecting crossref-commons
  Downloading crossref_commons-0.0.7-py3-none-any.whl (14 kB)
Collecting networkx
  Downloading networkx-2.8-py3-none-any.whl (2.0 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 15.7 MB/s eta 0:00:00
Requirement already satisfied: packaging>=20.8 in /home/pkgbuild/.cache/R/basilisk/1.8.0/SimBu/0.99.2/SimBu_env_0_99_2/lib/python3.9/site-packages (from sfaira==0.3.12) (20.9)
Collecting pytest>=6.2.2
  Downloading pytest-7.1.2-py3-none-any.whl (297 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 297.0/297.0 KB 18.2 MB/s eta 0:00:00
Collecting openpyxl
  Downloading openpyxl-3.0.9-py2.py3-none-any.whl (242 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 242.2/242.2 KB 19.5 MB/s eta 0:00:00
Collecting IPython
  Downloading ipython-8.3.0-py3-none-any.whl (750 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 750.8/750.8 KB 17.4 MB/s eta 0:00:00
Collecting docutils
  Downloading docutils-0.18.1-py2.py3-none-any.whl (570 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 570.0/570.0 KB 17.1 MB/s eta 0:00:00
Collecting PyYAML
  Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 661.8/661.8 KB 17.0 MB/s eta 0:00:00
Collecting owlready2
  Downloading Owlready2-0.37.tar.gz (23.8 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23.8/23.8 MB 15.6 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Requirement already satisfied: scipy>=1.2.1 in /home/pkgbuild/.cache/R/basilisk/1.8.0/SimBu/0.99.2/SimBu_env_0_99_2/lib/python3.9/site-packages (from sfaira==0.3.12) (1.6.3)
Collecting loompy
  Downloading loompy-3.0.7.tar.gz (4.8 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.8/4.8 MB 18.1 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Collecting numexpr>=2.6.2
  Downloading numexpr-2.8.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (380 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 380.5/380.5 KB 19.1 MB/s eta 0:00:00
Requirement already satisfied: natsort in /home/pkgbuild/.cache/R/basilisk/1.8.0/SimBu/0.99.2/SimBu_env_0_99_2/lib/python3.9/site-packages (from anndata>=0.7.6->sfaira==0.3.12) (7.1.1)
Collecting poyo>=0.5.0
  Downloading poyo-0.5.0-py2.py3-none-any.whl (10 kB)
Collecting python-slugify>=4.0.0
  Downloading python_slugify-6.1.2-py2.py3-none-any.whl (9.4 kB)
Collecting jinja2-time>=0.2.0
  Downloading jinja2_time-0.2.0-py2.py3-none-any.whl (6.4 kB)
Collecting binaryornot>=0.4.4
  Downloading binaryornot-0.4.4-py2.py3-none-any.whl (9.0 kB)
Requirement already satisfied: six>=1.10 in /home/pkgbuild/.cache/R/basilisk/1.8.0/SimBu/0.99.2/SimBu_env_0_99_2/lib/python3.9/site-packages (from cookiecutter>=1.7.2->sfaira==0.3.12) (1.16.0)
Collecting Jinja2<4.0.0,>=2.7
  Downloading Jinja2-3.1.2-py3-none-any.whl (133 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.1/133.1 KB 17.4 MB/s eta 0:00:00
Requirement already satisfied: pyparsing>=2.0.2 in /home/pkgbuild/.cache/R/basilisk/1.8.0/SimBu/0.99.2/SimBu_env_0_99_2/lib/python3.9/site-packages (from packaging>=20.8->sfaira==0.3.12) (3.0.8)
Requirement already satisfied: python-dateutil>=2.7.3 in /home/pkgbuild/.cache/R/basilisk/1.8.0/SimBu/0.99.2/SimBu_env_0_99_2/lib/python3.9/site-packages (from pandas->sfaira==0.3.12) (2.8.2)
Requirement already satisfied: pytz>=2017.3 in /home/pkgbuild/.cache/R/basilisk/1.8.0/SimBu/0.99.2/SimBu_env_0_99_2/lib/python3.9/site-packages (from pandas->sfaira==0.3.12) (2022.1)
Collecting iniconfig
  Downloading iniconfig-1.1.1-py2.py3-none-any.whl (5.0 kB)
Collecting py>=1.8.2
  Downloading py-1.11.0-py2.py3-none-any.whl (98 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.7/98.7 KB 19.7 MB/s eta 0:00:00
Collecting pluggy<2.0,>=0.12
  Downloading pluggy-1.0.0-py2.py3-none-any.whl (13 kB)
Collecting attrs>=19.2.0
  Downloading attrs-21.4.0-py2.py3-none-any.whl (60 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.6/60.6 KB 24.0 MB/s eta 0:00:00
Collecting tomli>=1.0.0
  Downloading tomli-2.0.1-py3-none-any.whl (12 kB)
Collecting prompt_toolkit<4.0,>=2.0
  Downloading prompt_toolkit-3.0.29-py3-none-any.whl (381 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 381.5/381.5 KB 17.0 MB/s eta 0:00:00
Collecting idna<4,>=2.5
  Downloading idna-3.3-py3-none-any.whl (61 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 KB 11.1 MB/s eta 0:00:00
Collecting charset-normalizer~=2.0.0
  Downloading charset_normalizer-2.0.12-py3-none-any.whl (39 kB)
Collecting urllib3<1.27,>=1.21.1
  Downloading urllib3-1.26.9-py2.py3-none-any.whl (138 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 139.0/139.0 KB 12.0 MB/s eta 0:00:00
Collecting certifi>=2017.4.17
  Downloading certifi-2021.10.8-py2.py3-none-any.whl (149 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 149.2/149.2 KB 18.7 MB/s eta 0:00:00
Collecting pygments<3.0.0,>=2.6.0
  Downloading Pygments-2.12.0-py3-none-any.whl (1.1 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 18.0 MB/s eta 0:00:00
Collecting commonmark<0.10.0,>=0.9.0
  Downloading commonmark-0.9.1-py2.py3-none-any.whl (51 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 51.1/51.1 KB 15.8 MB/s eta 0:00:00
Collecting scikit-learn>=0.22
  Downloading scikit_learn-1.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (26.4 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26.4/26.4 MB 15.2 MB/s eta 0:00:00
Collecting patsy
  Downloading patsy-0.5.2-py2.py3-none-any.whl (233 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 233.7/233.7 KB 24.3 MB/s eta 0:00:00
Collecting umap-learn>=0.3.10
  Downloading umap-learn-0.5.3.tar.gz (88 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.2/88.2 KB 23.4 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Collecting joblib
  Downloading joblib-1.1.0-py2.py3-none-any.whl (306 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 307.0/307.0 KB 18.3 MB/s eta 0:00:00
Collecting session-info
  Downloading session_info-1.0.0.tar.gz (24 kB)
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Collecting statsmodels>=0.10.0rc2
  Downloading statsmodels-0.13.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (9.9 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.9/9.9 MB 17.6 MB/s eta 0:00:00
Collecting fonttools>=4.22.0
  Downloading fonttools-4.33.3-py3-none-any.whl (930 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 930.9/930.9 KB 17.3 MB/s eta 0:00:00
Collecting kiwisolver>=1.0.1
  Downloading kiwisolver-1.4.2-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (1.6 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 13.8 MB/s eta 0:00:00
Collecting pillow>=6.2.0
  Downloading Pillow-9.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.3 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 18.1 MB/s eta 0:00:00
Collecting cycler>=0.10
  Downloading cycler-0.11.0-py3-none-any.whl (6.4 kB)
Collecting llvmlite<0.39,>=0.38.0rc1
  Downloading llvmlite-0.38.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (34.5 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 34.5/34.5 MB 13.5 MB/s eta 0:00:00
Requirement already satisfied: setuptools in /home/pkgbuild/.cache/R/basilisk/1.8.0/SimBu/0.99.2/SimBu_env_0_99_2/lib/python3.9/site-packages (from numba->sfaira==0.3.12) (62.1.0)
Collecting ratelimit>=2.2.1
  Downloading ratelimit-2.2.1.tar.gz (5.3 kB)
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Collecting fsspec>=0.6.0
  Downloading fsspec-2022.3.0-py3-none-any.whl (136 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 136.1/136.1 KB 16.7 MB/s eta 0:00:00
Collecting partd>=0.3.10
  Downloading partd-1.2.0-py3-none-any.whl (19 kB)
Collecting toolz>=0.8.2
  Downloading toolz-0.11.2-py3-none-any.whl (55 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.8/55.8 KB 17.3 MB/s eta 0:00:00
Collecting cloudpickle>=1.1.1
  Downloading cloudpickle-2.0.0-py3-none-any.whl (25 kB)
Collecting decorator
  Downloading decorator-5.1.1-py3-none-any.whl (9.1 kB)
Collecting matplotlib-inline
  Downloading matplotlib_inline-0.1.3-py3-none-any.whl (8.2 kB)
Collecting stack-data
  Downloading stack_data-0.2.0-py3-none-any.whl (21 kB)
Collecting traitlets>=5
  Downloading traitlets-5.1.1-py3-none-any.whl (102 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 102.0/102.0 KB 22.3 MB/s eta 0:00:00
Collecting pexpect>4.3
  Downloading pexpect-4.8.0-py2.py3-none-any.whl (59 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 59.0/59.0 KB 20.3 MB/s eta 0:00:00
Collecting pickleshare
  Downloading pickleshare-0.7.5-py2.py3-none-any.whl (6.9 kB)
Collecting jedi>=0.16
  Downloading jedi-0.18.1-py2.py3-none-any.whl (1.6 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 18.3 MB/s eta 0:00:00
Collecting backcall
  Downloading backcall-0.2.0-py2.py3-none-any.whl (11 kB)
Collecting numpy-groupies
  Downloading numpy_groupies-0.9.16-py3-none-any.whl (30 kB)
Collecting et-xmlfile
  Downloading et_xmlfile-1.1.0-py3-none-any.whl (4.7 kB)
Collecting grpcio<2.0,>=1.24.3
  Downloading grpcio-1.46.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.4 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.4/4.4 MB 17.7 MB/s eta 0:00:00
Collecting typing-extensions>=3.6.6
  Downloading typing_extensions-4.2.0-py3-none-any.whl (24 kB)
Collecting astunparse>=1.6.0
  Downloading astunparse-1.6.3-py2.py3-none-any.whl (12 kB)
Collecting absl-py>=0.4.0
  Downloading absl_py-1.0.0-py3-none-any.whl (126 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 126.7/126.7 KB 24.9 MB/s eta 0:00:00
Collecting tensorflow-io-gcs-filesystem>=0.23.1
  Downloading tensorflow_io_gcs_filesystem-0.25.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (2.1 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 17.9 MB/s eta 0:00:00
Collecting gast>=0.2.1
  Downloading gast-0.5.3-py3-none-any.whl (19 kB)
Collecting tf-estimator-nightly==2.8.0.dev2021122109
  Downloading tf_estimator_nightly-2.8.0.dev2021122109-py2.py3-none-any.whl (462 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 462.5/462.5 KB 16.5 MB/s eta 0:00:00
Collecting termcolor>=1.1.0
  Downloading termcolor-1.1.0.tar.gz (3.9 kB)
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Collecting opt-einsum>=2.3.2
  Downloading opt_einsum-3.3.0-py3-none-any.whl (65 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.5/65.5 KB 23.7 MB/s eta 0:00:00
Collecting keras<2.9,>=2.8.0rc0
  Downloading keras-2.8.0-py2.py3-none-any.whl (1.4 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 17.9 MB/s eta 0:00:00
Collecting protobuf>=3.9.2
  Downloading protobuf-3.20.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl (1.0 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 17.5 MB/s eta 0:00:00
Collecting tensorboard<2.9,>=2.8
  Downloading tensorboard-2.8.0-py3-none-any.whl (5.8 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.8/5.8 MB 17.7 MB/s eta 0:00:00
Collecting google-pasta>=0.1.1
  Downloading google_pasta-0.2.0-py3-none-any.whl (57 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.5/57.5 KB 20.2 MB/s eta 0:00:00
Collecting flatbuffers>=1.12
  Downloading flatbuffers-2.0-py2.py3-none-any.whl (26 kB)
Collecting libclang>=9.0.1
  Downloading libclang-14.0.1-py2.py3-none-manylinux1_x86_64.whl (14.5 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.5/14.5 MB 15.3 MB/s eta 0:00:00
Collecting wrapt>=1.11.0
  Downloading wrapt-1.14.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (77 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.8/77.8 KB 27.8 MB/s eta 0:00:00
Collecting keras-preprocessing>=1.1.1
  Downloading Keras_Preprocessing-1.1.2-py2.py3-none-any.whl (42 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.6/42.6 KB 20.3 MB/s eta 0:00:00
Collecting pyDeprecate==0.3.*
  Downloading pyDeprecate-0.3.2-py3-none-any.whl (10 kB)
Collecting numcodecs>=0.6.4
  Downloading numcodecs-0.9.1-cp39-cp39-manylinux2010_x86_64.whl (6.4 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.4/6.4 MB 17.1 MB/s eta 0:00:00
Collecting fasteners
  Downloading fasteners-0.17.3-py3-none-any.whl (18 kB)
Collecting asciitree
  Downloading asciitree-0.3.3.tar.gz (4.0 kB)
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Requirement already satisfied: wheel<1.0,>=0.23.0 in /home/pkgbuild/.cache/R/basilisk/1.8.0/SimBu/0.99.2/SimBu_env_0_99_2/lib/python3.9/site-packages (from astunparse>=1.6.0->tensorflow->sfaira==0.3.12) (0.37.1)
Collecting chardet>=3.0.2
  Downloading chardet-4.0.0-py2.py3-none-any.whl (178 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 178.7/178.7 KB 14.9 MB/s eta 0:00:00
Collecting parso<0.9.0,>=0.8.0
  Downloading parso-0.8.3-py2.py3-none-any.whl (100 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.8/100.8 KB 25.5 MB/s eta 0:00:00
Collecting MarkupSafe>=2.0
  Downloading MarkupSafe-2.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB)
Collecting arrow
  Downloading arrow-1.2.2-py3-none-any.whl (64 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.0/64.0 KB 20.3 MB/s eta 0:00:00
Collecting locket
  Downloading locket-1.0.0-py2.py3-none-any.whl (4.4 kB)
Collecting ptyprocess>=0.5
  Downloading ptyprocess-0.7.0-py2.py3-none-any.whl (13 kB)
Collecting wcwidth
  Downloading wcwidth-0.2.5-py2.py3-none-any.whl (30 kB)
Collecting text-unidecode>=1.3
  Downloading text_unidecode-1.3-py2.py3-none-any.whl (78 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.2/78.2 KB 25.3 MB/s eta 0:00:00
Collecting threadpoolctl>=2.0.0
  Downloading threadpoolctl-3.1.0-py3-none-any.whl (14 kB)
Collecting packaging>=20.8
  Downloading packaging-21.3-py3-none-any.whl (40 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.8/40.8 KB 17.4 MB/s eta 0:00:00
Collecting google-auth<3,>=1.6.3
  Downloading google_auth-2.6.6-py2.py3-none-any.whl (156 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 156.7/156.7 KB 10.8 MB/s eta 0:00:00
Collecting tensorboard-plugin-wit>=1.6.0
  Downloading tensorboard_plugin_wit-1.8.1-py3-none-any.whl (781 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 781.3/781.3 KB 17.5 MB/s eta 0:00:00
Collecting tensorboard-data-server<0.7.0,>=0.6.0
  Downloading tensorboard_data_server-0.6.1-py3-none-manylinux2010_x86_64.whl (4.9 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.9/4.9 MB 16.3 MB/s eta 0:00:00
Collecting werkzeug>=0.11.15
  Downloading Werkzeug-2.1.2-py3-none-any.whl (224 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 224.9/224.9 KB 19.5 MB/s eta 0:00:00
Collecting markdown>=2.6.8
  Downloading Markdown-3.3.7-py3-none-any.whl (97 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.8/97.8 KB 22.6 MB/s eta 0:00:00
Collecting google-auth-oauthlib<0.5,>=0.4.1
  Downloading google_auth_oauthlib-0.4.6-py2.py3-none-any.whl (18 kB)
Collecting pynndescent>=0.5
  Downloading pynndescent-0.5.6.tar.gz (1.1 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 17.3 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Collecting stdlib_list
  Downloading stdlib_list-0.8.0-py3-none-any.whl (63 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.5/63.5 KB 22.0 MB/s eta 0:00:00
Collecting pure-eval
  Downloading pure_eval-0.2.2-py3-none-any.whl (11 kB)
Collecting asttokens
  Downloading asttokens-2.0.5-py2.py3-none-any.whl (20 kB)
Collecting executing
  Downloading executing-0.8.3-py2.py3-none-any.whl (16 kB)
Collecting pyasn1-modules>=0.2.1
  Downloading pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 155.3/155.3 KB 16.7 MB/s eta 0:00:00
Collecting cachetools<6.0,>=2.0.0
  Downloading cachetools-5.0.0-py3-none-any.whl (9.1 kB)
Collecting rsa<5,>=3.1.4
  Downloading rsa-4.8-py3-none-any.whl (39 kB)
Collecting requests-oauthlib>=0.7.0
  Downloading requests_oauthlib-1.3.1-py2.py3-none-any.whl (23 kB)
Collecting importlib-metadata>=4.4
  Downloading importlib_metadata-4.11.3-py3-none-any.whl (18 kB)
Collecting zipp>=0.5
  Downloading zipp-3.8.0-py3-none-any.whl (5.4 kB)
Collecting pyasn1<0.5.0,>=0.4.6
  Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.1/77.1 KB 11.6 MB/s eta 0:00:00
Collecting oauthlib>=3.0.0
  Downloading oauthlib-3.2.0-py3-none-any.whl (151 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 151.5/151.5 KB 15.8 MB/s eta 0:00:00
Building wheels for collected packages: loompy, owlready2, python-Levenshtein, ratelimit, termcolor, umap-learn, asciitree, session-info, pynndescent
  Building wheel for loompy (setup.py): started
  Building wheel for loompy (setup.py): finished with status 'done'
  Created wheel for loompy: filename=loompy-3.0.7-py3-none-any.whl size=52035 sha256=3f9fb37432e9c417c50807d3a416e93a5b718c2185dc484e4f43e82c724a7a86
  Stored in directory: /home/pkgbuild/.cache/pip/wheels/d9/b5/43/cab70cefd40f17c3c39ba18d115ee28b76c6a076dee5abda6e
  Building wheel for owlready2 (setup.py): started
  Building wheel for owlready2 (setup.py): finished with status 'done'
  Created wheel for owlready2: filename=Owlready2-0.37-py3-none-any.whl size=19826449 sha256=fbc9abaf22dbc77fc895767b6ee90e610dea82722e4f6ebf49ab3b904fcfb2c4
  Stored in directory: /home/pkgbuild/.cache/pip/wheels/61/f4/ee/b8e954771b3a0c58036218c5ab6b810f907297e456340fd112
  Building wheel for python-Levenshtein (setup.py): started
  Building wheel for python-Levenshtein (setup.py): finished with status 'done'
  Created wheel for python-Levenshtein: filename=python_Levenshtein-0.12.2-cp39-cp39-linux_x86_64.whl size=79844 sha256=96b42c8583ab4a5d7d88f2368efd539787f8b61a86cfea75d85b109786d1a650
  Stored in directory: /home/pkgbuild/.cache/pip/wheels/46/4a/6c/164a1d9dd67c82d208f19d869ad0a517a0c5a6117f608c53e6
  Building wheel for ratelimit (setup.py): started
  Building wheel for ratelimit (setup.py): finished with status 'done'
  Created wheel for ratelimit: filename=ratelimit-2.2.1-py3-none-any.whl size=5908 sha256=0dada64f8346997c78d7619690b34b283e1fc5b034c9104049a9422932f3879d
  Stored in directory: /home/pkgbuild/.cache/pip/wheels/14/1e/97/126009a0884bdf7e26436cace73d9a4f4596dada4fdc4950ce
  Building wheel for termcolor (setup.py): started
  Building wheel for termcolor (setup.py): finished with status 'done'
  Created wheel for termcolor: filename=termcolor-1.1.0-py3-none-any.whl size=4848 sha256=c637e2efdc455ca9a2229ab5cf36f95e20d8d27788eceadd604312f634acecdb
  Stored in directory: /home/pkgbuild/.cache/pip/wheels/b6/0d/90/0d1bbd99855f99cb2f6c2e5ff96f8023fad8ec367695f7d72d
  Building wheel for umap-learn (setup.py): started
  Building wheel for umap-learn (setup.py): finished with status 'done'
  Created wheel for umap-learn: filename=umap_learn-0.5.3-py3-none-any.whl size=82829 sha256=e313e01a418099b8bc46c48b92d36a721ce138d1799a04dedd8f2a4f5e735c86
  Stored in directory: /home/pkgbuild/.cache/pip/wheels/f4/3e/1c/596d0a463d17475af648688443fa4846fef624d1390339e7e9
  Building wheel for asciitree (setup.py): started
  Building wheel for asciitree (setup.py): finished with status 'done'
  Created wheel for asciitree: filename=asciitree-0.3.3-py3-none-any.whl size=5050 sha256=46850191ff1fc38313e3ba3f6003babd58820d147146dd2adcbb2db00a2ccb74
  Stored in directory: /home/pkgbuild/.cache/pip/wheels/07/00/bc/937e878be0d781a569792a1e0e5acf149e463d4536453ec978
  Building wheel for session-info (setup.py): started
  Building wheel for session-info (setup.py): finished with status 'done'
  Created wheel for session-info: filename=session_info-1.0.0-py3-none-any.whl size=8048 sha256=15d5cba0ab3f7809850a0265bcdde582ce222a8ba349de8b5c18bfa4ed7ce899
  Stored in directory: /home/pkgbuild/.cache/pip/wheels/d4/fc/2e/00ca60bac7954b84907efd41baa9b4853500eaeec4228410c6
  Building wheel for pynndescent (setup.py): started
  Building wheel for pynndescent (setup.py): finished with status 'done'
  Created wheel for pynndescent: filename=pynndescent-0.5.6-py3-none-any.whl size=53943 sha256=06e07085213fc29325a5f8c6f2dbb1b90ce048f4019e0dfdfdd4c687fe7d4667
  Stored in directory: /home/pkgbuild/.cache/pip/wheels/c0/f0/1d/20aa0dcee54ef40c179a4a4f57fad413437864a67757013a99
Successfully built loompy owlready2 python-Levenshtein ratelimit termcolor umap-learn asciitree session-info pynndescent
Installing collected packages: wcwidth, tf-estimator-nightly, text-unidecode, termcolor, tensorboard-plugin-wit, switchlang, stdlib_list, ratelimit, pyasn1, pure-eval, ptyprocess, pickleshare, numpy-groupies, libclang, keras, iniconfig, fuzzywuzzy, flatbuffers, executing, commonmark, certifi, boltons, backcall, asciitree, zipp, xlrd, wrapt, werkzeug, versioneer, urllib3, typing-extensions, traitlets, tqdm, toolz, tomli, threadpoolctl, tensorflow-io-gcs-filesystem, tensorboard-data-server, session-info, rsa, PyYAML, python-slugify, python-Levenshtein, pygments, pyDeprecate, pyasn1-modules, pyarrow, py, protobuf, prompt_toolkit, poyo, pluggy, pillow, pexpect, patsy, parso, packaging, owlready2, opt-einsum, oauthlib, numcodecs, networkx, MarkupSafe, locket, llvmlite, kiwisolver, keras-preprocessing, joblib, idna, grpcio, google-pasta, gast, fsspec, fonttools, flatten-dict, fasteners, et-xmlfile, docutils, decorator, cycler, cloudpickle, click, charset-normalizer, chardet, cachetools, attrs, astunparse, asttokens, absl-py, zarr, torch, stack-data, scikit-learn, rich, requests, questionary, pytest, partd, openpyxl, obonet, numexpr, numba, matplotlib-inline, matplotlib, Jinja2, jedi, importlib-metadata, google-auth, binaryornot, arrow, torchmetrics, tables, statsmodels, sparse, seaborn, requests-oauthlib, pynndescent, markdown, loompy, jinja2-time, IPython, dask, crossref-commons, umap-learn, google-auth-oauthlib, cookiecutter, tensorboard, scanpy, tensorflow, sfaira
  Attempting uninstall: packaging
    Found existing installation: packaging 20.9
    Uninstalling packaging-20.9:
      Successfully uninstalled packaging-20.9
Successfully installed IPython-8.3.0 Jinja2-3.1.2 MarkupSafe-2.1.1 PyYAML-6.0 absl-py-1.0.0 arrow-1.2.2 asciitree-0.3.3 asttokens-2.0.5 astunparse-1.6.3 attrs-21.4.0 backcall-0.2.0 binaryornot-0.4.4 boltons-21.0.0 cachetools-5.0.0 certifi-2021.10.8 chardet-4.0.0 charset-normalizer-2.0.12 click-8.1.3 cloudpickle-2.0.0 commonmark-0.9.1 cookiecutter-1.7.3 crossref-commons-0.0.7 cycler-0.11.0 dask-2022.5.0 decorator-5.1.1 docutils-0.18.1 et-xmlfile-1.1.0 executing-0.8.3 fasteners-0.17.3 flatbuffers-2.0 flatten-dict-0.4.2 fonttools-4.33.3 fsspec-2022.3.0 fuzzywuzzy-0.18.0 gast-0.5.3 google-auth-2.6.6 google-auth-oauthlib-0.4.6 google-pasta-0.2.0 grpcio-1.46.0 idna-3.3 importlib-metadata-4.11.3 iniconfig-1.1.1 jedi-0.18.1 jinja2-time-0.2.0 joblib-1.1.0 keras-2.8.0 keras-preprocessing-1.1.2 kiwisolver-1.4.2 libclang-14.0.1 llvmlite-0.38.0 locket-1.0.0 loompy-3.0.7 markdown-3.3.7 matplotlib-3.5.2 matplotlib-inline-0.1.3 networkx-2.8 numba-0.55.1 numcodecs-0.9.1 numexpr-2.8.1 numpy-groupies-0.9.16 oauthlib-3.2.0 obonet-0.3.0 openpyxl-3.0.9 opt-einsum-3.3.0 owlready2-0.37 packaging-21.3 parso-0.8.3 partd-1.2.0 patsy-0.5.2 pexpect-4.8.0 pickleshare-0.7.5 pillow-9.1.0 pluggy-1.0.0 poyo-0.5.0 prompt_toolkit-3.0.29 protobuf-3.20.1 ptyprocess-0.7.0 pure-eval-0.2.2 py-1.11.0 pyDeprecate-0.3.2 pyarrow-8.0.0 pyasn1-0.4.8 pyasn1-modules-0.2.8 pygments-2.12.0 pynndescent-0.5.6 pytest-7.1.2 python-Levenshtein-0.12.2 python-slugify-6.1.2 questionary-1.10.0 ratelimit-2.2.1 requests-2.27.1 requests-oauthlib-1.3.1 rich-12.4.1 rsa-4.8 scanpy-1.9.1 scikit-learn-1.0.2 seaborn-0.11.2 session-info-1.0.0 sfaira-0.3.12 sparse-0.13.0 stack-data-0.2.0 statsmodels-0.13.2 stdlib_list-0.8.0 switchlang-0.1.0 tables-3.7.0 tensorboard-2.8.0 tensorboard-data-server-0.6.1 tensorboard-plugin-wit-1.8.1 tensorflow-2.8.0 tensorflow-io-gcs-filesystem-0.25.0 termcolor-1.1.0 text-unidecode-1.3 tf-estimator-nightly-2.8.0.dev2021122109 threadpoolctl-3.1.0 tomli-2.0.1 toolz-0.11.2 torch-1.11.0 torchmetrics-0.8.2 tqdm-4.64.0 traitlets-5.1.1 typing-extensions-4.2.0 umap-learn-0.5.3 urllib3-1.26.9 versioneer-0.22 wcwidth-0.2.5 werkzeug-2.1.2 wrapt-1.14.1 xlrd-1.2.0 zarr-2.11.3 zipp-3.8.0
Error in SimBu::dataset_h5ad(h5ad_file_counts = h5, name = "h5ad_dataset",  : 
  Cannot find "ID" column in cell annotation of h5ad_file_counts.
Execution halted
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘testthat.R’ [38s/38s]
 [39s/39s] OK
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in ‘inst/doc’ ... OK
* checking running R code from vignettes ... SKIPPED
* checking re-building of vignette outputs ... SKIPPED
* checking PDF version of manual ... OK
* DONE

Status: 1 ERROR, 3 NOTEs
See
  ‘/home/pkgbuild/packagebuilder/workers/jobs/2627/b79c1b2d8323feb77cb09a6d9803245a3e100113/SimBu.Rcheck/00check.log’
for details.





===============================

 BiocCheck('SimBu_0.99.2.tar.gz')

===============================

─ BiocCheckVersion: 1.32.0
─ BiocVersion: 3.15
─ Package: SimBu
─ PackageVersion: 0.99.2
─ sourceDir: /tmp/RtmpRYiiuU/filec2ad9360c1684/SimBu
─ installDir: /tmp/RtmpRYiiuU/filec2ad955b5358
─ BiocCheckDir: /home/pkgbuild/packagebuilder/workers/jobs/2627/b79c1b2d8323feb77cb09a6d9803245a3e100113/SimBu.BiocCheck
─ platform: unix
─ isTarBall: TRUE

* Installing package...
* Checking package dependencies...
* Checking if other packages can import this one...
* Checking to see if we understand object initialization...
* Checking for deprecated package usage...
* Checking for remote package usage...
* Checking for 'LazyData: true' usage...
* Checking version number...
* Checking for version number mismatch...
* Checking new package version number...
* Checking R version dependency...
* Checking package size...
* Checking individual file sizes...
* Checking biocViews...
* Checking that biocViews are present...
* Checking package type based on biocViews...
    Software
* Checking for non-trivial biocViews...
* Checking that biocViews come from the same category...
* Checking biocViews validity...
* Checking for recommended biocViews...
* Checking build system compatibility...
* Checking for blank lines in DESCRIPTION...
* Checking if DESCRIPTION is well formatted...
* Checking for proper Description: field...
* Checking for whitespace in DESCRIPTION field names...
* Checking that Package field matches directory/tarball name...
* Checking for Version field...
* Checking for valid maintainer...
* Checking License: for restrictive use...
    * NOTE: License 'GPL (>= 3)' unknown; licenses cannot restrict use
* Checking for pinned package versions...
* Checking DESCRIPTION/NAMESPACE consistency...
* Checking .Rbuildignore...
* Checking for stray BiocCheck output folders...
* Checking vignette directory...
    * NOTE: 'sessionInfo' not found in vignette(s)
* Checking whether vignette is built with 'R CMD build'...
* Checking package installation calls in R code...
* Checking for library/require of SimBu...
* Checking coding practice...
    * NOTE: Avoid sapply(); use vapply()
    * NOTE: Avoid 'cat' and 'print' outside of 'show' methods
    * NOTE: Avoid using '=' for assignment and use '<-' instead
    * NOTE: Avoid the use of 'paste' in condition signals
    * WARNING: Avoid T/F variables; If logical, use TRUE/FALSE
* Checking parsed R code in R directory, examples, vignettes...
    * NOTE: Avoid '<<-' if possible (found 1 times)
    * NOTE: Avoid 'suppressWarnings'/'*Messages' if possible (found 1
      times)
* Checking function lengths...
    * NOTE: Recommended function length <= 50 lines.There are 6
      functions > 50 lines.
* Checking man page documentation...
    * ERROR: At least 80% of man pages documenting exported objects
      must have runnable examples.
    * NOTE: Usage of dontrun{} / donttest{} found in man page
      examples.15% of man pages use one of these cases.
    * NOTE: Use donttest{} instead of dontrun{}.
* Checking package NEWS...
* Checking unit tests...
* Checking skip_on_bioc() in tests...
* Checking formatting of DESCRIPTION, NAMESPACE, man pages, R source,
  and vignette source...
    * NOTE: Consider shorter lines; 668 lines (17%) are > 80 characters
      long.
    * NOTE: Consider multiples of 4 spaces for line indents; 1173 lines
      (30%) are not.
    See http://bioconductor.org/developers/how-to/coding-style/
    See styler package: https://cran.r-project.org/package=styler as
      described in the BiocCheck vignette.
* Checking if package already exists in CRAN...
* Checking if new package already exists in Bioconductor...
* Checking for bioc-devel mailing list subscription...
    * ERROR: Maintainer must subscribe to the bioc-devel mailing list.
      Subscribe here: https://stat.ethz.ch/mailman/listinfo/bioc-devel
* Checking for support site registration...
    Maintainer is registered at support site.
    Package name is in support site watched tags.

─ BiocCheck results ──
2 ERRORS | 1 WARNINGS | 13 NOTES

See the SimBu.BiocCheck folder and run
    browseVignettes(package = 'BiocCheck')
for details.

nebbiolo1 BUILD BIN output

[top]