From 8d3cdf8dd903706809e4686ecca58ae758e5d0ef Mon Sep 17 00:00:00 2001 From: torri Date: Mon, 7 Apr 2025 16:57:08 +0200 Subject: [PATCH 01/30] populating --- .github/workflows/check_licenses.yml | 32 + licenses/licenses.json | 2380 +++++++++++++++++++++++++- licenses/update_licenses.py | 179 ++ 3 files changed, 2585 insertions(+), 6 deletions(-) create mode 100644 .github/workflows/check_licenses.yml create mode 100644 licenses/update_licenses.py diff --git a/.github/workflows/check_licenses.yml b/.github/workflows/check_licenses.yml new file mode 100644 index 0000000000..dac5a2f407 --- /dev/null +++ b/.github/workflows/check_licenses.yml @@ -0,0 +1,32 @@ +name: Check and update licenses + +on: + push: + branches: [ "*-software.eessi.io" ] + pull_request: + branches: [ "*-software.eessi.io" ] + types: [opened, synchronized] +permissions: + contents: read # we dont need to write + +jobs: + license_update: + runs-on: ubuntu-latest + + steps: + - name: Checkout out software-layer repository + uses: actions/checkout@v4 + with: + fetch-depth: 0 + + - name: Set up Python + uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c + with: + python-version: '3.9' + + - name: Check if an EasyStack has been modified + id: diff + run: | + git fetch origin ${{ github.base_ref }} + echo "🔍 Files changed between PR and base branch:" + git diff --name-only origin/${{ github.base_ref }} HEAD | grep ".yml" diff --git a/licenses/licenses.json b/licenses/licenses.json index 8831ed368c..6af78e63bf 100644 --- a/licenses/licenses.json +++ b/licenses/licenses.json @@ -1,10 +1,2378 @@ { - "EasyBuild": { - "spdx": "GPL-2.0-only", - "license_url": "https://easybuild.io" + "ALL/0.9.2-foss-2023a": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://gitlab.jsc.fz-juelich.de/SLMS/loadbalancing/-/raw/master/LICENSE" }, - "GCCcore": { - "spdx": "GPL-2.0-with-GCC-exception", - "license_url": "https://github.com/gcc-mirror/gcc/blob/master/COPYING" + "AOFlagger/3.4.0-foss-2023b": { + "License": "gpl-3.0", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/gitlab.com/repositories/aroffringa%2Faoflagger" + }, + "ASE/3.22.1-gfbf-2022b": { + "License": "LGPL-2.1", + "Permission to redistribute": true, + "Retrieved from": "https://wiki.fysik.dtu.dk/ase" + }, + "ATK/2.38.0-GCCcore-13.2.0": { + "License": "LGPL-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://developer.gnome.org/atk/" + }, + "Abseil/20240116.1-GCCcore-13.2.0": { + "License": "Apache-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://abseil.io/" + }, + "Archive-Zip/1.68-GCCcore-12.2.0": { + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Archive::Zip" + }, + "Armadillo/12.8.0-foss-2023b": { + "License": "Apache-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://arma.sourceforge.net/" + }, + "Arrow/16.1.0-gfbf-2023b": { + "License": "Apache-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://arrow.apache.org" + }, + "BCFtools/1.18-GCC-12.3.0": { + "License": "mit", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/samtools/bcftools/raw/develop/LICENSE" + }, + "BLAST+/2.14.1-gompi-2023a": { + "License": "Public Domain", + "Permission to redistribute": true, + "Retrieved from": "https://blast.ncbi.nlm.nih.gov/" + }, + "BLIS/0.9.0-GCC-13.2.0": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/flame/blis/raw/master/LICENSE" + }, + "BWA/0.7.18-GCCcore-12.3.0": { + "License": "gpl-3.0", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lh3%2Fbwa" + }, + "BamTools/2.5.2-GCC-12.2.0": { + "License": "mit", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pezmaster31%2Fbamtools" + }, + "Bazel/6.3.1-GCCcore-12.3.0": { + "License": "apache-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bazelbuild%2Fbazel" + }, + "BeautifulSoup/4.12.2-GCCcore-12.3.0": { + "License": "mit", + "Permission to redistribute": true, + "Retrieved from": "https://www.crummy.com/software/BeautifulSoup" + }, + "Bio-DB-HTS/3.01-GCC-12.2.0": { + "License": "Apache-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/release/AVULLO/Bio-DB-HTS-3.01/source/LICENSE" + }, + "Bio-DB-HTS/3.01-GCC-12.2.0": { + "License": "apache-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/release/AVULLO/Bio-DB-HTS-3.01/source/LICENSE" + }, + "BioPerl/1.7.8-GCCcore-12.3.0": { + "License": "GPL-3.0", + "Permission to redistribute": true, + "Retrieved from": "https://www.gnu.org/licenses/old-licenses/fdl-1.2.html" + }, + "Biopython/1.83-foss-2023a": { + "License": "other", + "Permission to redistribute": true, + "Retrieved from": "https://raw.githubusercontent.com/biopython/DIST/refs/heads/gh-pages/LICENSE" + }, + "Bison/3.8.2-GCCcore-13.2.0": { + "License": "GPL-3.0", + "Permission to redistribute": true, + "Retrieved from": "https://www.gnu.org/licenses/licenses.html" + }, + "Boost/1.83.0-GCC-13.2.0": { + "License": "BSL-1.0", + "Permission to redistribute": true, + "Retrieved from": "https://www.boost.org/users/license.html" + }, + "Boost.MPI/1.83.0-gompi-2023b": { + "License": "BSL-1.0", + "Permission to redistribute": true, + "Retrieved from": "https://www.boost.org/users/license.html" + }, + "Boost.Python/1.83.0-GCC-13.2.0": { + "License": "BSL-1.0", + "Permission to redistribute": true, + "Retrieved from": "https://www.boost.org/users/license.html" + }, + "Bowtie2/2.5.1-GCC-12.2.0": { + "License": "gpl-3.0", + "Permission to redistribute": true, + "Retrieved from": "https://www.boost.org/usershttps://bowtie-bio.sourceforge.net/bowtie2/index.shtml/license.html" + }, + "Brotli/1.1.0-GCCcore-13.2.0": { + "License": "mit", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fbrotli" + }, + "Brunsli/0.1-GCCcore-13.2.0": { + "License": "mit", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fbrunsli" + }, + "CD-HIT/4.8.1-GCC-12.2.0": { + "License": "GPL-2.0", + "Permission to redistribute": true, + "Retrieved from": "http://weizhong-lab.ucsd.edu/cd-hit/" + }, + "CDO/2.2.2-gompi-2023b": { + "License": "GPL-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://code.mpimet.mpg.de/projects/cdo" + }, + "CFITSIO/4.3.1-GCCcore-13.2.0": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://heasarc.gsfc.nasa.gov/fitsio/" + }, + "CGAL/5.6-GCCcore-12.3.0": { + "License": "gpl-3.0", + "Permission to redistribute": true, + "Retrieved from": "https://raw.githubusercontent.com/CGAL/cgal/refs/heads/master/Installation/LICENSE" + }, + "CMake/3.27.6-GCCcore-13.2.0": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://www.cmake.org" + }, + "CP2K/2023.1-foss-2023a": { + "License": "gpl-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cp2k%2Fcp2k" + }, + "CUDA/12.1.1": { + "License": "Other", + "Permission to redistribute": false, + "Retrieved from": "https://developer.nvidia.com/cuda-toolkit" + }, + "CUDA-Samples/12.1-GCC-12.3.0-CUDA-12.1.1": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/NVIDIA/cuda-samples" + }, + "CapnProto/1.0.1-GCCcore-12.3.0": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://capnproto.org" + }, + "Cartopy/0.22.0-foss-2023a": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://scitools.org.uk/cartopy/docs/latest/" + }, + "Cassiopeia/2.0.0-foss-2023a": { + "License": "mit", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YosefLab%2FCassiopeia" + }, + "Catch2/2.13.9-GCCcore-13.2.0": { + "License": "bsl-1.0", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catchorg%2FCatch2" + }, + "Cbc/2.10.11-foss-2023a": { + "License": "clips", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/coin-or/Cbc/raw/master/LICENSE" + }, + "Cgl/0.60.8-foss-2023a": { + "License": "clips", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/coin-or/Cgl/raw/master/LICENSE" + }, + "Clp/1.17.9-foss-2023a": { + "License": "clips", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/coin-or/Clp/raw/master/LICENSE" + }, + "CoinUtils/2.11.10-GCC-12.3.0": { + "License": "clips", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/coin-or/CoinUtils/raw/master/LICENSE" + }, + "Critic2/1.2-foss-2023a": { + "License": "GPL-3.0", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/aoterodelaroza/critic2/raw/master/LICENSE" + }, + "CubeLib/4.8.2-GCCcore-13.2.0": { + "License": "scalasca-2", + "Permission to redistribute": true, + "Retrieved from": "https://www.scalasca.org/software/cube-4.x/download.html" + }, + "CubeWriter/4.8.2-GCCcore-13.2.0": { + "License": "scalasca-2", + "Permission to redistribute": true, + "Retrieved from": "https://www.scalasca.org/software/cube-4.x/download.html" + }, + "Cython/3.0.10-GCCcore-13.2.0": { + "License": "Apache-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://cython.org/" + }, + "DB/18.1.40-GCCcore-12.3.0": { + "License": "Sleepycat License", + "Permission to redistribute": true, + "Retrieved from": "https://www.oracle.com/database/technologies/related/berkeleydb-downloads.html" + }, + "DB_File/1.859-GCCcore-12.3.0": { + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/DB_File" + }, + "DIAMOND/2.1.8-GCC-12.3.0": { + "License": "gpl-3.0", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbuchfink%2Fdiamond" + }, + "DP3/6.2-foss-2023b": { + "License": "mit", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/readthedocs%2Fsphinx_rtd_theme" + }, + "DendroPy/4.6.1-GCCcore-12.3.0": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jeetsukumaran/DendroPy" + "Doxygen/1.9.8-GCCcore-13.2.0": { + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://www.doxygen.org" + }, + "ELPA/2023.05.001-foss-2023a": { + "License": "LGPG-3.0", + "Permission to redistribute": true, + "Retrieved from": "https://elpa.mpcdf.mpg.de/LICENSING.html" + }, + "ESPResSo/4.2.2-foss-2023b": { + "License": "cc-by-4.0", + "Permission to redistribute": true, + "Retrieved from": "https://creativecommons.org/licenses/by-nc-sa/3.0/" + }, + "ETE/3.1.3-foss-2023a": { + "License": "gpl-3.0", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etetoolkit%2Fete" + }, + "EasyBuild/4.9.4": { + "License": "gpl-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://easybuilders.github.io/easybuild" + }, + "Eigen/3.4.0-GCCcore-13.2.0": { + "License": "MPL-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://eigen.tuxfamily.org#License" + }, + "EveryBeam/0.6.1-foss-2023b": { + "License": "gpl-3.0+", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/gitlab.com/repositories/aroffringa%2Fwsclean" + }, + "Extrae/4.2.0-gompi-2023b": { + "License": "GPL-3.0", + "Permission to redistribute": true, + "Retrieved from": "https://tools.bsc.es/extrae" + }, + "FFTW/3.3.10-GCC-13.2.0": { + "License": "GPL-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://www.fftw.org/" + }, + "FFTW.MPI/3.3.10-gompi-2023b": { + "License": "GPL-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://www.fftw.org" + }, + "FFmpeg/6.0-GCCcore-13.2.0": { + "License": "GPL-3.0", + "Permission to redistribute": true, + "Retrieved from": "https://www.ffmpeg.org/legal.html" + }, + "FLAC/1.4.3-GCCcore-13.2.0": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://xiph.org/flac/" + }, + "FLTK/1.3.8-GCCcore-12.3.0": { + "License": "GPL-3.0", + "Permission to redistribute": true, + "Retrieved from": "https://www.fltk.org/COPYING.php" + }, + "FastME/2.1.6.3-GCC-12.3.0": { + "License": "gpl-2.0", + "Permission to redistribute": true, + "Retrieved from": "http://www.atgc-montpellier.fr/fastme/" + }, + "Fiona/1.9.5-foss-2023a": { + "License": "bsd-3-clause", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Toblerity%2FFiona" + }, + "Flask/2.2.3-GCCcore-12.2.0": { + "License": "bsd-3-clause", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets%2Fflask" + }, +# https://spdx.org/licenses/BSD-3-Clause-Open-MPI.html + "FlexiBLAS/3.3.1-GCC-13.2.0": { + "License": "bsd-3-clause-open-mpi", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/gitlab.mpi-magdeburg.mpg.de/repositories/software%2Fflexiblas-release" + }, + "FragGeneScan/1.31-GCCcore-12.3.0": { + "License": "gpl-3.0", + "Permission to redistribute": true, + "Retrieved from": "https://raw.githubusercontent.com/gaberoo/FragGeneScan/master/LICENSE" + }, + "FreeImage/3.18.0-GCCcore-12.3.0": { + "License": "GPL-3.0", + "Permission to redistribute": true, + "Retrieved from": "http://freeimage.sourceforge.net/license.html" + }, + "FriBidi/1.0.13-GCCcore-13.2.0": { + "License": "lgpl-2.1", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fribidi%2Ffribidi" + }, + "GATK/4.5.0.0-GCCcore-12.3.0-Java-17": { + "License": "apache-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://raw.githubusercontent.com/broadinstitute/gatk/refs/heads/master/LICENSE.TXT" + }, + "GCC/13.2.0": { + "License": "GPL-3.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://gcc.gnu.org/" + }, + "GCCcore/13.2.0": { + "License": "GPL-3.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://gcc.gnu.org/" + }, + "GDAL/3.9.0-foss-2023b": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://www.gdal.org/license.html" + }, + "GDB/13.2-GCCcore-12.3.0": { + "License": "gpl-3.0", + "Permission to redistribute": true, + "Retrieved from": "https://www.gnu.org/software/gdb" + }, + "GDRCopy/2.4-GCCcore-13.2.0": { + "License": "mit", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NVIDIA%2Fgdrcopy" + }, + "GEOS/3.12.1-GCC-13.2.0": { + "License": "GPL-3.0", + "Permission to redistribute": true, + "Retrieved from": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html" + }, + "GL2PS/1.4.2-GCCcore-12.3.0": { + "License": "gpl-1.0", + "Permission to redistribute": true, + "Retrieved from": "https://www.geuz.org/gl2ps/" + }, + "GLPK/5.0-GCCcore-13.2.0": { + "License": "GPL-3.0-only", + "Permission to redistribute": true, + "Retrieved from": "https://www.gnu.org/software/glpk/" + }, + "GLib/2.78.1-GCCcore-13.2.0": { + "License": "LGPL-2.1-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://www.gtk.org/" + }, + "GMP/6.3.0-GCCcore-13.2.0": { + "License": "LGPL-3.0-or-later, GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://gmplib.org/" + }, + "GObject-Introspection/1.78.1-GCCcore-13.2.0": { + "License": "mit", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/readthedocs%2Fsphinx_rtd_theme" + }, + "GROMACS/2024.4-foss-2023b": { + "License": "LGPL-2.1", + "Permission to redistribute": true, + "Retrieved from": "https://www.gromacs.org" + }, + "GSL/2.7-GCC-13.2.0": { + "License": "GPL-3.0", + "Permission to redistribute": true, + "Retrieved from": "https://www.gnu.org/licenses/licenses.html" + }, + "GST-plugins-base/1.24.8-GCC-13.2.0": { + "License": "lgpl-2.1", + "Permission to redistribute": true, + "Retrieved from": "https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/raw/discontinued-for-monorepo/COPYING" + }, + "GStreamer/1.24.8-GCC-13.2.0": { + "License": "lgpl-2.1", + "Permission to redistribute": true, + "Retrieved from": "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/raw/main/LICENSE" + }, + "GTK3/3.24.39-GCCcore-13.2.0": { + "License": "lgpl-2.1", + "Permission to redistribute": true, + "Retrieved from": "https://developer.gnome.org/gtk3/stable/enum.License.html" + }, + "Gdk-Pixbuf/2.42.10-GCCcore-13.2.0": { + "License": "lgpl-2.1", + "Permission to redistribute": true, + "Retrieved from": "https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/raw/master/COPYING" + }, + "GenomeTools/1.6.2-GCC-12.2.0": { + "License": "isc", + "Permission to redistribute": true, + "Retrieved from": "http://genometools.org/license.html" + }, + "Ghostscript/10.02.1-GCCcore-13.2.0": { + "License": "GPL-3.0", + "Permission to redistribute": true, + "Retrieved from": "https://www.gnu.org/licenses/agpl-3.0.html" + }, + "GitPython/3.1.40-GCCcore-12.3.0": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/gitpython-developers/GitPython/blob/main/LICENSE" + }, + "Graphene/1.10.8-GCCcore-13.2.0": { + "License": "mit", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ebassi/graphene?tab=License-1-ov-file#readme" + }, + "HDBSCAN/0.8.38.post1-foss-2023a": { + "License": "mit", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/readthedocs%2Fsphinx_rtd_theme" + }, + "HDF/4.2.16-2-GCCcore-13.2.0": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://www.hdfgroup.org/" + }, + "HDF5/1.14.3-gompi-2023b": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://www.hdfgroup.org/" + }, + "HMMER/3.4-gompi-2023a": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "http://hmmer.org/license.html" + }, + "HPL/2.3-foss-2023b": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://www.netlib.org/benchmark/hpl/" + }, + "HTSlib/1.19.1-GCC-13.2.0": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/samtools/htslib" + }, + "HarfBuzz/8.2.2-GCCcore-13.2.0": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://www.freedesktop.org/wiki/Software/HarfBuzz" + }, + "HepMC3/3.2.6-GCC-12.3.0": { + "License": "GPL-3.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://gitlab.cern.ch/hepmc/HepMC3" + }, + "Highway/1.0.4-GCCcore-12.3.0": { + "License": "apache-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fhighway" + }, + "Hypre/2.29.0-foss-2023a": { + "License": "Apache-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/hypre-space/hypre" + }, + "ICU/74.1-GCCcore-13.2.0": { + "License": "ICU", + "Permission to redistribute": true, + "Retrieved from": "https://icu.unicode.org" + }, + "IDG/1.2.0-foss-2023b": { + "License": "mit", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/readthedocs%2Fsphinx_rtd_theme" + }, + "IPython/8.17.2-GCCcore-13.2.0": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ipython/ipython/blob/main/LICENSE" + }, + "IQ-TREE/2.3.5-gompi-2023a": { + "License": "gpl-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iqtree%2Fiqtree2" + }, + "ISA-L/2.30.0-GCCcore-12.3.0": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/intel/isa-l/blob/master/LICENSE" + }, + "ISL/0.26-GCCcore-12.3.0": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://libisl.sourceforge.io/user.html#License" + }, + "ITSTool/2.0.7-GCCcore-12.3.0": { + "License": "GPL-3.0+", + "Permission to redistribute": true, + "Retrieved from": "http://itstool.org/" + }, +# needs proper attribution + "ImageMagick/7.1.1-34-GCCcore-13.2.0": { + "License": "ImageMagick", + "Permission to redistribute": true, + "Retrieved from": "https://www.imagemagick.org/" + }, + "Imath/3.1.9-GCCcore-13.2.0": { + "License": "BSC-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://imath.readthedocs.io/en/latest/license.html#license" + }, + "JasPer/4.0.0-GCCcore-13.2.0": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://www.ece.uvic.ca/~frodo/jasper/" + }, + "Java/17.0.6": { + "License": "gplv2+ce", + "Permission to redistribute": true, + "Retrieved from": "https://openjdk.org/legal/gplv2+ce.html" + }, + "JsonCpp/1.9.5-GCCcore-12.3.0": { + "License": "mit", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/open-source-parsers/jsoncpp/blob/master/LICENSE" + }, + "Judy/1.0.5-GCCcore-12.3.0": { + "License": "LGPL-2.0-only", + "Permission to redistribute": true, + "Retrieved from": "http://judy.sourceforge.net/" + }, +# true with copyright notice + "JupyterLab/4.0.5-GCCcore-12.3.0": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://raw.githubusercontent.com/jupyterlab/jupyterlab/refs/heads/main/LICENSE" + }, + "JupyterNotebook/7.0.2-GCCcore-12.3.0": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jupyter/notebook/blob/main/LICENSE" + }, + "KaHIP/3.16-gompi-2023a": { + "License": "mit", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KaHIP%2FKaMinPar" + }, +# true with copyright disclaimer + "KronaTools/2.8.1-GCCcore-12.3.0": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/marbl/Krona/blob/master/LICENSE.txt" + }, + "LAME/3.100-GCCcore-13.2.0": { + "License": "LGPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "http://lame.sourceforge.net/" + }, + "LAMMPS/29Aug2024-foss-2023b-kokkos": { + "License": "gpl-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lammps%2Flammps" + }, + "LERC/4.0.0-GCCcore-13.2.0": { + "License": "apache-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Esri%2Flerc" + }, + "LHAPDF/6.5.4-GCC-12.3.0": { + "License": "GPL-3.0", + "Permission to redistribute": true, + "Retrieved from": "https://lhapdf.hepforge.org/" + }, + "LLVM/16.0.6-GCCcore-13.2.0": { + "License": "Apache-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://llvm.org/" + }, +# true with copyright disclaimer + "LMDB/0.9.31-GCCcore-12.3.0": { + "License": "OpenLDAP Public Licese", + "Permission to redistribute": true, + "Retrieved from": "https://raw.githubusercontent.com/LMDB/lmdb/refs/heads/mdb.master/libraries/liblmdb/LICENSE" + }, + "LRBinner/0.1-foss-2023a": { + "License": "gpl-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anuradhawick%2FLRBinner" + }, + "LSD2/2.4.1-GCCcore-12.3.0": { + "License": "gpl-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tothuhien%2Flsd2" + }, + "LZO/2.10-GCCcore-12.3.0": { + "License": "gpl-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://www.oberhumer.com/opensource/gpl.html" + }, + "LibTIFF/4.6.0-GCCcore-13.2.0": { + "License": "libtiff", + "Permission to redistribute": true, + "Retrieved from": "https://libtiff.gitlab.io/libtiff/project/license.html" + }, + "Libint/2.7.2-GCC-12.3.0-lmax-6-cp2k": { + "License": "GPL-3.0", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/evaleev/libint/raw/master/LICENSE" + }, + "LightGBM/4.5.0-foss-2023a": { + "License": "mit", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/readthedocs%2Fsphinx_rtd_theme" + }, + "LittleCMS/2.15-GCCcore-13.2.0": { + "License": "mit", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devcows%2Fhugo-universal-theme" + }, + "LoopTools/2.15-GCC-12.3.0": { + "License": "GPL-3.0", + "Permission to redistribute": true, + "Retrieved from": "http://gnu.org/licenses/lgpl.html" + }, + "Lua/5.4.6-GCCcore-13.2.0": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://www.lua.org/" + }, + "MAFFT/7.520-GCC-12.3.0-with-extensions": { + "License": "Other", + "Permission to redistribute": true, + "Retrieved from": "https://mafft.cbrc.jp/alignment/software/license66.txt" + }, + "MBX/1.1.0-foss-2023a": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/paesanilab/MBX" + }, + "MCL/22.282-GCCcore-12.3.0": { + "License": "GPL-3.0", + "Permission to redistribute": true, + "Retrieved from": "https://micans.org/mcl/" + }, + "MDAnalysis/2.4.2-foss-2022b": { + "License": "GPL-3.0", + "Permission to redistribute": true, + "Retrieved from": "https://www.gnu.org/licenses/gpl-2.0.html" + }, + "MDI/1.4.29-gompi-2023b": { + "License": "bsd-3-clause", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MolSSI-MDI%2FMDI_Library" + }, + "METIS/5.1.0-GCCcore-12.3.0": { + "License": "Apache-2.0", + "Permission to redistribute": true, + "Retrieved from": "http://glaros.dtc.umn.edu/gkhome/metis/metis/overview" + }, + "MMseqs2/14-7e284-gompi-2023a": { + "License": "mit", + "Permission to redistribute": true, + "Retrieved from": "https://mmseqs.com/soedinglab/MMseqs2/blob/master/LICENSE.md" + }, + "MODFLOW/6.4.4-foss-2023a": { + "License": "Public Domain", + "Permission to redistribute": true, + "Retrieved from": "https://www.usgs.gov/software/modflow-6-usgs-modular-hydrologic-model" + }, + "MPC/1.3.1-GCCcore-13.2.0": { + "License": "LGPL-3.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "http://www.multiprecision.org/" + }, + "MPFR/4.2.1-GCCcore-13.2.0": { + "License": "GPL-3.0", + "Permission to redistribute": true, + "Retrieved from": "https://www.gnu.org/licenses/lgpl-3.0.html" + }, + "MUMPS/5.6.1-foss-2023a-metis": { + "License": "CeCILL-C", + "Permission to redistribute": true, + "Retrieved from": "http://mumps.enseeiht.fr/" + }, + "Mako/1.2.4-GCCcore-13.2.0": { + "License": "cc-by-4.0", + "Permission to redistribute": true, + "Retrieved from": "http://www.opensource.org/licenses/mit-license.php" + }, + "MariaDB/11.6.0-GCC-12.3.0": { + "License": "GPL-2.0-only", + "Permission to redistribute": true, + "Retrieved from": "https://mariadb.com/kb/en/mariadb-license/" + }, + "Mash/2.3-GCC-12.2.0": { + "License": "mit", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/readthedocs%2Fsphinx_rtd_theme" + }, + "Mesa/23.1.9-GCCcore-13.2.0": { + "License": "mit", + "Permission to redistribute": true, + "Retrieved from": "https://docs.mesa3d.org/license.html" + }, + "Meson/1.3.1-GCCcore-12.3.0": { + "License": "Apache-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://mesonbuild.com" + }, + "MetaEuk/6-GCC-12.2.0": { + "License": "GPL-3.0", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/soedinglab/MetaEuk" + }, + "MetalWalls/21.06.1-foss-2023a": { + "License": "mit", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/gitlab.com/repositories/ampere2%2Fmetalwalls" + }, + "MultiQC/1.14-foss-2022b": { + "License": "GPL-3.0", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ewels/MultiQC" + }, + "Mustache/1.3.3-foss-2023b": { + "License": "mit", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ay-lab%2Fmustache" + }, + "NASM/2.16.01-GCCcore-13.2.0": { + "License": "BSD-2-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://www.nasm.us/" + }, + "NCCL/2.18.3-GCCcore-12.3.0-CUDA-12.1.1": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/NVIDIA/nccl" + }, + "NLTK/3.8.1-foss-2023b": { + "License": "Apache-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://www.nltk.org/" + }, + "NLopt/2.7.1-GCCcore-13.2.0": { + "License": "mit", + "Permission to redistribute": true, + "Retrieved from": "http://ab-initio.mit.edu/wiki/index.php/NLopt_License_and_Copyright/" + }, + "NSPR/4.35-GCCcore-13.2.0": { + "License": "mit", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/readthedocs%2Fsphinx_rtd_theme" + }, + "NSS/3.94-GCCcore-13.2.0": { + "License": "MPL-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS" + }, + "Nextflow/23.10.0": { + "License": "apache-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextflow-io%2Fnextflow" + }, + "Ninja/1.11.1-GCCcore-13.2.0": { + "License": "Apache-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://ninja-build.org/" + }, + "OPARI2/2.0.8-GCCcore-13.2.0": { + "License": "cc-by-4.0", + "Permission to redistribute": true, + "Retrieved from": "https://opensource.org/licenses/BSD-3-Clause" + }, + "OSU-Micro-Benchmarks/7.2-gompi-2023b": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://mvapich.cse.ohio-state.edu/benchmarks/" + }, + "OTF2/3.0.3-GCCcore-13.2.0": { + "License": "cc-by-4.0", + "Permission to redistribute": true, + "Retrieved from": "https://opensource.org/licenses/BSD-3-Clause" + }, + "OpenBLAS/0.3.24-GCC-13.2.0": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://www.openblas.net/" + }, + "OpenEXR/3.2.0-GCCcore-13.2.0": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://www.openexr.com/" + }, + "OpenFOAM/v2406-foss-2023a": { + "License": "GPL-3.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://www.openfoam.com/" + }, + "OpenJPEG/2.5.0-GCCcore-13.2.0": { + "License": "BSD-2-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://www.openjpeg.org/" + }, + "OpenMPI/4.1.6-GCC-13.2.0": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://www.open-mpi.org/" + }, + "OpenPGM/5.2.122-GCCcore-13.2.0": { + "License": "LGPL-2.1", + "Permission to redistribute": true, + "Retrieved from": "https://code.google.com/p/openpgm/" + }, + "OpenSSL/1.1": { + "License": "Apache-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://www.openssl.org/" + }, + "OrthoFinder/2.5.5-foss-2023a": { + "License": "gpl-3.0", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidemms%2FOrthoFinder" + }, + "Osi/0.108.9-GCC-12.3.0": { + "License": "GPL-3.0", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/coin-or/Osi/raw/master/LICENSE" + }, + "PAPI/7.1.0-GCCcore-13.2.0": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://icl.utk.edu/papi/" + }, + "PCRE/8.45-GCCcore-13.2.0": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://www.pcre.org/" + }, + "PCRE2/10.42-GCCcore-13.2.0": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://www.pcre.org/" + }, + "PDT/3.25.2-GCCcore-13.2.0": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/HPCToolkit/hpctoolkit" + }, + "PETSc/3.20.3-foss-2023a": { + "License": "BSD-2-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://petsc.org/release/" + }, +# doesn't specify license, need permission to redistribute + "PGPLOT/5.2.2-GCCcore-13.2.0": { + "License": "Not-Public domain", + "Permission to redistribute": false, + "Retrieved from": "https://sites.astro.caltech.edu/~tjp/pgplot/" + }, + "PLUMED/2.9.2-foss-2023b": { + "License": "cc-by-4.0", + "Permission to redistribute": true, + "Retrieved from": "http://creativecommons.org/licenses/by-sa/4.0/" + }, + "PLY/3.11-GCCcore-12.3.0": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://www.dabeaz.com/ply/" + }, + "PMIx/4.2.6-GCCcore-13.2.0": { "PMIx/4.2.6-GCCcore-13.2.0": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/openpmix/openpmix" + }, + "PROJ/9.3.1-GCCcore-13.2.0": { + "License": "mit", + "Permission to redistribute": true, + "Retrieved from": "https://proj.org/about.html#license" + }, + "Pango/1.51.0-GCCcore-13.2.0": { + "License": "LGPL-2.1-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://www.pango.org/" + }, + "ParMETIS/4.0.3-gompi-2023a": { + "License": "Apache-2.0", + "Permission to redistribute": true, + "Retrieved from": "http://glaros.dtc.umn.edu/gkhome/metis/parmetis/overview" + }, + "ParaView/5.11.2-foss-2023a": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://www.paraview.org" + }, + "Paraver/4.11.4-GCC-12.3.0": { + "License": "GPL-3.0", + "Permission to redistribute": true, + "Retrieved from": "https://tools.bsc.es/paraver" + }, + "Perl/5.38.0-GCCcore-13.2.0": { + "License": "Artistic-1.0-Perl, GPL-1.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://www.perl.org/" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0": { + "License": "Artistic-1.0-Perl, GPL-1.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://www.perl.org/" + }, + "Pillow/10.2.0-GCCcore-13.2.0": { + "License": "HPND", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/python-pillow/Pillow" + }, + "Pillow-SIMD/9.5.0-GCCcore-12.3.0": { + "License": "HPND", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/uploadcare/pillow-simd" + }, +# doesn't specify license + "Pint/0.24-GCCcore-13.2.0": { + "License": "Other", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/hgrecco/pint/blob/master/LICENSE" + }, + "PostgreSQL/16.1-GCCcore-13.2.0": { + "License": "PostgreSQL", + "Permission to redistribute": true, + "Retrieved from": "https://www.postgresql.org/" + }, + "PuLP/2.8.0-foss-2023a": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/coin-or/pulp" + }, + "PyOpenGL/3.1.7-GCCcore-12.3.0": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "http://pyopengl.sourceforge.net" + }, + "PyQt-builder/1.15.4-GCCcore-12.3.0": { + "License": "GPL-2.0+", + "Permission to redistribute": true, + "Retrieved from": "http://www.example.com" + }, + "PyQt5/5.15.10-GCCcore-12.3.0": { + "License": "GPL-3.0", + "Permission to redistribute": true, + "Retrieved from": "https://www.riverbankcomputing.com/software/pyqt/" + }, + "PyTorch/2.1.2-foss-2023a": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pytorch/pytorch" + }, + "PyYAML/6.0.1-GCCcore-13.2.0": { + "License": "mit", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaml%2Fpyyaml" + }, + "PyZMQ/25.1.1-GCCcore-12.3.0": { + "License": "mpl-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://www.zeromq.org/license/" + }, + "Pygments/2.18.0-GCCcore-12.3.0": { + "License": "BSD-2-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://pygments.org/" + }, + "Pysam/0.22.0-GCC-12.3.0": { + "License": "mit", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pysam-developers%2Fpysam" + }, + "Python/3.11.5-GCCcore-13.2.0": { + "License": "mit", + "Permission to redistribute": true, + "Retrieved from": "https://docs.python.org/3/license.html" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0": { + "License": "mit", + "Permission to redistribute": true, + "Retrieved from": "https://docs.python.org/3/license.html" + }, + "Qhull/2020.2-GCCcore-13.2.0": { + "License": "Qhull License (Permissive)", + "Permission to redistribute": true, + "Retrieved from": "http://www.qhull.org" + }, + "Qt5/5.15.13-GCCcore-13.2.0": { + "License": "LGPL-2.1-only, LGPL-3.0-only, GPL-3.0-only, MulanPSL-1.0", + "Permission to redistribute": true, + "Retrieved from": "https://qt.io/" + }, + "QuantumESPRESSO/7.3.1-foss-2023a": { + "License": "GPL-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://www.quantum-espresso.org/" + }, + "R/4.4.1-gfbf-2023b": { + "License": "GPL-2.0-only, CNRI-Python-GPL-Compatible, LGPL-2.1-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://www.r-project.org/" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2": { + "License": "GPL-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org" + }, + "R-bundle-CRAN/2024.06-foss-2023b": { + "License": "GPL-2.0-only, CNRI-Python-GPL-Compatible, LGPL-2.1-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://www.r-project.org/" + }, + "RE2/2024-03-01-GCCcore-13.2.0": { + "License": "bsd-3-clause", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fre2" + }, + "ROOT/6.30.06-foss-2023a": { + "License": "LGPL-2.1", + "Permission to redistribute": true, + "Retrieved from": "https://root.cern.ch/" + }, + "RapidJSON/1.1.0-GCCcore-12.2.0": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://rapidjson.org/" + }, + "Raptor/2.0.16-GCCcore-12.3.0": { + "License": "apache-2.0, LGPL-2.1-or-later, GPL-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://librdf.org/raptor/LICENSE.html" + }, + "Rasqal/0.9.33-GCCcore-12.3.0": { + "License": "LGPL-2.1", + "Permission to redistribute": true, + "Retrieved from": "https://librdf.org/rasqal/" + }, + "ReFrame/4.6.2": { + "License": "bsd-3-clause", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reframe-hpc%2Freframe" + }, + "Redland/1.0.17-GCC-12.3.0": { + "License": "LGPL-2.1-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://librdf.org/raptor" + }, + "Rivet/3.1.9-gompi-2023a-HepMC3-3.2.6": { + "License": "gpl-3.0", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/gitlab.com/repositories/hepcedar%2Frivet" + }, + "Ruby/3.3.0-GCCcore-12.3.0": { + "License": "Ruby License", + "Permission to redistribute": true, + "Retrieved from": "https://www.ruby-lang.org/" + }, + "Rust/1.76.0-GCCcore-13.2.0": { + "License": "Apache-2.0, MIT", + "Permission to redistribute": true, + "Retrieved from": "https://www.rust-lang.org" + }, + "SAMtools/1.18-GCC-12.3.0": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/samtools/samtools" + }, + "SCOTCH/7.0.3-gompi-2023a": { + "License": "cecill-c", + "Permission to redistribute": true, + "Retrieved from": "http://www.cecill.info/licences/Licence_CeCILL-C_V1-en.html" + }, + "SDL2/2.28.5-GCCcore-13.2.0": { + "License": "Zlib", + "Permission to redistribute": true, + "Retrieved from": "https://www.libsdl.org/" + }, + "SEPP/4.5.1-foss-2022b": { + "License": "gpl-3.0", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smirarab%2Fsepp" + }, + "SIONlib/1.7.7-GCCcore-13.2.0-tools": { + "License": "LGPL-3.0", + "Permission to redistribute": true, + "Retrieved from": "https://www.fz-juelich.de/ias/jsc/EN/Expertise/Support/Software/SIONlib/_node.html" + }, + "SIP/6.8.1-GCCcore-12.3.0": { + "License": "GPL-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://www.riverbankcomputing.com/software/sip/" + }, + "SLEPc/3.20.1-foss-2023a": { + "License": "LGPL-2.1-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://slepc.upv.es/" + }, + "SQLAlchemy/2.0.25-GCCcore-12.3.0": { + "License": "mit", + "Permission to redistribute": true, + "Retrieved from": "https://www.sqlalchemy.org/download.html#license" + }, + "SQLite/3.43.1-GCCcore-13.2.0": { + "License": "Public Domain", + "Permission to redistribute": true, + "Retrieved from": "https://www.sqlite.org/" + }, + "STAR/2.7.11b-GCC-13.2.0": { + "License": "mit", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexdobin%2FSTAR" + }, + "SWIG/4.1.1-GCCcore-13.2.0": { + "License": "GPL-3.0-only", + "Permission to redistribute": true, + "Retrieved from": "http://www.swig.org/" + }, + "ScaFaCoS/1.0.4-foss-2023b": { + "License": "GPL-3.0", + "Permission to redistribute": true, + "Retrieved from": "http://www.scafacos.de/" + }, + "ScaLAPACK/2.2.0-gompi-2023b": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://www.netlib.org/scalapack/" + }, + "SciPy-bundle/2023.11-gfbf-2023b": { + "License": "mit", + "Permission to redistribute": true, + "Retrieved from": "https://docs.python.org/3/license.html" + }, + "SciTools-Iris/3.9.0-foss-2023a": { + "License": "LGPL-3.0", + "Permission to redistribute": true, + "Retrieved from": "https://scitools.org.uk/iris/" + }, + "Score-P/8.4-gompi-2023b": { + "License": "cc-by-4.0", + "Permission to redistribute": true, + "Retrieved from": "https://opensource.org/licenses/BSD-3-Clause" + }, + "Seaborn/0.13.2-gfbf-2023a": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://seaborn.pydata.org/" + }, + "Shapely/2.0.1-gfbf-2023a": { + "License": "bsd-3-clause", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shapely%2Fshapely" + }, + "SlurmViewer/1.0.1-GCCcore-13.2.0": { + "License": "mit", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/gitlab.com/repositories/lkeb%2Fslurm_viewer" + }, + "Solids4foam/2.1-foss-2023a": { + "License": "mit", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/solids4foam/solids4foam.github.io" + }, + "SuiteSparse/7.1.0-foss-2023a": { + "License": "GPL-3.0", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/DrTimothyAldenDavis/SuiteSparse/raw/dev/LICENSE.txt" + }, + "SuperLU_DIST/8.1.2-foss-2023a": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/xiaoyeli/superlu_dist" + }, + "Szip/2.1.1-GCCcore-13.2.0": { + "License": "Szip License", + "Permission to redistribute": true, + "Retrieved from": "https://support.hdfgroup.org/doc_resource/SZIP/" + }, + "Tcl/8.6.13-GCCcore-13.2.0": { + "License": "Tcl/Tk License", + "Permission to redistribute": true, + "Retrieved from": "https://www.tcl.tk/" + }, + "TensorFlow/2.13.0-foss-2023a": { + "License": "Apache-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://www.tensorflow.org/" + }, + "Tk/8.6.13-GCCcore-13.2.0": { + "License": "Tcl/Tk License", + "Permission to redistribute": true, + "Retrieved from": "https://www.tcl.tk/" + }, + "Tkinter/3.11.5-GCCcore-13.2.0": { + "License": "mit", + "Permission to redistribute": true, + "Retrieved from": "https://docs.python.org/3/license.html" + }, + "Tombo/1.5.1-foss-2023a": { + "License": "GPL-3.0", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/nanoporetech/tombo/raw/master/LICENSE.md" + }, + "Transrate/1.0.3-GCC-12.3.0": { + "License": "mit", + "Permission to redistribute": true, + "Retrieved from": "http://transrate.mit-license.org" + }, + "UCC/1.2.0-GCCcore-13.2.0": { + "License": "bsd-3-clause", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openucx%2Fucc" + }, + "UCC-CUDA/1.2.0-GCCcore-12.3.0-CUDA-12.1.1": { + "License": "bsd-3-clause", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openucx%2Fucc" + }, + "UCX/1.15.0-GCCcore-13.2.0": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/openucx/ucx" + }, + "UCX-CUDA/1.14.1-GCCcore-12.3.0-CUDA-12.1.1": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/openucx/ucx" + }, + "UDUNITS/2.2.28-GCCcore-13.2.0": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://www.unidata.ucar.edu/software/udunits/" + }, + "UnZip/6.0-GCCcore-13.2.0": { + "License": "Info-ZIP License", + "Permission to redistribute": true, + "Retrieved from": "http://www.info-zip.org/UnZip.html" + }, + "VCFtools/0.1.16-GCC-12.2.0": { + "License": "lgpl-3.0", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vcftools%2Fvcftools" + }, + "VTK/9.3.0-foss-2023b": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://www.vtk.org" + }, + "Valgrind/3.23.0-gompi-2023b": { + "License": "GPL-3.0", + "Permission to redistribute": true, + "Retrieved from": "http://www.gnu.org/licenses/gpl-2.0.html" + }, + "Vim/9.1.0004-GCCcore-12.3.0": { + "License": "Vim License", + "Permission to redistribute": true, + "Retrieved from": "https://www.vim.org/" + }, + "Voro++/0.4.6-GCCcore-13.2.0": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "http://math.lbl.gov/voro++/" + }, + "WCSLIB/7.11-GCC-13.2.0": { + "License": "LGPL-3.0", + "Permission to redistribute": true, + "Retrieved from": "https://www.atnf.csiro.au/people/mcalabre/WCS/" + }, + "WRF/4.4.1-foss-2022b-dmpar": { + "License": "GPL-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://www.mmm.ucar.edu/models/wrf" + }, + "WSClean/3.5-foss-2023b": { + "License": "gpl-3.0+", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/gitlab.com/repositories/aroffringa%2Fwsclean" + }, + "Wayland/1.22.0-GCCcore-13.2.0": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://wayland.freedesktop.org/" + }, + "WhatsHap/2.2-foss-2023a": { + "License": "mit", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whatshap%2Fwhatshap" + }, + "X11/20231019-GCCcore-13.2.0": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://www.x.org" + }, + "XML-LibXML/2.0209-GCCcore-12.3.0": { + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/XML::LibXML" + }, + "Xerces-C++/3.2.5-GCCcore-13.2.0": { + "License": "Apache-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://xerces.apache.org/xerces-c/" + }, + "Xvfb/21.1.9-GCCcore-13.2.0": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://www.x.org" + }, + "YODA/1.9.9-GCC-12.3.0": { + "License": "GPL-3.0", + "Permission to redistribute": true, + "Retrieved from": "https://yoda.hepforge.org/" + }, + "Yasm/1.3.0-GCCcore-13.2.0": { + "License": "GPL-3.0", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/yasm/yasm/raw/master/COPYING" + }, + "Z3/4.12.2-GCCcore-12.3.0-Python-3.11.3": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Z3Prover/z3" + }, + "ZeroMQ/4.3.5-GCCcore-13.2.0": { + "License": "LGPL-3.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/zeromq/libzmq/blob/master/COPYING.LESSER" + }, + "Zip/3.0-GCCcore-12.3.0": { + "License": "Info-ZIP License", + "Permission to redistribute": true, + "Retrieved from": "http://www.info-zip.org/Zip.html" + }, + "amdahl/0.3.1-gompi-2023a": { + "License": "mit", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hpc-carpentry%2Famdahl" + }, + "archspec/0.2.5-GCCcore-12.3.0": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/archspec/archspec" + }, + "arpack-ng/3.9.0-foss-2023b": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/opencollab/arpack-ng" + }, + "arrow-R/14.0.1-foss-2023a-R-4.3.2": { + "License": "Apache-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://arrow.apache.org/" + }, + "at-spi2-atk/2.38.0-GCCcore-13.2.0": { + "License": "LGPL-2.1", + "Permission to redistribute": true, + "Retrieved from": "https://gitlab.gnome.org/GNOME/at-spi2-atk" + }, + "at-spi2-core/2.50.0-GCCcore-13.2.0": { + "License": "LGPL-2.1", + "Permission to redistribute": true, + "Retrieved from": "https://gitlab.gnome.org/GNOME/at-spi2-core" + }, + "basemap/1.3.9-foss-2023a": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://matplotlib.org/basemap/" + }, + "bokeh/3.2.2-foss-2023a": { + "License": "bsd-3-clause", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bokeh%2Fbokeh" + }, + "cURL/8.3.0-GCCcore-13.2.0": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://curl.haxx.se" + }, + "cairo/1.18.0-GCCcore-13.2.0": { + "License": "LGPL-2.1", + "Permission to redistribute": true, + "Retrieved from": "https://www.cairographics.org/" + }, + "casacore/3.5.0-foss-2023b": { + "License": "GPL-3.0", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/casacore/casacore/raw/master/COPYING" + }, + "ccache/4.9-GCCcore-12.3.0": { + "License": "GPL-3.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://ccache.dev/" + }, + "cffi/1.15.1-GCCcore-13.2.0": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://cffi.readthedocs.io/en/latest/" + }, + "cimfomfa/22.273-GCCcore-12.3.0": { + "License": "GPL-3.0", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/micans/cimfomfa/raw/main/LICENSE" + }, + "colorize/0.7.7-GCC-12.3.0": { + "License": "gpl-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fazibear%2Fcolorize" + }, + "cooler/0.10.2-foss-2023b": { + "License": "bsd-3-clause", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open2c%2Fcooler" + }, + "cpio/2.15-GCCcore-12.3.0": { + "License": "GPL-2.0", + "Permission to redistribute": true, + "Retrieved from": " https://ftp.gnu.org/gnu/cpio/" + }, + "cppy/1.2.1-GCCcore-13.2.0": { + "License": "bsd-3-clause", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nucleic%2Fcppy" + }, + "crb-blast/0.6.9-GCC-12.3.0": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://rubygems.org/gems/crb-blast/versions/0.6.9" + }, + "cryptography/41.0.5-GCCcore-13.2.0": { + "License": "Apache-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pyca/cryptography" + }, + "dask/2023.9.2-foss-2023a": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://dask.org/" + }, + "dill/0.3.8-GCCcore-13.2.0": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/dill/" + }, + "dlb/3.4-gompi-2023b": { + "License": "lgpl-3.0", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsc-pm%2Fdlb" + }, + "double-conversion/3.3.0-GCCcore-13.2.0": { + "License": "bsd-3-clause", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fdouble-conversion" + }, + "ecBuild/3.8.0": { + "License": "mit", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/readthedocs%2Fsphinx_rtd_theme" + }, + "ecCodes/2.31.0-gompi-2023b": { + "License": "apache-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://confluence.ecmwf.int/display/ECC/License" + }, + "elfutils/0.190-GCCcore-13.2.0": { + "License": "GPL-3.0", + "Permission to redistribute": true, + "Retrieved from": "https://sourceware.org/elfutils/" + }, + "elfx86exts/0.6.2-GCC-12.3.0": { + "License": "mit", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkgw%2Felfx86exts" + }, + "expat/2.5.0-GCCcore-13.2.0": { + "License": "mit", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libexpat%2Flibexpat" + }, + "expecttest/0.1.5-GCCcore-12.3.0": { + "License": "mit", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fexpecttest" + }, + "f90wrap/0.2.13-foss-2023a": { + "License": "lgpl-3.0", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jameskermode%2Ff90wrap" + }, + "fastjet/3.4.2-gompi-2023a": { + "License": "GPL-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://fastjet.fr/" + }, + "fastjet-contrib/1.053-gompi-2023a": { + "License": "GPL-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://fastjet.fr/contrib/" + }, + "fastp/0.23.4-GCC-12.3.0": { + "License": "mit", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenGene%2Ffastp" + }, + "ffnvcodec/12.1.14.0": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/FFmpeg/nv-codec-headers" + }, + "flatbuffers/23.5.26-GCCcore-12.3.0": { + "License": "apache-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fflatbuffers" + }, + "flatbuffers-python/23.5.26-GCCcore-12.3.0": { + "License": "apache-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fflatbuffers" + }, + "flit/3.9.0-GCCcore-13.2.0": { + "License": "bsd-3-clause", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pypa%2Fflit" + }, + "fontconfig/2.14.2-GCCcore-13.2.0": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://www.freedesktop.org/wiki/Software/fontconfig/" + }, + "foss/2023b": { + "License": "Various", + "Permission to redistribute": true, + "Retrieved from": "https://easybuild.io/" + }, + "freeglut/3.4.0-GCCcore-12.3.0": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "http://freeglut.sourceforge.net/" + }, + "freetype/2.13.2-GCCcore-13.2.0": { + "License": "GPL-3.0", + "Permission to redistribute": true, + "Retrieved from": "https://www.freetype.org/license.html" + }, + "geopandas/0.14.2-foss-2023a": { + "License": "bsd-3-clause", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geopandas%2Fgeopandas" + }, + "gfbf/2023b": { + "License": "Various", + "Permission to redistribute": true, + "Retrieved from": "https://easybuild.io/" + }, + "giflib/5.2.1-GCCcore-13.2.0": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://giflib.sourceforge.net/" + }, + "git/2.42.0-GCCcore-13.2.0": { + "License": "GPL-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://git-scm.com/" + }, + "gmpy2/2.1.5-GCC-13.2.0": { + "License": "lgpl-3.0", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aleaxit%2Fgmpy" + }, + "gmsh/4.12.2-foss-2023a": { + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://gmsh.info/" + }, + "gnuplot/5.4.8-GCCcore-12.3.0": { + "License": "GPL-3.0", + "Permission to redistribute": true, + "Retrieved from": "http://www.gnuplot.info/" + }, + "gompi/2023b": { + "License": "Various", + "Permission to redistribute": true, + "Retrieved from": "https://easybuild.io/" + }, + "googletest/1.14.0-GCCcore-13.2.0": { + "License": "bsd-3-clause", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgoogletest" + }, + "graphite2/1.3.14-GCCcore-13.2.0": { + "License": "LGPL-2.1", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/silnrsi/graphite" + }, + "groff/1.22.4-GCCcore-12.3.0": { + "License": "GPL-3.0", + "Permission to redistribute": true, + "Retrieved from": "https://layers.openembedded.org/layerindex/recipe/150214/" + }, + "grpcio/1.57.0-GCCcore-12.3.0": { + "License": "Apache-2.0, BSD-3-Clause, MIT", + "Permission to redistribute": true, + "Retrieved from": "https://grpc.io/" + }, + "gtk-doc/1.34.0-GCCcore-12.3.0": { + "License": "gfdl-1.1", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/gitlab.gnome.org/repositories/GNOME%2Fgtk-doc" + }, + "gzip/1.13-GCCcore-13.2.0": { + "License": "GPL-3.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://www.gnu.org/software/gzip/" + }, + "h5netcdf/1.2.0-foss-2023a": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/h5netcdf/h5netcdf" + }, + "h5py/3.11.0-foss-2023b": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/h5py/h5py" + }, + "hatch-jupyter-builder/0.9.1-GCCcore-12.3.0": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jupyterlab/hatch-jupyter-builder" + }, + "hatchling/1.18.0-GCCcore-13.2.0": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pypa/hatch" + }, + "hic-straw/1.3.1-foss-2023b": { + "License": "mit", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aidenlab%2Fstraw" + }, + "hiredis/1.2.0-GCCcore-12.3.0": { + "License": "bsd-3-clause", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redis%2Fhiredis" + }, + "hwloc/2.9.2-GCCcore-13.2.0": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://www.open-mpi.org/projects/hwloc/license.php" + }, + "hypothesis/6.90.0-GCCcore-13.2.0": { + "License": "MPL-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/HypothesisWorks/hypothesis" + }, + "ipympl/0.9.3-gfbf-2023a": { + "License": "bsd-3-clause", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matplotlib%2Fipympl" + }, + "jbigkit/2.1-GCCcore-13.2.0": { + "License": "GPL-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://www.cl.cam.ac.uk/~mgk25/jbigkit/" + }, + "jedi/0.19.1-GCCcore-13.2.0": { + "License": "mit", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/davidhalter/jedi/raw/master/LICENSE.txt" + }, + "jemalloc/5.3.0-GCCcore-12.3.0": { + "License": "BSD-2-Clause", + "Permission to redistribute": true, + "Retrieved from": "http://jemalloc.net" + }, + "jq/1.6-GCCcore-12.2.0": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/stedolan/jq" + }, + "json-c/0.17-GCCcore-13.2.0": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/json-c/json-c" + }, + "jupyter-server/2.7.2-GCCcore-12.3.0": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jupyter-server/jupyter_server" + }, + "kim-api/2.3.0-GCC-13.2.0": { + "License": "LGPL-2.1", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/openkim/kim-api" + }, + "libGLU/9.0.3-GCCcore-13.2.0": { + "License": "mit", + "Permission to redistribute": true, + "Retrieved from": "https://docs.mesa3d.org/license.html" + }, + "libaec/1.0.6-GCCcore-13.2.0": { + "License": "bsd-2-clause", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/gitlab.dkrz.de/repositories/k202009%2Flibaec" + }, + "libaio/0.3.113-GCCcore-12.3.0": { + "License": "LGPL-2.1-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://pagure.io/libaio" + }, + "libarchive/3.7.2-GCCcore-13.2.0": { + "License": "BSD-2-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/libarchive/libarchive" + }, + "libcerf/2.3-GCCcore-12.3.0": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://jugit.fz-juelich.de/mlz/libcerf" + }, + "libcint/5.4.0-gfbf-2023a": { + "License": "apache-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunqm%2Flibcint" + }, + "libdeflate/1.19-GCCcore-13.2.0": { + "License": "mit", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebiggers%2Flibdeflate" + }, + "libdrm/2.4.117-GCCcore-13.2.0": { + "License": "Other", + "Permission to redistribute": true, + "Retrieved from": "https://dri.freedesktop.org/libdrm/" + }, + "libdwarf/0.9.2-GCCcore-13.2.0": { + "License": "LGPL-2.1-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://www.prevanders.net/dwarf.html" + }, + "libepoxy/1.5.10-GCCcore-13.2.0": { + "License": "mit", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/anholt/libepoxy/raw/master/COPYING" + }, + "libevent/2.1.12-GCCcore-13.2.0": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://libevent.org/" + }, + "libfabric/1.19.0-GCCcore-13.2.0": { + "License": "GPL-3.0", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ofiwg/libfabric/raw/main/COPYING" + }, + "libffi/3.4.4-GCCcore-13.2.0": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://sourceware.org/libffi/" + }, + "libgcrypt/1.10.3-GCCcore-12.3.0": { + "License": "cc-by-4.0", + "Permission to redistribute": true, + "Retrieved from": "https://creativecommons.org/licenses/by-sa/3.0/" + }, + "libgd/2.3.3-GCCcore-12.3.0": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/libgd/libgd" + }, + "libgeotiff/1.7.3-GCCcore-13.2.0": { + "License": "gfdl-1.3", + "Permission to redistribute": true, + "Retrieved from": "http://static.fsf.org/nosvn/directory/fdl-1.3-standalone.html" + }, + "libgit2/1.7.2-GCCcore-13.2.0": { + "License": "GPL-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/libgit2/libgit2" + }, + "libglvnd/1.7.0-GCCcore-13.2.0": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/NVIDIA/libglvnd" + }, + "libgpg-error/1.48-GCCcore-12.3.0": { + "License": "cc-by-4.0", + "Permission to redistribute": true, + "Retrieved from": "https://creativecommons.org/licenses/by-sa/3.0/" + }, + "libiconv/1.17-GCCcore-13.2.0": { + "License": "GPL-3.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://www.gnu.org/software/libiconv" + }, + "libidn2/2.3.7-GCCcore-12.3.0": { + "License": "GPL-3.0", + "Permission to redistribute": true, + "Retrieved from": "http://www.gnu.org/licenses/licenses.html" + }, + "libjpeg-turbo/3.0.1-GCCcore-13.2.0": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/libjpeg-turbo/libjpeg-turbo" + }, + "libogg/1.3.5-GCCcore-13.2.0": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://xiph.org/ogg/" + }, + "libopus/1.5.2-GCCcore-13.2.0": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://www.opus-codec.org/" + }, + "libpciaccess/0.17-GCCcore-13.2.0": { + "License": "Other", + "Permission to redistribute": true, + "Retrieved from": "https://gitlab.freedesktop.org/xorg/lib/libpciaccess/-/raw/master/COPYING?ref_type=heads" + }, + "libpng/1.6.40-GCCcore-13.2.0": { + "License": "Libpng", + "Permission to redistribute": true, + "Retrieved from": "http://www.libpng.org/pub/png/libpng.html" + }, + "librosa/0.10.1-foss-2023a": { + "License": "ISC", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/librosa/librosa" + }, + "libsndfile/1.2.2-GCCcore-13.2.0": { + "License": "LGPL-2.0+", + "Permission to redistribute": true, + "Retrieved from": "http://www.mega-nerd.com/libsndfile" + }, + "libsodium/1.0.19-GCCcore-13.2.0": { + "License": "isc", + "Permission to redistribute": true, + "Retrieved from": "https://doc.libsodium.org/#license" + }, + "libspatialindex/1.9.3-GCCcore-13.2.0": { + "License": "mit", + "Permission to redistribute": true, + "Retrieved from": "https://libspatialindex.org#license-mit" + }, + "libtirpc/1.3.4-GCCcore-13.2.0": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://sourceforge.net/projects/libtirpc/" + }, + "libunwind/1.6.2-GCCcore-13.2.0": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://www.nongnu.org/libunwind/" + }, + "libvorbis/1.3.7-GCCcore-13.2.0": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://xiph.org/vorbis/" + }, + "libvori/220621-GCCcore-12.3.0": { + "License": "LGPL-3.0", + "Permission to redistribute": true, + "Retrieved from": "https://brehm-research.de/libvori.php" + }, + "libwebp/1.3.2-GCCcore-13.2.0": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://developers.google.com/speed/webp/" + }, + "libxc/6.2.2-GCC-12.3.0": { + "License": "LGPL-3.0", + "Permission to redistribute": true, + "Retrieved from": "https://gitlab.com/libxc/libxc" + }, + "libxml2/2.11.5-GCCcore-13.2.0": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://gitlab.gnome.org/GNOME/libxml2" + }, + "libxml2-python/2.11.4-GCCcore-12.3.0": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://gitlab.gnome.org/GNOME/libxml2" + }, + "libxslt/1.1.38-GCCcore-13.2.0": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://gitlab.gnome.org/GNOME/libxslt" + }, + "libxsmm/1.17-GCC-12.3.0": { + "License": "bsd-3-clause", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libxsmm%2Flibxsmm" + }, + "libyaml/0.2.5-GCCcore-13.2.0": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pyyaml.org/wiki/LibYAML" + }, + "lpsolve/5.5.2.11-GCC-12.2.0": { + "License": "LGPL-2.1", + "Permission to redistribute": true, + "Retrieved from": "https://sourceforge.net/projects/lpsolve/" + }, + "lxml/4.9.3-GCCcore-13.2.0": { + "License": "BSD-3-Clause, ZPL-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://lxml.de/" + }, + "lz4/1.9.4-GCCcore-13.2.0": { + "License": "BSD-2-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/lz4/lz4" + }, + "make/4.4.1-GCCcore-13.2.0": { + "License": "GPL-3.0", + "Permission to redistribute": true, + "Retrieved from": "https://www.gnu.org/licenses/licenses.html" + }, + "mallard-ducktype/1.0.2-GCCcore-12.3.0": { + "License": "mit", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/projectmallard%2Fmallard-ducktype" + }, + "matplotlib/3.8.2-gfbf-2023b": { + "License": "Python-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://matplotlib.org" + }, + "maturin/1.5.0-GCCcore-13.2.0-Rust-1.76.0": { + "License": "apache-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyO3%2Fmaturin" + }, + "meson-python/0.15.0-GCCcore-13.2.0": { + "License": "mit", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mesonbuild%2Fmeson-python" + }, + "mpi4py/3.1.5-gompi-2023b": { + "License": "bsd-3-clause", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mpi4py%2Fmpi4py" + }, + "mpl-ascii/0.10.0-gfbf-2023a": { + "License": "mit", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chriscave%2Fmpl_ascii" + }, + "multiprocess/0.70.16-gfbf-2023b": { + "License": "other", + "Permission to redistribute": true, + "Retrieved from": "https://raw.githubusercontent.com/uqfoundation/multiprocess/refs/heads/master/COPYING" + }, + "ncbi-vdb/3.0.10-gompi-2023a": { + "License": "Public Domain", + "Permission to redistribute": true, + "Retrieved from": "https://raw.githubusercontent.com/ncbi/ncbi-vdb/refs/heads/master/LICENSE" + }, + "ncdu/1.18-GCC-12.3.0": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://dev.yorhel.nl/ncdu" + }, + "netCDF/4.9.2-gompi-2023b": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://www.unidata.ucar.edu/software/netcdf/" + }, + "netCDF-Fortran/4.6.1-gompi-2023a": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://www.unidata.ucar.edu/software/netcdf/" + }, + "netcdf4-python/1.6.4-foss-2023a": { + "License": "mit", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Unidata%2Fnetcdf4-python" + }, + "nettle/3.9.1-GCCcore-13.2.0": { + "License": "LGPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://www.lysator.liu.se/~nisse/nettle/" + }, + "networkx/3.2.1-gfbf-2023b": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://raw.githubusercontent.com/networkx/networkx/refs/heads/main/LICENSE.txt" + }, + "nlohmann_json/3.11.3-GCCcore-13.2.0": { + "License": "mit", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nlohmann%2Fjson" + }, + "nodejs/20.9.0-GCCcore-13.2.0": { + "License": "artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/nodejs/node/raw/main/LICENSE" + }, + "nsync/1.26.0-GCCcore-12.3.0": { + "License": "apache-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fnsync" + }, + "numactl/2.0.16-GCCcore-13.2.0": { + "License": "gpl-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numactl%2Fnumactl" + }, + "numba/0.58.1-foss-2023a": { + "License": "BSD-2-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/numba/numba" + }, + "occt/7.8.0-GCCcore-12.3.0": { + "License": "lgpl-2.1", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Open-Cascade-SAS%2FOCCT" + }, + "orjson/3.9.15-GCCcore-12.3.0": { + "License": "apache-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ijl%2Forjson" + }, + "parallel/20230722-GCCcore-12.2.0": { + "License": "GPL-3.0", + "Permission to redistribute": true, + "Retrieved from": "https://savannah.gnu.org/projects/parallel/" + }, + "patchelf/0.18.0-GCCcore-13.2.0": { + "License": "gpl-3.0", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NixOS%2Fpatchelf" + }, + "pixman/0.42.2-GCCcore-13.2.0": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://gitlab.freedesktop.org/pixman/pixman" + }, + "pkgconf/2.0.3-GCCcore-13.2.0": { + "License": "ISC", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pkgconf/pkgconf" + }, + "pkgconfig/1.5.5-GCCcore-12.3.0-python": { + "License": "mit", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matze%2Fpkgconfig" + }, + "poetry/1.6.1-GCCcore-13.2.0": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://python-poetry.org" + }, + "protobuf/24.0-GCCcore-12.3.0": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/protocolbuffers/protobuf" + }, + "protobuf-python/4.24.0-GCCcore-12.3.0": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/protocolbuffers/protobuf" + }, + "psycopg2/2.9.9-GCCcore-12.3.0": { + "License": "LGPL-3.0", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/psycopg/psycopg2" + }, + "pyMBE/0.8.0-foss-2023b": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pyMBE-dev/pyMBE" + }, + "pybind11/2.11.1-GCCcore-13.2.0": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pybind/pybind11" + }, + "pydantic/2.7.4-GCCcore-13.2.0": { + "License": "mit", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pydantic%2Fpydantic" + }, + "pyfaidx/0.8.1.1-GCCcore-13.2.0": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mdshw5/pyfaidx" + }, + "pyproj/3.6.0-GCCcore-12.3.0": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pyproj4/pyproj" + }, + "pystencils/1.3.4-gfbf-2023b": { + "License": "mit", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/readthedocs%2Fsphinx_rtd_theme" + }, + "pytest-flakefinder/1.1.0-GCCcore-12.3.0": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dropbox/pytest-flakefinder" + }, + "pytest-rerunfailures/12.0-GCCcore-12.3.0": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pytest-dev/pytest-rerunfailures" + }, + "pytest-shard/0.1.2-GCCcore-12.3.0": { + "License": "mit", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdamGleave%2Fpytest-shard" + }, + "python-casacore/3.5.2-foss-2023b": { + "License": "lgpl-3.0", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/casacore%2Fpython-casacore" + }, + "python-isal/1.1.0-GCCcore-12.3.0": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pycompression/python-isal" + }, + "python-xxhash/3.4.1-GCCcore-12.3.0": { + "License": "bsd-2-clause", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ifduyue%2Fpython-xxhash" + }, + "re2c/3.1-GCCcore-13.2.0": { + "License": "Public Domain", + "Permission to redistribute": true, + "Retrieved from": "https://re2c.org" + }, + "rpy2/3.5.15-foss-2023a": { + "License": "GPL-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rpy2/rpy2" + }, + "scikit-build/0.17.6-GCCcore-13.2.0": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/scikit-build/scikit-build" + }, + "scikit-build-core/0.9.3-GCCcore-13.2.0": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/scikit-build/scikit-build-core" + }, + "scikit-learn/1.4.0-gfbf-2023b": { + "License": "bsd-3-clause", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scikit-learn%2Fscikit-learn" + }, + "setuptools/64.0.3-GCCcore-12.2.0": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/setuptools" + }, + "setuptools-rust/1.8.0-GCCcore-13.2.0": { + "License": "mit", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyO3%2Fsetuptools-rust" + }, + "siscone/3.0.6-GCCcore-12.3.0": { + "License": "agpl-1.0", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/gitlab.com/repositories/fastjet%2Fsiscone" + }, + "snakemake/8.4.2-foss-2023a": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/snakemake/snakemake" + }, + "snappy/1.1.10-GCCcore-13.2.0": { + "License": "mit", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/google/snappy/raw/main/COPYING" + }, + "spglib-python/2.0.2-gfbf-2022b": { + "License": "mit", + "Permission to redistribute": true, + "Retrieved from": "https://spdx.github.io/spdx-spec/v2-draft/SPDX-license-expressions/" + }, + "statsmodels/0.14.1-gfbf-2023b": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://www.statsmodels.org/" + }, + "sympy/1.12-gfbf-2023b": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/sympy/sympy" + }, + "tbb/2021.13.0-GCCcore-13.2.0": { + "License": "apache-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uxlfoundation%2FoneTBB" + }, + "tcsh/6.24.07-GCCcore-12.2.0": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://www.tcsh.org" + }, + "time/1.9-GCCcore-12.2.0": { + "License": "GPL-3.0-only", + "Permission to redistribute": true, + "Retrieved from": "https://www.gnu.org/software/time/" + }, + "tmux/3.3a-GCCcore-12.3.0": { + "License": "isc", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tmux/tmux/raw/master/COPYING" + }, + "tornado/6.3.2-GCCcore-12.3.0": { + "License": "apache-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tornadoweb%2Ftornado" + }, + "tqdm/4.66.2-GCCcore-13.2.0": { + "License": "mit", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tqdm/tqdm/raw/master/LICENCE" + }, + "typing-extensions/4.10.0-GCCcore-13.2.0": { + "License": "GPL-3.0", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/python/typing_extensions/raw/main/LICENSE" + }, + "unixODBC/2.3.12-GCCcore-12.3.0": { + "License": "LGPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://www.unixodbc.org/" + }, + "utf8proc/2.9.0-GCCcore-13.2.0": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/JuliaStrings/utf8proc" + }, + "virtualenv/20.24.6-GCCcore-13.2.0": { + "License": "mit", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pypa%2Fvirtualenv" + }, + "waLBerla/6.1-foss-2023a": { + "License": "GPL-3.0", + "Permission to redistribute": true, + "Retrieved from": "https://www.walberla.net/" + }, + "wget/1.24.5-GCCcore-12.3.0": { + "License": "GPL-3.0", + "Permission to redistribute": true, + "Retrieved from": "https://www.gnu.org/licenses/licenses.html" + }, + "wradlib/2.0.3-foss-2023a": { + "License": "mit", + "Permission to redistribute": true, + "Retrieved from": "https://docs.wradlib.org/#license" + }, + "wrapt/1.15.0-gfbf-2023a": { + "License": "BSD-2-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/GrahamDumpleton/wrapt" + }, + "wxWidgets/3.2.6-GCC-13.2.0": { + "License": "GPL-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://raw.githubusercontent.com/wxWidgets/wxWidgets/refs/heads/master/docs/licence.txt" + }, + "x264/20231019-GCCcore-13.2.0": { + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://www.videolan.org/developers/x264.html" + }, + "x265/3.5-GCCcore-13.2.0": { + "License": "GPL-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://www.x265.org/" + }, + "xarray/2023.9.0-gfbf-2023a": { + "License": "apache-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pydata%2Fxarray" + }, + "xorg-macros/1.20.0-GCCcore-13.2.0": { + "License": "mit", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/gitlab.freedesktop.org/repositories/xorg%2Futil%2Fmacros" + }, + "xprop/1.2.6-GCCcore-12.3.0": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://www.x.org/wiki/" + }, + "xxHash/0.8.2-GCCcore-12.3.0": { + "License": "BSD-2-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://raw.githubusercontent.com/Cyan4973/xxHash/refs/heads/dev/LICENSE" + }, + "xxd/9.1.0307-GCCcore-13.2.0": { + "License": "vim", + "Permission to redistribute": true, + "Retrieved from": "https://www.vim.org" + }, + "yell/2.2.2-GCC-12.3.0": { + "License": "mit", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rudionrails%2Fyell" + }, + "yelp-tools/42.1-GCCcore-12.3.0": { + "License": "gpl-2.0+", + "Permission to redistribute": true, + "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/gitlab.gnome.org/repositories/GNOME%2Fyelp-tools" + }, + "yelp-xsl/42.1-GCCcore-12.3.0": { + "License": "LGPL-2.1-only", + "Permission to redistribute": true, + "Retrieved from": "https://gitlab.gnome.org/GNOME/yelp-xsl/-/raw/master/COPYING" + }, + "zstd/1.5.5-GCCcore-13.2.0": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/facebook/zstd/blob/dev/LICENSE" } } diff --git a/licenses/update_licenses.py b/licenses/update_licenses.py new file mode 100644 index 0000000000..c465e42d9d --- /dev/null +++ b/licenses/update_licenses.py @@ -0,0 +1,179 @@ +import requests +import argparse +import json +import os +import re +from datetime import datetime + +url_repo = "https://repos.ecosyste.ms/api/v1/hosts" +url_reg = "https://packages.ecosyste.ms/api/v1/registries" + +def ecosystems_list(url): + r = requests.get(url) + if r.status_code != 200: + return "not found", None, None + data = r.json() + listing = [] + for reg in data: + listing.append(reg["name"]) + return(listing) + +def validate_repo_format(value): + # Validates the input format :/ and ensures the hostname is allowed. + pattern = r'^([^:]+):(?:(\w+)/)?([^/]+)/(.+)$' + match = re.match(pattern, value) + + if not match: + raise argparse.ArgumentTypeError( + f"Invalid format. Use :/ or or ://.") + + hostname, group, user, repo = match.groups() + + if hostname not in ecosystems_list(url_repo): + raise argparse.ArgumentTypeError( + f"Invalid hostname '{hostname}'. Check '--repo help'" + ) + + return value # Return the validated string + +def parse_arguments(): + + # Positional arguments + parser = argparse.ArgumentParser(description='Script to ingest licenses') + parser.add_argument('project', nargs='+', help='List of project name') + parser.add_argument( + '--manual', help='Manually provided license', required=False) + parser.add_argument( + '--spdx', help='SPDX identifier for the license', required=False) + + # Now the complicated ones + group = parser.add_mutually_exclusive_group() + group.add_argument('--registry', help='Origin registry. Use "--registry help" to see all available options', metavar='REGISTRY', choices=ecosystems_list(url_reg)) + group.add_argument('--repo', help='Origin repository. Format: :/. All available hosts shown with "--repo help"', metavar='REPOSITORY', type=validate_repo_format) + + args = parser.parse_args() + return args + +# Retrieve license from ecosyste.ms package API +def ecosystems_packages(registry, package): + print("available registries: ") + ecosystems_registries() + url = "https://packages.ecosyste.ms/api/v1/registries/{registry}/packages/{package}".format( + registry=registry, package=package + ) + print(url) + r = requests.get(url) + if r.status_code != 200: + return "not found", None, None + data = r.json() + print(data.get('licenses')) + return data.get('normalized_licenses', 'not found'), registry + +# Retrieve license from ecosyste.ms repo API +def ecosystems_repo(repository, source): +# hostname, user, repo = re.match(r'^([^:]+):([^/]+)/(.+)$', repository).groups() + hostname, group, user, repo = re.match(r'^([^:]+):(?:(\w+)/)?([^/]+)/(.+)$', repository).groups() + + if group: + url = "https://repos.ecosyste.ms/api/v1/hosts/{hostname}/repositories/{group}%2F{user}%2F{repo}".format( + hostname=hostname, group=group, user=user, repo=repo) + else: + url = "https://repos.ecosyste.ms/api/v1/hosts/{hostname}/repositories/{user}%2F{repo}".format( + hostname=hostname, user=user, repo=repo) + print(url) + r = requests.get(url) + if r.status_code != 200: + return "not found", None, None + data = r.json() + return data.get('license', 'not found') + +# Main license retrieval function +def go_fetch(args): + if args.registry: + lic, source = ecosystems_packages(args.registry, args.project) + elif args.repo: + lic = ecosystems_repo(args.repo, args.project) + else: + lic, source, url = "not found", None, None + spdx_id = args.spdx if args.spdx else ( + lic if lic and lic != "not found" else None) + + info = { + "license": lic, +# "source": source, + "retrieved_at": datetime.now().isoformat(), + } + return info + + +def update_json(licenses, project, info): + if project in licenses: + if 'history' not in licenses[project]: + licenses[project]['history'] = [] + licenses[project]['history'].append(info) + licenses[project]['current'] = info + print('Updated license for project {project}'.format(project=project)) + else: + licenses[project] = { + "current": info, + "history": [info], + } + print('Added new license for project {project}'.format( + project=project)) + + lic_json = json.dumps(licenses, indent=4) + with open('licenses.json', 'w') as lic_file: + lic_file.write(lic_json) + + return licenses + +# Create patch output + + +def generate_patch(licenses): + patch = json.dumps(licenses, indent=4) + return patch + +# Function to save patch to a file + + +def save_patch(patch_content, filename="license_update.patch"): + with open(filename, 'w') as patch_file: + patch_file.write(patch_content) + print("Patch saved to {filename}".format(filename=filename)) + + +def main(): + args = parse_arguments() + + if os.path.exists('licenses.json'): + with open('licenses.json', 'r') as lic_dict: + licenses = json.loads(lic_dict.read()) + else: + licenses = {} + + for project in args.project: + # add if not manual, this just for fetching the license! + if not args.manual: + # we fetchin' + info = go_fetch(args) + update_json(licenses, project, info) + else: + # we inserting it manually + info = { + "license": args.spdx, + "retrieved_at": datetime.now().isoformat(), + } + + + patch = generate_patch(licenses) + save_patch(patch) + + with open('licenses.json', 'w') as lic_file: + lic_file.write(patch) + + print("Patch output:\n{patch}".format(patch=patch)) + + +if __name__ == "__main__": + main() From 81e4441e28c4978d6c6d7cb3dd5d2c17b9d93bee Mon Sep 17 00:00:00 2001 From: torri Date: Wed, 9 Apr 2025 11:57:01 +0200 Subject: [PATCH 02/30] testing an idea --- .github/workflows/check_licenses.yml | 17 +++++++++++++---- .../2023.06/eessi-2023.06-eb-4.9.4-2023b.yml | 4 ++++ 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check_licenses.yml b/.github/workflows/check_licenses.yml index dac5a2f407..33c92ddd6c 100644 --- a/.github/workflows/check_licenses.yml +++ b/.github/workflows/check_licenses.yml @@ -24,9 +24,18 @@ jobs: with: python-version: '3.9' - - name: Check if an EasyStack has been modified - id: diff + - name: If an EasyStack has been modified, create a mini EasyStack file to parse run: | git fetch origin ${{ github.base_ref }} - echo "🔍 Files changed between PR and base branch:" - git diff --name-only origin/${{ github.base_ref }} HEAD | grep ".yml" + FILES=$(git diff --name-only origin/${{ github.base_ref }} HEAD | grep "eessi-*.yml" ) + echo "Easystacks between PR and base branch:" + echo $FILES + for FILE in "${FILES[@]}"; do + echo "Diff for $FILE:" + git diff origin/${{ github.base_ref }} HEAD -- "$FILE" >> new.${FILE} + done + + - name: Parse this EasyStack + run: | + cat new.* + diff --git a/easystacks/software.eessi.io/2023.06/eessi-2023.06-eb-4.9.4-2023b.yml b/easystacks/software.eessi.io/2023.06/eessi-2023.06-eb-4.9.4-2023b.yml index 18620a57e0..678c46b38b 100644 --- a/easystacks/software.eessi.io/2023.06/eessi-2023.06-eb-4.9.4-2023b.yml +++ b/easystacks/software.eessi.io/2023.06/eessi-2023.06-eb-4.9.4-2023b.yml @@ -45,3 +45,7 @@ easyconfigs: options: # see https://github.com/easybuilders/easybuild-easyconfigs/pull/22469 from-commit: fc22841fef99cbb2a221c18029b15e692e78c27c + - Scalasca-2.6.1-gompi-2023b.eb: + options: + # see https://github.com/easybuilders/easybuild-easyconfigs/pull/21135 + from-commit: 42baaa17c667c5ebde39eca004cc2c8ffb7050a1 From 076a601d10ee420dd69f5728f8eff3533934a062 Mon Sep 17 00:00:00 2001 From: torri Date: Wed, 9 Apr 2025 17:20:00 +0200 Subject: [PATCH 03/30] missing delimiter --- licenses/licenses.json | 1 + 1 file changed, 1 insertion(+) diff --git a/licenses/licenses.json b/licenses/licenses.json index 6af78e63bf..8643b292b6 100644 --- a/licenses/licenses.json +++ b/licenses/licenses.json @@ -253,6 +253,7 @@ "License": "BSD-3-Clause", "Permission to redistribute": true, "Retrieved from": "https://github.com/jeetsukumaran/DendroPy" + }, "Doxygen/1.9.8-GCCcore-13.2.0": { "License": "GPL-2.0-or-later", "Permission to redistribute": true, From ca1b30eacd5518ba768e329101ca53a577d1f1a1 Mon Sep 17 00:00:00 2001 From: torri Date: Wed, 9 Apr 2025 17:24:56 +0200 Subject: [PATCH 04/30] cleaned json to pass the check --- licenses/licenses.json | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/licenses/licenses.json b/licenses/licenses.json index 8643b292b6..11421dacc6 100644 --- a/licenses/licenses.json +++ b/licenses/licenses.json @@ -334,9 +334,8 @@ "Permission to redistribute": true, "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets%2Fflask" }, -# https://spdx.org/licenses/BSD-3-Clause-Open-MPI.html "FlexiBLAS/3.3.1-GCC-13.2.0": { - "License": "bsd-3-clause-open-mpi", + "License": "bsd-3-clause-open-mpi", "Permission to redistribute": true, "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/gitlab.mpi-magdeburg.mpg.de/repositories/software%2Fflexiblas-release" }, @@ -550,7 +549,6 @@ "Permission to redistribute": true, "Retrieved from": "http://itstool.org/" }, -# needs proper attribution "ImageMagick/7.1.1-34-GCCcore-13.2.0": { "License": "ImageMagick", "Permission to redistribute": true, @@ -581,7 +579,6 @@ "Permission to redistribute": true, "Retrieved from": "http://judy.sourceforge.net/" }, -# true with copyright notice "JupyterLab/4.0.5-GCCcore-12.3.0": { "License": "BSD-3-Clause", "Permission to redistribute": true, @@ -597,7 +594,6 @@ "Permission to redistribute": true, "Retrieved from": "https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KaHIP%2FKaMinPar" }, -# true with copyright disclaimer "KronaTools/2.8.1-GCCcore-12.3.0": { "License": "BSD-3-Clause", "Permission to redistribute": true, @@ -628,7 +624,6 @@ "Permission to redistribute": true, "Retrieved from": "https://llvm.org/" }, -# true with copyright disclaimer "LMDB/0.9.31-GCCcore-12.3.0": { "License": "OpenLDAP Public Licese", "Permission to redistribute": true, @@ -904,7 +899,7 @@ "Permission to redistribute": true, "Retrieved from": "https://petsc.org/release/" }, -# doesn't specify license, need permission to redistribute +// doesn't specify license, need permission to redistribute "PGPLOT/5.2.2-GCCcore-13.2.0": { "License": "Not-Public domain", "Permission to redistribute": false, @@ -970,7 +965,7 @@ "Permission to redistribute": true, "Retrieved from": "https://github.com/uploadcare/pillow-simd" }, -# doesn't specify license +// doesn't specify license "Pint/0.24-GCCcore-13.2.0": { "License": "Other", "Permission to redistribute": true, From 34b9cd72e498b1f7537909e800fc374054d1add0 Mon Sep 17 00:00:00 2001 From: torri Date: Wed, 9 Apr 2025 17:30:00 +0200 Subject: [PATCH 05/30] now better --- licenses/licenses.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/licenses/licenses.json b/licenses/licenses.json index 11421dacc6..a59d10265c 100644 --- a/licenses/licenses.json +++ b/licenses/licenses.json @@ -899,7 +899,6 @@ "Permission to redistribute": true, "Retrieved from": "https://petsc.org/release/" }, -// doesn't specify license, need permission to redistribute "PGPLOT/5.2.2-GCCcore-13.2.0": { "License": "Not-Public domain", "Permission to redistribute": false, @@ -965,7 +964,6 @@ "Permission to redistribute": true, "Retrieved from": "https://github.com/uploadcare/pillow-simd" }, -// doesn't specify license "Pint/0.24-GCCcore-13.2.0": { "License": "Other", "Permission to redistribute": true, From e6986fac09dbc545beadd0009ca69d2cdc3606f1 Mon Sep 17 00:00:00 2001 From: torri Date: Thu, 10 Apr 2025 10:30:10 +0200 Subject: [PATCH 06/30] testing --- .github/workflows/check_licenses.yml | 2 +- licenses/licenses.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check_licenses.yml b/.github/workflows/check_licenses.yml index 33c92ddd6c..0853e091eb 100644 --- a/.github/workflows/check_licenses.yml +++ b/.github/workflows/check_licenses.yml @@ -5,7 +5,7 @@ on: branches: [ "*-software.eessi.io" ] pull_request: branches: [ "*-software.eessi.io" ] - types: [opened, synchronized] + # types: [opened, synchronized] permissions: contents: read # we dont need to write diff --git a/licenses/licenses.json b/licenses/licenses.json index a59d10265c..f5faed0b16 100644 --- a/licenses/licenses.json +++ b/licenses/licenses.json @@ -2368,5 +2368,5 @@ "License": "BSD-3-Clause", "Permission to redistribute": true, "Retrieved from": "https://github.com/facebook/zstd/blob/dev/LICENSE" - } + }, } From 8d724726ae6d4e775a447a0c785a4a18573a498a Mon Sep 17 00:00:00 2001 From: torri Date: Thu, 10 Apr 2025 11:38:27 +0200 Subject: [PATCH 07/30] fixes --- .github/workflows/check_licenses.yml | 3 ++- licenses/licenses.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check_licenses.yml b/.github/workflows/check_licenses.yml index 0853e091eb..1a66ea959d 100644 --- a/.github/workflows/check_licenses.yml +++ b/.github/workflows/check_licenses.yml @@ -27,7 +27,8 @@ jobs: - name: If an EasyStack has been modified, create a mini EasyStack file to parse run: | git fetch origin ${{ github.base_ref }} - FILES=$(git diff --name-only origin/${{ github.base_ref }} HEAD | grep "eessi-*.yml" ) + # FILES=$(git diff --name-only origin/${{ github.base_ref }} HEAD | grep "eessi-*.yml" ) + git diff --name-only origin/${{ github.base_ref }} HEAD | grep "eessi-*.yml" echo "Easystacks between PR and base branch:" echo $FILES for FILE in "${FILES[@]}"; do diff --git a/licenses/licenses.json b/licenses/licenses.json index f5faed0b16..03bb56e56a 100644 --- a/licenses/licenses.json +++ b/licenses/licenses.json @@ -914,7 +914,7 @@ "Permission to redistribute": true, "Retrieved from": "https://www.dabeaz.com/ply/" }, - "PMIx/4.2.6-GCCcore-13.2.0": { "PMIx/4.2.6-GCCcore-13.2.0": { + "PMIx/4.2.6-GCCcore-13.2.0": { "License": "BSD-3-Clause", "Permission to redistribute": true, "Retrieved from": "https://github.com/openpmix/openpmix" From c09e8d23f87e62aef7c272e0b809382a38c9d3fb Mon Sep 17 00:00:00 2001 From: torri Date: Fri, 11 Apr 2025 16:30:13 +0200 Subject: [PATCH 08/30] why is git diff failing --- .github/workflows/check_licenses.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_licenses.yml b/.github/workflows/check_licenses.yml index 1a66ea959d..63cb55fecb 100644 --- a/.github/workflows/check_licenses.yml +++ b/.github/workflows/check_licenses.yml @@ -28,7 +28,7 @@ jobs: run: | git fetch origin ${{ github.base_ref }} # FILES=$(git diff --name-only origin/${{ github.base_ref }} HEAD | grep "eessi-*.yml" ) - git diff --name-only origin/${{ github.base_ref }} HEAD | grep "eessi-*.yml" + git diff --name-only origin/${{ github.base_ref }} HEAD # | grep "eessi-*.yml" echo "Easystacks between PR and base branch:" echo $FILES for FILE in "${FILES[@]}"; do From ed044c91addf9c18aecf909201eb749fb81914ac Mon Sep 17 00:00:00 2001 From: torri Date: Fri, 11 Apr 2025 16:53:04 +0200 Subject: [PATCH 09/30] spell check --- .github/workflows/check_licenses.yml | 2 +- licenses/licenses.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check_licenses.yml b/.github/workflows/check_licenses.yml index 63cb55fecb..6fada32e31 100644 --- a/.github/workflows/check_licenses.yml +++ b/.github/workflows/check_licenses.yml @@ -28,7 +28,7 @@ jobs: run: | git fetch origin ${{ github.base_ref }} # FILES=$(git diff --name-only origin/${{ github.base_ref }} HEAD | grep "eessi-*.yml" ) - git diff --name-only origin/${{ github.base_ref }} HEAD # | grep "eessi-*.yml" + git diff --name-only origin/${{ github.base_ref }} HEAD | grep "easystacks*eessi-*.yml" echo "Easystacks between PR and base branch:" echo $FILES for FILE in "${FILES[@]}"; do diff --git a/licenses/licenses.json b/licenses/licenses.json index 03bb56e56a..f62bfd2ec2 100644 --- a/licenses/licenses.json +++ b/licenses/licenses.json @@ -2368,5 +2368,5 @@ "License": "BSD-3-Clause", "Permission to redistribute": true, "Retrieved from": "https://github.com/facebook/zstd/blob/dev/LICENSE" - }, + } } From a52c3faf7aea0f3f73706697f7e4ad5176d25951 Mon Sep 17 00:00:00 2001 From: torri Date: Wed, 16 Apr 2025 15:13:38 +0200 Subject: [PATCH 10/30] first push for the extension licenses, needs refinement but good start --- licenses/extensions_licenses.json | 31922 ++++++++++++++++++++++++++++ 1 file changed, 31922 insertions(+) create mode 100644 licenses/extensions_licenses.json diff --git a/licenses/extensions_licenses.json b/licenses/extensions_licenses.json new file mode 100644 index 0000000000..1654be9001 --- /dev/null +++ b/licenses/extensions_licenses.json @@ -0,0 +1,31922 @@ +{ + "Python/3.10.8-GCCcore-12.2.0/alabaster/0.7.12": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python/3.10.8-GCCcore-12.2.0/appdirs/1.4.4": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/appdirs/json" + }, + "Python/3.10.8-GCCcore-12.2.0/asn1crypto/1.5.1": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/asn1crypto/json" + }, + "Python/3.10.8-GCCcore-12.2.0/atomicwrites/1.4.1": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/atomicwrites/json" + }, + "Python/3.10.8-GCCcore-12.2.0/attrs/22.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python/3.10.8-GCCcore-12.2.0/Babel/2.11.0": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/Babel/json" + }, + "Python/3.10.8-GCCcore-12.2.0/backports.entry-points-selectable/1.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "https://pypi.org/pypi/backports.entry-points-selectable/json" + }, + "Python/3.10.8-GCCcore-12.2.0/backports.functools_lru_cache/1.6.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "https://pypi.org/pypi/backports.functools_lru_cache/json" + }, + "Python/3.10.8-GCCcore-12.2.0/bcrypt/4.0.1": { + "License": "Apache-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/bcrypt/json" + }, + "Python/3.10.8-GCCcore-12.2.0/bitstring/3.1.9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python/3.10.8-GCCcore-12.2.0/blist/1.3.6": { + "License": "BSD", + "Permission to redistribute": false, + "Retrieved from": "https://pypi.org/pypi/blist/json" + }, + "Python/3.10.8-GCCcore-12.2.0/CacheControl/0.12.11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python/3.10.8-GCCcore-12.2.0/cachy/0.3.0": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/cachy/json" + }, + "Python/3.10.8-GCCcore-12.2.0/certifi/2022.9.24": { + "License": "MPL-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/certifi/json" + }, + "Python/3.10.8-GCCcore-12.2.0/cffi/1.15.1": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/cffi/json" + }, + "Python/3.10.8-GCCcore-12.2.0/chardet/5.0.0": { + "License": "LGPL", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/chardet/json" + }, + "Python/3.10.8-GCCcore-12.2.0/charset-normalizer/2.1.1": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/charset-normalizer/json" + }, + "Python/3.10.8-GCCcore-12.2.0/cleo/1.0.0a5": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/cleo/json" + }, + "Python/3.10.8-GCCcore-12.2.0/click/8.1.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python/3.10.8-GCCcore-12.2.0/clikit/0.6.2": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/clikit/json" + }, + "Python/3.10.8-GCCcore-12.2.0/cloudpickle/2.2.0": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/cloudpickle/json" + }, + "Python/3.10.8-GCCcore-12.2.0/colorama/0.4.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "https://pypi.org/pypi/colorama/json" + }, + "Python/3.10.8-GCCcore-12.2.0/commonmark/0.9.1": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/commonmark/json" + }, + "Python/3.10.8-GCCcore-12.2.0/crashtest/0.3.1": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/crashtest/json" + }, + "Python/3.10.8-GCCcore-12.2.0/cryptography/38.0.3": { + "License": "Apache-2.0 OR BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/cryptography/json" + }, + "Python/3.10.8-GCCcore-12.2.0/Cython/0.29.32": { + "License": "Apache-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/Cython/json" + }, + "Python/3.10.8-GCCcore-12.2.0/decorator/5.1.1": { + "License": "BSD-2-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/decorator/json" + }, + "Python/3.10.8-GCCcore-12.2.0/distlib/0.3.6": { + "License": "PSF-2.0", + "Permission to redistribute": false, + "Retrieved from": "https://pypi.org/pypi/distlib/json" + }, + "Python/3.10.8-GCCcore-12.2.0/docopt/0.6.2": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/docopt/json" + }, + "Python/3.10.8-GCCcore-12.2.0/docutils/0.19": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python/3.10.8-GCCcore-12.2.0/doit/0.36.0": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/doit/json" + }, + "Python/3.10.8-GCCcore-12.2.0/dulwich/0.20.50": { + "License": "Apachev2 or later or GPLv2", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/dulwich/json" + }, + "Python/3.10.8-GCCcore-12.2.0/ecdsa/0.18.0": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/ecdsa/json" + }, + "Python/3.10.8-GCCcore-12.2.0/editables/0.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "https://pypi.org/pypi/editables/json" + }, + "Python/3.10.8-GCCcore-12.2.0/exceptiongroup/1.0.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python/3.10.8-GCCcore-12.2.0/execnet/1.9.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python/3.10.8-GCCcore-12.2.0/filelock/3.8.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python/3.10.8-GCCcore-12.2.0/flit/3.8.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python/3.10.8-GCCcore-12.2.0/flit_core/3.8.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python/3.10.8-GCCcore-12.2.0/flit_scm/1.7.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "https://pypi.org/pypi/flit_scm/json" + }, + "Python/3.10.8-GCCcore-12.2.0/fsspec/2022.11.0": { + "License": "BSD 3-Clause License\n \n Copyright (c) 2018, Martin Durant\n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are met:\n \n * Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n \n * Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n \n * Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\n AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\n FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/fsspec/json" + }, + "Python/3.10.8-GCCcore-12.2.0/future/0.18.2": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/future/json" + }, + "Python/3.10.8-GCCcore-12.2.0/glob2/0.7": { + "License": "BSD", + "Permission to redistribute": false, + "Retrieved from": "https://pypi.org/pypi/glob2/json" + }, + "Python/3.10.8-GCCcore-12.2.0/hatch_fancy_pypi_readme/22.8.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "https://pypi.org/pypi/hatch_fancy_pypi_readme/json" + }, + "Python/3.10.8-GCCcore-12.2.0/hatch_vcs/0.2.0": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/hatch_vcs/json" + }, + "Python/3.10.8-GCCcore-12.2.0/hatchling/1.11.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python/3.10.8-GCCcore-12.2.0/html5lib/1.1": { + "License": "MIT License", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/html5lib/json" + }, + "Python/3.10.8-GCCcore-12.2.0/idna/3.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python/3.10.8-GCCcore-12.2.0/imagesize/1.4.1": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/imagesize/json" + }, + "Python/3.10.8-GCCcore-12.2.0/importlib_metadata/5.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python/3.10.8-GCCcore-12.2.0/importlib_resources/5.10.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python/3.10.8-GCCcore-12.2.0/iniconfig/1.1.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python/3.10.8-GCCcore-12.2.0/intervaltree/3.1.0": { + "License": "Apache License, Version 2.0", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/intervaltree/json" + }, + "Python/3.10.8-GCCcore-12.2.0/intreehooks/1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "https://pypi.org/pypi/intreehooks/json" + }, + "Python/3.10.8-GCCcore-12.2.0/ipaddress/1.0.23": { + "License": "Python Software Foundation License", + "Permission to redistribute": false, + "Retrieved from": "https://pypi.org/pypi/ipaddress/json" + }, + "Python/3.10.8-GCCcore-12.2.0/jaraco.classes/3.2.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python/3.10.8-GCCcore-12.2.0/jeepney/0.8.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python/3.10.8-GCCcore-12.2.0/Jinja2/3.1.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python/3.10.8-GCCcore-12.2.0/joblib/1.2.0": { + "License": "BSD 3-Clause", + "Permission to redistribute": false, + "Retrieved from": "https://pypi.org/pypi/joblib/json" + }, + "Python/3.10.8-GCCcore-12.2.0/jsonschema/4.17.0": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/jsonschema/json" + }, + "Python/3.10.8-GCCcore-12.2.0/keyring/23.11.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python/3.10.8-GCCcore-12.2.0/keyrings.alt/4.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python/3.10.8-GCCcore-12.2.0/liac-arff/2.5.0": { + "License": "MIT License", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/liac-arff/json" + }, + "Python/3.10.8-GCCcore-12.2.0/lockfile/0.12.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "https://pypi.org/pypi/lockfile/json" + }, + "Python/3.10.8-GCCcore-12.2.0/MarkupSafe/2.1.1": { + "License": "Copyright 2010 Pallets Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/MarkupSafe/json" + }, + "Python/3.10.8-GCCcore-12.2.0/mock/4.0.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python/3.10.8-GCCcore-12.2.0/more-itertools/9.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python/3.10.8-GCCcore-12.2.0/msgpack/1.0.4": { + "License": "Apache 2.0", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/msgpack/json" + }, + "Python/3.10.8-GCCcore-12.2.0/netaddr/0.8.0": { + "License": "BSD License", + "Permission to redistribute": false, + "Retrieved from": "https://pypi.org/pypi/netaddr/json" + }, + "Python/3.10.8-GCCcore-12.2.0/netifaces/0.11.0": { + "License": "MIT License", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/netifaces/json" + }, + "Python/3.10.8-GCCcore-12.2.0/packaging/21.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python/3.10.8-GCCcore-12.2.0/paramiko/2.12.0": { + "License": "LGPL", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/paramiko/json" + }, + "Python/3.10.8-GCCcore-12.2.0/pastel/0.2.1": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/pastel/json" + }, + "Python/3.10.8-GCCcore-12.2.0/pathlib2/2.3.7.post1": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/pathlib2/json" + }, + "Python/3.10.8-GCCcore-12.2.0/pathspec/0.10.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "https://pypi.org/pypi/pathspec/json" + }, + "Python/3.10.8-GCCcore-12.2.0/pbr/5.11.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python/3.10.8-GCCcore-12.2.0/pexpect/4.8.0": { + "License": "ISC license", + "Permission to redistribute": false, + "Retrieved from": "https://pypi.org/pypi/pexpect/json" + }, + "Python/3.10.8-GCCcore-12.2.0/pip/22.3.1": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/pip/json" + }, + "Python/3.10.8-GCCcore-12.2.0/pkginfo/1.8.3": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/pkginfo/json" + }, + "Python/3.10.8-GCCcore-12.2.0/platformdirs/2.5.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python/3.10.8-GCCcore-12.2.0/pluggy/1.0.0": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/pluggy/json" + }, + "Python/3.10.8-GCCcore-12.2.0/poetry-core/1.3.2": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/poetry-core/json" + }, + "Python/3.10.8-GCCcore-12.2.0/poetry/1.2.2": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/poetry/json" + }, + "Python/3.10.8-GCCcore-12.2.0/poetry_plugin_export/1.2.0": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/poetry_plugin_export/json" + }, + "Python/3.10.8-GCCcore-12.2.0/pooch/1.6.0": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/pooch/json" + }, + "Python/3.10.8-GCCcore-12.2.0/psutil/5.9.4": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/psutil/json" + }, + "Python/3.10.8-GCCcore-12.2.0/ptyprocess/0.7.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "https://pypi.org/pypi/ptyprocess/json" + }, + "Python/3.10.8-GCCcore-12.2.0/py/1.11.0": { + "License": "MIT license", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/py/json" + }, + "Python/3.10.8-GCCcore-12.2.0/py_expression_eval/0.3.14": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/py_expression_eval/json" + }, + "Python/3.10.8-GCCcore-12.2.0/pyasn1/0.4.8": { + "License": "BSD-2-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/pyasn1/json" + }, + "Python/3.10.8-GCCcore-12.2.0/pycparser/2.21": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/pycparser/json" + }, + "Python/3.10.8-GCCcore-12.2.0/pycryptodome/3.17": { + "License": "BSD, Public Domain", + "Permission to redistribute": false, + "Retrieved from": "https://pypi.org/pypi/pycryptodome/json" + }, + "Python/3.10.8-GCCcore-12.2.0/pydevtool/0.3.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "https://pypi.org/pypi/pydevtool/json" + }, + "Python/3.10.8-GCCcore-12.2.0/Pygments/2.13.0": { + "License": "BSD-2-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/Pygments/json" + }, + "Python/3.10.8-GCCcore-12.2.0/pylev/1.4.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "https://pypi.org/pypi/pylev/json" + }, + "Python/3.10.8-GCCcore-12.2.0/PyNaCl/1.5.0": { + "License": "Apache License 2.0", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/PyNaCl/json" + }, + "Python/3.10.8-GCCcore-12.2.0/pyparsing/3.0.9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python/3.10.8-GCCcore-12.2.0/pyrsistent/0.19.2": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/pyrsistent/json" + }, + "Python/3.10.8-GCCcore-12.2.0/pytest-xdist/3.1.0": { + "License": "MIT License Copyright (c) 2010 Holger Krekel and contributors. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/pytest-xdist/json" + }, + "Python/3.10.8-GCCcore-12.2.0/pytest/7.2.0": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/pytest/json" + }, + "Python/3.10.8-GCCcore-12.2.0/python-dateutil/2.8.2": { + "License": "Dual License", + "Permission to redistribute": false, + "Retrieved from": "https://pypi.org/pypi/python-dateutil/json" + }, + "Python/3.10.8-GCCcore-12.2.0/pytoml/0.1.21": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/pytoml/json" + }, + "Python/3.10.8-GCCcore-12.2.0/pytz/2022.6": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/pytz/json" + }, + "Python/3.10.8-GCCcore-12.2.0/regex/2022.10.31": { + "License": "Apache Software License", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/regex/json" + }, + "Python/3.10.8-GCCcore-12.2.0/requests-toolbelt/0.9.1": { + "License": "Apache 2.0", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/requests-toolbelt/json" + }, + "Python/3.10.8-GCCcore-12.2.0/requests/2.28.1": { + "License": "Apache-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/requests/json" + }, + "Python/3.10.8-GCCcore-12.2.0/rich-click/1.6.0": { + "License": "MIT License\n \n Copyright (c) 2022 Phil Ewels\n \n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n \n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n \n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n SOFTWARE.", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/rich-click/json" + }, + "Python/3.10.8-GCCcore-12.2.0/rich/13.1.0": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/rich/json" + }, + "Python/3.10.8-GCCcore-12.2.0/scandir/1.10.0": { + "License": "New BSD License", + "Permission to redistribute": false, + "Retrieved from": "https://pypi.org/pypi/scandir/json" + }, + "Python/3.10.8-GCCcore-12.2.0/SecretStorage/3.3.3": { + "License": "BSD 3-Clause License", + "Permission to redistribute": false, + "Retrieved from": "https://pypi.org/pypi/SecretStorage/json" + }, + "Python/3.10.8-GCCcore-12.2.0/semantic_version/2.10.0": { + "License": "BSD", + "Permission to redistribute": false, + "Retrieved from": "https://pypi.org/pypi/semantic_version/json" + }, + "Python/3.10.8-GCCcore-12.2.0/setuptools-rust/1.5.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python/3.10.8-GCCcore-12.2.0/setuptools/63.4.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python/3.10.8-GCCcore-12.2.0/setuptools_scm/7.0.5": { + "License": "Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n \n The above copyright notice and this permission notice shall be included in\n all copies or substantial portions of the Software.\n \n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n THE SOFTWARE.", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/setuptools_scm/json" + }, + "Python/3.10.8-GCCcore-12.2.0/shellingham/1.5.0": { + "License": "ISC License", + "Permission to redistribute": false, + "Retrieved from": "https://pypi.org/pypi/shellingham/json" + }, + "Python/3.10.8-GCCcore-12.2.0/simplegeneric/0.8.1": { + "License": "ZPL 2.1", + "Permission to redistribute": false, + "Retrieved from": "https://pypi.org/pypi/simplegeneric/json" + }, + "Python/3.10.8-GCCcore-12.2.0/simplejson/3.17.6": { + "License": "MIT License", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/simplejson/json" + }, + "Python/3.10.8-GCCcore-12.2.0/six/1.16.0": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/six/json" + }, + "Python/3.10.8-GCCcore-12.2.0/snowballstemmer/2.2.0": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/snowballstemmer/json" + }, + "Python/3.10.8-GCCcore-12.2.0/sortedcontainers/2.4.0": { + "License": "Apache 2.0", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/sortedcontainers/json" + }, + "Python/3.10.8-GCCcore-12.2.0/sphinx-bootstrap-theme/0.8.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "https://pypi.org/pypi/sphinx-bootstrap-theme/json" + }, + "Python/3.10.8-GCCcore-12.2.0/Sphinx/5.3.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python/3.10.8-GCCcore-12.2.0/sphinxcontrib-applehelp/1.0.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python/3.10.8-GCCcore-12.2.0/sphinxcontrib-devhelp/1.0.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python/3.10.8-GCCcore-12.2.0/sphinxcontrib-htmlhelp/2.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python/3.10.8-GCCcore-12.2.0/sphinxcontrib-jsmath/1.0.1": { + "License": "BSD", + "Permission to redistribute": false, + "Retrieved from": "https://pypi.org/pypi/sphinxcontrib-jsmath/json" + }, + "Python/3.10.8-GCCcore-12.2.0/sphinxcontrib-qthelp/1.0.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python/3.10.8-GCCcore-12.2.0/sphinxcontrib-serializinghtml/1.1.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python/3.10.8-GCCcore-12.2.0/sphinxcontrib-websupport/1.2.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python/3.10.8-GCCcore-12.2.0/tabulate/0.9.0": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/tabulate/json" + }, + "Python/3.10.8-GCCcore-12.2.0/threadpoolctl/3.1.0": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/threadpoolctl/json" + }, + "Python/3.10.8-GCCcore-12.2.0/toml/0.10.2": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/toml/json" + }, + "Python/3.10.8-GCCcore-12.2.0/tomli/2.0.1": { + "License": "MIT License Copyright (c) 2021 Taneli Hukkinen Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/tomli/json" + }, + "Python/3.10.8-GCCcore-12.2.0/tomli_w/1.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python/3.10.8-GCCcore-12.2.0/tomlkit/0.11.6": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/tomlkit/json" + }, + "Python/3.10.8-GCCcore-12.2.0/typing_extensions/4.4.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python/3.10.8-GCCcore-12.2.0/ujson/5.5.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python/3.10.8-GCCcore-12.2.0/urllib3/1.26.12": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python/3.10.8-GCCcore-12.2.0/virtualenv/20.16.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python/3.10.8-GCCcore-12.2.0/wcwidth/0.2.5": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/wcwidth/json" + }, + "Python/3.10.8-GCCcore-12.2.0/webencodings/0.5.1": { + "License": "BSD", + "Permission to redistribute": false, + "Retrieved from": "https://pypi.org/pypi/webencodings/json" + }, + "Python/3.10.8-GCCcore-12.2.0/wheel/0.38.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python/3.10.8-GCCcore-12.2.0/xlrd/2.0.1": { + "License": "BSD", + "Permission to redistribute": false, + "Retrieved from": "https://pypi.org/pypi/xlrd/json" + }, + "Python/3.10.8-GCCcore-12.2.0/zipfile36/0.1.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "https://pypi.org/pypi/zipfile36/json" + }, + "Python/3.10.8-GCCcore-12.2.0/zipp/3.10.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python/3.11.3-GCCcore-12.3.0/flit_core/3.9.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python/3.11.3-GCCcore-12.3.0/packaging/23.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python/3.11.3-GCCcore-12.3.0/pip/23.1.2": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/pip/json" + }, + "Python/3.11.3-GCCcore-12.3.0/setuptools/67.7.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python/3.11.3-GCCcore-12.3.0/setuptools_scm/7.1.0": { + "License": "Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n \n The above copyright notice and this permission notice shall be included in\n all copies or substantial portions of the Software.\n \n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n THE SOFTWARE.", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/setuptools_scm/json" + }, + "Python/3.11.3-GCCcore-12.3.0/tomli/2.0.1": { + "License": "MIT License Copyright (c) 2021 Taneli Hukkinen Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/tomli/json" + }, + "Python/3.11.3-GCCcore-12.3.0/typing_extensions/4.6.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python/3.11.3-GCCcore-12.3.0/wheel/0.40.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python/3.11.5-GCCcore-13.2.0/flit_core/3.9.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python/3.11.5-GCCcore-13.2.0/packaging/23.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python/3.11.5-GCCcore-13.2.0/pip/23.2.1": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/pip/json" + }, + "Python/3.11.5-GCCcore-13.2.0/setuptools-scm/8.0.4": { + "License": "Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n \n The above copyright notice and this permission notice shall be included in\n all copies or substantial portions of the Software.\n \n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n THE SOFTWARE.", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/setuptools-scm/json" + }, + "Python/3.11.5-GCCcore-13.2.0/setuptools/68.2.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python/3.11.5-GCCcore-13.2.0/tomli/2.0.1": { + "License": "MIT License Copyright (c) 2021 Taneli Hukkinen Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/tomli/json" + }, + "Python/3.11.5-GCCcore-13.2.0/typing_extensions/4.8.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python/3.11.5-GCCcore-13.2.0/wheel/0.41.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.1-GCCcore-12.3.0/Carp/1.50": { + "License": "perl_5", + "Permission to redistribute": false, + "Retrieved from": "https://fastapi.metacpan.org/v1/release/Carp" + }, + "Perl/5.36.1-GCCcore-12.3.0/constant/1.33": { + "License": "perl_5", + "Permission to redistribute": false, + "Retrieved from": "https://fastapi.metacpan.org/v1/release/constant" + }, + "Perl/5.36.1-GCCcore-12.3.0/Data::Dumper/2.183": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.1-GCCcore-12.3.0/Exporter/5.77": { + "License": "perl_5", + "Permission to redistribute": false, + "Retrieved from": "https://fastapi.metacpan.org/v1/release/Exporter" + }, + "Perl/5.36.1-GCCcore-12.3.0/File::Path/2.18": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.1-GCCcore-12.3.0/File::Spec/3.75": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.1-GCCcore-12.3.0/Getopt::Long/2.54": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.1-GCCcore-12.3.0/IO::File/1.51": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.1-GCCcore-12.3.0/Text::ParseWords/3.31": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.1-GCCcore-12.3.0/Thread::Queue/3.13": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.1-GCCcore-12.3.0/threads/2.21": { + "License": "perl_5", + "Permission to redistribute": false, + "Retrieved from": "https://fastapi.metacpan.org/v1/release/threads" + }, + "Perl/5.36.0-GCCcore-12.2.0/Algorithm::Dependency/1.112": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Algorithm::Diff/1.201": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/aliased/0.34": { + "License": "perl_5", + "Permission to redistribute": false, + "Retrieved from": "https://fastapi.metacpan.org/v1/release/aliased" + }, + "Perl/5.36.0-GCCcore-12.2.0/AnyEvent/7.17": { + "License": "unknown", + "Permission to redistribute": false, + "Retrieved from": "https://fastapi.metacpan.org/v1/release/AnyEvent" + }, + "Perl/5.36.0-GCCcore-12.2.0/App::Cmd/0.334": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/App::cpanminus/1.7046": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/AppConfig/1.71": { + "License": "perl_5", + "Permission to redistribute": false, + "Retrieved from": "https://fastapi.metacpan.org/v1/release/AppConfig" + }, + "Perl/5.36.0-GCCcore-12.2.0/Archive::Extract/0.88": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Array::Transpose/0.06": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Array::Utils/0.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Authen::NTLM/1.09": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Authen::SASL/2.16": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/AutoLoader/5.74": { + "License": "perl_5", + "Permission to redistribute": false, + "Retrieved from": "https://fastapi.metacpan.org/v1/release/AutoLoader" + }, + "Perl/5.36.0-GCCcore-12.2.0/B::Hooks::EndOfScope/0.26": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/B::Lint/1.20": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/boolean/0.46": { + "License": "perl_5", + "Permission to redistribute": false, + "Retrieved from": "https://fastapi.metacpan.org/v1/release/boolean" + }, + "Perl/5.36.0-GCCcore-12.2.0/Business::ISBN/3.007": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Business::ISBN::Data/20210112.006": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Canary::Stability/2013": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Capture::Tiny/0.48": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Carp/1.50": { + "License": "perl_5", + "Permission to redistribute": false, + "Retrieved from": "https://fastapi.metacpan.org/v1/release/Carp" + }, + "Perl/5.36.0-GCCcore-12.2.0/Carp::Clan/6.08": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Carp::Heavy/1.50": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Class::Accessor/0.51": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Class::Data::Inheritable/0.09": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Class::DBI/v3.0.17": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Class::DBI::SQLite/0.11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Class::Inspector/1.36": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Class::ISA/0.36": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Class::Load/0.25": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Class::Load::XS/0.10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Class::Singleton/1.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Class::Tiny/1.008": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Class::Trigger/0.15": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Clone/0.45": { + "License": "perl_5", + "Permission to redistribute": false, + "Retrieved from": "https://fastapi.metacpan.org/v1/release/Clone" + }, + "Perl/5.36.0-GCCcore-12.2.0/Clone::Choose/0.010": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/common::sense/3.75": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Config::General/2.65": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Config::INI/0.027": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Config::MVP/2.200012": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Config::Simple/4.58": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Config::Tiny/2.28": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/constant/1.33": { + "License": "perl_5", + "Permission to redistribute": false, + "Retrieved from": "https://fastapi.metacpan.org/v1/release/constant" + }, + "Perl/5.36.0-GCCcore-12.2.0/CPAN::Meta::Check/0.014": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/CPANPLUS/0.9914": { + "License": "perl_5", + "Permission to redistribute": false, + "Retrieved from": "https://fastapi.metacpan.org/v1/release/CPANPLUS" + }, + "Perl/5.36.0-GCCcore-12.2.0/Crypt::DES/2.07": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Crypt::Rijndael/1.16": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Cwd/3.75": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Cwd::Guard/0.05": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Data::Dump/1.25": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Data::Dumper/2.183": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Data::Dumper::Concise/2.023": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Data::Grove/0.08": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Data::OptList/0.112": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Data::Section/0.200007": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Data::Section::Simple/0.07": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Data::Stag/0.14": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Data::Types/0.17": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Data::UUID/1.226": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Date::Handler/1.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Date::Language/2.33": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/DateTime/1.58": { + "License": "artistic_2", + "Permission to redistribute": false, + "Retrieved from": "https://fastapi.metacpan.org/v1/release/DateTime" + }, + "Perl/5.36.0-GCCcore-12.2.0/DateTime::Locale/1.36": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/DateTime::TimeZone/2.53": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/DateTime::Tiny/1.07": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/DBD::CSV/0.59": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/DBD::SQLite/1.70": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/DBI/1.643": { + "License": "perl_5", + "Permission to redistribute": false, + "Retrieved from": "https://fastapi.metacpan.org/v1/release/DBI" + }, + "Perl/5.36.0-GCCcore-12.2.0/DBIx::Admin::TableInfo/3.04": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/DBIx::ContextualFetch/1.03": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/DBIx::Simple/1.37": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Devel::CheckCompiler/0.07": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Devel::CheckLib/1.16": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Devel::Cycle/1.12": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Devel::GlobalDestruction/0.14": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Devel::OverloadInfo/0.007": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Devel::Size/0.83": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Devel::StackTrace/2.04": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Digest::HMAC/1.04": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Digest::MD5::File/0.08": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Digest::SHA1/2.13": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Dist::CheckConflicts/0.11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Dist::Zilla/6.025": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Email::Date::Format/1.005": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Encode/3.19": { + "License": "perl_5", + "Permission to redistribute": false, + "Retrieved from": "https://fastapi.metacpan.org/v1/release/Encode" + }, + "Perl/5.36.0-GCCcore-12.2.0/Encode::Locale/1.05": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Error/0.17029": { + "License": "perl_5", + "Permission to redistribute": false, + "Retrieved from": "https://fastapi.metacpan.org/v1/release/Error" + }, + "Perl/5.36.0-GCCcore-12.2.0/Eval::Closure/0.14": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Exception::Class/1.45": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Expect/1.35": { + "License": "perl_5", + "Permission to redistribute": false, + "Retrieved from": "https://fastapi.metacpan.org/v1/release/Expect" + }, + "Perl/5.36.0-GCCcore-12.2.0/Exporter/5.74": { + "License": "perl_5", + "Permission to redistribute": false, + "Retrieved from": "https://fastapi.metacpan.org/v1/release/Exporter" + }, + "Perl/5.36.0-GCCcore-12.2.0/Exporter::Declare/0.114": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Exporter::Tiny/1.004000": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/ExtUtils::CBuilder/0.280236": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/ExtUtils::Config/0.008": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/ExtUtils::Constant/0.25": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/ExtUtils::CppGuess/0.26": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/ExtUtils::Helpers/0.026": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/ExtUtils::InstallPaths/0.012": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/ExtUtils::MakeMaker/7.64": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/ExtUtils::ParseXS/3.44": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Fennec::Lite/0.004": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/File::CheckTree/4.42": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/File::Copy::Recursive/0.45": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/File::Copy::Recursive::Reduced/0.006": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/File::Find::Rule/0.34": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/File::Find::Rule::Perl/1.16": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/File::Grep/0.02": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/File::HomeDir/1.006": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/File::Listing/6.15": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/File::Next/1.18": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/File::Path/2.18": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/File::pushd/1.016": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/File::Remove/1.61": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/File::ShareDir/1.118": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/File::ShareDir::Install/0.14": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/File::Slurp/9999.32": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/File::Slurp::Tiny/0.004": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/File::Slurper/0.013": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/File::Spec/3.75": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/File::Temp/0.2311": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/File::Which/1.27": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Font::TTF/1.06": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Getopt::Long/2.52": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Getopt::Long::Descriptive/0.110": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Git/0.42": { + "License": "open_source", + "Permission to redistribute": false, + "Retrieved from": "https://fastapi.metacpan.org/v1/release/Git" + }, + "Perl/5.36.0-GCCcore-12.2.0/GO/0.04": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/GO::Utils/0.15": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Graph/0.9725": { + "License": "perl_5", + "Permission to redistribute": false, + "Retrieved from": "https://fastapi.metacpan.org/v1/release/Graph" + }, + "Perl/5.36.0-GCCcore-12.2.0/Graph::ReadWrite/2.10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Hash::Merge/0.302": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Heap/0.80": { + "License": "unknown", + "Permission to redistribute": false, + "Retrieved from": "https://fastapi.metacpan.org/v1/release/Heap" + }, + "Perl/5.36.0-GCCcore-12.2.0/HTML::Entities::Interpolate/1.10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/HTML::Form/6.10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/HTML::Parser/3.78": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/HTML::Tagset/3.20": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/HTML::Template/2.97": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/HTML::Tree/5.07": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/HTTP::Cookies/6.10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/HTTP::Daemon/6.14": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/HTTP::Date/6.05": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/HTTP::Negotiate/6.01": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/HTTP::Request/6.37": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/HTTP::Tiny/0.082": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/if/0.0608": { + "License": "perl_5", + "Permission to redistribute": false, + "Retrieved from": "https://fastapi.metacpan.org/v1/release/if" + }, + "Perl/5.36.0-GCCcore-12.2.0/Ima::DBI/0.35": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Import::Into/1.002005": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Importer/0.026": { + "License": "perl_5", + "Permission to redistribute": false, + "Retrieved from": "https://fastapi.metacpan.org/v1/release/Importer" + }, + "Perl/5.36.0-GCCcore-12.2.0/Inline/0.86": { + "License": "perl_5", + "Permission to redistribute": false, + "Retrieved from": "https://fastapi.metacpan.org/v1/release/Inline" + }, + "Perl/5.36.0-GCCcore-12.2.0/IO::HTML/1.004": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/IO::Socket::SSL/2.075": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/IO::String/1.08": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/IO::Stringy/2.113": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/IO::Tty/1.16": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/IPC::Cmd/1.04": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/IPC::Run/20220807.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/IPC::Run3/0.048": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/IPC::System::Simple/1.30": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/JSON/4.09": { + "License": "perl_5", + "Permission to redistribute": false, + "Retrieved from": "https://fastapi.metacpan.org/v1/release/JSON" + }, + "Perl/5.36.0-GCCcore-12.2.0/JSON::XS/4.03": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Lingua::EN::PluralToSingular/0.21": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/List::AllUtils/0.19": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/List::MoreUtils/0.430": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/List::MoreUtils::XS/0.430": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/List::SomeUtils/0.58": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/List::Util/1.63": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/List::UtilsBy/0.12": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/local::lib/2.000029": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Locale::Maketext::Simple/0.21": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Log::Dispatch/2.70": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Log::Dispatchouli/2.023": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Log::Handler/0.90": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Log::Log4perl/1.56": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Log::Message/0.08": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Log::Message::Simple/0.10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Log::Report/1.33": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Log::Report::Optional/1.07": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Logger::Simple/2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/LWP::MediaTypes/6.04": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/LWP::Protocol::https/6.10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/LWP::Simple/6.67": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Mail::Util/2.21": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Math::Bezier/0.01": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Math::CDF/0.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Math::Round/0.07": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Math::Utils/1.14": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Math::VecStat/0.08": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/MCE::Mutex/1.879": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Meta::Builder/0.004": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/MIME::Base64/3.16": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/MIME::Charset/1.013.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/MIME::Lite/3.033": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/MIME::Types/2.22": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Mixin::Linewise::Readers/0.110": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Mock::Quick/1.111": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Module::Build/0.4231": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Module::Build::Tiny/0.039": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Module::Build::XSUtil/0.19": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Module::CoreList/5.20220820": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Module::Implementation/0.09": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Module::Install/1.19": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Module::Load/0.36": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Module::Load::Conditional/0.74": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Module::Metadata/1.000037": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Module::Path/0.19": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Module::Pluggable/5.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Module::Runtime/0.016": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Module::Runtime::Conflicts/0.003": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Moo/2.005004": { + "License": "perl_5", + "Permission to redistribute": false, + "Retrieved from": "https://fastapi.metacpan.org/v1/release/Moo" + }, + "Perl/5.36.0-GCCcore-12.2.0/Moose/2.2201": { + "License": "perl_5", + "Permission to redistribute": false, + "Retrieved from": "https://fastapi.metacpan.org/v1/release/Moose" + }, + "Perl/5.36.0-GCCcore-12.2.0/MooseX::LazyRequire/0.11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/MooseX::OneArgNew/0.006": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/MooseX::Role::Parameterized/1.11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/MooseX::SetOnce/0.201": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/MooseX::Types/0.50": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/MooseX::Types::Perl/0.101343": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Mouse/v2.5.10": { + "License": "perl_5", + "Permission to redistribute": false, + "Retrieved from": "https://fastapi.metacpan.org/v1/release/Mouse" + }, + "Perl/5.36.0-GCCcore-12.2.0/Mozilla::CA/20211001": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/MRO::Compat/0.15": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/namespace::autoclean/0.29": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/namespace::clean/0.27": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Net::Domain/3.14": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Net::HTTP/6.22": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Net::SMTP::SSL/1.04": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Net::SNMP/v6.0.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Net::SSLeay/1.92": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Number::Compare/0.03": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Number::Format/1.75": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Object::Accessor/0.48": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Object::InsideOut/4.05": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Package::Constants/0.06": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Package::DeprecationManager/0.17": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Package::Stash/0.40": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Package::Stash::XS/0.30": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/PadWalker/2.5": { + "License": "unknown", + "Permission to redistribute": false, + "Retrieved from": "https://fastapi.metacpan.org/v1/release/PadWalker" + }, + "Perl/5.36.0-GCCcore-12.2.0/Parallel::ForkManager/2.02": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Params::Check/0.38": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Params::Util/1.102": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Params::Validate/1.30": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Params::ValidationCompiler/0.30": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/parent/0.238": { + "License": "perl_5", + "Permission to redistribute": false, + "Retrieved from": "https://fastapi.metacpan.org/v1/release/parent" + }, + "Perl/5.36.0-GCCcore-12.2.0/Parse::RecDescent/1.967015": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Path::Tiny/0.124": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/PDF::API2/2.043": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Perl::OSType/1.010": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/PerlIO::utf8_strict/0.009": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Pod::Elemental/0.103005": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Pod::Escapes/1.07": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Pod::Eventual/0.094002": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Pod::LaTeX/0.61": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Pod::Man/4.14": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Pod::Parser/1.66": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Pod::Plainer/1.04": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Pod::POM/2.01": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Pod::Simple/3.43": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Pod::Weaver/4.018": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Readonly/2.05": { + "License": "artistic_2", + "Permission to redistribute": false, + "Retrieved from": "https://fastapi.metacpan.org/v1/release/Readonly" + }, + "Perl/5.36.0-GCCcore-12.2.0/Regexp::Common/2017060201": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Role::HasMessage/0.006": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Role::Identifiable::HasIdent/0.008": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Role::Tiny/2.002004": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Scalar::Util/1.63": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Scalar::Util::Numeric/0.40": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Scope::Guard/0.21": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Set::Array/0.30": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Set::IntervalTree/0.12": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Set::IntSpan/1.19": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Set::IntSpan::Fast/1.15": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Set::Object/1.42": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Set::Scalar/1.29": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Shell/0.73": { + "License": "perl_5", + "Permission to redistribute": false, + "Retrieved from": "https://fastapi.metacpan.org/v1/release/Shell" + }, + "Perl/5.36.0-GCCcore-12.2.0/Socket/2.036": { + "License": "perl_5", + "Permission to redistribute": false, + "Retrieved from": "https://fastapi.metacpan.org/v1/release/Socket" + }, + "Perl/5.36.0-GCCcore-12.2.0/Software::License/0.104002": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Specio/0.48": { + "License": "artistic_2", + "Permission to redistribute": false, + "Retrieved from": "https://fastapi.metacpan.org/v1/release/Specio" + }, + "Perl/5.36.0-GCCcore-12.2.0/SQL::Abstract/2.000001": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/SQL::Statement/1.414": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Statistics::Basic/1.6611": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Statistics::Descriptive/3.0800": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Storable/3.25": { + "License": "perl_5", + "Permission to redistribute": false, + "Retrieved from": "https://fastapi.metacpan.org/v1/release/Storable" + }, + "Perl/5.36.0-GCCcore-12.2.0/strictures/2.000006": { + "License": "perl_5", + "Permission to redistribute": false, + "Retrieved from": "https://fastapi.metacpan.org/v1/release/strictures" + }, + "Perl/5.36.0-GCCcore-12.2.0/String::Flogger/1.101245": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/String::Print/0.94": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/String::RewritePrefix/0.008": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/String::Truncate/1.100602": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Sub::Exporter/0.988": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Sub::Exporter::ForMethods/0.100054": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Sub::Exporter::Progressive/0.001013": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Sub::Identify/0.14": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Sub::Info/0.002": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Sub::Install/0.928": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Sub::Name/0.26": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Sub::Quote/2.006006": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Sub::Uplevel/0.2800": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/SVG/2.87": { + "License": "perl_5", + "Permission to redistribute": false, + "Retrieved from": "https://fastapi.metacpan.org/v1/release/SVG" + }, + "Perl/5.36.0-GCCcore-12.2.0/Switch/2.17": { + "License": "perl_5", + "Permission to redistribute": false, + "Retrieved from": "https://fastapi.metacpan.org/v1/release/Switch" + }, + "Perl/5.36.0-GCCcore-12.2.0/Sys::Info/0.7811": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Sys::Info::Base/0.7807": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Sys::Info::Driver::Linux/0.7905": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Sys::Info::Driver::Unknown/0.79": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Template/3.101": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Template::Plugin::Number::Format/1.06": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Term::Encoding/0.03": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Term::ReadKey/2.38": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Term::ReadLine::Gnu/1.42": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Term::Table/0.016": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Term::UI/0.50": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Test/1.26": { + "License": "unknown", + "Permission to redistribute": false, + "Retrieved from": "https://fastapi.metacpan.org/v1/release/Test" + }, + "Perl/5.36.0-GCCcore-12.2.0/Test2::Plugin::NoWarnings/0.09": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Test2::Require::Module/0.000145": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Test::ClassAPI/1.07": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Test::CleanNamespaces/0.24": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Test::Deep/1.130": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Test::Differences/0.69": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Test::Exception/0.43": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Test::Fatal/0.016": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Test::File::ShareDir::Dist/1.001002": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Test::Harness/3.44": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Test::LeakTrace/0.17": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Test::Memory::Cycle/1.06": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Test::More/1.302191": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Test::More::UTF8/0.05": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Test::Most/0.37": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Test::Needs/0.002009": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Test::NoWarnings/1.06": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Test::Output/1.033": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Test::Pod/1.52": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Test::Requires/0.11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Test::RequiresInternet/0.05": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Test::Simple/1.302191": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Test::Version/2.09": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Test::Warn/0.37": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Test::Warnings/0.031": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Test::Without::Module/0.20": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Text::Aligner/0.16": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Text::Balanced/2.06": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Text::CSV/2.02": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Text::CSV_XS/1.48": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Text::Diff/1.45": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Text::Format/0.62": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Text::Glob/0.11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Text::Iconv/1.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Text::ParseWords/3.31": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Text::Soundex/3.05": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Text::Table/1.134": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Text::Template/1.61": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Thread::Queue/3.13": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Throwable/1.000": { + "License": "perl_5", + "Permission to redistribute": false, + "Retrieved from": "https://fastapi.metacpan.org/v1/release/Throwable" + }, + "Perl/5.36.0-GCCcore-12.2.0/Tie::Function/0.02": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Tie::IxHash/1.23": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Time::HiRes/1.9764": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Time::Local/1.30": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Time::Piece/1.3401": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Time::Piece::MySQL/0.06": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Tree::DAG_Node/1.32": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Try::Tiny/0.31": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Types::Serialiser/1.01": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Unicode::LineBreak/2019.001": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/UNIVERSAL::moniker/0.08": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Unix::Processors/2.046": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/URI/5.12": { + "License": "perl_5", + "Permission to redistribute": false, + "Retrieved from": "https://fastapi.metacpan.org/v1/release/URI" + }, + "Perl/5.36.0-GCCcore-12.2.0/URI::Escape/5.12": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/Variable::Magic/0.62": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/version/0.9929": { + "License": "perl_5", + "Permission to redistribute": false, + "Retrieved from": "https://fastapi.metacpan.org/v1/release/version" + }, + "Perl/5.36.0-GCCcore-12.2.0/Want/0.29": { + "License": "unknown", + "Permission to redistribute": false, + "Retrieved from": "https://fastapi.metacpan.org/v1/release/Want" + }, + "Perl/5.36.0-GCCcore-12.2.0/WWW::RobotRules/6.02": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/XML::Bare/0.53": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/XML::DOM/1.46": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/XML::Filter::BufferText/1.01": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/XML::NamespaceSupport/1.12": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/XML::Parser/2.46": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/XML::RegExp/0.04": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/XML::SAX/1.02": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/XML::SAX::Base/1.09": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/XML::SAX::Expat/0.51": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/XML::SAX::Writer/0.57": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/XML::Simple/2.25": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/XML::Tiny/2.07": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/XML::Twig/3.52": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/XML::XPath/1.48": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.36.0-GCCcore-12.2.0/XSLoader/0.24": { + "License": "perl_5", + "Permission to redistribute": false, + "Retrieved from": "https://fastapi.metacpan.org/v1/release/XSLoader" + }, + "Perl/5.36.0-GCCcore-12.2.0/YAML/1.30": { + "License": "perl_5", + "Permission to redistribute": false, + "Retrieved from": "https://fastapi.metacpan.org/v1/release/YAML" + }, + "Perl/5.36.0-GCCcore-12.2.0/YAML::Tiny/1.73": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.38.0-GCCcore-13.2.0/Carp/1.50": { + "License": "perl_5", + "Permission to redistribute": false, + "Retrieved from": "https://fastapi.metacpan.org/v1/release/Carp" + }, + "Perl/5.38.0-GCCcore-13.2.0/constant/1.33": { + "License": "perl_5", + "Permission to redistribute": false, + "Retrieved from": "https://fastapi.metacpan.org/v1/release/constant" + }, + "Perl/5.38.0-GCCcore-13.2.0/Data::Dumper/2.183": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.38.0-GCCcore-13.2.0/Exporter/5.77": { + "License": "perl_5", + "Permission to redistribute": false, + "Retrieved from": "https://fastapi.metacpan.org/v1/release/Exporter" + }, + "Perl/5.38.0-GCCcore-13.2.0/File::Path/2.18": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.38.0-GCCcore-13.2.0/File::Spec/3.75": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.38.0-GCCcore-13.2.0/Getopt::Long/2.54": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.38.0-GCCcore-13.2.0/IO::File/1.51": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.38.0-GCCcore-13.2.0/Text::ParseWords/3.31": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.38.0-GCCcore-13.2.0/Thread::Queue/3.13": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl/5.38.0-GCCcore-13.2.0/threads/2.21": { + "License": "perl_5", + "Permission to redistribute": false, + "Retrieved from": "https://fastapi.metacpan.org/v1/release/threads" + }, + "hatchling/1.18.0-GCCcore-13.2.0/editables/0.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "hatchling/1.18.0-GCCcore-13.2.0/hatch_fancy_pypi_readme/23.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "hatchling/1.18.0-GCCcore-13.2.0/hatch_vcs/0.3.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "hatchling/1.18.0-GCCcore-13.2.0/hatchling/1.18.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "hatchling/1.18.0-GCCcore-13.2.0/pathspec/0.11.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "hatchling/1.18.0-GCCcore-13.2.0/pluggy/1.3.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "hatchling/1.18.0-GCCcore-13.2.0/trove_classifiers/2023.10.18": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "hatchling/1.18.0-GCCcore-12.3.0/editables/0.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "hatchling/1.18.0-GCCcore-12.3.0/hatch-requirements-txt/0.4.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "hatchling/1.18.0-GCCcore-12.3.0/hatch_fancy_pypi_readme/23.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "hatchling/1.18.0-GCCcore-12.3.0/hatch_vcs/0.3.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "hatchling/1.18.0-GCCcore-12.3.0/hatchling/1.18.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "hatchling/1.18.0-GCCcore-12.3.0/pathspec/0.11.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "hatchling/1.18.0-GCCcore-12.3.0/pluggy/1.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "hatchling/1.18.0-GCCcore-12.3.0/trove_classifiers/2023.5.24": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "scikit-build/0.17.6-GCCcore-12.3.0/distro/1.8.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "scikit-build/0.17.6-GCCcore-12.3.0/packaging/23.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "scikit-build/0.17.6-GCCcore-12.3.0/scikit_build/0.17.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "scikit-build/0.17.6-GCCcore-13.2.0/distro/1.8.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "scikit-build/0.17.6-GCCcore-13.2.0/packaging/23.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "scikit-build/0.17.6-GCCcore-13.2.0/scikit_build/0.17.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "flit/3.9.0-GCCcore-12.3.0/certifi/2023.5.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "flit/3.9.0-GCCcore-12.3.0/charset-normalizer/3.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "flit/3.9.0-GCCcore-12.3.0/docutils/0.20.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "flit/3.9.0-GCCcore-12.3.0/flit/3.9.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "flit/3.9.0-GCCcore-12.3.0/flit_scm/1.7.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "flit/3.9.0-GCCcore-12.3.0/idna/3.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "flit/3.9.0-GCCcore-12.3.0/packaging/23.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "flit/3.9.0-GCCcore-12.3.0/requests/2.31.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "flit/3.9.0-GCCcore-12.3.0/setuptools_scm/7.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "flit/3.9.0-GCCcore-12.3.0/tomli_w/1.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "flit/3.9.0-GCCcore-12.3.0/typing_extensions/4.6.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "flit/3.9.0-GCCcore-12.3.0/urllib3/1.26.16": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "flit/3.9.0-GCCcore-13.2.0/certifi/2023.7.22": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "flit/3.9.0-GCCcore-13.2.0/charset-normalizer/3.3.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "flit/3.9.0-GCCcore-13.2.0/docutils/0.20.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "flit/3.9.0-GCCcore-13.2.0/flit/3.9.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "flit/3.9.0-GCCcore-13.2.0/flit_scm/1.7.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "flit/3.9.0-GCCcore-13.2.0/idna/3.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "flit/3.9.0-GCCcore-13.2.0/packaging/23.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "flit/3.9.0-GCCcore-13.2.0/requests/2.31.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "flit/3.9.0-GCCcore-13.2.0/setuptools-scm/8.0.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "flit/3.9.0-GCCcore-13.2.0/tomli_w/1.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "flit/3.9.0-GCCcore-13.2.0/typing_extensions/4.8.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "flit/3.9.0-GCCcore-13.2.0/urllib3/2.0.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "virtualenv/20.23.1-GCCcore-12.3.0/distlib/0.3.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "virtualenv/20.23.1-GCCcore-12.3.0/filelock/3.12.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "virtualenv/20.23.1-GCCcore-12.3.0/platformdirs/3.8.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "virtualenv/20.23.1-GCCcore-12.3.0/virtualenv/20.23.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "virtualenv/20.24.6-GCCcore-13.2.0/distlib/0.3.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "virtualenv/20.24.6-GCCcore-13.2.0/filelock/3.13.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "virtualenv/20.24.6-GCCcore-13.2.0/platformdirs/3.11.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "virtualenv/20.24.6-GCCcore-13.2.0/virtualenv/20.24.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "setuptools-rust/1.6.0-GCCcore-12.3.0/semantic_version/2.10.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "setuptools-rust/1.6.0-GCCcore-12.3.0/setuptools-rust/1.6.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "setuptools-rust/1.6.0-GCCcore-12.3.0/typing_extensions/4.6.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "setuptools-rust/1.8.0-GCCcore-13.2.0/semantic_version/2.10.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "setuptools-rust/1.8.0-GCCcore-13.2.0/setuptools-rust/1.8.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "setuptools-rust/1.8.0-GCCcore-13.2.0/typing_extensions/4.8.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "cffi/1.15.1-GCCcore-12.3.0/cffi/1.15.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "cffi/1.15.1-GCCcore-12.3.0/pycparser/2.21": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "cffi/1.15.1-GCCcore-13.2.0/cffi/1.15.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "cffi/1.15.1-GCCcore-13.2.0/pycparser/2.21": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.5.1-GCCcore-12.3.0/attrs/23.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.5.1-GCCcore-12.3.0/build/0.10.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.5.1-GCCcore-12.3.0/CacheControl/0.12.14": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.5.1-GCCcore-12.3.0/certifi/2023.5.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.5.1-GCCcore-12.3.0/charset-normalizer/3.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.5.1-GCCcore-12.3.0/cleo/2.0.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.5.1-GCCcore-12.3.0/crashtest/0.4.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.5.1-GCCcore-12.3.0/dulwich/0.21.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.5.1-GCCcore-12.3.0/html5lib/1.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.5.1-GCCcore-12.3.0/idna/3.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.5.1-GCCcore-12.3.0/importlib_metadata/6.7.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.5.1-GCCcore-12.3.0/installer/0.7.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.5.1-GCCcore-12.3.0/jaraco.classes/3.2.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.5.1-GCCcore-12.3.0/jeepney/0.8.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.5.1-GCCcore-12.3.0/jsonschema/4.17.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.5.1-GCCcore-12.3.0/keyring/23.13.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.5.1-GCCcore-12.3.0/lockfile/0.12.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.5.1-GCCcore-12.3.0/more-itertools/9.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.5.1-GCCcore-12.3.0/msgpack/1.0.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.5.1-GCCcore-12.3.0/pexpect/4.8.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.5.1-GCCcore-12.3.0/pkginfo/1.9.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.5.1-GCCcore-12.3.0/platformdirs/3.8.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.5.1-GCCcore-12.3.0/poetry/1.5.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.5.1-GCCcore-12.3.0/poetry_core/1.6.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.5.1-GCCcore-12.3.0/poetry_plugin_export/1.4.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.5.1-GCCcore-12.3.0/ptyprocess/0.7.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.5.1-GCCcore-12.3.0/pyproject_hooks/1.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.5.1-GCCcore-12.3.0/pyrsistent/0.19.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.5.1-GCCcore-12.3.0/rapidfuzz/2.15.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.5.1-GCCcore-12.3.0/requests-toolbelt/1.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.5.1-GCCcore-12.3.0/requests/2.31.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.5.1-GCCcore-12.3.0/SecretStorage/3.3.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.5.1-GCCcore-12.3.0/shellingham/1.5.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.5.1-GCCcore-12.3.0/six/1.16.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.5.1-GCCcore-12.3.0/tomlkit/0.11.8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.5.1-GCCcore-12.3.0/urllib3/1.26.16": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.5.1-GCCcore-12.3.0/webencodings/0.5.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.5.1-GCCcore-12.3.0/zipp/3.15.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.6.1-GCCcore-13.2.0/attrs/23.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.6.1-GCCcore-13.2.0/build/0.10.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.6.1-GCCcore-13.2.0/cachecontrol/0.13.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.6.1-GCCcore-13.2.0/certifi/2023.7.22": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.6.1-GCCcore-13.2.0/charset-normalizer/3.3.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.6.1-GCCcore-13.2.0/cleo/2.0.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.6.1-GCCcore-13.2.0/crashtest/0.4.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.6.1-GCCcore-13.2.0/dulwich/0.21.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.6.1-GCCcore-13.2.0/html5lib/1.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.6.1-GCCcore-13.2.0/idna/3.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.6.1-GCCcore-13.2.0/importlib_metadata/6.8.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.6.1-GCCcore-13.2.0/installer/0.7.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.6.1-GCCcore-13.2.0/jaraco.classes/3.3.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.6.1-GCCcore-13.2.0/jeepney/0.8.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.6.1-GCCcore-13.2.0/jsonschema/4.17.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.6.1-GCCcore-13.2.0/keyring/24.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.6.1-GCCcore-13.2.0/lockfile/0.12.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.6.1-GCCcore-13.2.0/more-itertools/10.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.6.1-GCCcore-13.2.0/msgpack/1.0.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.6.1-GCCcore-13.2.0/pexpect/4.8.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.6.1-GCCcore-13.2.0/pkginfo/1.9.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.6.1-GCCcore-13.2.0/platformdirs/3.11.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.6.1-GCCcore-13.2.0/poetry/1.6.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.6.1-GCCcore-13.2.0/poetry_core/1.7.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.6.1-GCCcore-13.2.0/poetry_plugin_export/1.5.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.6.1-GCCcore-13.2.0/ptyprocess/0.7.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.6.1-GCCcore-13.2.0/pyproject_hooks/1.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.6.1-GCCcore-13.2.0/pyrsistent/0.20.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.6.1-GCCcore-13.2.0/rapidfuzz/2.15.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.6.1-GCCcore-13.2.0/requests-toolbelt/1.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.6.1-GCCcore-13.2.0/requests/2.31.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.6.1-GCCcore-13.2.0/SecretStorage/3.3.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.6.1-GCCcore-13.2.0/shellingham/1.5.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.6.1-GCCcore-13.2.0/six/1.16.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.6.1-GCCcore-13.2.0/tomlkit/0.12.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.6.1-GCCcore-13.2.0/urllib3/2.0.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.6.1-GCCcore-13.2.0/webencodings/0.5.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry/1.6.1-GCCcore-13.2.0/zipp/3.17.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/alabaster/0.7.13": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/appdirs/1.4.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/asn1crypto/1.5.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/atomicwrites/1.4.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/attrs/23.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/Babel/2.12.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/backports.entry-points-selectable/1.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/backports.functools_lru_cache/1.6.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/bitstring/4.0.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/blist/1.3.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/CacheControl/0.12.14": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/cachy/0.3.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/certifi/2023.5.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/cffi/1.15.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/chardet/5.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/charset-normalizer/3.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/cleo/2.0.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/click/8.1.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/cloudpickle/2.2.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/colorama/0.4.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/commonmark/0.9.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/crashtest/0.4.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/Cython/0.29.35": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/decorator/5.1.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/distlib/0.3.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/distro/1.8.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/docopt/0.6.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/docutils/0.20.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/doit/0.36.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/dulwich/0.21.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/ecdsa/0.18.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/editables/0.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/exceptiongroup/1.1.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/execnet/1.9.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/filelock/3.12.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/fsspec/2023.6.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/future/0.18.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/glob2/0.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/html5lib/1.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/idna/3.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/imagesize/1.4.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/importlib_metadata/6.7.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/importlib_resources/5.12.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/iniconfig/2.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/intervaltree/3.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/intreehooks/1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/ipaddress/1.0.23": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/jaraco.classes/3.2.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/jeepney/0.8.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/Jinja2/3.1.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/joblib/1.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/jsonschema/4.17.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/keyring/23.13.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/keyrings.alt/4.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/liac-arff/2.5.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/lockfile/0.12.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/markdown-it-py/3.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/MarkupSafe/2.1.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/mdurl/0.1.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/mock/5.0.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/more-itertools/9.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/msgpack/1.0.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/netaddr/0.8.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/netifaces/0.11.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/packaging/23.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/pastel/0.2.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/pathlib2/2.3.7.post1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/pathspec/0.11.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/pbr/5.11.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/pexpect/4.8.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/pkginfo/1.9.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/platformdirs/3.8.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/pluggy/1.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/pooch/1.7.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/psutil/5.9.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/ptyprocess/0.7.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/py/1.11.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/py_expression_eval/0.3.14": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/pyasn1/0.5.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/pycparser/2.21": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/pycryptodome/3.18.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/pydevtool/0.3.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/Pygments/2.15.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/pylev/1.4.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/PyNaCl/1.5.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/pyparsing/3.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/pyrsistent/0.19.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/pytest-xdist/3.3.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/pytest/7.4.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/python-dateutil/2.8.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/pytoml/0.1.21": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/pytz/2023.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/rapidfuzz/2.15.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/regex/2023.6.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/requests-toolbelt/1.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/requests/2.31.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/rich-click/1.6.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/rich/13.4.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/scandir/1.10.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/SecretStorage/3.3.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/semantic_version/2.10.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/shellingham/1.5.0.post1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/simplegeneric/0.8.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/simplejson/3.19.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/six/1.16.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/snowballstemmer/2.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/sortedcontainers/2.4.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/sphinx-bootstrap-theme/0.8.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/Sphinx/7.0.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/sphinxcontrib-applehelp/1.0.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/sphinxcontrib-devhelp/1.0.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/sphinxcontrib-htmlhelp/2.0.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/sphinxcontrib-jsmath/1.0.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/sphinxcontrib-qthelp/1.0.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/sphinxcontrib-serializinghtml/1.1.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/sphinxcontrib-websupport/1.2.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/tabulate/0.9.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/threadpoolctl/3.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/toml/0.10.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/tomli/2.0.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/tomli_w/1.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/tomlkit/0.11.8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/ujson/5.8.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/urllib3/1.26.16": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/wcwidth/0.2.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/webencodings/0.5.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/xlrd/2.0.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/zipfile36/0.1.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/zipp/3.15.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/alabaster/0.7.13": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/appdirs/1.4.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/asn1crypto/1.5.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/atomicwrites/1.4.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/attrs/23.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/Babel/2.13.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/backports.entry-points-selectable/1.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/backports.functools_lru_cache/1.6.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/bitarray/2.8.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/bitstring/4.1.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/blist/1.3.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/cachecontrol/0.13.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/cachy/0.3.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/certifi/2023.7.22": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/cffi/1.16.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/chardet/5.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/charset-normalizer/3.3.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/cleo/2.0.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/click/8.1.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/cloudpickle/3.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/colorama/0.4.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/commonmark/0.9.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/crashtest/0.4.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/Cython/3.0.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/decorator/5.1.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/distlib/0.3.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/distro/1.8.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/docopt/0.6.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/docutils/0.20.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/doit/0.36.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/dulwich/0.21.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/ecdsa/0.18.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/editables/0.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/exceptiongroup/1.1.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/execnet/2.0.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/filelock/3.13.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/fsspec/2023.10.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/future/0.18.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/glob2/0.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/html5lib/1.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/idna/3.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/imagesize/1.4.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/importlib_metadata/6.8.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/importlib_resources/6.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/iniconfig/2.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/intervaltree/3.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/intreehooks/1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/ipaddress/1.0.23": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/jaraco.classes/3.3.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/jeepney/0.8.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/Jinja2/3.1.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/joblib/1.3.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/jsonschema/4.17.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/keyring/24.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/keyrings.alt/5.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/liac-arff/2.5.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/lockfile/0.12.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/markdown-it-py/3.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/MarkupSafe/2.1.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/mdurl/0.1.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/mock/5.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/more-itertools/10.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/msgpack/1.0.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/netaddr/0.9.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/netifaces/0.11.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/packaging/23.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/pastel/0.2.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/pathlib2/2.3.7.post1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/pathspec/0.11.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/pbr/5.11.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/pexpect/4.8.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/pkginfo/1.9.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/platformdirs/3.11.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/pluggy/1.3.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/pooch/1.8.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/psutil/5.9.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/ptyprocess/0.7.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/py/1.11.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/py_expression_eval/0.3.14": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/pyasn1/0.5.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/pycparser/2.21": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/pycryptodome/3.19.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/pydevtool/0.3.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/Pygments/2.16.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/pylev/1.4.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/PyNaCl/1.5.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/pyparsing/3.1.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/pyrsistent/0.20.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/pytest-xdist/3.3.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/pytest/7.4.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/python-dateutil/2.8.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/pytoml/0.1.21": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/pytz/2023.3.post1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/rapidfuzz/2.15.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/regex/2023.10.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/requests-toolbelt/1.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/requests/2.31.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/rich-click/1.7.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/rich/13.6.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/scandir/1.10.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/SecretStorage/3.3.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/semantic_version/2.10.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/shellingham/1.5.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/simplegeneric/0.8.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/simplejson/3.19.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/six/1.16.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/snowballstemmer/2.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/sortedcontainers/2.4.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/sphinx-bootstrap-theme/0.8.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/sphinx/7.2.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/sphinxcontrib-jsmath/1.0.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/sphinxcontrib_applehelp/1.0.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/sphinxcontrib_devhelp/1.0.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/sphinxcontrib_htmlhelp/2.0.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/sphinxcontrib_qthelp/1.0.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/sphinxcontrib_serializinghtml/1.1.9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/sphinxcontrib_websupport/1.2.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/tabulate/0.9.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/threadpoolctl/3.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/toml/0.10.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/tomli/2.0.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/tomli_w/1.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/tomlkit/0.12.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/ujson/5.8.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/urllib3/2.0.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/wcwidth/0.2.8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/webencodings/0.5.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/xlrd/2.0.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/zipfile36/0.1.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/zipp/3.17.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "SciPy-bundle/2023.11-gfbf-2023b/beniget/0.4.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "SciPy-bundle/2023.11-gfbf-2023b/Bottleneck/1.3.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "SciPy-bundle/2023.11-gfbf-2023b/deap/1.4.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "SciPy-bundle/2023.11-gfbf-2023b/gast/0.5.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "SciPy-bundle/2023.11-gfbf-2023b/mpmath/1.3.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "SciPy-bundle/2023.11-gfbf-2023b/numexpr/2.8.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "SciPy-bundle/2023.11-gfbf-2023b/numpy/1.26.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "SciPy-bundle/2023.11-gfbf-2023b/pandas/2.1.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "SciPy-bundle/2023.11-gfbf-2023b/ply/3.11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "SciPy-bundle/2023.11-gfbf-2023b/pythran/0.14.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "SciPy-bundle/2023.11-gfbf-2023b/scipy/1.11.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "SciPy-bundle/2023.11-gfbf-2023b/tzdata/2023.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "SciPy-bundle/2023.11-gfbf-2023b/versioneer/0.29": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "SciPy-bundle/2023.02-gfbf-2022b/beniget/0.4.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "SciPy-bundle/2023.02-gfbf-2022b/Bottleneck/1.3.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "SciPy-bundle/2023.02-gfbf-2022b/deap/1.3.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "SciPy-bundle/2023.02-gfbf-2022b/gast/0.5.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "SciPy-bundle/2023.02-gfbf-2022b/mpmath/1.2.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "SciPy-bundle/2023.02-gfbf-2022b/numexpr/2.8.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "SciPy-bundle/2023.02-gfbf-2022b/numpy/1.24.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "SciPy-bundle/2023.02-gfbf-2022b/pandas/1.5.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "SciPy-bundle/2023.02-gfbf-2022b/ply/3.11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "SciPy-bundle/2023.02-gfbf-2022b/pythran/0.12.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "SciPy-bundle/2023.02-gfbf-2022b/scipy/1.10.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "SciPy-bundle/2023.07-gfbf-2023a/beniget/0.4.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "SciPy-bundle/2023.07-gfbf-2023a/Bottleneck/1.3.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "SciPy-bundle/2023.07-gfbf-2023a/deap/1.4.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "SciPy-bundle/2023.07-gfbf-2023a/gast/0.5.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "SciPy-bundle/2023.07-gfbf-2023a/mpmath/1.3.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "SciPy-bundle/2023.07-gfbf-2023a/numexpr/2.8.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "SciPy-bundle/2023.07-gfbf-2023a/numpy/1.25.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "SciPy-bundle/2023.07-gfbf-2023a/pandas/2.0.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "SciPy-bundle/2023.07-gfbf-2023a/ply/3.11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "SciPy-bundle/2023.07-gfbf-2023a/pythran/0.13.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "SciPy-bundle/2023.07-gfbf-2023a/scipy/1.11.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "SciPy-bundle/2023.07-gfbf-2023a/tzdata/2023.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "SciPy-bundle/2023.07-gfbf-2023a/versioneer/0.29": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "mpi4py/3.1.4-gompi-2023a/mpi4py/3.1.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "mpi4py/3.1.5-gompi-2023b/mpi4py/3.1.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "mpi4py/3.1.4-gompi-2022b/mpi4py/3.1.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "TensorFlow/2.13.0-foss-2023a/absl-py/1.4.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "TensorFlow/2.13.0-foss-2023a/astor/0.8.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "TensorFlow/2.13.0-foss-2023a/astunparse/1.6.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "TensorFlow/2.13.0-foss-2023a/cachetools/5.3.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "TensorFlow/2.13.0-foss-2023a/google-auth-oauthlib/1.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "TensorFlow/2.13.0-foss-2023a/google-auth/2.22.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "TensorFlow/2.13.0-foss-2023a/google-pasta/0.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "TensorFlow/2.13.0-foss-2023a/grpcio/1.57.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "TensorFlow/2.13.0-foss-2023a/gviz-api/1.10.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "TensorFlow/2.13.0-foss-2023a/keras/2.13.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "TensorFlow/2.13.0-foss-2023a/Markdown/3.4.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "TensorFlow/2.13.0-foss-2023a/oauthlib/3.2.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "TensorFlow/2.13.0-foss-2023a/opt-einsum/3.3.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "TensorFlow/2.13.0-foss-2023a/portpicker/1.5.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "TensorFlow/2.13.0-foss-2023a/pyasn1-modules/0.3.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "TensorFlow/2.13.0-foss-2023a/requests-oauthlib/1.3.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "TensorFlow/2.13.0-foss-2023a/rsa/4.9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "TensorFlow/2.13.0-foss-2023a/tblib/2.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "TensorFlow/2.13.0-foss-2023a/tensorboard-data-server/0.7.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "TensorFlow/2.13.0-foss-2023a/tensorboard-plugin-profile/2.13.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "TensorFlow/2.13.0-foss-2023a/tensorboard-plugin-wit/1.8.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "TensorFlow/2.13.0-foss-2023a/tensorboard/2.13.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "TensorFlow/2.13.0-foss-2023a/tensorflow-estimator/2.13.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "TensorFlow/2.13.0-foss-2023a/TensorFlow/2.13.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "TensorFlow/2.13.0-foss-2023a/termcolor/2.3.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "TensorFlow/2.13.0-foss-2023a/Werkzeug/2.3.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "TensorFlow/2.13.0-foss-2023a/wrapt/1.15.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Mako/1.2.4-GCCcore-12.3.0/Mako/1.2.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Mako/1.2.4-GCCcore-12.3.0/MarkupSafe/2.1.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Mako/1.2.4-GCCcore-13.2.0/Mako/1.2.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Mako/1.2.4-GCCcore-13.2.0/MarkupSafe/2.1.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.3.2-gfbf-2023a/askpass/1.2.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/askpass/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/base": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.3.2-gfbf-2023a/base64enc/0.1-3": { + "License": "GPL-2 | GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/base64enc/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/brew/1.0-8": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/brew/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/brio/1.1.3": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/brio/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/bslib/0.5.1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/bslib/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/cachem/1.0.8": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/cachem/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/callr/3.7.3": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/callr/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/cli/3.6.1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/cli/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/clipr/0.8.0": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/clipr/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/commonmark/1.9.0": { + "License": "BSD_2_clause + file LICENSE", + "Permission to redistribute": false, + "Retrieved from": "https://cran.r-project.org/web/packages/commonmark/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/compiler": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.3.2-gfbf-2023a/cpp11/0.4.6": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/cpp11/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/crayon/1.5.2": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/crayon/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/credentials/2.0.1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/credentials/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/curl/5.1.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/curl/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/datasets": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.3.2-gfbf-2023a/desc/1.4.2": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/desc/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/devtools/2.4.5": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/devtools/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/diffobj/0.3.5": { + "License": "GPL-2 | GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/diffobj/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/digest/0.6.33": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/digest/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/downlit/0.4.3": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/downlit/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/ellipsis/0.3.2": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/ellipsis/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/evaluate/0.23": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/evaluate/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/fansi/1.0.5": { + "License": "GPL-2 | GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/fansi/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/fastmap/1.1.1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/fastmap/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/fontawesome/0.5.2": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/fontawesome/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/fs/1.6.3": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/fs/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/gert/2.0.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/gert/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/gh/1.4.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/gh/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/gitcreds/0.1.2": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/gitcreds/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/glue/1.6.2": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/glue/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/graphics": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.3.2-gfbf-2023a/grDevices": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.3.2-gfbf-2023a/grid": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.3.2-gfbf-2023a/highr/0.10": { + "License": "GPL", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/highr/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/htmltools/0.5.7": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/htmltools/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/htmlwidgets/1.6.2": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/htmlwidgets/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/httpuv/1.6.12": { + "License": "GPL (>= 2) | file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/httpuv/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/httr/1.4.7": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/httr/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/httr2/0.2.3": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/httr2/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/ini/0.3.1": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/ini/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/jquerylib/0.1.4": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/jquerylib/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/jsonlite/1.8.7": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/jsonlite/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/knitr/1.45": { + "License": "GPL", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/knitr/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/later/1.3.1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/later/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/lifecycle/1.0.3": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/lifecycle/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/magrittr/2.0.3": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/magrittr/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/memoise/2.0.1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/memoise/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/methods": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.3.2-gfbf-2023a/mime/0.12": { + "License": "GPL", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/mime/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/miniUI/0.1.1.1": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/miniUI/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/openssl/2.1.1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/openssl/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/parallel": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.3.2-gfbf-2023a/pillar/1.9.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/pillar/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/pkgbuild/1.4.2": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/pkgbuild/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/pkgconfig/2.0.3": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/pkgconfig/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/pkgdown/2.0.7": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/pkgdown/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/pkgload/1.3.3": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/pkgload/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/praise/1.0.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/praise/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/prettyunits/1.2.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/prettyunits/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/processx/3.8.2": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/processx/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/profvis/0.3.8": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/profvis/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/promises/1.2.1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/promises/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/ps/1.7.5": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/ps/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/purrr/1.0.2": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/purrr/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/R6/2.5.1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/R6/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/ragg/1.2.6": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/ragg/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/rappdirs/0.3.3": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/rappdirs/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/rcmdcheck/1.4.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/rcmdcheck/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/Rcpp/1.0.11": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/Rcpp/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/rematch2/2.1.2": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/rematch2/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/remotes/2.4.2.1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/remotes/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/rlang/1.1.2": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/rlang/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/rmarkdown/2.25": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/rmarkdown/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/roxygen2/7.2.3": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/roxygen2/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/rprojroot/2.0.4": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/rprojroot/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/rstudioapi/0.15.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/rstudioapi/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/rversions/2.1.2": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/rversions/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/sass/0.4.7": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/sass/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/sessioninfo/1.2.2": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/sessioninfo/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/shiny/1.7.5.1": { + "License": "GPL-3 | file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/shiny/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/sourcetools/0.1.7-1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/sourcetools/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/splines": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.3.2-gfbf-2023a/stats": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.3.2-gfbf-2023a/stats4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.3.2-gfbf-2023a/stringi/1.7.12": { + "License": "file LICENSE", + "Permission to redistribute": false, + "Retrieved from": "https://cran.r-project.org/web/packages/stringi/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/stringr/1.5.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/stringr/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/sys/3.4.2": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/sys/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/systemfonts/1.0.5": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/systemfonts/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/tcltk": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.3.2-gfbf-2023a/testthat/3.2.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/testthat/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/textshaping/0.3.7": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/textshaping/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/tibble/3.2.1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/tibble/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/tinytex/0.48": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/tinytex/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/tools": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.3.2-gfbf-2023a/urlchecker/1.0.1": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/urlchecker/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/usethis/2.2.2": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/usethis/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/utf8/1.2.4": { + "License": "Apache License (== 2.0) | file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/utf8/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/utils": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.3.2-gfbf-2023a/vctrs/0.6.4": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/vctrs/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/waldo/0.5.2": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/waldo/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/whisker/0.4.1": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/whisker/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/withr/2.5.2": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/withr/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/xfun/0.41": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/xfun/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/xml2/1.3.5": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/xml2/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/xopen/1.0.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/xopen/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/xtable/1.8-4": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/xtable/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/yaml/2.3.7": { + "License": "BSD_3_clause + file LICENSE", + "Permission to redistribute": false, + "Retrieved from": "https://cran.r-project.org/web/packages/yaml/DESCRIPTION" + }, + "R/4.3.2-gfbf-2023a/zip/2.3.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/zip/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/abc.data/1.0": { + "License": "GPL (>= 3)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/abc.data/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/abc/2.2.1": { + "License": "GPL (>= 3)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/abc/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/abe/3.0.1": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/abe/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/abind/1.4-5": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/abind/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/acepack/1.4.1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/acepack/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/adabag/4.2": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/adabag/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/ade4/1.7-22": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/ade4/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/ADGofTest/0.3": { + "License": "GPL", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/ADGofTest/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/admisc/0.31": { + "License": "GPL (>= 3)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/admisc/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/aggregation/1.0.1": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/aggregation/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/AICcmodavg/2.3-1": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/AICcmodavg/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/akima/0.6-3.4": { + "License": "ACM | file LICENSE", + "Permission to redistribute": false, + "Retrieved from": "https://cran.r-project.org/web/packages/akima/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/alabama/2022.4-1": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/alabama/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/AlgDesign/1.2.1": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/AlgDesign/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/alluvial/0.1-2": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/alluvial/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/AMAPVox/1.0.0": { + "License": "CeCILL (>= 2)", + "Permission to redistribute": false, + "Retrieved from": "https://cran.r-project.org/web/packages/AMAPVox/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/animation/2.7": { + "License": "GPL", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/animation/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/aod/1.3.2": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/aod/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/apcluster/1.4.10": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/apcluster/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/ape/5.7-1": { + "License": "GPL-2 | GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/ape/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/aplot/0.1.10": { + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/aplot/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/argparse/2.2.2": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/argparse/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/aricode/1.0.2": { + "License": "GPL (>= 3)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/aricode/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/arm/1.13-1": { + "License": "GPL (> 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/arm/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/askpass/1.1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/askpass/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/asnipe/1.1.16": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/asnipe/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/assertive.base/0.0-9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.2.2-foss-2022b/assertive.code/0.0-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.2.2-foss-2022b/assertive.data.uk/0.0-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.2.2-foss-2022b/assertive.data.us/0.0-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.2.2-foss-2022b/assertive.data/0.0-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.2.2-foss-2022b/assertive.datetimes/0.0-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.2.2-foss-2022b/assertive.files/0.0-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.2.2-foss-2022b/assertive.matrices/0.0-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.2.2-foss-2022b/assertive.models/0.0-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.2.2-foss-2022b/assertive.numbers/0.0-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.2.2-foss-2022b/assertive.properties/0.0-5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.2.2-foss-2022b/assertive.reflection/0.0-5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.2.2-foss-2022b/assertive.sets/0.0-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.2.2-foss-2022b/assertive.strings/0.0-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.2.2-foss-2022b/assertive.types/0.0-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.2.2-foss-2022b/assertive/0.3-6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.2.2-foss-2022b/assertthat/0.2.1": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/assertthat/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/AUC/0.3.2": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/AUC/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/audio/0.1-10": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/audio/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/aws/2.5-1": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/aws/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/awsMethods/1.1-1": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/awsMethods/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/backports/1.4.1": { + "License": "GPL-2 | GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/backports/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/bacr/1.0.1": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/bacr/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/bartMachine/1.3.3.1": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/bartMachine/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/bartMachineJARs/1.2.1": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/bartMachineJARs/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/base": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.2.2-foss-2022b/base64/2.0.1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/base64/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/base64enc/0.1-3": { + "License": "GPL-2 | GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/base64enc/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/BatchJobs/1.9": { + "License": "BSD_2_clause + file LICENSE", + "Permission to redistribute": false, + "Retrieved from": "https://cran.r-project.org/web/packages/BatchJobs/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/batchmeans/1.0-4": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/batchmeans/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/BayesianTools/0.1.8": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/BayesianTools/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/BayesLogit/2.1": { + "License": "GPL (>= 3)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/BayesLogit/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/bayesm/3.1-5": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/bayesm/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/BayesPen/1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.2.2-foss-2022b/bayesplot/1.10.0": { + "License": "GPL (>= 3)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/bayesplot/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/BB/2019.10-1": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/BB/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/BBmisc/1.13": { + "License": "BSD_2_clause + file LICENSE", + "Permission to redistribute": false, + "Retrieved from": "https://cran.r-project.org/web/packages/BBmisc/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/bbmle/1.0.25": { + "License": "GPL", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/bbmle/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/BCEE/1.3.1": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/BCEE/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/BDgraph/2.72": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/BDgraph/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/bdsmatrix/1.3-6": { + "License": "LGPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/bdsmatrix/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/beanplot/1.3.1": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/beanplot/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/beeswarm/0.4.0": { + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/beeswarm/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/berryFunctions/1.22.0": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/berryFunctions/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/betareg/3.1-4": { + "License": "GPL-2 | GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/betareg/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/BH/1.81.0-1": { + "License": "BSL-1.0", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/BH/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/BiasedUrn/2.0.9": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/BiasedUrn/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/bibtex/0.5.1": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/bibtex/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/bigD/0.2.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/bigD/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/BIGL/1.7.0": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/BIGL/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/bigmemory.sri/0.1.6": { + "License": "LGPL-3 | Apache License 2.0", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/bigmemory.sri/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/bigmemory/4.6.1": { + "License": "LGPL-3 | Apache License 2.0", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/bigmemory/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/bindr/0.1.1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/bindr/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/bindrcpp/0.2.2": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/bindrcpp/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/bio3d/2.4-4": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/bio3d/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/biom/0.3.12": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.2.2-foss-2022b/biomod2/4.2-2": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/biomod2/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/bit/4.0.5": { + "License": "GPL-2 | GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/bit/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/bit64/4.0.5": { + "License": "GPL-2 | GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/bit64/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/bitops/1.0-7": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/bitops/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/blavaan/0.4-7": { + "License": "GPL (>= 3)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/blavaan/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/blob/1.2.4": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/blob/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/BMA/3.18.17": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/BMA/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/bmp/0.3": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/bmp/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/bnlearn/4.8.1": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/bnlearn/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/bold/1.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.2.2-foss-2022b/boot/1.3-28.1": { + "License": "Unlimited", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/boot/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/bootstrap/2019.6": { + "License": "BSD_3_clause + file LICENSE", + "Permission to redistribute": false, + "Retrieved from": "https://cran.r-project.org/web/packages/bootstrap/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/Boruta/8.0.0": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/Boruta/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/brew/1.0-8": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/brew/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/brglm/0.7.2": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/brglm/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/bridgedist/0.1.2": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/bridgedist/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/bridgesampling/1.1-2": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/bridgesampling/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/brio/1.1.3": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/brio/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/brms/2.19.0": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/brms/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/Brobdingnag/1.2-9": { + "License": "GPL", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/Brobdingnag/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/broom.helpers/1.12.0": { + "License": "GPL (>= 3)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/broom.helpers/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/broom.mixed/0.2.9.4": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/broom.mixed/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/broom/1.0.4": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/broom/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/bslib/0.4.2": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/bslib/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/bst/0.3-24": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/bst/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/cachem/1.0.7": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/cachem/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/Cairo/1.6-0": { + "License": "GPL-2 | GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/Cairo/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/calibrate/1.7.7": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/calibrate/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/callr/3.7.3": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/callr/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/car/3.1-1": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/car/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/carData/3.0-5": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/carData/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/caret/6.0-93": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/caret/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/catlearn/0.9.1": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/catlearn/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/caTools/1.18.2": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/caTools/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/CBPS/0.23": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/CBPS/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/celestial/1.4.6": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/celestial/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/cellranger/1.1.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/cellranger/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/cgdsr/1.2.10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.2.2-foss-2022b/cghFLasso/0.2-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.2.2-foss-2022b/changepoint/2.2.4": { + "License": "GPL", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/changepoint/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/checkmate/2.1.0": { + "License": "BSD_3_clause + file LICENSE", + "Permission to redistribute": false, + "Retrieved from": "https://cran.r-project.org/web/packages/checkmate/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/chemometrics/1.4.2": { + "License": "GPL (>= 3)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/chemometrics/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/chkptstanr/0.1.1": { + "License": "Apache License 2.0 | file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/chkptstanr/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/chron/2.3-60": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/chron/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/circlize/0.4.15": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/circlize/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/circular/0.4-95": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/circular/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/class/7.3-21": { + "License": "GPL-2 | GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/class/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/classInt/0.4-9": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/classInt/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/cld2/1.2.4": { + "License": "Apache License 2.0", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/cld2/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/cli/3.6.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/cli/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/clipr/0.8.0": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/clipr/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/clisymbols/1.2.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/clisymbols/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/clock/0.6.1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/clock/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/clue/0.3-64": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/clue/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/cluster/2.1.4": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/cluster/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/clusterGeneration/1.3.7": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/clusterGeneration/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/clusterRepro/0.9": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/clusterRepro/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/clustree/0.5.0": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/clustree/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/clValid/0.7": { + "License": "LGPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/clValid/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/cmprsk/2.2-11": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/cmprsk/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/cNORM/3.0.2": { + "License": "AGPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/cNORM/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/cobalt/4.4.1": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/cobalt/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/cobs/1.3-5": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/cobs/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/coda/0.19-4": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/coda/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/codetools/0.2-19": { + "License": "GPL", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/codetools/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/coin/1.4-2": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/coin/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/collapse/1.9.3": { + "License": "GPL (>= 2) | file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/collapse/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/colorspace/2.1-0": { + "License": "BSD_3_clause + file LICENSE", + "Permission to redistribute": false, + "Retrieved from": "https://cran.r-project.org/web/packages/colorspace/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/colourpicker/1.2.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/colourpicker/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/combinat/0.0-8": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/combinat/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/ComICS/1.0.4": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/ComICS/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/commonmark/1.8.1": { + "License": "BSD_2_clause + file LICENSE", + "Permission to redistribute": false, + "Retrieved from": "https://cran.r-project.org/web/packages/commonmark/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/compiler": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.2.2-foss-2022b/ComplexUpset/1.3.3": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/ComplexUpset/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/compositions/2.0-5": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/compositions/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/CompQuadForm/1.4.3": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/CompQuadForm/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/conditionz/0.1.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/conditionz/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/conflicted/1.2.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/conflicted/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/conquer/1.3.3": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/conquer/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/contfrac/1.1-12": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/contfrac/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/copCAR/2.0-4": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/copCAR/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/copula/1.1-2": { + "License": "GPL (>= 3) | file LICENCE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/copula/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/corpcor/1.6.10": { + "License": "GPL (>= 3)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/corpcor/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/corrplot/0.92": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/corrplot/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/covr/3.6.1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/covr/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/CovSel/1.2.1": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/CovSel/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/covsim/1.0.0": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/covsim/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/cowplot/1.1.1": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/cowplot/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/coxed/0.3.3": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/coxed/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/coxme/2.2-18.1": { + "License": "LGPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/coxme/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/cpp11/0.4.3": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/cpp11/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/crayon/1.5.2": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/crayon/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/credentials/1.3.2": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/credentials/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/crfsuite/0.4.1": { + "License": "BSD_3_clause + file LICENSE", + "Permission to redistribute": false, + "Retrieved from": "https://cran.r-project.org/web/packages/crfsuite/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/crosstalk/1.2.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/crosstalk/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/crul/1.3": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/crul/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/cSEM/0.5.0": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/cSEM/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/csSAM/1.2.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.2.2-foss-2022b/ctmle/0.1.2": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/ctmle/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/cubature/2.0.4.6": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/cubature/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/cubelyr/1.0.2": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/cubelyr/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/curl/5.0.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/curl/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/cvAUC/1.1.4": { + "License": "Apache License (== 2.0)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/cvAUC/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/CVST/0.2-3": { + "License": "GPL (>= 2.0)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/CVST/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/CVXR/1.0-11": { + "License": "Apache License 2.0 | file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/CVXR/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/d3Network/0.5.2.1": { + "License": "GPL (>= 3)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/d3Network/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/dagitty/0.3-1": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/dagitty/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/data.table/1.14.8": { + "License": "MPL-2.0 | file LICENSE", + "Permission to redistribute": false, + "Retrieved from": "https://cran.r-project.org/web/packages/data.table/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/data.tree/1.0.0": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/data.tree/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/DataCombine/0.2.21": { + "License": "GPL (>= 3)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/DataCombine/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/datasets": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.2.2-foss-2022b/date/1.2-42": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/date/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/dbarts/0.9-23": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/dbarts/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/DBI/1.1.3": { + "License": "LGPL (>= 2.1)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/DBI/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/dbplyr/2.3.1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/dbplyr/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/dbscan/1.1-11": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/dbscan/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/dcurver/0.9.2": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/dcurver/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/ddalpha/1.3.13": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/ddalpha/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/deal/1.2-42": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/deal/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/debugme/1.1.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/debugme/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/deldir/1.0-6": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/deldir/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/dendextend/1.16.0": { + "License": "GPL-2 | GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/dendextend/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/DEoptim/2.2-8": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/DEoptim/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/DEoptimR/1.0-11": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/DEoptimR/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/DepthProc/2.1.5": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/DepthProc/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/Deriv/4.1.3": { + "License": "GPL (>= 3)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/Deriv/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/desc/1.4.2": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/desc/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/DescTools/0.99.48": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/DescTools/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/deSolve/1.35": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/deSolve/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/devtools/2.4.5": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/devtools/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/dfidx/0.0-5": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/dfidx/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/DHARMa/0.4.6": { + "License": "GPL (>= 3)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/DHARMa/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/dHSIC/2.1": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/dHSIC/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/diagram/1.6.5": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/diagram/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/DiagrammeR/1.0.9": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/DiagrammeR/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/DiceKriging/1.6.0": { + "License": "GPL-2 | GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/DiceKriging/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/dichromat/2.0-0.1": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/dichromat/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/diffobj/0.3.5": { + "License": "GPL-2 | GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/diffobj/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/digest/0.6.31": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/digest/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/dimRed/0.2.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.2.2-foss-2022b/diptest/0.76-0": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/diptest/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/DiscriMiner/0.1-29": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.2.2-foss-2022b/dismo/1.3-9": { + "License": "GPL (>= 3)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/dismo/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/distillery/1.2-1": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/distillery/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/distr/2.9.1": { + "License": "LGPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/distr/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/distrEx/2.9.0": { + "License": "LGPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/distrEx/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/distributional/0.3.1": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/distributional/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/DistributionUtils/0.6-0": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/DistributionUtils/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/diveRsity/1.9.90": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.2.2-foss-2022b/dlm/1.1-6": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/dlm/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/DMCfun/2.0.2": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/DMCfun/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/doc2vec/0.2.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/doc2vec/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/docstring/1.0.0": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/docstring/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/doMC/1.3.8": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/doMC/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/doParallel/1.0.17": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/doParallel/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/doRNG/1.8.6": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/doRNG/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/doSNOW/1.0.20": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/doSNOW/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/dotCall64/1.0-2": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/dotCall64/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/downlit/0.4.2": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/downlit/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/downloader/0.4": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/downloader/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/dplyr/1.1.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/dplyr/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/dr/3.0.10": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/dr/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/drgee/1.1.10": { + "License": "GPL-2 | GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/drgee/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/DRR/0.0.4": { + "License": "GPL-3 | file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/DRR/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/drugCombo/1.2.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.2.2-foss-2022b/DT/0.27": { + "License": "GPL-3 | file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/DT/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/dtangle/2.0.9": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/dtangle/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/dtplyr/1.3.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/dtplyr/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/DTRreg/1.7": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/DTRreg/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/dtw/1.23-1": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/dtw/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/dummies/1.5.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.2.2-foss-2022b/dygraphs/1.1.1.6": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/dygraphs/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/dynamicTreeCut/1.63-1": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/dynamicTreeCut/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/e1071/1.7-13": { + "License": "GPL-2 | GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/e1071/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/earth/5.3.2": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/earth/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/EasyABC/1.5.2": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/EasyABC/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/ECOSolveR/0.5.5": { + "License": "GPL (>= 3)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/ECOSolveR/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/elementR/1.3.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.2.2-foss-2022b/ellipse/0.4.3": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/ellipse/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/ellipsis/0.3.2": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/ellipsis/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/elliptic/1.4-0": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/elliptic/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/emdbook/1.3.12": { + "License": "GPL", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/emdbook/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/emmeans/1.8.5": { + "License": "GPL-2 | GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/emmeans/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/emoa/0.5-0.1": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/emoa/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/emulator/1.2-21": { + "License": "GPL", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/emulator/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/energy/1.7-11": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/energy/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/ENMeval/2.0.4": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/ENMeval/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/entropy/1.3.1": { + "License": "GPL (>= 3)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/entropy/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/EnvStats/2.7.0": { + "License": "GPL (>= 3)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/EnvStats/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/epitools/0.5-10.1": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/epitools/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/ergm.count/4.1.1": { + "License": "GPL-3 + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/ergm.count/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/ergm/4.4.0": { + "License": "GPL-3 + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/ergm/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/estimability/1.4.1": { + "License": "GPL (>= 3)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/estimability/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/evaluate/0.20": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/evaluate/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/EValue/4.1.3": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/EValue/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/evd/2.3-6.1": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/evd/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/Exact/3.2": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/Exact/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/expm/0.999-7": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/expm/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/ExPosition/2.8.23": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/ExPosition/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/expsmooth/2.3": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/expsmooth/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/extrafont/0.19": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/extrafont/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/extrafontdb/1.0": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/extrafontdb/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/extRemes/2.1-3": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/extRemes/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/FactoMineR/2.7": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/FactoMineR/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/FactorCopula/0.9.3": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/FactorCopula/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/fail/1.3": { + "License": "BSD_3_clause + file LICENSE", + "Permission to redistribute": false, + "Retrieved from": "https://cran.r-project.org/web/packages/fail/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/fansi/1.0.4": { + "License": "GPL-2 | GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/fansi/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/farver/2.1.1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/farver/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/fastcluster/1.2.3": { + "License": "FreeBSD | GPL-2 | file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/fastcluster/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/fastDummies/1.6.3": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/fastDummies/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/fasterize/1.0.4": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/fasterize/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/fastICA/1.2-3": { + "License": "GPL-2 | GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/fastICA/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/fastmap/1.1.1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/fastmap/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/fastmatch/1.1-3": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/fastmatch/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/fdrtool/1.2.17": { + "License": "GPL (>= 3)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/fdrtool/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/feather/0.3.5": { + "License": "Apache License 2.0", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/feather/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/ff/4.0.9": { + "License": "GPL-2 | GPL-3 | file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/ff/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/fftw/1.0-7": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/fftw/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/fftwtools/0.9-11": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/fftwtools/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/fields/14.1": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/fields/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/filehash/2.4-5": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/filehash/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/finalfit/1.0.6": { + "License": "MIT + file LICENCE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/finalfit/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/findpython/1.0.8": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/findpython/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/fishMod/0.29": { + "License": "GPL", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/fishMod/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/fitdistrplus/1.1-8": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/fitdistrplus/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/FKSUM/1.0.1": { + "License": "GPL", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/FKSUM/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/flashClust/1.01-2": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/flashClust/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/flexclust/1.4-1": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/flexclust/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/flexmix/2.3-19": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/flexmix/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/flextable/0.9.2": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/flextable/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/fma/2.5": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/fma/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/FME/1.3.6.2": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/FME/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/fmri/1.9.11": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/fmri/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/FNN/1.1.3.1": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/FNN/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/fontawesome/0.5.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/fontawesome/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/fontBitstreamVera/0.1.1": { + "License": "file LICENCE", + "Permission to redistribute": false, + "Retrieved from": "https://cran.r-project.org/web/packages/fontBitstreamVera/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/fontLiberation/0.1.0": { + "License": "file LICENSE", + "Permission to redistribute": false, + "Retrieved from": "https://cran.r-project.org/web/packages/fontLiberation/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/fontquiver/0.2.1": { + "License": "GPL-3 | file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/fontquiver/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/forcats/1.0.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/forcats/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/foreach/1.5.2": { + "License": "Apache License (== 2.0)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/foreach/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/forecast/8.21": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/forecast/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/foreign/0.8-84": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/foreign/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/formatR/1.14": { + "License": "GPL", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/formatR/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/formula.tools/1.7.1": { + "License": "GPL-2 | file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/formula.tools/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/Formula/1.2-5": { + "License": "GPL-2 | GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/Formula/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/fossil/0.4.0": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/fossil/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/fpc/2.2-10": { + "License": "GPL", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/fpc/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/fpp/0.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.2.2-foss-2022b/fracdiff/1.5-2": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/fracdiff/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/fs/1.6.1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/fs/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/furrr/0.3.1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/furrr/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/futile.logger/1.4.3": { + "License": "LGPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/futile.logger/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/futile.options/1.0.1": { + "License": "LGPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/futile.options/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/future.apply/1.10.0": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/future.apply/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/future/1.32.0": { + "License": "LGPL (>= 2.1)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/future/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/gam/1.22-1": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/gam/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/gamlss.data/6.0-2": { + "License": "GPL-2 | GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/gamlss.data/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/gamlss.dist/6.0-5": { + "License": "GPL-2 | GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/gamlss.dist/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/gamlss.tr/5.1-7": { + "License": "GPL-2 | GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/gamlss.tr/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/gamlss/5.4-12": { + "License": "GPL-2 | GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/gamlss/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/gamm4/0.2-6": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/gamm4/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/gap.datasets/0.0.5": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/gap.datasets/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/gap/1.5-1": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/gap/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/gapfill/0.9.6-1": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/gapfill/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/gargle/1.3.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/gargle/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/gaussquad/1.0-3": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/gaussquad/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/gbm/2.1.8.1": { + "License": "GPL (>= 2) | file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/gbm/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/gbRd/0.4-11": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/gbRd/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/gclus/1.3.2": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/gclus/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/gdalUtilities/1.2.5": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/gdalUtilities/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/gdalUtils/2.0.3.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.2.2-foss-2022b/gdata/2.18.0.1": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/gdata/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/gdistance/1.6": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/gdistance/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/gdtools/0.3.3": { + "License": "GPL-3 | file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/gdtools/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/gee/4.13-25": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/gee/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/geeM/0.10.1": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/geeM/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/geepack/1.3.9": { + "License": "GPL (>= 3)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/geepack/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/geex/1.1.1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/geex/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/geiger/2.0.10": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/geiger/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/GeneNet/1.2.16": { + "License": "GPL (>= 3)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/GeneNet/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/generics/0.1.3": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/generics/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/genoPlotR/0.8.11": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/genoPlotR/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/GenSA/1.1.8": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/GenSA/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/geojson/0.3.5": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/geojson/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/geojsonio/0.11.3": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/geojsonio/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/geojsonsf/2.0.3": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/geojsonsf/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/geometries/0.2.2": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/geometries/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/geometry/0.4.7": { + "License": "GPL (>= 3)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/geometry/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/gert/1.9.2": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/gert/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/getopt/1.20.3": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/getopt/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/GetoptLong/1.0.5": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/GetoptLong/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/gfonts/0.2.0": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/gfonts/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/GGally/2.1.2": { + "License": "GPL (>= 2.0)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/GGally/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/ggbeeswarm/0.7.1": { + "License": "GPL (>= 3)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/ggbeeswarm/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/ggdag/0.2.7": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/ggdag/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/ggExtra/0.10.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/ggExtra/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/ggfan/0.1.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.2.2-foss-2022b/ggforce/0.4.1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/ggforce/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/ggformula/0.10.2": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/ggformula/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/ggfun/0.0.9": { + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/ggfun/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/ggh4x/0.2.3": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/ggh4x/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/ggnetwork/0.5.12": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/ggnetwork/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/ggplot2/3.4.1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/ggplot2/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/ggplotify/0.1.0": { + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/ggplotify/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/ggpubr/0.6.0": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/ggpubr/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/ggraph/2.1.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/ggraph/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/ggrepel/0.9.3": { + "License": "GPL-3 | file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/ggrepel/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/ggridges/0.5.4": { + "License": "GPL-2 | file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/ggridges/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/ggsci/3.0.0": { + "License": "GPL (>= 3)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/ggsci/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/ggsignif/0.6.4": { + "License": "GPL-3 | file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/ggsignif/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/ggstance/0.3.6": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/ggstance/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/ggvenn/0.1.9": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/ggvenn/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/ggvis/0.4.8": { + "License": "GPL-2 | file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/ggvis/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/gh/1.4.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/gh/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/GillespieSSA/0.6.2": { + "License": "GPL (>= 3)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/GillespieSSA/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/git2r/0.31.0": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/git2r/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/gitcreds/0.1.2": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/gitcreds/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/GJRM/0.2-6.1": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/GJRM/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/glasso/1.11": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/glasso/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/gld/2.6.6": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/gld/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/gllvm/1.4.1": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/gllvm/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/glmmML/1.1.4": { + "License": "GPL (>= 3)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/glmmML/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/glmmTMB/1.1.5": { + "License": "AGPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/glmmTMB/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/glmnet/4.1-6": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/glmnet/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/GlobalOptions/0.1.2": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/GlobalOptions/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/globals/0.16.2": { + "License": "LGPL (>= 2.1)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/globals/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/glue/1.6.2": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/glue/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/gmm/1.7": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/gmm/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/gmodels/2.18.1.1": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/gmodels/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/gmp/0.7-1": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/gmp/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/gnumeric/0.7-8": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/gnumeric/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/goftest/1.2-3": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/goftest/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/gomms/1.0": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/gomms/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/googledrive/2.0.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/googledrive/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/googlesheets4/1.0.1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/googlesheets4/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/gower/1.0.1": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/gower/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/GPArotation/2022.10-2": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/GPArotation/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/gplots/3.1.3": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/gplots/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/graphics": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.2.2-foss-2022b/graphlayouts/0.8.4": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/graphlayouts/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/grDevices": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.2.2-foss-2022b/grf/2.2.1": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/grf/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/grid": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.2.2-foss-2022b/gridBase/0.4-7": { + "License": "GPL", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/gridBase/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/gridExtra/2.3": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/gridExtra/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/gridGraphics/0.5-1": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/gridGraphics/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/grImport2/0.2-0": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/grImport2/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/grpreg/3.4.0": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/grpreg/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/GSA/1.03.2": { + "License": "LGPL", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/GSA/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/gsalib/2.2.1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/gsalib/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/gsl/2.1-8": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/gsl/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/gsw/1.1-1": { + "License": "GPL (>= 2) | file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/gsw/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/gt/0.8.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/gt/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/gtable/0.3.1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/gtable/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/gtools/3.9.4": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/gtools/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/gtsummary/1.7.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/gtsummary/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/GUTS/1.2.3": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/GUTS/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/gWidgets2/1.0-9": { + "License": "GPL (>= 3)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/gWidgets2/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/gWidgets2tcltk/1.0-8": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/gWidgets2tcltk/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/GxEScanR/2.0.2": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/GxEScanR/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/h2o/3.40.0.1": { + "License": "Apache License (== 2.0)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/h2o/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/hal9001/0.4.3": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/hal9001/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/haldensify/0.2.3": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/haldensify/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/hardhat/1.2.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/hardhat/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/harmony/0.1.1": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/harmony/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/hash/2.2.6.2": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/hash/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/haven/2.5.2": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/haven/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/hdf5r/1.3.8": { + "License": "Apache License 2.0 | file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/hdf5r/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/hdm/0.3.1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/hdm/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/heatmap3/1.1.9": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/heatmap3/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/here/1.0.1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/here/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/hexbin/1.28.2": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/hexbin/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/HGNChelper/0.8.1": { + "License": "GPL (>= 2.0)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/HGNChelper/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/HiddenMarkov/1.8-13": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/HiddenMarkov/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/highr/0.10": { + "License": "GPL", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/highr/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/Hmisc/5.0-1": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/Hmisc/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/hms/1.1.2": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/hms/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/Hmsc/3.0-13": { + "License": "GPL-3 | file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/Hmsc/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/htmlTable/2.4.1": { + "License": "GPL (>= 3)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/htmlTable/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/htmltools/0.5.4": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/htmltools/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/htmlwidgets/1.6.1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/htmlwidgets/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/httpcode/0.3.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/httpcode/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/httpuv/1.6.9": { + "License": "GPL (>= 2) | file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/httpuv/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/httr/1.4.5": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/httr/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/httr2/0.2.2": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/httr2/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/huge/1.3.5": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/huge/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/hunspell/3.0.2": { + "License": "GPL-2 | LGPL-2.1 | MPL-1.1", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/hunspell/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/hwriter/1.3.2.1": { + "License": "LGPL-2.1", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/hwriter/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/HWxtest/1.1.9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.2.2-foss-2022b/hypergeo/1.2-13": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/hypergeo/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/ica/1.0-3": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/ica/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/IDPmisc/1.1.20": { + "License": "GPL (>= 3)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/IDPmisc/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/idr/1.3": { + "License": "GPL (>= 2.0)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/idr/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/ids/1.0.1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/ids/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/ie2misc/0.9.0": { + "License": "CC0", + "Permission to redistribute": false, + "Retrieved from": "https://cran.r-project.org/web/packages/ie2misc/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/igraph/1.4.1": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/igraph/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/image.binarization/0.1.3": { + "License": "MPL-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/image.binarization/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/imager/0.42.18": { + "License": "LGPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/imager/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/imagerExtra/1.3.2": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/imagerExtra/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/ineq/0.2-13": { + "License": "GPL-2 | GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/ineq/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/influenceR/0.1.0.1": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/influenceR/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/infotheo/1.2.0.1": { + "License": "GPL (>= 3)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/infotheo/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/ini/0.3.1": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/ini/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/inline/0.3.19": { + "License": "LGPL", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/inline/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/intergraph/2.0-2": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/intergraph/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/interp/1.1-3": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/interp/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/interpretR/0.2.4": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/interpretR/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/intrinsicDimension/1.2.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/intrinsicDimension/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/inum/1.0-5": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/inum/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/ipred/0.9-14": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/ipred/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/irace/3.5": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/irace/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/irlba/2.3.5.1": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/irlba/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/ismev/1.42": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/ismev/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/Iso/0.0-18.1": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/Iso/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/isoband/0.2.7": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/isoband/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/ISOcodes/2022.09.29": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/ISOcodes/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/ISOweek/0.6-2": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/ISOweek/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/iterators/1.0.14": { + "License": "Apache License (== 2.0)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/iterators/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/itertools/0.1-3": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/itertools/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/JADE/2.0-3": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/JADE/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/janeaustenr/1.0.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/janeaustenr/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/JBTools/0.7.2.9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.2.2-foss-2022b/jiebaR/0.11": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/jiebaR/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/jiebaRD/0.1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/jiebaRD/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/jomo/2.7-4": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/jomo/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/jpeg/0.1-10": { + "License": "GPL-2 | GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/jpeg/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/jqr/1.3.1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/jqr/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/jquerylib/0.1.4": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/jquerylib/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/jsonify/1.2.2": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/jsonify/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/jsonlite/1.8.4": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/jsonlite/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/jstable/1.0.7": { + "License": "Apache License 2.0", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/jstable/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/juicyjuice/0.1.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/juicyjuice/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/kde1d/1.0.5": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/kde1d/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/kedd/1.0.3": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/kedd/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/kernlab/0.9-32": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/kernlab/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/KernSmooth/2.23-20": { + "License": "Unlimited", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/KernSmooth/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/kinship2/1.9.6": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/kinship2/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/klaR/1.7-1": { + "License": "GPL-2 | GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/klaR/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/knitr/1.42": { + "License": "GPL", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/knitr/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/KODAMA/2.4": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/KODAMA/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/kohonen/3.0.11": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/kohonen/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/ks/1.14.0": { + "License": "GPL-2 | GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/ks/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/labdsv/2.0-1": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/labdsv/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/labeling/0.4.2": { + "License": "MIT + file LICENSE | Unlimited", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/labeling/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/labelled/2.10.0": { + "License": "GPL (>= 3)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/labelled/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/laeken/0.5.2": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/laeken/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/lambda.r/1.2.4": { + "License": "LGPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/lambda.r/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/LaplacesDemon/16.1.6": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/LaplacesDemon/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/lars/1.3": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/lars/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/lassosum/0.4.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.2.2-foss-2022b/later/1.3.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/later/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/lattice/0.20-45": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/lattice/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/latticeExtra/0.6-30": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/latticeExtra/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/lava/1.7.2.1": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/lava/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/lavaan/0.6-15": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/lavaan/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/lazy/1.2-18": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/lazy/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/lazyeval/0.2.2": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/lazyeval/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/LCFdata/2.0": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/LCFdata/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/lda/1.4.2": { + "License": "LGPL (>= 2.1)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/lda/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/ldbounds/2.0.0": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/ldbounds/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/leafem/0.2.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/leafem/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/leaflet.providers/1.9.0": { + "License": "BSD_2_clause + file LICENSE", + "Permission to redistribute": false, + "Retrieved from": "https://cran.r-project.org/web/packages/leaflet.providers/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/leaflet/2.1.2": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/leaflet/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/leafsync/0.1.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/leafsync/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/leaps/3.1": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/leaps/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/LearnBayes/2.15.1": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/LearnBayes/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/leiden/0.4.3": { + "License": "GPL-3 | file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/leiden/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/lhs/1.1.6": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/lhs/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/libcoin/1.0-9": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/libcoin/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/lifecycle/1.0.3": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/lifecycle/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/limSolve/1.5.6": { + "License": "GPL", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/limSolve/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/linkcomm/1.0-14": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/linkcomm/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/linprog/0.9-4": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/linprog/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/liquidSVM/1.2.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.2.2-foss-2022b/listenv/0.9.0": { + "License": "LGPL (>= 2.1)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/listenv/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/lme4/1.1-32": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/lme4/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/LMERConvenienceFunctions/3.0": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/LMERConvenienceFunctions/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/lmerTest/3.1-3": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/lmerTest/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/lmom/2.9": { + "License": "Common Public License Version 1.0", + "Permission to redistribute": false, + "Retrieved from": "https://cran.r-project.org/web/packages/lmom/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/Lmoments/1.3-1": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/Lmoments/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/lmtest/0.9-40": { + "License": "GPL-2 | GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/lmtest/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/lobstr/1.1.2": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/lobstr/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/locfdr/1.1-8": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/locfdr/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/locfit/1.5-9.7": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/locfit/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/logcondens/2.1.7": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/logcondens/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/logger/0.2.2": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/logger/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/logistf/1.24.1": { + "License": "GPL", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/logistf/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/logspline/2.1.19": { + "License": "Apache License 2.0", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/logspline/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/longitudinal/1.1.13": { + "License": "GPL (>= 3)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/longitudinal/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/longmemo/1.1-2": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/longmemo/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/loo/2.5.1": { + "License": "GPL (>= 3)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/loo/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/lpSolve/5.6.18": { + "License": "LGPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/lpSolve/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/lpSolveAPI/5.5.2.0-17.9": { + "License": "LGPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/lpSolveAPI/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/lqa/1.0-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.2.2-foss-2022b/lsei/1.3-0": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/lsei/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/lslx/0.6.11": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/lslx/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/lubridate/1.9.2": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/lubridate/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/lwgeom/0.2-11": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/lwgeom/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/magic/1.6-1": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/magic/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/magick/2.7.4": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/magick/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/magrittr/2.0.3": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/magrittr/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/MALDIquant/1.22": { + "License": "GPL (>= 3)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/MALDIquant/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/manipulateWidget/0.11.1": { + "License": "GPL (>= 2) | file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/manipulateWidget/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/mapproj/1.2.11": { + "License": "Lucent Public License", + "Permission to redistribute": false, + "Retrieved from": "https://cran.r-project.org/web/packages/mapproj/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/maps/3.4.1": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/maps/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/maptools/1.1-6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.2.2-foss-2022b/markdown/1.5": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/markdown/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/MASS/7.3-58.3": { + "License": "GPL-2 | GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/MASS/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/Matching/4.10-8": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/Matching/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/MatchIt/4.5.1": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/MatchIt/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/mathjaxr/1.6-0": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/mathjaxr/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/matlab/1.0.4": { + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/matlab/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/Matrix/1.5-3": { + "License": "GPL (>= 2) | file LICENCE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/Matrix/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/matrixcalc/1.0-6": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/matrixcalc/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/MatrixModels/0.5-1": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/MatrixModels/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/matrixStats/0.63.0": { + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/matrixStats/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/maxLik/1.5-2": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/maxLik/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/maxlike/0.1-9": { + "License": "GPL (>= 3)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/maxlike/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/maxnet/0.1.4": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/maxnet/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/mboost/2.9-7": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/mboost/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/mclogit/0.9.6": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/mclogit/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/mclust/6.0.0": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/mclust/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/mcmc/0.9-7": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/mcmc/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/MCMCpack/1.6-3": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/MCMCpack/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/mcmcse/1.5-0": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/mcmcse/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/mda/0.5-3": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/mda/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/medflex/0.6-7": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/medflex/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/mediation/4.5.0": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/mediation/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/memisc/0.99.31.6": { + "License": "GPL-2 | GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/memisc/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/memoise/2.0.1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/memoise/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/memuse/4.2-3": { + "License": "BSD 2-clause License + file LICENSE", + "Permission to redistribute": false, + "Retrieved from": "https://cran.r-project.org/web/packages/memuse/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/MESS/0.5.9": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/MESS/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/metadat/1.2-0": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/metadat/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/metafor/3.8-1": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/metafor/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/MetaUtility/2.1.2": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/MetaUtility/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/methods": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.2.2-foss-2022b/mets/1.3.2": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/mets/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/mgcv/1.8-42": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/mgcv/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/mgsub/1.7.3": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/mgsub/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/mhsmm/0.4.16": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/mhsmm/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/mi/1.1": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/mi/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/mice/3.15.0": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/mice/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/miceadds/3.16-18": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/miceadds/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/microbenchmark/1.4.9": { + "License": "BSD_2_clause + file LICENSE", + "Permission to redistribute": false, + "Retrieved from": "https://cran.r-project.org/web/packages/microbenchmark/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/MIIVsem/0.5.8": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/MIIVsem/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/mime/0.12": { + "License": "GPL", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/mime/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/minerva/1.5.10": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/minerva/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/miniUI/0.1.1.1": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/miniUI/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/minpack.lm/1.2-3": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/minpack.lm/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/minqa/1.2.5": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/minqa/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/mirt/1.38.1": { + "License": "GPL (>= 3)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/mirt/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/misc3d/0.9-1": { + "License": "GPL", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/misc3d/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/miscTools/0.6-26": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/miscTools/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/missForest/1.5": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/missForest/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/mitml/0.4-5": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/mitml/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/mitools/2.4": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/mitools/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/mixtools/2.0.0": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/mixtools/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/mlbench/2.1-3": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/mlbench/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/mlegp/3.1.9": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/mlegp/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/MLmetrics/1.1.1": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/MLmetrics/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/mlogit/1.1-1": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/mlogit/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/mlr/2.19.1": { + "License": "BSD_2_clause + file LICENSE", + "Permission to redistribute": false, + "Retrieved from": "https://cran.r-project.org/web/packages/mlr/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/mlrMBO/1.1.5.1": { + "License": "BSD_2_clause + file LICENSE", + "Permission to redistribute": false, + "Retrieved from": "https://cran.r-project.org/web/packages/mlrMBO/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/mltools/0.3.5": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/mltools/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/mnormt/2.1.1": { + "License": "GPL-2 | GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/mnormt/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/ModelMetrics/1.2.2.2": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/ModelMetrics/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/modelr/0.1.10": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/modelr/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/modeltools/0.2-23": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/modeltools/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/MODIStsp/2.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.2.2-foss-2022b/momentfit/0.3": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/momentfit/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/moments/0.14.1": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/moments/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/MonteCarlo/1.0.6": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/MonteCarlo/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/mosaicCore/0.9.2.1": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/mosaicCore/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/mpath/0.4-2.23": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/mpath/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/mRMRe/2.1.2": { + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/mRMRe/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/msm/1.7": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/msm/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/mstate/0.3.2": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/mstate/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/multcomp/1.4-23": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/multcomp/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/multcompView/0.1-8": { + "License": "GPL", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/multcompView/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/multicool/0.1-12": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/multicool/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/multipol/1.0-7": { + "License": "GPL", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/multipol/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/munsell/0.5.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/munsell/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/mvabund/4.2.1": { + "License": "LGPL (>= 2.1)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/mvabund/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/mvnfast/0.2.8": { + "License": "GPL (>= 2.0)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/mvnfast/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/mvtnorm/1.1-3": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/mvtnorm/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/nabor/0.5.0": { + "License": "BSD_3_clause + file LICENSE", + "Permission to redistribute": false, + "Retrieved from": "https://cran.r-project.org/web/packages/nabor/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/naniar/1.0.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/naniar/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/natserv/1.0.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/natserv/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/naturalsort/0.1.3": { + "License": "BSD_3_clause + file LICENSE", + "Permission to redistribute": false, + "Retrieved from": "https://cran.r-project.org/web/packages/naturalsort/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/ncbit/2013.03.29.1": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/ncbit/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/ncdf4/1.21": { + "License": "GPL (>= 3)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/ncdf4/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/NCmisc/1.2.0": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/NCmisc/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/network/1.18.1": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/network/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/networkDynamic/0.11.3": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/networkDynamic/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/networkLite/1.0.5": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/networkLite/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/neuralnet/1.44.2": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/neuralnet/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/neuRosim/0.2-13": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/neuRosim/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/ngspatial/1.2-2": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/ngspatial/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/NISTunits/1.0.1": { + "License": "GPL (>= 3)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/NISTunits/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/nleqslv/3.3.4": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/nleqslv/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/nlme/3.1-162": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/nlme/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/nloptr/2.0.3": { + "License": "LGPL (>= 3)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/nloptr/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/NLP/0.2-1": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/NLP/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/nlsem/0.8": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/nlsem/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/nnet/7.3-18": { + "License": "GPL-2 | GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/nnet/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/nnls/1.4": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/nnls/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/nonnest2/0.5-5": { + "License": "GPL-2 | GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/nonnest2/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/nor1mix/1.3-0": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/nor1mix/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/norm/1.0-10.0": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/norm/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/nortest/1.0-4": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/nortest/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/np/0.60-17": { + "License": "GPL", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/np/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/npsurv/0.5-0": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/npsurv/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/numDeriv/2016.8-1.1": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/numDeriv/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/oai/0.4.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/oai/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/oce/1.7-10": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/oce/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/OceanView/1.0.6": { + "License": "GPL (>= 3.0)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/OceanView/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/oddsratio/2.0.1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/oddsratio/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/officer/0.6.2": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/officer/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/openair/2.16-0": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/openair/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/OpenMx/2.21.1": { + "License": "Apache License (== 2.0)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/OpenMx/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/openssl/2.0.6": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/openssl/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/openxlsx/4.2.5.2": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/openxlsx/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/operator.tools/1.6.3": { + "License": "GPL-2 | file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/operator.tools/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/optextras/2019-12.4": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/optextras/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/optimParallel/1.0-2": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/optimParallel/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/optimr/2019-12.16": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.2.2-foss-2022b/optimx/2022-4.30": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/optimx/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/optmatch/0.10.6": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/optmatch/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/optparse/1.7.3": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/optparse/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/ordinal/2022.11-16": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/ordinal/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/origami/1.0.7": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/origami/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/oro.nifti/0.11.4": { + "License": "BSD_3_clause + file LICENSE", + "Permission to redistribute": false, + "Retrieved from": "https://cran.r-project.org/web/packages/oro.nifti/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/orthopolynom/1.0-6.1": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/orthopolynom/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/osqp/0.6.0.8": { + "License": "Apache License 2.0 | file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/osqp/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/outliers/0.15": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/outliers/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/packrat/0.9.1": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/packrat/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/pacman/0.5.1": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/pacman/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/pammtools/0.5.8": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/pammtools/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/pamr/1.56.1": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/pamr/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/pan/1.6": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/pan/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/parallel": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.2.2-foss-2022b/parallelDist/0.2.6": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/parallelDist/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/parallelly/1.34.0": { + "License": "LGPL (>= 2.1)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/parallelly/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/parallelMap/1.5.1": { + "License": "BSD_2_clause + file LICENSE", + "Permission to redistribute": false, + "Retrieved from": "https://cran.r-project.org/web/packages/parallelMap/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/ParamHelpers/1.14.1": { + "License": "BSD_2_clause + file LICENSE", + "Permission to redistribute": false, + "Retrieved from": "https://cran.r-project.org/web/packages/ParamHelpers/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/parsedate/1.3.1": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/parsedate/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/party/1.3-13": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/party/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/partykit/1.2-18": { + "License": "GPL-2 | GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/partykit/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/pastecs/1.3.21": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/pastecs/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/patchwork/1.1.2": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/patchwork/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/pbapply/1.7-0": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/pbapply/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/pbivnorm/0.6.0": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/pbivnorm/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/pbkrtest/0.5.2": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/pbkrtest/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/PCAmatchR/0.3.3": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/PCAmatchR/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/pcaPP/2.0-3": { + "License": "GPL (>= 3)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/pcaPP/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/pdp/0.8.1": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/pdp/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/PearsonDS/1.2.3": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/PearsonDS/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/pec/2022.05.04": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/pec/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/penalized/0.9-52": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/penalized/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/penfa/0.1.1": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/penfa/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/peperr/1.4": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/peperr/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/PermAlgo/1.2": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/PermAlgo/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/permute/0.9-7": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/permute/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/phangorn/2.11.1": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/phangorn/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/pheatmap/1.0.12": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/pheatmap/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/phylobase/0.8.10": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/phylobase/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/phytools/1.5-1": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/phytools/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/pillar/1.8.1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/pillar/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/pim/2.0.2": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/pim/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/pinfsc50/1.2.0": { + "License": "GPL", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/pinfsc50/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/pixmap/0.4-12": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/pixmap/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/pkgbuild/1.4.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/pkgbuild/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/pkgconfig/2.0.3": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/pkgconfig/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/pkgdown/2.0.7": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/pkgdown/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/pkgload/1.3.2": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/pkgload/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/pkgmaker/0.32.8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.2.2-foss-2022b/plogr/0.2.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/plogr/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/plot3D/1.4": { + "License": "GPL (>= 3.0)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/plot3D/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/plot3Drgl/1.0.4": { + "License": "GPL (>= 3.0)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/plot3Drgl/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/plotly/4.10.1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/plotly/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/plotmo/3.6.2": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/plotmo/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/plotrix/3.8-2": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/plotrix/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/pls/2.8-1": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/pls/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/plyr/1.8.8": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/plyr/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/PMA/1.2.1": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/PMA/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/png/0.1-8": { + "License": "GPL-2 | GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/png/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/PoissonSeq/1.1.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.2.2-foss-2022b/poLCA/1.6.0.1": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/poLCA/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/polspline/1.1.22": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/polspline/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/Polychrome/1.5.1": { + "License": "Apache License (== 2.0)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/Polychrome/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/polyclip/1.10-4": { + "License": "BSL", + "Permission to redistribute": false, + "Retrieved from": "https://cran.r-project.org/web/packages/polyclip/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/polycor/0.8-1": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/polycor/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/polynom/1.4-1": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/polynom/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/posterior/1.4.1": { + "License": "BSD_3_clause + file LICENSE", + "Permission to redistribute": false, + "Retrieved from": "https://cran.r-project.org/web/packages/posterior/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/ppcor/1.1": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/ppcor/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/prabclus/2.3-2": { + "License": "GPL", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/prabclus/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/pracma/2.4.2": { + "License": "GPL (>= 3)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/pracma/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/praise/1.0.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/praise/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/PresenceAbsence/1.1.11": { + "License": "Unlimited", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/PresenceAbsence/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/preseqR/4.0.0": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/preseqR/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/prettyGraphs/2.1.6": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/prettyGraphs/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/prettyunits/1.1.1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/prettyunits/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/princurve/2.1.6": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/princurve/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/pROC/1.18.0": { + "License": "GPL (>= 3)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/pROC/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/processx/3.8.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/processx/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/prodlim/2019.11.13": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/prodlim/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/profileModel/0.6.1": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/profileModel/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/proftools/0.99-3": { + "License": "GPL", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/proftools/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/profvis/0.3.7": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/profvis/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/progress/1.2.2": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/progress/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/progressr/0.13.0": { + "License": "GPL (>= 3)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/progressr/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/projpred/2.4.0": { + "License": "GPL-3 | file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/projpred/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/promises/1.2.0.1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/promises/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/proto/1.0.0": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/proto/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/protolite/2.3.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/protolite/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/proxy/0.4-27": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/proxy/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/proxyC/0.3.3": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/proxyC/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/pryr/0.1.6": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/pryr/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/ps/1.7.2": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/ps/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/pscl/1.5.5": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/pscl/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/pspline/1.0-19": { + "License": "Unlimited", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/pspline/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/psych/2.2.9": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/psych/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/Publish/2023.01.17": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/Publish/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/pulsar/0.3.10": { + "License": "GPL (>= 3)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/pulsar/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/purrr/1.0.1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/purrr/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/pvclust/2.2-0": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/pvclust/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/qgam/1.3.4": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/qgam/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/qgraph/1.9.3": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/qgraph/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/qqman/0.1.8": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/qqman/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/qrnn/2.0.5": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/qrnn/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/quadprog/1.5-8": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/quadprog/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/quanteda/3.3.0": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/quanteda/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/quantmod/0.4.20": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/quantmod/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/quantreg/5.94": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/quantreg/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/questionr/0.7.8": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/questionr/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/R.cache/0.16.0": { + "License": "LGPL (>= 2.1)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/R.cache/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/R.matlab/3.7.0": { + "License": "LGPL (>= 2.1)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/R.matlab/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/R.methodsS3/1.8.2": { + "License": "LGPL (>= 2.1)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/R.methodsS3/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/R.oo/1.25.0": { + "License": "LGPL (>= 2.1)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/R.oo/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/R.rsp/0.45.0": { + "License": "LGPL (>= 2.1)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/R.rsp/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/R.utils/2.12.2": { + "License": "LGPL (>= 2.1)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/R.utils/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/R2WinBUGS/2.1-21": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/R2WinBUGS/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/R6/2.5.1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/R6/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/ragg/1.2.5": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/ragg/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/random/0.2.6": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/random/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/randomForest/4.7-1.1": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/randomForest/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/randomForestSRC/3.2.1": { + "License": "GPL (>= 3)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/randomForestSRC/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/randtoolbox/2.0.4": { + "License": "BSD_3_clause + file LICENSE", + "Permission to redistribute": false, + "Retrieved from": "https://cran.r-project.org/web/packages/randtoolbox/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/rangeModelMetadata/0.1.4": { + "License": "GPL (>= 3)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/rangeModelMetadata/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/ranger/0.14.1": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/ranger/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/RANN/2.6.1": { + "License": "GPL (>= 3)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/RANN/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/rapidjsonr/1.2.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/rapidjsonr/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/rappdirs/0.3.3": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/rappdirs/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/rARPACK/0.11-0": { + "License": "BSD_3_clause + file LICENSE", + "Permission to redistribute": false, + "Retrieved from": "https://cran.r-project.org/web/packages/rARPACK/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/raster/3.6-20": { + "License": "GPL (>= 3)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/raster/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/rasterVis/0.51.5": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/rasterVis/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/ratelimitr/0.4.1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/ratelimitr/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/RBesT/1.6-6": { + "License": "GPL (>= 3)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/RBesT/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/rbibutils/2.2.13": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/rbibutils/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/rbison/1.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.2.2-foss-2022b/Rborist/0.3-2": { + "License": "MPL (>= 2) | GPL (>= 2) | file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/Rborist/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/RCAL/2.0": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/RCAL/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/Rcgmin/2022-4.30": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.2.2-foss-2022b/RCircos/1.2.2": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/RCircos/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/rcmdcheck/1.4.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/rcmdcheck/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/RColorBrewer/1.1-3": { + "License": "Apache License 2.0", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/RColorBrewer/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/Rcpp/1.0.10": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/Rcpp/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/RcppArmadillo/0.12.0.1.0": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/RcppArmadillo/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/RcppEigen/0.3.3.9.3": { + "License": "GPL (>= 2) | file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/RcppEigen/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/RcppGSL/0.3.13": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/RcppGSL/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/RcppParallel/5.1.7": { + "License": "GPL (>= 3)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/RcppParallel/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/RcppProgress/0.4.2": { + "License": "GPL (>= 3)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/RcppProgress/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/RcppRoll/0.3.0": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/RcppRoll/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/RcppThread/2.1.3": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/RcppThread/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/RcppTOML/0.2.2": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/RcppTOML/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/RCurl/1.98-1.10": { + "License": "BSD_3_clause + file LICENSE", + "Permission to redistribute": false, + "Retrieved from": "https://cran.r-project.org/web/packages/RCurl/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/rda/1.2-1": { + "License": "GPL (>= 3)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/rda/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/Rdpack/2.4": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/Rdpack/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/rdrop2/0.8.2.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.2.2-foss-2022b/readbitmap/0.1.5": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/readbitmap/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/reader/1.0.6": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/reader/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/readODS/1.8.0": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/readODS/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/readr/2.1.4": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/readr/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/readxl/1.4.2": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/readxl/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/rebird/1.3.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/rebird/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/recipes/1.0.5": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/recipes/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/RefFreeEWAS/2.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.2.2-foss-2022b/registry/0.5-1": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/registry/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/regsem/1.9.3": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/regsem/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/relsurv/2.2-9": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/relsurv/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/rematch/1.0.1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/rematch/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/rematch2/2.1.2": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/rematch2/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/remotes/2.4.2": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/remotes/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/rentrez/1.2.3": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/rentrez/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/renv/0.17.1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/renv/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/reprex/2.0.2": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/reprex/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/resample/0.6": { + "License": "BSD_3_clause + file LICENSE", + "Permission to redistribute": false, + "Retrieved from": "https://cran.r-project.org/web/packages/resample/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/reshape/0.8.9": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/reshape/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/reshape2/1.4.4": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/reshape2/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/reticulate/1.28": { + "License": "Apache License 2.0", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/reticulate/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/rex/1.2.1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/rex/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/rgbif/3.7.5": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/rgbif/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/RGCCA/2.1.2": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/RGCCA/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/rgdal/1.6-5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.2.2-foss-2022b/rgeos/0.6-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.2.2-foss-2022b/rgexf/0.16.2": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/rgexf/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/rgl/1.0.1": { + "License": "GPL", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/rgl/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/Rglpk/0.6-4": { + "License": "GPL-2 | GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/Rglpk/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/RhpcBLASctl/0.23-42": { + "License": "AGPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/RhpcBLASctl/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/ridge/3.3": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/ridge/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/ridigbio/0.3.6": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/ridigbio/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/RInside/0.2.18": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/RInside/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/rio/0.5.29": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/rio/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/riskRegression/2022.11.28": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/riskRegression/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/ritis/1.0.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/ritis/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/RItools/0.3-3": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/RItools/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/rJava/1.0-6": { + "License": "LGPL-2.1", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/rJava/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/rjson/0.2.21": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/rjson/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/RJSONIO/1.3-1.8": { + "License": "BSD_3_clause + file LICENSE", + "Permission to redistribute": false, + "Retrieved from": "https://cran.r-project.org/web/packages/RJSONIO/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/rlang/1.1.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/rlang/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/rle/0.9.2": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/rle/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/rlecuyer/0.3-5": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/rlecuyer/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/rlemon/0.2.1": { + "License": "BSL-1.0", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/rlemon/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/rlist/0.4.6.2": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/rlist/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/rmarkdown/2.20": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/rmarkdown/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/rmeta/3.0": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/rmeta/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/Rmpfr/0.9-1": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/Rmpfr/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/rms/6.5-0": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/rms/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/RMTstat/0.3.1": { + "License": "BSD_3_clause + file LICENSE", + "Permission to redistribute": false, + "Retrieved from": "https://cran.r-project.org/web/packages/RMTstat/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/rncl/0.8.7": { + "License": "BSD_2_clause + file LICENSE", + "Permission to redistribute": false, + "Retrieved from": "https://cran.r-project.org/web/packages/rncl/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/rnetcarto/0.2.6": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/rnetcarto/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/RNeXML/2.4.11": { + "License": "BSD_3_clause + file LICENSE", + "Permission to redistribute": false, + "Retrieved from": "https://cran.r-project.org/web/packages/RNeXML/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/rngtools/1.5.2": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/rngtools/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/rngWELL/0.10-9": { + "License": "BSD_3_clause + file LICENSE", + "Permission to redistribute": false, + "Retrieved from": "https://cran.r-project.org/web/packages/rngWELL/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/RNifti/1.4.5": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/RNifti/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/robustbase/0.95-0": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/robustbase/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/ROCR/1.0-11": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/ROCR/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/ROI.plugin.glpk/1.0-0": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/ROI.plugin.glpk/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/ROI/1.0-0": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/ROI/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/Rook/1.2": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/Rook/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/rootSolve/1.8.2.3": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/rootSolve/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/roptim/0.1.6": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/roptim/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/rotl/3.0.14": { + "License": "BSD_2_clause + file LICENSE", + "Permission to redistribute": false, + "Retrieved from": "https://cran.r-project.org/web/packages/rotl/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/roxygen2/7.2.3": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/roxygen2/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/rpact/3.3.4": { + "License": "LGPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/rpact/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/rpart/4.1.19": { + "License": "GPL-2 | GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/rpart/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/rpf/1.0.11": { + "License": "GPL (>= 3)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/rpf/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/RPMM/1.25": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/RPMM/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/rprojroot/2.0.3": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/rprojroot/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/rrcov/1.7-2": { + "License": "GPL (>= 3)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/rrcov/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/rredlist/0.7.1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/rredlist/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/rsample/1.1.1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/rsample/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/rsconnect/0.8.29": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/rsconnect/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/Rserve/1.8-11": { + "License": "GPL-2 | file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/Rserve/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/RSNNS/0.4-15": { + "License": "LGPL (>= 2) | file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/RSNNS/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/Rsolnp/1.16": { + "License": "GPL", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/Rsolnp/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/RSpectra/0.16-1": { + "License": "MPL (>= 2)", + "Permission to redistribute": false, + "Retrieved from": "https://cran.r-project.org/web/packages/RSpectra/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/RSQLite/2.3.0": { + "License": "LGPL (>= 2.1)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/RSQLite/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/Rssa/1.0.5": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/Rssa/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/rstan/2.21.8": { + "License": "GPL (>= 3)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/rstan/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/rstantools/2.3.0": { + "License": "GPL (>= 3)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/rstantools/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/rstatix/0.7.2": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/rstatix/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/rstudioapi/0.14": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/rstudioapi/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/rtdists/0.11-5": { + "License": "GPL (>= 3)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/rtdists/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/Rtsne/0.16": { + "License": "file LICENSE", + "Permission to redistribute": false, + "Retrieved from": "https://cran.r-project.org/web/packages/Rtsne/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/Rttf2pt1/1.3.12": { + "License": "file LICENSE", + "Permission to redistribute": false, + "Retrieved from": "https://cran.r-project.org/web/packages/Rttf2pt1/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/RUnit/0.4.32": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/RUnit/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/ruv/0.9.7.1": { + "License": "GPL", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/ruv/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/rversions/2.1.2": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/rversions/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/rvertnet/0.8.2": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/rvertnet/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/rvest/1.0.3": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/rvest/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/rvinecopulib/0.6.3.1.1": { + "License": "GPL-3 | file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/rvinecopulib/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/Rvmmin/2018-4.17.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.2.2-foss-2022b/RWeka/0.4-46": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/RWeka/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/RWekajars/3.9.3-2": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/RWekajars/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/s2/1.1.2": { + "License": "Apache License (== 2.0)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/s2/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/sampling/2.9": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/sampling/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/sandwich/3.0-2": { + "License": "GPL-2 | GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/sandwich/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/sass/0.4.5": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/sass/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/SBdecomp/1.2": { + "License": "GPL", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/SBdecomp/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/scales/1.2.1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/scales/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/scam/1.2-13": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/scam/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/scatterpie/0.1.8": { + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/scatterpie/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/scatterplot3d/0.3-43": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/scatterplot3d/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/scs/3.2.4": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/scs/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/sctransform/0.3.5": { + "License": "GPL-3 | file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/sctransform/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/SDMTools/1.1-221.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.2.2-foss-2022b/seewave/2.2.0": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/seewave/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/segmented/1.6-2": { + "License": "GPL", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/segmented/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/selectr/0.4-2": { + "License": "BSD_3_clause + file LICENCE", + "Permission to redistribute": false, + "Retrieved from": "https://cran.r-project.org/web/packages/selectr/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/sem/3.1-15": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/sem/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/semPLS/1.0-10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.2.2-foss-2022b/semTools/0.5-6": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/semTools/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/sendmailR/1.4-0": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/sendmailR/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/sensemakr/0.1.4": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/sensemakr/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/sentometrics/1.0.0": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/sentometrics/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/seqinr/4.2-23": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/seqinr/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/servr/0.25": { + "License": "GPL", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/servr/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/sessioninfo/1.2.2": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/sessioninfo/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/setRNG/2022.4-1": { + "License": "GPL-2 | file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/setRNG/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/sf/1.0-11": { + "License": "GPL-2 | MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/sf/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/sfheaders/0.4.2": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/sfheaders/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/sfsmisc/1.1-14": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/sfsmisc/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/shadowtext/0.1.2": { + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/shadowtext/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/shape/1.4.6": { + "License": "GPL (>= 3)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/shape/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/shapefiles/0.7.2": { + "License": "GPL", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/shapefiles/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/shiny/1.7.4": { + "License": "GPL-3 | file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/shiny/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/shinycssloaders/1.0.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/shinycssloaders/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/shinydashboard/0.7.2": { + "License": "GPL (>= 2) | file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/shinydashboard/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/shinyjs/2.1.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/shinyjs/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/shinystan/2.6.0": { + "License": "GPL (>= 3)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/shinystan/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/shinythemes/1.2.0": { + "License": "GPL-3 | file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/shinythemes/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/signal/0.7-7": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/signal/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/SignifReg/4.3": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/SignifReg/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/simex/1.8": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/simex/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/SimSeq/1.4.0": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/SimSeq/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/SKAT/2.2.5": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/SKAT/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/slam/0.1-50": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/slam/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/slider/0.3.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/slider/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/sm/2.2-5.7.1": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/sm/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/smoof/1.6.0.3": { + "License": "BSD_2_clause + file LICENSE", + "Permission to redistribute": false, + "Retrieved from": "https://cran.r-project.org/web/packages/smoof/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/smoother/1.1": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/smoother/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/sn/2.1.0": { + "License": "GPL-2 | GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/sn/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/sna/2.7-1": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/sna/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/SNFtool/2.3.1": { + "License": "GPL", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/SNFtool/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/snow/0.4-4": { + "License": "GPL", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/snow/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/SnowballC/0.7.0": { + "License": "BSD_3_clause + file LICENSE", + "Permission to redistribute": false, + "Retrieved from": "https://cran.r-project.org/web/packages/SnowballC/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/snowfall/1.84-6.2": { + "License": "GPL", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/snowfall/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/SOAR/0.99-11": { + "License": "GPL-2 | GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/SOAR/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/solrium/1.2.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/solrium/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/som/0.3-5.1": { + "License": "GPL (>= 3)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/som/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/soundecology/1.3.3": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/soundecology/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/sourcetools/0.1.7-1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/sourcetools/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/sp/1.6-0": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/sp/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/spaa/0.2.2": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/spaa/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/spam/2.9-1": { + "License": "LGPL-2 | BSD_3_clause + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/spam/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/spaMM/4.2.1": { + "License": "CeCILL-2", + "Permission to redistribute": false, + "Retrieved from": "https://cran.r-project.org/web/packages/spaMM/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/SparseM/1.81": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/SparseM/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/SPAtest/3.1.2": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/SPAtest/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/spatial/7.3-16": { + "License": "GPL-2 | GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/spatial/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/spatstat.core/2.4-4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.2.2-foss-2022b/spatstat.data/3.0-1": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/spatstat.data/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/spatstat.explore/3.1-0": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/spatstat.explore/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/spatstat.geom/3.1-0": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/spatstat.geom/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/spatstat.linnet/3.0-6": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/spatstat.linnet/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/spatstat.model/3.2-1": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/spatstat.model/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/spatstat.random/3.1-4": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/spatstat.random/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/spatstat.sparse/3.0-1": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/spatstat.sparse/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/spatstat.utils/3.0-2": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/spatstat.utils/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/spatstat/3.0-3": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/spatstat/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/spData/2.2.2": { + "License": "CC0", + "Permission to redistribute": false, + "Retrieved from": "https://cran.r-project.org/web/packages/spData/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/splines": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.2.2-foss-2022b/splitstackshape/1.4.8": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/splitstackshape/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/spls/2.2-3": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/spls/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/spocc/1.2.1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/spocc/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/spThin/0.2.0": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/spThin/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/SQUAREM/2021.1": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/SQUAREM/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/stabledist/0.7-1": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/stabledist/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/stabs/0.6-4": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/stabs/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/StanHeaders/2.21.0-7": { + "License": "BSD_3_clause + file LICENSE", + "Permission to redistribute": false, + "Retrieved from": "https://cran.r-project.org/web/packages/StanHeaders/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/stargazer/5.2.3": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/stargazer/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/stars/0.6-0": { + "License": "Apache License", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/stars/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/startupmsg/0.9.6": { + "License": "LGPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/startupmsg/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/StatMatch/1.4.1": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/StatMatch/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/statmod/1.5.0": { + "License": "GPL-2 | GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/statmod/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/statnet.common/4.8.0": { + "License": "GPL-3 + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/statnet.common/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/statnet/2019.6": { + "License": "GPL-3 + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/statnet/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/stats": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.2.2-foss-2022b/stats4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.2.2-foss-2022b/stdReg/3.4.1": { + "License": "LGPL (>= 3)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/stdReg/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/stopwords/2.3": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/stopwords/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/stringdist/0.9.10": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/stringdist/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/stringi/1.7.12": { + "License": "file LICENSE", + "Permission to redistribute": false, + "Retrieved from": "https://cran.r-project.org/web/packages/stringi/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/stringr/1.5.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/stringr/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/strucchange/1.5-3": { + "License": "GPL-2 | GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/strucchange/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/styler/1.9.1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/styler/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/subplex/1.8": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/subplex/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/SuperLearner/2.0-28": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/SuperLearner/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/SuppDists/1.1-9.7": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/SuppDists/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/survey/4.1-1": { + "License": "GPL-2 | GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/survey/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/survival/3.5-5": { + "License": "LGPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/survival/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/survivalROC/1.0.3.1": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/survivalROC/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/svd/0.5.3": { + "License": "BSD_3_clause + file LICENSE", + "Permission to redistribute": false, + "Retrieved from": "https://cran.r-project.org/web/packages/svd/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/svglite/2.1.1": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/svglite/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/swagger/3.33.1": { + "License": "Apache License 2.0 | file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/swagger/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/symmoments/1.2.1": { + "License": "GPL", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/symmoments/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/sys/3.4.1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/sys/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/systemfonts/1.0.4": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/systemfonts/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/tableone/0.13.2": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/tableone/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/tabletools/0.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.2.2-foss-2022b/tau/0.0-24": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/tau/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/taxize/0.9.100": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/taxize/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/tcltk": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.2.2-foss-2022b/tcltk2/1.2-11": { + "License": "LGPL-3 + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/tcltk2/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/tclust/1.5-2": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/tclust/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/TeachingDemos/2.12": { + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/TeachingDemos/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/tensor/1.5": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/tensor/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/tensorA/0.36.2": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/tensorA/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/tergm/4.1.1": { + "License": "GPL-3 + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/tergm/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/terra/1.7-18": { + "License": "GPL (>= 3)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/terra/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/testit/0.13": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/testit/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/testthat/3.1.7": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/testthat/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/textcat/1.0-8": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/textcat/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/textplot/0.2.2": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/textplot/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/textshaping/0.3.6": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/textshaping/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/TFisher/0.2.0": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/TFisher/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/TH.data/1.1-1": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/TH.data/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/threejs/0.3.3": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/threejs/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/tibble/3.2.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/tibble/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/tictoc/1.1": { + "License": "Apache License (== 2.0) | file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/tictoc/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/tidygraph/1.2.3": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/tidygraph/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/tidyr/1.3.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/tidyr/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/tidyselect/1.2.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/tidyselect/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/tidytext/0.4.1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/tidytext/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/tidytree/0.4.2": { + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/tidytree/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/tidyverse/2.0.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/tidyverse/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/tiff/0.1-11": { + "License": "GPL-2 | GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/tiff/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/timechange/0.2.0": { + "License": "GPL (>= 3)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/timechange/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/timeDate/4022.108": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/timeDate/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/timereg/2.0.5": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/timereg/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/tinytex/0.44": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/tinytex/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/tkrplot/0.0-27": { + "License": "GPL", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/tkrplot/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/tm/0.7-11": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/tm/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/tmap/3.3-3": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/tmap/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/tmaptools/3.1-1": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/tmaptools/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/TMB/1.9.2": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/TMB/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/tmle/1.5.0.2": { + "License": "BSD_3_clause + file LICENSE | GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/tmle/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/tmvnsim/1.0-2": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/tmvnsim/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/tmvtnorm/1.5": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/tmvtnorm/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/tokenizers/0.3.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/tokenizers/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/tools": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.2.2-foss-2022b/topicmodels/0.2-13": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/topicmodels/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/TraMineR/2.2-6": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/TraMineR/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/tree/1.0-43": { + "License": "GPL-2 | GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/tree/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/triebeard/0.4.1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/triebeard/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/trimcluster/0.1-5": { + "License": "GPL", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/trimcluster/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/tripack/1.3-9.1": { + "License": "ACM | file LICENSE", + "Permission to redistribute": false, + "Retrieved from": "https://cran.r-project.org/web/packages/tripack/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/TruncatedNormal/2.2.2": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/TruncatedNormal/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/truncnorm/1.0-8": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/truncnorm/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/trust/0.1-8": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/trust/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/tseries/0.10-53": { + "License": "GPL-2 | GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/tseries/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/tseriesChaos/0.1-13.1": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/tseriesChaos/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/tsna/0.3.5": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/tsna/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/tsne/0.1-3.1": { + "License": "GPL", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/tsne/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/TTR/0.24.3": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/TTR/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/tuneR/1.4.3": { + "License": "GPL-2 | GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/tuneR/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/twang/2.5": { + "License": "GPL-3 | file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/twang/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/tweedie/2.3.5": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/tweedie/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/tweenr/2.0.2": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/tweenr/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/tzdb/0.3.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/tzdb/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/ucminf/1.1-4.1": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/ucminf/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/udpipe/0.8.11": { + "License": "MPL-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/udpipe/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/umap/0.2.10.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/umap/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/unbalanced/2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.2.2-foss-2022b/unikn/0.8.0": { + "License": "CC BY-SA 4.0", + "Permission to redistribute": false, + "Retrieved from": "https://cran.r-project.org/web/packages/unikn/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/uniqueAtomMat/0.1-3-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.2.2-foss-2022b/units/0.8-1": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/units/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/unmarked/1.2.5": { + "License": "GPL (>= 3)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/unmarked/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/UpSetR/1.4.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/UpSetR/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/urca/1.3-3": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/urca/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/urlchecker/1.0.1": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/urlchecker/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/urltools/1.7.3": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/urltools/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/uroot/2.1-2": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/uroot/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/usethis/2.1.6": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/usethis/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/utf8/1.2.3": { + "License": "Apache License (== 2.0) | file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/utf8/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/utils": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.2.2-foss-2022b/uuid/1.1-0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/uuid/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/V8/4.2.2": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/V8/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/varhandle/2.0.5": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/varhandle/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/vcd/1.4-11": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/vcd/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/vcfR/1.14.0": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/vcfR/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/vctrs/0.6.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/vctrs/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/vegan/2.6-4": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/vegan/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/VennDiagram/1.7.3": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/VennDiagram/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/VGAM/1.1-8": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/VGAM/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/VIM/6.2.2": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/VIM/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/VineCopula/2.4.5": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/VineCopula/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/vioplot/0.4.0": { + "License": "BSD_3_clause + file LICENSE", + "Permission to redistribute": false, + "Retrieved from": "https://cran.r-project.org/web/packages/vioplot/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/vipor/0.4.5": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/vipor/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/viridis/0.6.2": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/viridis/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/viridisLite/0.4.1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/viridisLite/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/visdat/0.6.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/visdat/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/visNetwork/2.1.2": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/visNetwork/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/vroom/1.6.1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/vroom/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/VSURF/1.2.0": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/VSURF/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/waldo/0.4.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/waldo/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/warp/0.2.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/warp/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/waveslim/1.8.4": { + "License": "BSD_3_clause + file LICENSE", + "Permission to redistribute": false, + "Retrieved from": "https://cran.r-project.org/web/packages/waveslim/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/wdm/0.2.3": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/wdm/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/webshot/0.5.4": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/webshot/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/webutils/1.1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/webutils/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/weights/1.0.4": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/weights/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/WeightSVM/1.7-11": { + "License": "GPL-2 | GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/WeightSVM/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/wellknown/0.7.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.2.2-foss-2022b/whisker/0.4.1": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/whisker/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/widgetframe/0.3.1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/widgetframe/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/WikidataQueryServiceR/1.0.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/WikidataQueryServiceR/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/WikidataR/2.3.3": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/WikidataR/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/WikipediR/1.5.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/WikipediR/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/wikitaxa/0.4.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/wikitaxa/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/withr/2.5.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/withr/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/wk/0.7.1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/wk/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/word2vec/0.3.4": { + "License": "Apache License (>= 2.0)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/word2vec/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/wordcloud/2.6": { + "License": "LGPL-2.1", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/wordcloud/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/worrms/0.4.2": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/worrms/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/WriteXLS/6.4.0": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/WriteXLS/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/xfun/0.37": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/xfun/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/xgboost/1.7.3.1": { + "License": "Apache License (== 2.0) | file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/xgboost/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/xlsx/0.6.5": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/xlsx/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/xlsxjars/0.6.1": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/xlsxjars/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/XML/3.99-0.13": { + "License": "BSD_3_clause + file LICENSE", + "Permission to redistribute": false, + "Retrieved from": "https://cran.r-project.org/web/packages/XML/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/xml2/1.3.3": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/xml2/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/xopen/1.0.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/xopen/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/xtable/1.8-4": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/xtable/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/xts/0.13.0": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/xts/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/yaImpute/1.0-33": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/yaImpute/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/yaml/2.3.7": { + "License": "BSD_3_clause + file LICENSE", + "Permission to redistribute": false, + "Retrieved from": "https://cran.r-project.org/web/packages/yaml/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/yulab.utils/0.0.6": { + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/yulab.utils/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/zeallot/0.1.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/zeallot/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/zip/2.2.2": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/zip/DESCRIPTION" + }, + "R/4.2.2-foss-2022b/zoo/1.8-11": { + "License": "GPL-2 | GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/zoo/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/askpass/1.2.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/askpass/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/base": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.4.1-gfbf-2023b/base64enc/0.1-3": { + "License": "GPL-2 | GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/base64enc/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/brew/1.0-10": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/brew/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/brio/1.1.5": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/brio/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/bslib/0.7.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/bslib/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/cachem/1.1.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/cachem/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/callr/3.7.6": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/callr/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/cli/3.6.3": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/cli/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/clipr/0.8.0": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/clipr/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/commonmark/1.9.1": { + "License": "BSD_2_clause + file LICENSE", + "Permission to redistribute": false, + "Retrieved from": "https://cran.r-project.org/web/packages/commonmark/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/compiler": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.4.1-gfbf-2023b/cpp11/0.4.7": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/cpp11/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/crayon/1.5.3": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/crayon/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/credentials/2.0.1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/credentials/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/curl/5.2.1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/curl/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/datasets": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.4.1-gfbf-2023b/desc/1.4.3": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/desc/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/devtools/2.4.5": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/devtools/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/diffobj/0.3.5": { + "License": "GPL-2 | GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/diffobj/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/digest/0.6.36": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/digest/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/downlit/0.4.4": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/downlit/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/ellipsis/0.3.2": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/ellipsis/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/evaluate/0.24.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/evaluate/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/fansi/1.0.6": { + "License": "GPL-2 | GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/fansi/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/fastmap/1.2.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/fastmap/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/fontawesome/0.5.2": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/fontawesome/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/fs/1.6.4": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/fs/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/gert/2.0.1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/gert/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/gh/1.4.1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/gh/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/gitcreds/0.1.2": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/gitcreds/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/glue/1.7.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/glue/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/graphics": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.4.1-gfbf-2023b/grDevices": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.4.1-gfbf-2023b/grid": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.4.1-gfbf-2023b/highr/0.11": { + "License": "GPL", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/highr/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/htmltools/0.5.8.1": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/htmltools/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/htmlwidgets/1.6.4": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/htmlwidgets/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/httpuv/1.6.15": { + "License": "GPL (>= 2) | file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/httpuv/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/httr/1.4.7": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/httr/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/httr2/1.0.1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/httr2/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/ini/0.3.1": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/ini/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/jquerylib/0.1.4": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/jquerylib/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/jsonlite/1.8.8": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/jsonlite/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/knitr/1.47": { + "License": "GPL", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/knitr/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/later/1.3.2": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/later/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/lifecycle/1.0.4": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/lifecycle/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/magrittr/2.0.3": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/magrittr/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/memoise/2.0.1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/memoise/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/methods": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.4.1-gfbf-2023b/mime/0.12": { + "License": "GPL", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/mime/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/miniUI/0.1.1.1": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/miniUI/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/openssl/2.2.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/openssl/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/parallel": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.4.1-gfbf-2023b/pillar/1.9.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/pillar/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/pkgbuild/1.4.4": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/pkgbuild/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/pkgconfig/2.0.3": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/pkgconfig/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/pkgdown/2.0.9": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/pkgdown/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/pkgload/1.3.4": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/pkgload/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/praise/1.0.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/praise/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/prettyunits/1.2.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/prettyunits/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/processx/3.8.4": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/processx/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/profvis/0.3.8": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/profvis/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/promises/1.3.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/promises/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/ps/1.7.6": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/ps/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/purrr/1.0.2": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/purrr/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/R6/2.5.1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/R6/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/ragg/1.3.2": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/ragg/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/rappdirs/0.3.3": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/rappdirs/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/rcmdcheck/1.4.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/rcmdcheck/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/Rcpp/1.0.12": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/Rcpp/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/rematch2/2.1.2": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/rematch2/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/remotes/2.5.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/remotes/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/rlang/1.1.4": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/rlang/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/rmarkdown/2.27": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/rmarkdown/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/roxygen2/7.3.1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/roxygen2/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/rprojroot/2.0.4": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/rprojroot/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/rstudioapi/0.16.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/rstudioapi/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/rversions/2.1.2": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/rversions/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/sass/0.4.9": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/sass/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/sessioninfo/1.2.2": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/sessioninfo/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/shiny/1.8.1.1": { + "License": "GPL-3 | file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/shiny/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/sourcetools/0.1.7-1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/sourcetools/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/splines": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.4.1-gfbf-2023b/stats": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.4.1-gfbf-2023b/stats4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.4.1-gfbf-2023b/stringi/1.8.4": { + "License": "file LICENSE", + "Permission to redistribute": false, + "Retrieved from": "https://cran.r-project.org/web/packages/stringi/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/stringr/1.5.1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/stringr/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/sys/3.4.2": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/sys/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/systemfonts/1.1.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/systemfonts/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/tcltk": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.4.1-gfbf-2023b/testthat/3.2.1.1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/testthat/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/textshaping/0.4.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/textshaping/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/tibble/3.2.1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/tibble/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/tinytex/0.51": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/tinytex/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/tools": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.4.1-gfbf-2023b/urlchecker/1.0.1": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/urlchecker/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/usethis/2.2.3": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/usethis/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/utf8/1.2.4": { + "License": "Apache License (== 2.0) | file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/utf8/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/utils": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R/4.4.1-gfbf-2023b/vctrs/0.6.5": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/vctrs/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/waldo/0.5.2": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/waldo/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/whisker/0.4.1": { + "License": "GPL-3", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/whisker/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/withr/3.0.0": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/withr/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/xfun/0.45": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/xfun/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/xml2/1.3.6": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/xml2/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/xopen/1.0.1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/xopen/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/xtable/1.8-4": { + "License": "GPL (>= 2)", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/xtable/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/yaml/2.3.8": { + "License": "BSD_3_clause + file LICENSE", + "Permission to redistribute": false, + "Retrieved from": "https://cran.r-project.org/web/packages/yaml/DESCRIPTION" + }, + "R/4.4.1-gfbf-2023b/zip/2.3.1": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/zip/DESCRIPTION" + }, + "meson-python/0.15.0-GCCcore-13.2.0/meson-python/0.15.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "meson-python/0.15.0-GCCcore-13.2.0/pyproject-metadata/0.7.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "meson-python/0.13.2-GCCcore-12.3.0/meson-python/0.13.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "meson-python/0.13.2-GCCcore-12.3.0/pyproject-metadata/0.7.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "meson-python/0.15.0-GCCcore-12.3.0/meson-python/0.15.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "meson-python/0.15.0-GCCcore-12.3.0/pyproject-metadata/0.7.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "meson-python/0.11.0-GCCcore-12.2.0/meson-python/0.11.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "meson-python/0.11.0-GCCcore-12.2.0/pyproject-metadata/0.6.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Pint/0.24-GCCcore-13.2.0/appdirs/1.4.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Pint/0.24-GCCcore-13.2.0/flexcache/0.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Pint/0.24-GCCcore-13.2.0/flexparser/0.3.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Pint/0.24-GCCcore-13.2.0/Pint/0.24": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "BeautifulSoup/4.12.2-GCCcore-12.3.0/BeautifulSoup/4.12.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "BeautifulSoup/4.12.2-GCCcore-12.3.0/soupsieve/2.4.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "IPython/8.14.0-GCCcore-12.3.0/asttokens/2.2.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "IPython/8.14.0-GCCcore-12.3.0/backcall/0.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "IPython/8.14.0-GCCcore-12.3.0/executing/1.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "IPython/8.14.0-GCCcore-12.3.0/ipython/8.14.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "IPython/8.14.0-GCCcore-12.3.0/jedi/0.19.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "IPython/8.14.0-GCCcore-12.3.0/matplotlib-inline/0.1.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "IPython/8.14.0-GCCcore-12.3.0/parso/0.8.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "IPython/8.14.0-GCCcore-12.3.0/pickleshare/0.7.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "IPython/8.14.0-GCCcore-12.3.0/prompt_toolkit/3.0.39": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "IPython/8.14.0-GCCcore-12.3.0/pure_eval/0.2.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "IPython/8.14.0-GCCcore-12.3.0/stack_data/0.6.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "IPython/8.14.0-GCCcore-12.3.0/traitlets/5.9.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "IPython/8.17.2-GCCcore-13.2.0/asttokens/2.4.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "IPython/8.17.2-GCCcore-13.2.0/backcall/0.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "IPython/8.17.2-GCCcore-13.2.0/executing/2.0.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "IPython/8.17.2-GCCcore-13.2.0/ipython/8.17.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "IPython/8.17.2-GCCcore-13.2.0/matplotlib-inline/0.1.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "IPython/8.17.2-GCCcore-13.2.0/pickleshare/0.7.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "IPython/8.17.2-GCCcore-13.2.0/prompt_toolkit/3.0.41": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "IPython/8.17.2-GCCcore-13.2.0/pure_eval/0.2.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "IPython/8.17.2-GCCcore-13.2.0/stack_data/0.6.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "IPython/8.17.2-GCCcore-13.2.0/traitlets/5.13.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "ReFrame/4.3.3/pip/21.3.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "ReFrame/4.3.3/reframe/4.3.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "ReFrame/4.3.3/wheel/0.37.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "ReFrame/4.6.2/pip/24.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "ReFrame/4.6.2/reframe/4.6.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "ReFrame/4.6.2/setuptools/68.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "ReFrame/4.6.2/wheel/0.42.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "matplotlib/3.8.2-gfbf-2023b/contourpy/1.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "matplotlib/3.8.2-gfbf-2023b/Cycler/0.12.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "matplotlib/3.8.2-gfbf-2023b/fonttools/4.47.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "matplotlib/3.8.2-gfbf-2023b/kiwisolver/1.4.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "matplotlib/3.8.2-gfbf-2023b/matplotlib/3.8.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "matplotlib/3.7.2-gfbf-2023a/contourpy/1.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "matplotlib/3.7.2-gfbf-2023a/Cycler/0.11.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "matplotlib/3.7.2-gfbf-2023a/fonttools/4.42.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "matplotlib/3.7.2-gfbf-2023a/kiwisolver/1.4.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "matplotlib/3.7.2-gfbf-2023a/matplotlib/3.7.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "matplotlib/3.7.0-gfbf-2022b/contourpy/1.0.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "matplotlib/3.7.0-gfbf-2022b/Cycler/0.11.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "matplotlib/3.7.0-gfbf-2022b/fonttools/4.38.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "matplotlib/3.7.0-gfbf-2022b/kiwisolver/1.4.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "matplotlib/3.7.0-gfbf-2022b/matplotlib/3.7.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Z3/4.12.2-GCCcore-12.3.0-Python-3.11.3/z3-solver/4.12.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Z3/4.12.2-GCCcore-12.3.0/z3-solver/4.12.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "scikit-learn/1.3.1-gfbf-2023a/scikit-learn/1.3.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "scikit-learn/1.3.1-gfbf-2023a/sklearn/0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "scikit-learn/1.4.0-gfbf-2023b/scikit-learn/1.4.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "scikit-learn/1.4.0-gfbf-2023b/sklearn/0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "GitPython/3.1.40-GCCcore-12.3.0/gitdb/4.0.11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "GitPython/3.1.40-GCCcore-12.3.0/GitPython/3.1.40": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "GitPython/3.1.40-GCCcore-12.3.0/smmap/5.0.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "wrapt/1.15.0-gfbf-2023a/wrapt/1.15.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "snakemake/8.4.2-foss-2023a/argparse-dataclass/2.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "snakemake/8.4.2-foss-2023a/conda-inject/1.3.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "snakemake/8.4.2-foss-2023a/ConfigArgParse/1.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "snakemake/8.4.2-foss-2023a/connection-pool/0.0.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "snakemake/8.4.2-foss-2023a/datrie/0.8.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "snakemake/8.4.2-foss-2023a/dpath/2.1.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "snakemake/8.4.2-foss-2023a/fastjsonschema/2.19.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "snakemake/8.4.2-foss-2023a/humanfriendly/10.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "snakemake/8.4.2-foss-2023a/immutables/0.20": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "snakemake/8.4.2-foss-2023a/jupyter-core/5.7.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "snakemake/8.4.2-foss-2023a/nbformat/5.9.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "snakemake/8.4.2-foss-2023a/plac/1.4.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "snakemake/8.4.2-foss-2023a/reretry/0.11.8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "snakemake/8.4.2-foss-2023a/smart-open/6.4.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "snakemake/8.4.2-foss-2023a/snakemake-executor-plugin-cluster-generic/1.0.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "snakemake/8.4.2-foss-2023a/snakemake-executor-plugin-cluster-sync/0.1.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "snakemake/8.4.2-foss-2023a/snakemake-executor-plugin-flux/0.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "snakemake/8.4.2-foss-2023a/snakemake-executor-plugin-slurm-jobstep/0.1.10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "snakemake/8.4.2-foss-2023a/snakemake-executor-plugin-slurm/0.2.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "snakemake/8.4.2-foss-2023a/snakemake-interface-common/1.15.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "snakemake/8.4.2-foss-2023a/snakemake-interface-executor-plugins/8.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "snakemake/8.4.2-foss-2023a/snakemake-interface-storage-plugins/3.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "snakemake/8.4.2-foss-2023a/snakemake/8.4.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "snakemake/8.4.2-foss-2023a/stopit/1.1.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "snakemake/8.4.2-foss-2023a/throttler/1.2.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "snakemake/8.4.2-foss-2023a/toposort/1.10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "snakemake/8.4.2-foss-2023a/yte/1.5.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "PyQt-builder/1.15.4-GCCcore-12.3.0/PyQt-builder/1.15.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "bokeh/3.2.2-foss-2023a/bokeh/3.2.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "bokeh/3.2.2-foss-2023a/contourpy/1.0.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "bokeh/3.2.2-foss-2023a/xyzservices/2023.7.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "bokeh/3.2.1-foss-2022b/bokeh/3.2.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "bokeh/3.2.1-foss-2022b/contourpy/1.0.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "bokeh/3.2.1-foss-2022b/tornado/6.3.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "bokeh/3.2.1-foss-2022b/xyzservices/2023.7.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "dask/2023.9.2-foss-2023a/dask-jobqueue/0.8.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "dask/2023.9.2-foss-2023a/dask-mpi/2022.4.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "dask/2023.9.2-foss-2023a/dask/2023.9.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "dask/2023.9.2-foss-2023a/distributed/2023.9.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "dask/2023.9.2-foss-2023a/docrep/0.3.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "dask/2023.9.2-foss-2023a/HeapDict/1.0.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "dask/2023.9.2-foss-2023a/locket/1.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "dask/2023.9.2-foss-2023a/partd/1.4.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "dask/2023.9.2-foss-2023a/tblib/2.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "dask/2023.9.2-foss-2023a/toolz/0.12.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "dask/2023.9.2-foss-2023a/zict/3.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "dask/2023.7.1-foss-2022b/dask-jobqueue/0.8.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "dask/2023.7.1-foss-2022b/dask-mpi/2022.4.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "dask/2023.7.1-foss-2022b/dask/2023.7.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "dask/2023.7.1-foss-2022b/distributed/2023.7.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "dask/2023.7.1-foss-2022b/docrep/0.3.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "dask/2023.7.1-foss-2022b/HeapDict/1.0.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "dask/2023.7.1-foss-2022b/locket/1.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "dask/2023.7.1-foss-2022b/partd/1.4.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "dask/2023.7.1-foss-2022b/tblib/2.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "dask/2023.7.1-foss-2022b/toolz/0.12.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "dask/2023.7.1-foss-2022b/versioneer/0.29": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "dask/2023.7.1-foss-2022b/zict/3.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "jupyter-server/2.7.2-GCCcore-12.3.0/anyio/3.7.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "jupyter-server/2.7.2-GCCcore-12.3.0/argon2-cffi-bindings/21.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "jupyter-server/2.7.2-GCCcore-12.3.0/argon2_cffi/23.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "jupyter-server/2.7.2-GCCcore-12.3.0/arrow/1.2.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "jupyter-server/2.7.2-GCCcore-12.3.0/bleach/6.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "jupyter-server/2.7.2-GCCcore-12.3.0/comm/0.1.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "jupyter-server/2.7.2-GCCcore-12.3.0/debugpy/1.6.7.post1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "jupyter-server/2.7.2-GCCcore-12.3.0/defusedxml/0.7.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "jupyter-server/2.7.2-GCCcore-12.3.0/deprecation/2.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "jupyter-server/2.7.2-GCCcore-12.3.0/fastjsonschema/2.18.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "jupyter-server/2.7.2-GCCcore-12.3.0/hatch_jupyter_builder/0.8.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "jupyter-server/2.7.2-GCCcore-12.3.0/hatch_nodejs_version/0.3.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "jupyter-server/2.7.2-GCCcore-12.3.0/ipykernel/6.25.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "jupyter-server/2.7.2-GCCcore-12.3.0/ipython_genutils/0.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "jupyter-server/2.7.2-GCCcore-12.3.0/ipywidgets/8.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "jupyter-server/2.7.2-GCCcore-12.3.0/jsonschema/4.18.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "jupyter-server/2.7.2-GCCcore-12.3.0/jsonschema_specifications/2023.7.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "jupyter-server/2.7.2-GCCcore-12.3.0/jupyter_client/8.3.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "jupyter-server/2.7.2-GCCcore-12.3.0/jupyter_core/5.3.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "jupyter-server/2.7.2-GCCcore-12.3.0/jupyter_events/0.7.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "jupyter-server/2.7.2-GCCcore-12.3.0/jupyter_packaging/0.12.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "jupyter-server/2.7.2-GCCcore-12.3.0/jupyter_server/2.7.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "jupyter-server/2.7.2-GCCcore-12.3.0/jupyter_server_terminals/0.4.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "jupyter-server/2.7.2-GCCcore-12.3.0/jupyterlab_pygments/0.2.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "jupyter-server/2.7.2-GCCcore-12.3.0/jupyterlab_widgets/3.0.8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "jupyter-server/2.7.2-GCCcore-12.3.0/mistune/3.0.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "jupyter-server/2.7.2-GCCcore-12.3.0/nbclient/0.8.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "jupyter-server/2.7.2-GCCcore-12.3.0/nbconvert/7.7.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "jupyter-server/2.7.2-GCCcore-12.3.0/nbformat/5.9.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "jupyter-server/2.7.2-GCCcore-12.3.0/nest_asyncio/1.5.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "jupyter-server/2.7.2-GCCcore-12.3.0/notebook_shim/0.2.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "jupyter-server/2.7.2-GCCcore-12.3.0/overrides/7.4.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "jupyter-server/2.7.2-GCCcore-12.3.0/pandocfilters/1.5.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "jupyter-server/2.7.2-GCCcore-12.3.0/prometheus_client/0.17.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "jupyter-server/2.7.2-GCCcore-12.3.0/python-json-logger/2.0.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "jupyter-server/2.7.2-GCCcore-12.3.0/referencing/0.30.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "jupyter-server/2.7.2-GCCcore-12.3.0/rfc3339_validator/0.1.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "jupyter-server/2.7.2-GCCcore-12.3.0/rfc3986_validator/0.1.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "jupyter-server/2.7.2-GCCcore-12.3.0/rpds_py/0.9.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "jupyter-server/2.7.2-GCCcore-12.3.0/Send2Trash/1.8.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "jupyter-server/2.7.2-GCCcore-12.3.0/sniffio/1.3.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "jupyter-server/2.7.2-GCCcore-12.3.0/terminado/0.17.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "jupyter-server/2.7.2-GCCcore-12.3.0/tinycss2/1.2.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "jupyter-server/2.7.2-GCCcore-12.3.0/websocket-client/1.6.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "jupyter-server/2.7.2-GCCcore-12.3.0/widgetsnbextension/4.0.8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "JupyterLab/4.0.5-GCCcore-12.3.0/async-lru/2.0.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "JupyterLab/4.0.5-GCCcore-12.3.0/json5/0.9.14": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "JupyterLab/4.0.5-GCCcore-12.3.0/jupyter-lsp/2.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "JupyterLab/4.0.5-GCCcore-12.3.0/jupyterlab/4.0.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "JupyterLab/4.0.5-GCCcore-12.3.0/jupyterlab_server/2.24.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "python-casacore/3.5.2-foss-2023b/python-casacore/3.5.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "python-casacore/3.5.2-foss-2023b/setuptools/69.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "PyOpenGL/3.1.7-GCCcore-12.3.0/PyOpenGL-accelerate/3.1.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "PyOpenGL/3.1.7-GCCcore-12.3.0/PyOpenGL/3.1.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "ipympl/0.9.3-gfbf-2023a/ipympl/0.9.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/abc.data/1.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/abc/2.2.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/abe/3.0.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/abind/1.4-5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/acepack/1.4.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/adabag/5.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/ade4/1.7-22": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/ADGofTest/0.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/admisc/0.35": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/aggregation/1.0.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/AICcmodavg/2.3-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/akima/0.6-3.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/alabama/2023.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/AlgDesign/1.2.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/alluvial/0.1-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/AMAPVox/2.2.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/animation/2.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/aod/1.3.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/apcluster/1.4.13": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/ape/5.8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/aplot/0.2.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/argparse/2.2.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/aricode/1.0.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/arm/1.14-4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/arrayhelpers/1.1-0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/asnipe/1.1.17": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/assertive.base/0.0-9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/assertive.code/0.0-4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/assertive.data.uk/0.0-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/assertive.data.us/0.0-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/assertive.data/0.0-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/assertive.datetimes/0.0-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/assertive.files/0.0-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/assertive.matrices/0.0-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/assertive.models/0.0-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/assertive.numbers/0.0-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/assertive.properties/0.0-5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/assertive.reflection/0.0-5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/assertive.sets/0.0-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/assertive.strings/0.0-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/assertive.types/0.0-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/assertive/0.3-6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/assertthat/0.2.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/AUC/0.3.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/audio/0.1-11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/aws/2.5-5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/awsMethods/1.1-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/backports/1.5.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/bacr/1.0.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/bartMachine/1.3.4.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/bartMachineJARs/1.2.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/base64/2.0.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/BatchJobs/1.9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/batchmeans/1.0-4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/BayesianTools/0.1.8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/BayesLogit/2.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/bayesm/3.1-6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/BayesPen/1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/bayesplot/1.11.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/bayestestR/0.14.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/BB/2019.10-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/BBmisc/1.13": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/bbmle/1.0.25.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/BCEE/1.3.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/BDgraph/2.72": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/bdsmatrix/1.3-7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/beanplot/1.3.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/beeswarm/0.4.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/berryFunctions/1.22.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/betareg/3.1-4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/BH/1.84.0-0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/BiasedUrn/2.0.12": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/bibtex/0.5.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/BIEN/1.2.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/bigD/0.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/BIGL/1.9.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/bigmemory.sri/0.1.8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/bigmemory/4.6.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/bindr/0.1.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/bindrcpp/0.2.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/bio3d/2.4-4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/biom/0.3.12": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/biomod2/4.2-5-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/bit/4.0.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/bit64/4.0.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/bitops/1.0-7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/blavaan/0.5-5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/blob/1.2.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/BMA/3.18.17": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/bmp/0.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/bnlearn/4.9.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/bold/1.3.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/boot/1.3-30": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/bootstrap/2019.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/Boruta/8.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/brglm/0.7.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/bridgedist/0.1.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/bridgesampling/1.1-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/brms/2.21.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/Brobdingnag/1.2-9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/broom.helpers/1.15.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/broom.mixed/0.2.9.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/broom/1.0.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/bst/0.3-24": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/Cairo/1.6-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/calibrate/1.7.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/car/3.1-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/carData/3.0-5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/caret/6.0-94": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/catlearn/1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/caTools/1.18.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/CBPS/0.23": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/celestial/1.4.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/cellranger/1.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/cgdsr/1.3.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/cghFLasso/0.2-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/changepoint/2.2.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/checkmate/2.3.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/chemometrics/1.4.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/chk/0.9.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/chkptstanr/0.1.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/chron/2.3-61": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/circlize/0.4.16": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/circular/0.5-0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/class/7.3-22": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/classInt/0.4-10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/cld2/1.2.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/clisymbols/1.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/clock/0.7.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/clue/0.3-65": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/cluster/2.1.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/clusterGeneration/1.3.8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/clusterRepro/0.9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/clustree/0.5.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/clValid/0.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/cmna/1.0.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/cmprsk/2.2-12": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/cNORM/3.0.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/cobalt/4.5.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/cobs/1.3-8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/coda/0.19-4.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/codetools/0.2-20": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/coin/1.4-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/collapse/2.0.14": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/colorspace/2.1-0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/colourpicker/1.3.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/combinat/0.0-8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/ComICS/1.0.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/ComplexUpset/1.3.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/compositions/2.0-8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/CompQuadForm/1.4.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/conditionz/0.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/conflicted/1.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/conquer/1.3.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/ConsRank/2.1.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/contfrac/1.1-12": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/copCAR/2.0-4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/copula/1.1-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/corpcor/1.6.10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/corrplot/0.92": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/covr/3.6.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/CovSel/1.2.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/covsim/1.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/cowplot/1.1.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/coxed/0.3.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/coxme/2.2-20": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/crfsuite/0.4.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/crosstalk/1.2.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/crul/1.4.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/cSEM/0.5.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/csSAM/1.2.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/ctmle/0.1.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/cubature/2.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/cubelyr/1.0.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/cvAUC/1.1.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/CVST/0.2-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/CVXR/1.0-13": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/d3Network/0.5.2.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/dagitty/0.3-4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/data.table/1.15.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/data.tree/1.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/DataCombine/0.2.21": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/datawizard/0.12.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/date/1.2-42": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/dbarts/0.9-28": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/DBI/1.2.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/dbplyr/2.5.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/dbscan/1.1-12": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/dcurver/0.9.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/ddalpha/1.3.15": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/deal/1.2-42": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/debugme/1.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/deldir/2.0-4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/dendextend/1.17.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/DEoptim/2.2-8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/DEoptimR/1.1-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/DepthProc/2.1.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/Deriv/4.1.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/DescTools/0.99.54": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/deSolve/1.40": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/dfidx/0.0-5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/DHARMa/0.4.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/dHSIC/2.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/diagram/1.6.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/DiagrammeR/1.0.11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/DiceKriging/1.6.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/dichromat/2.0-0.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/dimRed/0.2.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/diptest/0.77-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/DiscriMiner/0.1-29": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/dismo/1.3-14": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/distillery/1.2-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/distr/2.9.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/distrEx/2.9.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/distributional/0.4.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/DistributionUtils/0.6-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/diveRsity/1.9.90": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/dlm/1.1-6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/DMCfun/3.5.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/doc2vec/0.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/docstring/1.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/doMC/1.3.8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/doParallel/1.0.17": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/doRNG/1.8.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/doSNOW/1.0.20": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/dotCall64/1.1-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/downloader/0.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/dplyr/1.1.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/dr/3.0.10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/dreamerr/1.4.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/drgee/1.1.10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/DRR/0.0.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/drugCombo/1.2.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/DT/0.33": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/dtangle/2.0.9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/dtplyr/1.3.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/DTRreg/2.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/dtw/1.23-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/dummies/1.5.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/dygraphs/1.1.1.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/dynamicTreeCut/1.63-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/e1071/1.7-14": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/earth/5.3.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/EasyABC/1.5.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/ECOSolveR/0.5.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/ellipse/0.5.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/elliptic/1.4-0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/emdbook/1.3.13": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/emmeans/1.10.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/emoa/0.5-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/emulator/1.2-24": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/energy/1.7-11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/ENMeval/2.0.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/entropy/1.3.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/EnvStats/2.8.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/epitools/0.5-10.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/ergm.count/4.1.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/ergm.multi/0.2.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/ergm/4.6.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/estimability/1.5.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/EValue/4.1.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/evd/2.3-7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/Exact/3.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/expm/0.999-9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/ExPosition/2.8.23": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/expsmooth/2.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/extrafont/0.19": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/extrafontdb/1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/extRemes/2.1-4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/FactoMineR/2.11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/FactorCopula/0.9.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/fail/1.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/farver/2.1.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/fastcluster/1.2.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/fastDummies/1.7.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/fasterize/1.0.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/fastICA/1.2-4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/fastmatch/1.1-4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/fdrtool/1.2.17": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/feather/0.3.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/ff/4.0.12": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/fftw/1.0-8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/fftwtools/0.9-11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/fields/15.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/filehash/2.4-5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/finalfit/1.0.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/findpython/1.0.8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/fishMod/0.29": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/fitdistrplus/1.1-11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/fixest/0.12.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/FKSUM/1.0.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/flashClust/1.01-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/flexclust/1.4-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/flexmix/2.3-19": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/flextable/0.9.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/fma/2.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/FME/1.3.6.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/fmri/1.9.12": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/FNN/1.1.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/fontBitstreamVera/0.1.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/fontLiberation/0.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/fontquiver/0.2.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/forcats/1.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/foreach/1.5.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/forecast/8.23.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/foreign/0.8-86": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/formatR/1.14": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/formula.tools/1.7.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/Formula/1.2-5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/fossil/0.4.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/fpc/2.2-12": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/fpp/0.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/fracdiff/1.5-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/furrr/0.3.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/futile.logger/1.4.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/futile.options/1.0.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/future.apply/1.11.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/future/1.33.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/gam/1.22-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/gamlss.data/6.0-6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/gamlss.dist/6.1-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/gamlss.tr/5.1-9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/gamlss/5.4-22": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/gamm4/0.2-6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/gap.datasets/0.0.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/gap/1.5-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/gapfill/0.9.6-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/gargle/1.5.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/gaussquad/1.0-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/gbm/2.1.9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/gbRd/0.4.12": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/gclus/1.3.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/gdalUtils/2.0.3.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/gdata/3.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/gdistance/1.6.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/gdtools/0.3.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/gee/4.13-27": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/geeM/0.10.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/geepack/1.3.11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/geex/1.1.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/geiger/2.0.11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/GeneNet/1.2.16": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/generics/0.1.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/genoPlotR/0.8.11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/GenSA/1.1.14": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/geojsonsf/2.0.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/geometries/0.2.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/geometry/0.4.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/getopt/1.20.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/GetoptLong/1.0.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/gfonts/0.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/GGally/2.2.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/ggbeeswarm/0.7.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/ggdag/0.2.12": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/ggdist/3.3.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/ggExtra/0.10.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/ggfan/0.1.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/ggforce/0.4.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/ggformula/0.12.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/ggfun/0.1.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/ggh4x/0.2.8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/ggnetwork/0.5.13": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/ggplot2/3.5.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/ggplotify/0.1.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/ggpubr/0.6.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/ggraph/2.2.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/ggrepel/0.9.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/ggridges/0.5.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/ggsci/3.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/ggsignif/0.6.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/ggstance/0.3.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/ggstats/0.6.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/ggvenn/0.1.10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/ggvis/0.4.9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/GillespieSSA/0.6.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/git2r/0.33.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/GJRM/0.2-6.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/glasso/1.11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/gld/2.6.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/gllvm/1.4.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/glmmML/1.1.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/glmmTMB/1.1.9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/glmnet/4.1-8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/GlobalOptions/0.1.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/globals/0.16.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/gmm/1.8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/gmodels/2.19.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/gmp/0.7-4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/gnumeric/0.7-10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/goftest/1.2-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/gomms/1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/googledrive/2.1.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/googlesheets4/1.1.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/gower/1.0.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/GPArotation/2024.3-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/gplots/3.1.3.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/graphlayouts/1.1.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/grf/2.3.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/gridBase/0.4-7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/gridExtra/2.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/gridGraphics/0.5-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/grImport2/0.3-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/grpreg/3.4.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/GSA/1.03.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/gsalib/2.2.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/gsl/2.1-8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/gsw/1.1-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/gt/0.10.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/gtable/0.3.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/gtools/3.9.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/gtsummary/1.7.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/GUTS/1.2.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/gWidgets2/1.0-9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/gWidgets2tcltk/1.0-8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/GxEScanR/2.0.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/h2o/3.44.0.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/hal9001/0.4.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/haldensify/0.2.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/hardhat/1.4.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/harmony/1.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/hash/2.2.6.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/haven/2.5.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/hdf5r/1.3.10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/hdm/0.3.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/heatmap3/1.1.9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/here/1.0.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/hexbin/1.28.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/HGNChelper/0.8.14": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/HiddenMarkov/1.8-13": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/Hmisc/5.1-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/hms/1.1.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/Hmsc/3.0-13": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/htmlTable/2.4.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/httpcode/0.3.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/huge/1.3.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/hunspell/3.0.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/hwriter/1.3.2.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/HWxtest/1.1.9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/hypergeo/1.2-13": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/ica/1.0-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/IDPmisc/1.1.21": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/idr/1.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/ids/1.0.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/ie2misc/0.9.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/igraph/2.0.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/image.binarization/0.1.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/imager/1.0.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/imagerExtra/1.3.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/ineq/0.2-13": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/influenceR/0.1.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/infotheo/1.2.0.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/inline/0.3.19": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/insight/0.20.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/intergraph/2.0-4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/interp/1.1-6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/interpretR/0.2.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/intrinsicDimension/1.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/inum/1.0-5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/ipred/0.9-14": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/irace/3.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/irlba/2.3.5.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/ismev/1.42": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/Iso/0.0-21": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/isoband/0.2.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/ISOcodes/2024.02.12": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/ISOweek/0.6-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/iterators/1.0.14": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/itertools/0.1-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/JADE/2.0-4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/janeaustenr/1.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/JBTools/0.7.2.9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/jiebaR/0.11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/jiebaRD/0.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/jomo/2.7-6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/jpeg/0.1-10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/jsonify/1.2.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/jstable/1.2.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/juicyjuice/0.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/kde1d/1.0.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/kedd/1.0.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/kernlab/0.9-32": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/KernSmooth/2.23-24": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/kinship2/1.9.6.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/klaR/1.7-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/KODAMA/2.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/kohonen/3.0.12": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/ks/1.14.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/labdsv/2.1-0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/labeling/0.4.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/labelled/2.13.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/laeken/0.5.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/lambda.r/1.2.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/LaplacesDemon/16.1.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/lars/1.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/lassosum/0.4.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/lattice/0.22-6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/latticeExtra/0.6-30": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/lava/1.8.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/lavaan/0.6-18": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/lazy/1.2-18": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/lazyeval/0.2.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/LCFdata/2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/lda/1.5.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/ldbounds/2.0.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/leafem/0.2.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/leaflet.providers/2.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/leaflet/2.2.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/leafsync/0.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/leaps/3.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/LearnBayes/2.15.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/leiden/0.4.3.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/lhs/1.1.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/libcoin/1.0-10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/limSolve/1.5.7.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/linkcomm/1.0-14": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/linprog/0.9-4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/liquidSVM/1.2.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/listenv/0.9.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/lme4/1.1-35.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/LMERConvenienceFunctions/3.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/lmerTest/3.1-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/lmom/3.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/Lmoments/1.3-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/lmtest/0.9-40": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/lobstr/1.1.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/locfdr/1.1-8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/locfit/1.5-9.10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/logcondens/2.1.8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/logger/0.3.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/logistf/1.26.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/logspline/2.1.22": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/longitudinal/1.1.13": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/longmemo/1.1-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/loo/2.7.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/lpSolve/5.6.20": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/lpSolveAPI/5.5.2.0-17.11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/lqa/1.0-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/lsei/1.3-0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/lslx/0.6.11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/lubridate/1.9.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/lwgeom/0.2-14": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/magic/1.6-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/magick/2.8.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/MALDIquant/1.22.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/manipulateWidget/0.11.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/mapproj/1.2.11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/maps/3.4.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/maptools/1.1-8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/markdown/1.13": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/MASS/7.3-61": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/Matching/4.10-14": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/MatchIt/4.5.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/mathjaxr/1.6-0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/matlab/1.0.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/Matrix/1.7-0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/matrixcalc/1.0-6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/MatrixModels/0.5-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/matrixStats/1.3.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/maxLik/1.5-2.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/maxlike/0.1-11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/maxnet/0.1.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/mboost/2.9-10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/mclogit/0.9.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/mclust/6.1.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/mcmc/0.9-8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/MCMCpack/1.7-0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/mcmcse/1.5-0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/mda/0.5-4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/medflex/0.6-10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/mediation/4.5.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/memisc/0.99.31.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/memuse/4.2-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/MESS/0.5.12": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/metadat/1.2-0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/metafor/4.6-0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/MetaUtility/2.1.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/mets/1.3.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/mgcv/1.9-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/mgsub/1.7.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/mhsmm/0.4.21": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/mi/1.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/mice/3.16.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/miceadds/3.17-44": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/microbenchmark/1.4.10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/MIIVsem/0.5.8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/minerva/1.5.10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/minpack.lm/1.2-4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/minqa/1.2.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/minty/0.0.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/mirt/1.41": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/misc3d/0.9-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/miscTools/0.6-28": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/missForest/1.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/missMDA/1.19": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/mitml/0.4-5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/mitools/2.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/mixtools/2.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/mlbench/2.1-5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/mlegp/3.1.9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/MLmetrics/1.1.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/mlogit/1.1-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/mlr/2.19.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/mlrMBO/1.1.5.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/mltools/0.3.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/mnormt/2.1.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/ModelMetrics/1.2.2.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/modelr/0.1.11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/modeltools/0.2-23": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/momentfit/0.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/moments/0.14.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/MonteCarlo/1.0.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/mosaicCore/0.9.4.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/mpath/0.4-2.25": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/mRMRe/2.1.2.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/msm/1.7.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/mstate/0.3.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/multcomp/1.4-25": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/multcompView/0.1-10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/multicool/1.0.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/multipol/1.0-9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/multitaper/1.0-17": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/munsell/0.5.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/mvabund/4.2.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/mvnfast/0.2.8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/mvtnorm/1.2-5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/nabor/0.5.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/naniar/1.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/natserv/1.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/naturalsort/0.1.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/ncbit/2013.03.29.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/ncdf4/1.22": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/NCmisc/1.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/network/1.18.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/networkDynamic/0.11.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/networkLite/1.0.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/neuralnet/1.44.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/neuRosim/0.2-14": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/ngspatial/1.2-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/NISTunits/1.0.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/nleqslv/3.3.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/nlme/3.1-165": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/nloptr/2.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/NLP/0.2-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/nlsem/0.8-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/nnet/7.3-19": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/nnls/1.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/nonnest2/0.5-7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/nor1mix/1.3-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/norm/1.0-11.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/nortest/1.0-4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/np/0.60-17": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/npsurv/0.5-0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/numDeriv/2016.8-1.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/oai/0.4.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/oce/1.8-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/OceanView/1.0.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/oddsratio/2.0.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/officer/0.6.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/openair/2.18-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/OpenMx/2.21.11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/openxlsx/4.2.5.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/operator.tools/1.6.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/optextras/2019-12.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/optimParallel/1.0-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/optimr/2019-12.16": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/optimx/2023-10.21": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/optmatch/0.10.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/optparse/1.7.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/ordinal/2023.12-4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/origami/1.0.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/oro.nifti/0.11.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/orthopolynom/1.0-6.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/osqp/0.6.3.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/outliers/0.15": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/packrat/0.9.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/pacman/0.5.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/pammtools/0.5.93": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/pamr/1.56.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/pan/1.9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/parallelDist/0.2.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/parallelly/1.37.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/parallelMap/1.5.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/ParamHelpers/1.14.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/parsedate/1.3.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/party/1.3-15": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/partykit/1.2-20": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/pastecs/1.4.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/patchwork/1.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/pbapply/1.7-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/pbivnorm/0.6.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/pbkrtest/0.5.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/PCAmatchR/0.3.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/pcaPP/2.0-4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/pdp/0.8.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/PearsonDS/1.3.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/pec/2023.04.12": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/penalized/0.9-52": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/penfa/0.1.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/peperr/1.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/performance/0.12.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/PermAlgo/1.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/permute/0.9-7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/phangorn/2.11.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/pheatmap/1.0.12": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/phylobase/0.8.12": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/phytools/2.3-0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/pim/2.0.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/pinfsc50/1.3.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/pixmap/0.4-13": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/pkgmaker/0.32.10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/PKI/0.1-14": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/plogr/0.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/plot3D/1.4.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/plot3Drgl/1.0.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/plotly/4.10.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/plotmo/3.6.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/plotrix/3.8-4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/pls/2.8-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/plyr/1.8.9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/PMA/1.2-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/png/0.1-8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/PoissonSeq/1.1.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/poLCA/1.6.0.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/polspline/1.1.25": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/Polychrome/1.5.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/polyclip/1.10-6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/polycor/0.8-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/polynom/1.4-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/posterior/1.5.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/ppcor/1.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/prabclus/2.3-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/pracma/2.4.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/PresenceAbsence/1.1.11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/preseqR/4.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/prettyGraphs/2.1.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/princurve/2.1.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/pROC/1.18.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/prodlim/2023.08.28": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/profileModel/0.6.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/proftools/0.99-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/progress/1.2.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/progressr/0.14.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/projpred/2.8.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/proto/1.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/proxy/0.4-27": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/proxyC/0.4.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/pryr/0.1.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/pscl/1.5.9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/pspline/1.0-20": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/psych/2.4.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/Publish/2023.01.17": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/pulsar/0.3.11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/pvclust/2.2-0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/qgam/1.3.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/qgraph/1.9.8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/qqman/0.1.9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/qrnn/2.1.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/quadprog/1.5-8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/quanteda/4.0.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/quantmod/0.4.26": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/quantreg/5.98": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/questionr/0.7.8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/QuickJSR/1.2.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/R.cache/0.16.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/R.matlab/3.7.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/R.methodsS3/1.8.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/R.oo/1.26.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/R.rsp/0.46.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/R.utils/2.12.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/R2WinBUGS/2.1-22.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/random/0.2.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/randomForest/4.7-1.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/randomForestSRC/3.2.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/randtoolbox/2.0.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/rangeModelMetadata/0.1.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/ranger/0.16.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/RANN/2.6.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/rapidjsonr/1.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/rARPACK/0.11-0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/raster/3.6-26": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/rasterVis/0.51.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/ratelimitr/0.4.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/RBesT/1.7-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/rbibutils/2.2.16": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/rbison/1.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/Rborist/0.3-7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/RCAL/2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/Rcgmin/2022-4.30": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/RCircos/1.2.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/RColorBrewer/1.1-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/RcppArmadillo/0.12.8.4.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/RcppEigen/0.3.4.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/RcppGSL/0.3.13": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/RcppParallel/5.1.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/RcppProgress/0.4.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/RcppRoll/0.3.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/RcppThread/2.1.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/RcppTOML/0.2.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/RCurl/1.98-1.14": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/rda/1.2-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/Rdpack/2.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/rdrop2/0.8.2.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/reactable/0.4.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/reactR/0.5.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/readbitmap/0.1.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/reader/1.0.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/readODS/2.3.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/readr/2.1.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/readxl/1.4.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/rebird/1.3.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/recipes/1.0.10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/RefFreeEWAS/2.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/registry/0.5-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/regsem/1.9.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/relsurv/2.2-9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/rematch/2.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/rentrez/1.2.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/renv/1.0.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/reprex/2.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/resample/0.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/reshape/0.8.9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/reshape2/1.4.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/reticulate/1.38.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/rex/1.2.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/rgbif/3.8.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/RGCCA/3.0.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/rgdal/1.6-7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/rgeos/0.6-4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/rgexf/0.16.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/rgl/1.3.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/Rglpk/0.6-5.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/rhandsontable/0.3.8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/RhpcBLASctl/0.23-42": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/ridge/3.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/ridigbio/0.3.8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/RInside/0.2.18": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/rio/1.1.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/riskRegression/2023.12.21": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/ritis/1.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/RItools/0.3-4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/rJava/1.0-11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/rjson/0.2.21": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/RJSONIO/1.3-1.9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/rle/0.9.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/rlecuyer/0.3-8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/rlemon/0.2.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/rlist/0.4.6.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/rmeta/3.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/Rmpfr/0.9-5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/rms/6.8-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/RMTstat/0.3.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/rncl/0.8.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/rnetcarto/0.2.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/RNeXML/2.4.11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/rngtools/1.5.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/rngWELL/0.10-9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/RNifti/1.7.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/robustbase/0.99-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/ROCR/1.0-11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/ROI.plugin.glpk/1.0-0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/ROI/1.0-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/Rook/1.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/rootSolve/1.8.2.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/roptim/0.1.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/rotl/3.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/rpact/4.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/rpart/4.1.23": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/rpf/1.0.14": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/RPMM/1.25": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/RPostgreSQL/0.7-6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/rrcov/1.7-5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/rredlist/0.7.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/rsample/1.2.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/rsconnect/1.3.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/Rserve/1.8-13": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/RSNNS/0.4-17": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/Rsolnp/1.16": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/RSpectra/0.16-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/RSQLite/2.3.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/Rssa/1.0.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/rstan/2.32.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/rstantools/2.4.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/rstatix/0.7.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/rtdists/0.11-5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/Rtsne/0.17": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/Rttf2pt1/1.3.12": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/RUnit/0.4.33": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/ruv/0.9.7.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/rvertnet/0.8.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/rvest/1.0.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/rvinecopulib/0.6.3.1.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/Rvmmin/2018-4.17.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/RWeka/0.4-46": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/RWekajars/3.9.3-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/s2/1.1.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/sampling/2.10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/sandwich/3.1-0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/SBdecomp/1.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/scales/1.3.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/scam/1.2-17": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/scatterpie/0.2.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/scatterplot3d/0.3-44": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/scs/3.2.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/sctransform/0.4.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/SDMTools/1.1-221.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/seewave/2.2.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/segmented/2.1-0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/selectr/0.4-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/sem/3.1-15": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/semPLS/1.0-10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/semTools/0.5-6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/sendmailR/1.4-0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/sensemakr/0.1.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/sentometrics/1.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/seqinr/4.2-36": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/servr/0.30": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/setRNG/2024.2-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/sf/1.0-16": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/sfheaders/0.4.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/sfsmisc/1.1-18": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/shadowtext/0.1.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/shape/1.4.6.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/shapefiles/0.7.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/shinycssloaders/1.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/shinydashboard/0.7.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/shinyjs/2.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/shinystan/2.6.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/shinythemes/1.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/signal/1.8-0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/SignifReg/4.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/simex/1.8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/SimSeq/1.4.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/SKAT/2.2.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/slam/0.1-50": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/slider/0.3.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/sm/2.2-6.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/smoof/1.6.0.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/smoother/1.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/sn/2.1.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/sna/2.7-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/SNFtool/2.3.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/snow/0.4-4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/SnowballC/0.7.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/snowfall/1.84-6.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/SOAR/0.99-11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/solrium/1.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/som/0.3-5.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/soundecology/1.3.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/sp/2.1-4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/spaa/0.2.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/spam/2.10-0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/spaMM/4.5.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/SparseM/1.83": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/SPAtest/3.1.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/spatial/7.3-17": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/spatstat.core/2.4-4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/spatstat.data/3.1-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/spatstat.explore/3.2-7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/spatstat.geom/3.2-9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/spatstat.linnet/3.1-5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/spatstat.model/3.2-11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/spatstat.random/3.2-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/spatstat.sparse/3.1-0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/spatstat.utils/3.0-5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/spatstat/3.0-8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/spData/2.3.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/spdep/1.3-5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/splitstackshape/1.4.8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/spls/2.2-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/spocc/1.2.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/spThin/0.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/SQUAREM/2021.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/stabledist/0.7-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/stabs/0.6-4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/StanHeaders/2.32.9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/stargazer/5.2.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/stars/0.6-5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/startupmsg/0.9.6.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/StatMatch/1.4.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/statmod/1.5.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/statnet.common/4.9.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/statnet/2019.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/stdReg/3.4.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/stopwords/2.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/stringdist/0.9.12": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/stringmagic/1.1.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/strucchange/1.5-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/styler/1.10.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/subplex/1.8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/SuperLearner/2.0-29": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/SuppDists/1.1-9.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/survey/4.4-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/survival/3.7-0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/survivalROC/1.0.3.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/svd/0.5.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/svglite/2.1.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/svUnit/1.0.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/swagger/5.17.14": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/symmoments/1.2.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/tableone/0.13.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/tabletools/0.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/tau/0.0-25": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/taxize/0.9.100": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/tcltk2/1.2-11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/tclust/2.0-4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/TeachingDemos/2.13": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/tensor/1.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/tensorA/0.36.2.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/tergm/4.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/terra/1.7-78": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/testit/0.13": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/textcat/1.0-8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/textplot/0.2.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/TFisher/0.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/TH.data/1.1-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/threejs/0.3.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/tictoc/1.2.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/tidybayes/3.0.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/tidygraph/1.3.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/tidyr/1.3.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/tidyselect/1.2.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/tidytext/0.4.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/tidytree/0.4.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/tidyverse/2.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/tiff/0.1-12": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/timechange/0.3.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/timeDate/4032.109": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/timereg/2.0.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/tkrplot/0.0-27": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/tm/0.7-13": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/tmap/3.3-4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/tmaptools/3.1-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/TMB/1.9.12": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/tmle/2.0.1.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/tmvnsim/1.0-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/tmvtnorm/1.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/tokenizers/0.3.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/topicmodels/0.2-16": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/TraMineR/2.2-10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/tree/1.0-43": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/triebeard/0.4.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/trimcluster/0.1-5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/tripack/1.3-9.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/TruncatedNormal/2.2.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/truncnorm/1.0-9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/trust/0.1-8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/tseries/0.10-56": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/tseriesChaos/0.1-13.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/tsna/0.3.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/tsne/0.1-3.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/TTR/0.24.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/tuneR/1.4.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/twang/2.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/tweedie/2.3.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/tweenr/2.0.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/tzdb/0.4.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/ucminf/1.2.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/udpipe/0.8.11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/umap/0.2.10.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/unbalanced/2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/unikn/1.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/uniqueAtomMat/0.1-3-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/units/0.8-5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/unmarked/1.4.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/UpSetR/1.4.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/urca/1.3-4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/urltools/1.7.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/uroot/2.1-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/uuid/1.2-0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/V8/4.4.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/varhandle/2.0.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/vcd/1.4-12": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/vcfR/1.15.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/vegan/2.6-6.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/VennDiagram/1.7.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/VGAM/1.1-11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/VIM/6.2.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/VineCopula/2.5.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/vioplot/0.4.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/vipor/0.4.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/viridis/0.6.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/viridisLite/0.4.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/visdat/0.6.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/visNetwork/2.1.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/vroom/1.6.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/VSURF/1.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/warp/0.2.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/waveslim/1.8.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/wdm/0.2.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/webshot/0.5.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/webutils/1.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/weights/1.0.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/WeightSVM/1.7-13": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/wellknown/0.7.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/widgetframe/0.3.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/WikidataQueryServiceR/1.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/WikidataR/2.3.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/WikipediR/1.7.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/wikitaxa/0.4.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/wk/0.9.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/word2vec/0.4.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/wordcloud/2.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/worrms/0.4.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/writexl/1.5.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/WriteXLS/6.6.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/XBRL/0.99.19.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/xgboost/1.7.7.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/xlsx/0.6.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/xlsxjars/0.6.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/XML/3.99-0.16.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/xts/0.14.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/yaImpute/1.0-34": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/yulab.utils/0.1.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/zeallot/0.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2024.06-foss-2023b/zoo/1.8-12": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/abc.data/1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/abc/2.2.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/abe/3.0.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/abind/1.4-5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/acepack/1.4.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/adabag/5.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/ade4/1.7-22": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/ADGofTest/0.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/admisc/0.34": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/aggregation/1.0.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/AICcmodavg/2.3-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/akima/0.6-3.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/alabama/2023.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/AlgDesign/1.2.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/alluvial/0.1-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/AMAPVox/1.0.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/animation/2.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/aod/1.3.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/apcluster/1.4.11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/ape/5.7-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/aplot/0.2.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/argparse/2.2.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/aricode/1.0.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/arm/1.13-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/arrayhelpers/1.1-0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/asnipe/1.1.17": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/assertive.base/0.0-9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/assertive.code/0.0-4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/assertive.data.uk/0.0-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/assertive.data.us/0.0-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/assertive.data/0.0-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/assertive.datetimes/0.0-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/assertive.files/0.0-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/assertive.matrices/0.0-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/assertive.models/0.0-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/assertive.numbers/0.0-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/assertive.properties/0.0-5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/assertive.reflection/0.0-5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/assertive.sets/0.0-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/assertive.strings/0.0-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/assertive.types/0.0-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/assertive/0.3-6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/assertthat/0.2.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/AUC/0.3.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/audio/0.1-11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/aws/2.5-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/awsMethods/1.1-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/backports/1.4.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/bacr/1.0.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/bartMachine/1.3.4.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/bartMachineJARs/1.2.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/base64/2.0.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/BatchJobs/1.9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/batchmeans/1.0-4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/BayesianTools/0.1.8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/BayesLogit/2.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/bayesm/3.1-6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/BayesPen/1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/bayesplot/1.10.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/BB/2019.10-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/BBmisc/1.13": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/bbmle/1.0.25.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/BCEE/1.3.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/BDgraph/2.72": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/bdsmatrix/1.3-6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/beanplot/1.3.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/beeswarm/0.4.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/berryFunctions/1.22.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/betareg/3.1-4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/BH/1.81.0-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/BiasedUrn/2.0.11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/bibtex/0.5.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/BIEN/1.2.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/bigD/0.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/BIGL/1.8.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/bigmemory.sri/0.1.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/bigmemory/4.6.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/bindr/0.1.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/bindrcpp/0.2.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/bio3d/2.4-4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/biom/0.3.12": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/biomod2/4.2-4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/bit/4.0.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/bit64/4.0.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/bitops/1.0-7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/blavaan/0.5-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/blob/1.2.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/BMA/3.18.17": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/bmp/0.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/bnlearn/4.9.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/bold/1.3.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/boot/1.3-28.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/bootstrap/2019.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/Boruta/8.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/brglm/0.7.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/bridgedist/0.1.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/bridgesampling/1.1-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/brms/2.20.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/Brobdingnag/1.2-9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/broom.helpers/1.14.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/broom.mixed/0.2.9.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/broom/1.0.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/bst/0.3-24": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/Cairo/1.6-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/calibrate/1.7.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/car/3.1-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/carData/3.0-5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/caret/6.0-94": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/catlearn/1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/caTools/1.18.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/CBPS/0.23": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/celestial/1.4.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/cellranger/1.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/cgdsr/1.3.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/cghFLasso/0.2-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/changepoint/2.2.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/checkmate/2.3.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/chemometrics/1.4.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/chk/0.9.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/chkptstanr/0.1.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/chron/2.3-61": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/circlize/0.4.15": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/circular/0.5-0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/class/7.3-22": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/classInt/0.4-10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/cld2/1.2.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/clisymbols/1.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/clock/0.7.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/clue/0.3-65": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/cluster/2.1.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/clusterGeneration/1.3.8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/clusterRepro/0.9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/clustree/0.5.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/clValid/0.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/cmna/1.0.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/cmprsk/2.2-11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/cNORM/3.0.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/cobalt/4.5.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/cobs/1.3-5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/coda/0.19-4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/codetools/0.2-19": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/coin/1.4-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/collapse/2.0.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/colorspace/2.1-0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/colourpicker/1.3.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/combinat/0.0-8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/ComICS/1.0.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/ComplexUpset/1.3.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/compositions/2.0-6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/CompQuadForm/1.4.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/conditionz/0.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/conflicted/1.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/conquer/1.3.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/ConsRank/2.1.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/contfrac/1.1-12": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/copCAR/2.0-4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/copula/1.1-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/corpcor/1.6.10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/corrplot/0.92": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/covr/3.6.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/CovSel/1.2.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/covsim/1.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/cowplot/1.1.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/coxed/0.3.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/coxme/2.2-18.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/crfsuite/0.4.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/crosstalk/1.2.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/crul/1.4.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/cSEM/0.5.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/csSAM/1.2.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/ctmle/0.1.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/cubature/2.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/cubelyr/1.0.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/cvAUC/1.1.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/CVST/0.2-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/CVXR/1.0-11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/d3Network/0.5.2.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/dagitty/0.3-4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/data.table/1.14.10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/data.tree/1.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/DataCombine/0.2.21": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/date/1.2-42": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/dbarts/0.9-25": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/DBI/1.1.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/dbplyr/2.4.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/dbscan/1.1-12": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/dcurver/0.9.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/ddalpha/1.3.13": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/deal/1.2-42": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/debugme/1.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/deldir/2.0-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/dendextend/1.17.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/DEoptim/2.2-8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/DEoptimR/1.1-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/DepthProc/2.1.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/Deriv/4.1.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/DescTools/0.99.52": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/deSolve/1.40": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/dfidx/0.0-5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/DHARMa/0.4.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/dHSIC/2.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/diagram/1.6.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/DiagrammeR/1.0.10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/DiceKriging/1.6.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/dichromat/2.0-0.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/dimRed/0.2.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/diptest/0.77-0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/DiscriMiner/0.1-29": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/dismo/1.3-14": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/distillery/1.2-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/distr/2.9.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/distrEx/2.9.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/distributional/0.3.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/DistributionUtils/0.6-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/diveRsity/1.9.90": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/dlm/1.1-6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/DMCfun/2.0.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/doc2vec/0.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/docstring/1.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/doMC/1.3.8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/doParallel/1.0.17": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/doRNG/1.8.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/doSNOW/1.0.20": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/dotCall64/1.1-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/downloader/0.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/dplyr/1.1.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/dr/3.0.10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/dreamerr/1.4.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/drgee/1.1.10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/DRR/0.0.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/drugCombo/1.2.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/DT/0.31": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/dtangle/2.0.9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/dtplyr/1.3.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/DTRreg/2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/dtw/1.23-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/dummies/1.5.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/dygraphs/1.1.1.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/dynamicTreeCut/1.63-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/e1071/1.7-14": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/earth/5.3.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/EasyABC/1.5.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/ECOSolveR/0.5.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/ellipse/0.5.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/elliptic/1.4-0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/emdbook/1.3.13": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/emmeans/1.8.9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/emoa/0.5-0.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/emulator/1.2-21": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/energy/1.7-11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/ENMeval/2.0.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/entropy/1.3.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/EnvStats/2.8.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/epitools/0.5-10.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/ergm.count/4.1.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/ergm.multi/0.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/ergm/4.5.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/estimability/1.4.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/EValue/4.1.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/evd/2.3-6.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/Exact/3.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/expm/0.999-8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/ExPosition/2.8.23": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/expsmooth/2.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/extrafont/0.19": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/extrafontdb/1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/extRemes/2.1-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/FactoMineR/2.9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/FactorCopula/0.9.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/fail/1.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/farver/2.1.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/fastcluster/1.2.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/fastDummies/1.7.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/fasterize/1.0.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/fastICA/1.2-4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/fastmatch/1.1-4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/fdrtool/1.2.17": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/feather/0.3.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/ff/4.0.9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/fftw/1.0-7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/fftwtools/0.9-11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/fields/15.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/filehash/2.4-5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/finalfit/1.0.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/findpython/1.0.8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/fishMod/0.29": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/fitdistrplus/1.1-11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/fixest/0.11.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/FKSUM/1.0.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/flashClust/1.01-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/flexclust/1.4-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/flexmix/2.3-19": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/flextable/0.9.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/fma/2.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/FME/1.3.6.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/fmri/1.9.12": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/FNN/1.1.3.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/fontBitstreamVera/0.1.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/fontLiberation/0.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/fontquiver/0.2.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/forcats/1.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/foreach/1.5.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/forecast/8.21.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/foreign/0.8-86": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/formatR/1.14": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/formula.tools/1.7.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/Formula/1.2-5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/fossil/0.4.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/fpc/2.2-10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/fpp/0.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/fracdiff/1.5-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/furrr/0.3.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/futile.logger/1.4.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/futile.options/1.0.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/future.apply/1.11.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/future/1.33.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/gam/1.22-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/gamlss.data/6.0-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/gamlss.dist/6.1-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/gamlss.tr/5.1-7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/gamlss/5.4-20": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/gamm4/0.2-6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/gap.datasets/0.0.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/gap/1.5-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/gapfill/0.9.6-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/gargle/1.5.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/gaussquad/1.0-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/gbm/2.1.8.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/gbRd/0.4-11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/gclus/1.3.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/gdalUtils/2.0.3.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/gdata/3.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/gdistance/1.6.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/gdtools/0.3.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/gee/4.13-26": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/geeM/0.10.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/geepack/1.3.9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/geex/1.1.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/geiger/2.0.11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/GeneNet/1.2.16": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/generics/0.1.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/genoPlotR/0.8.11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/GenSA/1.1.10.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/geojsonsf/2.0.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/geometries/0.2.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/geometry/0.4.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/getopt/1.20.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/GetoptLong/1.0.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/gfonts/0.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/GGally/2.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/ggbeeswarm/0.7.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/ggdag/0.2.10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/ggdist/3.3.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/ggExtra/0.10.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/ggfan/0.1.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/ggforce/0.4.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/ggformula/0.12.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/ggfun/0.1.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/ggh4x/0.2.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/ggnetwork/0.5.12": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/ggplot2/3.4.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/ggplotify/0.1.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/ggpubr/0.6.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/ggraph/2.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/ggrepel/0.9.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/ggridges/0.5.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/ggsci/3.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/ggsignif/0.6.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/ggstance/0.3.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/ggstats/0.5.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/ggvenn/0.1.10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/ggvis/0.4.8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/GillespieSSA/0.6.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/git2r/0.33.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/GJRM/0.2-6.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/glasso/1.11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/gld/2.6.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/gllvm/1.4.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/glmmML/1.1.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/glmmTMB/1.1.8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/glmnet/4.1-8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/GlobalOptions/0.1.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/globals/0.16.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/gmm/1.8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/gmodels/2.18.1.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/gmp/0.7-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/gnumeric/0.7-10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/goftest/1.2-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/gomms/1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/googledrive/2.1.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/googlesheets4/1.1.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/gower/1.0.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/GPArotation/2023.11-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/gplots/3.1.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/graphlayouts/1.0.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/grf/2.3.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/gridBase/0.4-7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/gridExtra/2.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/gridGraphics/0.5-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/grImport2/0.3-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/grpreg/3.4.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/GSA/1.03.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/gsalib/2.2.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/gsl/2.1-8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/gsw/1.1-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/gt/0.10.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/gtable/0.3.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/gtools/3.9.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/gtsummary/1.7.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/GUTS/1.2.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/gWidgets2/1.0-9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/gWidgets2tcltk/1.0-8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/GxEScanR/2.0.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/h2o/3.42.0.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/hal9001/0.4.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/haldensify/0.2.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/hardhat/1.3.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/harmony/1.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/hash/2.2.6.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/haven/2.5.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/hdf5r/1.3.8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/hdm/0.3.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/heatmap3/1.1.9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/here/1.0.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/hexbin/1.28.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/HGNChelper/0.8.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/HiddenMarkov/1.8-13": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/Hmisc/5.1-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/hms/1.1.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/Hmsc/3.0-13": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/htmlTable/2.4.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/httpcode/0.3.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/huge/1.3.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/hunspell/3.0.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/hwriter/1.3.2.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/HWxtest/1.1.9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/hypergeo/1.2-13": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/ica/1.0-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/IDPmisc/1.1.20": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/idr/1.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/ids/1.0.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/ie2misc/0.9.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/igraph/1.5.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/image.binarization/0.1.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/imager/0.45.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/imagerExtra/1.3.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/ineq/0.2-13": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/influenceR/0.1.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/infotheo/1.2.0.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/inline/0.3.19": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/intergraph/2.0-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/interp/1.1-5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/interpretR/0.2.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/intrinsicDimension/1.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/inum/1.0-5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/ipred/0.9-14": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/irace/3.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/irlba/2.3.5.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/ismev/1.42": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/Iso/0.0-21": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/isoband/0.2.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/ISOcodes/2023.12.07": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/ISOweek/0.6-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/iterators/1.0.14": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/itertools/0.1-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/JADE/2.0-4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/janeaustenr/1.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/JBTools/0.7.2.9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/jiebaR/0.11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/jiebaRD/0.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/jomo/2.7-6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/jpeg/0.1-10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/jsonify/1.2.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/jstable/1.1.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/juicyjuice/0.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/kde1d/1.0.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/kedd/1.0.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/kernlab/0.9-32": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/KernSmooth/2.23-22": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/kinship2/1.9.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/klaR/1.7-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/KODAMA/2.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/kohonen/3.0.12": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/ks/1.14.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/labdsv/2.1-0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/labeling/0.4.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/labelled/2.12.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/laeken/0.5.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/lambda.r/1.2.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/LaplacesDemon/16.1.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/lars/1.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/lassosum/0.4.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/lattice/0.22-5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/latticeExtra/0.6-30": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/lava/1.7.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/lavaan/0.6-16": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/lazy/1.2-18": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/lazyeval/0.2.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/LCFdata/2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/lda/1.4.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/ldbounds/2.0.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/leafem/0.2.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/leaflet.providers/2.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/leaflet/2.2.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/leafsync/0.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/leaps/3.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/LearnBayes/2.15.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/leiden/0.4.3.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/lhs/1.1.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/libcoin/1.0-10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/limSolve/1.5.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/linkcomm/1.0-14": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/linprog/0.9-4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/liquidSVM/1.2.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/listenv/0.9.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/lme4/1.1-35.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/LMERConvenienceFunctions/3.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/lmerTest/3.1-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/lmom/3.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/Lmoments/1.3-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/lmtest/0.9-40": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/lobstr/1.1.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/locfdr/1.1-8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/locfit/1.5-9.8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/logcondens/2.1.8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/logger/0.2.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/logistf/1.26.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/logspline/2.1.21": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/longitudinal/1.1.13": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/longmemo/1.1-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/loo/2.6.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/lpSolve/5.6.19": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/lpSolveAPI/5.5.2.0-17.11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/lqa/1.0-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/lsei/1.3-0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/lslx/0.6.11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/lubridate/1.9.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/lwgeom/0.2-13": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/magic/1.6-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/magick/2.8.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/MALDIquant/1.22.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/manipulateWidget/0.11.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/mapproj/1.2.11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/maps/3.4.1.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/maptools/1.1-8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/markdown/1.12": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/MASS/7.3-60": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/Matching/4.10-14": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/MatchIt/4.5.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/mathjaxr/1.6-0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/matlab/1.0.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/Matrix/1.6-4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/matrixcalc/1.0-6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/MatrixModels/0.5-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/matrixStats/1.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/maxLik/1.5-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/maxlike/0.1-10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/maxnet/0.1.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/mboost/2.9-9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/mclogit/0.9.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/mclust/6.0.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/mcmc/0.9-8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/MCMCpack/1.6-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/mcmcse/1.5-0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/mda/0.5-4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/medflex/0.6-10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/mediation/4.5.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/memisc/0.99.31.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/memuse/4.2-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/MESS/0.5.12": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/metadat/1.2-0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/metafor/4.4-0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/MetaUtility/2.1.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/mets/1.3.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/mgcv/1.9-0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/mgsub/1.7.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/mhsmm/0.4.21": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/mi/1.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/mice/3.16.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/miceadds/3.16-18": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/microbenchmark/1.4.10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/MIIVsem/0.5.8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/minerva/1.5.10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/minpack.lm/1.2-4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/minqa/1.2.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/mirt/1.41": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/misc3d/0.9-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/miscTools/0.6-28": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/missForest/1.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/missMDA/1.19": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/mitml/0.4-5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/mitools/2.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/mixtools/2.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/mlbench/2.1-3.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/mlegp/3.1.9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/MLmetrics/1.1.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/mlogit/1.1-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/mlr/2.19.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/mlrMBO/1.1.5.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/mltools/0.3.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/mnormt/2.1.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/ModelMetrics/1.2.2.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/modelr/0.1.11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/modeltools/0.2-23": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/momentfit/0.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/moments/0.14.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/MonteCarlo/1.0.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/mosaicCore/0.9.4.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/mpath/0.4-2.23": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/mRMRe/2.1.2.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/msm/1.7.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/mstate/0.3.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/multcomp/1.4-25": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/multcompView/0.1-9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/multicool/1.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/multipol/1.0-9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/munsell/0.5.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/mvabund/4.2.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/mvnfast/0.2.8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/mvtnorm/1.2-4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/nabor/0.5.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/naniar/1.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/natserv/1.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/naturalsort/0.1.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/ncbit/2013.03.29.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/ncdf4/1.22": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/NCmisc/1.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/network/1.18.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/networkDynamic/0.11.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/networkLite/1.0.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/neuralnet/1.44.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/neuRosim/0.2-14": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/ngspatial/1.2-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/NISTunits/1.0.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/nleqslv/3.3.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/nlme/3.1-164": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/nloptr/2.0.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/NLP/0.2-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/nlsem/0.8-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/nnet/7.3-19": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/nnls/1.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/nonnest2/0.5-6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/nor1mix/1.3-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/norm/1.0-11.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/nortest/1.0-4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/np/0.60-17": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/npsurv/0.5-0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/numDeriv/2016.8-1.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/oai/0.4.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/oce/1.8-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/OceanView/1.0.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/oddsratio/2.0.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/officer/0.6.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/openair/2.18-0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/OpenMx/2.21.11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/openxlsx/4.2.5.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/operator.tools/1.6.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/optextras/2019-12.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/optimParallel/1.0-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/optimr/2019-12.16": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/optimx/2023-10.21": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/optmatch/0.10.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/optparse/1.7.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/ordinal/2023.12-4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/origami/1.0.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/oro.nifti/0.11.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/orthopolynom/1.0-6.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/osqp/0.6.3.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/outliers/0.15": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/packrat/0.9.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/pacman/0.5.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/pammtools/0.5.92": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/pamr/1.56.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/pan/1.9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/parallelDist/0.2.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/parallelly/1.36.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/parallelMap/1.5.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/ParamHelpers/1.14.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/parsedate/1.3.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/party/1.3-14": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/partykit/1.2-20": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/pastecs/1.3.21": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/patchwork/1.1.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/pbapply/1.7-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/pbivnorm/0.6.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/pbkrtest/0.5.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/PCAmatchR/0.3.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/pcaPP/2.0-4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/pdp/0.8.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/PearsonDS/1.3.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/pec/2023.04.12": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/penalized/0.9-52": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/penfa/0.1.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/peperr/1.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/PermAlgo/1.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/permute/0.9-7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/phangorn/2.11.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/pheatmap/1.0.12": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/phylobase/0.8.10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/phytools/2.0-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/pim/2.0.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/pinfsc50/1.3.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/pixmap/0.4-12": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/pkgmaker/0.32.10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/plogr/0.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/plot3D/1.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/plot3Drgl/1.0.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/plotly/4.10.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/plotmo/3.6.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/plotrix/3.8-4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/pls/2.8-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/plyr/1.8.9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/PMA/1.2-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/png/0.1-8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/PoissonSeq/1.1.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/poLCA/1.6.0.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/polspline/1.1.24": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/Polychrome/1.5.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/polyclip/1.10-6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/polycor/0.8-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/polynom/1.4-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/posterior/1.5.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/ppcor/1.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/prabclus/2.3-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/pracma/2.4.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/PresenceAbsence/1.1.11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/preseqR/4.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/prettyGraphs/2.1.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/princurve/2.1.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/pROC/1.18.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/prodlim/2023.08.28": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/profileModel/0.6.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/proftools/0.99-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/progress/1.2.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/progressr/0.14.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/projpred/2.7.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/proto/1.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/proxy/0.4-27": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/proxyC/0.3.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/pryr/0.1.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/pscl/1.5.5.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/pspline/1.0-19": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/psych/2.3.9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/Publish/2023.01.17": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/pulsar/0.3.11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/pvclust/2.2-0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/qgam/1.3.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/qgraph/1.9.8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/qqman/0.1.9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/qrnn/2.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/quadprog/1.5-8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/quanteda/3.3.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/quantmod/0.4.25": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/quantreg/5.97": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/questionr/0.7.8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/QuickJSR/1.0.8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/R.cache/0.16.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/R.matlab/3.7.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/R.methodsS3/1.8.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/R.oo/1.25.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/R.rsp/0.45.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/R.utils/2.12.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/R2WinBUGS/2.1-21": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/random/0.2.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/randomForest/4.7-1.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/randomForestSRC/3.2.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/randtoolbox/2.0.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/rangeModelMetadata/0.1.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/ranger/0.16.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/RANN/2.6.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/rapidjsonr/1.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/rARPACK/0.11-0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/raster/3.6-26": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/rasterVis/0.51.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/ratelimitr/0.4.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/RBesT/1.7-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/rbibutils/2.2.16": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/rbison/1.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/Rborist/0.3-5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/RCAL/2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/Rcgmin/2022-4.30": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/RCircos/1.2.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/RColorBrewer/1.1-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/RcppArmadillo/0.12.6.6.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/RcppEigen/0.3.3.9.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/RcppGSL/0.3.13": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/RcppParallel/5.1.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/RcppProgress/0.4.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/RcppRoll/0.3.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/RcppThread/2.1.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/RcppTOML/0.2.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/RCurl/1.98-1.13": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/rda/1.2-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/Rdpack/2.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/rdrop2/0.8.2.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/reactable/0.4.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/reactR/0.5.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/readbitmap/0.1.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/reader/1.0.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/readODS/2.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/readr/2.1.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/readxl/1.4.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/rebird/1.3.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/recipes/1.0.8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/RefFreeEWAS/2.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/registry/0.5-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/regsem/1.9.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/relsurv/2.2-9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/rematch/2.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/rentrez/1.2.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/renv/1.0.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/reprex/2.0.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/resample/0.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/reshape/0.8.9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/reshape2/1.4.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/reticulate/1.34.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/rex/1.2.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/rgbif/3.7.8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/RGCCA/3.0.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/rgdal/1.6-7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/rgeos/0.6-4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/rgexf/0.16.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/rgl/1.2.8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/Rglpk/0.6-5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/rhandsontable/0.3.8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/RhpcBLASctl/0.23-42": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/ridge/3.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/ridigbio/0.3.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/RInside/0.2.18": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/rio/1.0.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/riskRegression/2023.09.08": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/ritis/1.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/RItools/0.3-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/rJava/1.0-10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/rjson/0.2.21": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/RJSONIO/1.3-1.9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/rle/0.9.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/rlecuyer/0.3-8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/rlemon/0.2.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/rlist/0.4.6.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/rmeta/3.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/Rmpfr/0.9-4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/rms/6.7-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/RMTstat/0.3.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/rncl/0.8.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/rnetcarto/0.2.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/RNeXML/2.4.11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/rngtools/1.5.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/rngWELL/0.10-9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/RNifti/1.5.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/robustbase/0.99-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/ROCR/1.0-11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/ROI.plugin.glpk/1.0-0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/ROI/1.0-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/Rook/1.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/rootSolve/1.8.2.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/roptim/0.1.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/rotl/3.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/rpact/3.4.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/rpart/4.1.23": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/rpf/1.0.14": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/RPMM/1.25": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/RPostgreSQL/0.7-5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/rrcov/1.7-4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/rredlist/0.7.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/rsample/1.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/rsconnect/1.1.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/Rserve/1.8-13": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/RSNNS/0.4-17": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/Rsolnp/1.16": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/RSpectra/0.16-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/RSQLite/2.3.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/Rssa/1.0.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/rstan/2.32.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/rstantools/2.3.1.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/rstatix/0.7.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/rtdists/0.11-5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/Rtsne/0.17": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/Rttf2pt1/1.3.12": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/RUnit/0.4.32": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/ruv/0.9.7.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/rvertnet/0.8.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/rvest/1.0.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/rvinecopulib/0.6.3.1.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/Rvmmin/2018-4.17.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/RWeka/0.4-46": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/RWekajars/3.9.3-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/s2/1.1.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/sampling/2.10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/sandwich/3.0-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/SBdecomp/1.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/scales/1.3.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/scam/1.2-14": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/scatterpie/0.2.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/scatterplot3d/0.3-44": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/scs/3.2.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/sctransform/0.4.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/SDMTools/1.1-221.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/seewave/2.2.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/segmented/2.0-0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/selectr/0.4-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/sem/3.1-15": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/semPLS/1.0-10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/semTools/0.5-6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/sendmailR/1.4-0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/sensemakr/0.1.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/sentometrics/1.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/seqinr/4.2-36": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/servr/0.27": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/setRNG/2022.4-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/sf/1.0-14": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/sfheaders/0.4.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/sfsmisc/1.1-16": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/shadowtext/0.1.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/shape/1.4.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/shapefiles/0.7.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/shinycssloaders/1.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/shinydashboard/0.7.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/shinyjs/2.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/shinystan/2.6.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/shinythemes/1.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/signal/1.8-0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/SignifReg/4.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/simex/1.8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/SimSeq/1.4.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/SKAT/2.2.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/slam/0.1-50": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/slider/0.3.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/sm/2.2-5.7.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/smoof/1.6.0.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/smoother/1.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/sn/2.1.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/sna/2.7-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/SNFtool/2.3.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/snow/0.4-4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/SnowballC/0.7.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/snowfall/1.84-6.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/SOAR/0.99-11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/solrium/1.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/som/0.3-5.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/soundecology/1.3.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/sp/2.1-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/spaa/0.2.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/spam/2.10-0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/spaMM/4.4.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/SparseM/1.81": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/SPAtest/3.1.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/spatial/7.3-17": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/spatstat.core/2.4-4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/spatstat.data/3.0-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/spatstat.explore/3.2-5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/spatstat.geom/3.2-7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/spatstat.linnet/3.1-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/spatstat.model/3.2-8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/spatstat.random/3.2-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/spatstat.sparse/3.0-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/spatstat.utils/3.0-4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/spatstat/3.0-7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/spData/2.3.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/spdep/1.3-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/splitstackshape/1.4.8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/spls/2.2-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/spocc/1.2.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/spThin/0.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/SQUAREM/2021.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/stabledist/0.7-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/stabs/0.6-4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/StanHeaders/2.26.28": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/stargazer/5.2.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/stars/0.6-4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/startupmsg/0.9.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/StatMatch/1.4.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/statmod/1.5.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/statnet.common/4.9.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/statnet/2019.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/stdReg/3.4.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/stopwords/2.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/stringdist/0.9.12": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/stringmagic/1.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/strucchange/1.5-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/styler/1.10.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/subplex/1.8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/SuperLearner/2.0-28.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/SuppDists/1.1-9.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/survey/4.2-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/survival/3.5-7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/survivalROC/1.0.3.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/svd/0.5.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/svglite/2.1.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/svUnit/1.0.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/swagger/3.33.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/symmoments/1.2.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/tableone/0.13.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/tabletools/0.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/tau/0.0-25": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/taxize/0.9.100": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/tcltk2/1.2-11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/tclust/1.5-5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/TeachingDemos/2.12": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/tensor/1.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/tensorA/0.36.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/tergm/4.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/terra/1.7-55": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/testit/0.13": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/textcat/1.0-8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/textplot/0.2.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/TFisher/0.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/TH.data/1.1-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/threejs/0.3.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/tictoc/1.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/tidybayes/3.0.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/tidygraph/1.2.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/tidyr/1.3.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/tidyselect/1.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/tidytext/0.4.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/tidytree/0.4.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/tidyverse/2.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/tiff/0.1-12": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/timechange/0.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/timeDate/4022.108": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/timereg/2.0.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/tkrplot/0.0-27": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/tm/0.7-11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/tmap/3.3-4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/tmaptools/3.1-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/TMB/1.9.9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/tmle/2.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/tmvnsim/1.0-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/tmvtnorm/1.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/tokenizers/0.3.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/topicmodels/0.2-15": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/TraMineR/2.2-8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/tree/1.0-43": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/triebeard/0.4.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/trimcluster/0.1-5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/tripack/1.3-9.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/TruncatedNormal/2.2.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/truncnorm/1.0-9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/trust/0.1-8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/tseries/0.10-55": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/tseriesChaos/0.1-13.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/tsna/0.3.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/tsne/0.1-3.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/TTR/0.24.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/tuneR/1.4.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/twang/2.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/tweedie/2.3.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/tweenr/2.0.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/tzdb/0.4.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/ucminf/1.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/udpipe/0.8.11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/umap/0.2.10.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/unbalanced/2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/unikn/0.9.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/uniqueAtomMat/0.1-3-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/units/0.8-5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/unmarked/1.3.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/UpSetR/1.4.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/urca/1.3-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/urltools/1.7.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/uroot/2.1-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/uuid/1.1-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/V8/4.4.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/varhandle/2.0.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/vcd/1.4-11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/vcfR/1.15.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/vegan/2.6-4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/VennDiagram/1.7.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/VGAM/1.1-9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/VIM/6.2.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/VineCopula/2.5.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/vioplot/0.4.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/vipor/0.4.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/viridis/0.6.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/viridisLite/0.4.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/visdat/0.6.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/visNetwork/2.1.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/vroom/1.6.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/VSURF/1.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/warp/0.2.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/waveslim/1.8.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/wdm/0.2.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/webshot/0.5.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/webutils/1.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/weights/1.0.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/WeightSVM/1.7-13": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/wellknown/0.7.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/widgetframe/0.3.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/WikidataQueryServiceR/1.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/WikidataR/2.3.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/WikipediR/1.5.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/wikitaxa/0.4.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/wk/0.9.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/word2vec/0.4.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/wordcloud/2.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/worrms/0.4.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/writexl/1.4.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/WriteXLS/6.4.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/XBRL/0.99.19.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/xgboost/1.7.6.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/xlsx/0.6.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/xlsxjars/0.6.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/XML/3.99-0.16": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/xts/0.13.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/yaImpute/1.0-33": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/yulab.utils/0.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/zeallot/0.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-CRAN/2023.12-foss-2023a/zoo/1.8-12": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Arrow/14.0.1-gfbf-2023a/pyarrow/14.0.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Arrow/16.1.0-gfbf-2023b/pyarrow/16.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/affxparser/1.70.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/affy/1.76.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/affycoretools/1.70.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/affyio/1.68.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/AgiMicroRna/2.48.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/agricolae/1.3-5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/ALDEx2/1.30.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/ALL/1.40.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/ANCOMBC/2.0.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/annaffy/1.70.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/annotate/1.76.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/AnnotationDbi/1.60.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/AnnotationFilter/1.22.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/AnnotationForge/1.40.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/AnnotationHub/3.6.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/anytime/0.3.9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/aroma.affymetrix/3.2.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/aroma.apd/0.6.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/aroma.core/3.3.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/aroma.light/3.28.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/ash/1.0-15": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/ATACseqQC/1.22.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/AUCell/1.20.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/aws.s3/0.3.21": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/aws.signature/0.6.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/babelgene/22.9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/ballgown/2.30.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/basilisk.utils/1.10.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/basilisk/1.10.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/batchelor/1.14.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/baySeq/2.31.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/beachmat/2.14.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/Biobase/2.58.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/BiocBaseUtils/1.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/BiocFileCache/2.6.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/BiocGenerics/0.44.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/BiocIO/1.8.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/BiocManager/1.30.20": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/BiocNeighbors/1.16.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/BiocParallel/1.32.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/BiocSingular/1.14.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/BiocStyle/2.26.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/BiocVersion/3.16.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/biomaRt/2.54.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/biomformat/1.26.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/Biostrings/2.66.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/biovizBase/1.46.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/blme/1.0-5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/bluster/1.8.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/bookdown/0.33": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/BSgenome.Cfamiliaris.UCSC.canFam3/1.4.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/BSgenome.Hsapiens.UCSC.hg19/1.4.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/BSgenome.Hsapiens.UCSC.hg38/1.4.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/BSgenome.Mmusculus.UCSC.mm10/1.4.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/BSgenome/1.66.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/bsseq/1.34.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/bumphunter/1.40.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/ca/0.71.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/CAGEr/2.4.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/CAMERA/1.54.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/Category/2.64.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/ccdata/1.24.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/ccmap/1.24.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/CGHbase/1.58.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/CGHcall/2.60.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/ChIPpeakAnno/3.32.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/chromVAR/1.20.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/clusterProfiler/4.6.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/CNEr/1.34.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/coloc/5.1.0.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/colorRamps/2.3.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/ComplexHeatmap/2.14.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/ConsensusClusterPlus/1.62.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/conumee/1.32.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/crossmeta/1.24.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/cummeRbund/2.40.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/cytolib/2.10.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/CytoML/2.10.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/dada2/1.26.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/ddPCRclust/1.18.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/DECIPHER/2.26.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/DeconRNASeq/1.40.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/decontam/1.18.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/decoupleR/2.4.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/DEGseq/1.52.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/DelayedArray/0.24.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/DelayedMatrixStats/1.20.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/densEstBayes/1.0-2.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/derfinder/1.32.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/derfinderHelper/1.32.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/DESeq2/1.38.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/diffcyt/1.18.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/dir.expiry/1.6.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/DirichletMultinomial/1.40.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/DNABarcodes/1.28.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/DNAcopy/1.72.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/DO.db/2.9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/docopt/0.7.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/DOSE/3.24.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/dqrng/0.3.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/DRIMSeq/1.26.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/DropletUtils/1.18.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/DSS/2.46.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/dupRadar/1.28.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/DynDoc/1.76.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/EBImage/4.40.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/edgeR/3.40.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/egg/0.4.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/emmeans/1.8.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/enrichplot/1.18.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/EnsDb.Hsapiens.v75/2.99.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/EnsDb.Hsapiens.v79/2.99.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/EnsDb.Hsapiens.v86/2.99.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/ensembldb/2.22.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/escape/1.8.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/estimability/1.4.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/ExperimentHub/2.6.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/extraDistr/1.9.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/factoextra/1.0.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/fda/6.0.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/FDb.InfiniumMethylation.hg19/2.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/fds/1.8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/feature/1.2.15": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/fgsea/1.24.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/filelock/1.0.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/flowAI/1.28.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/flowClean/1.36.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/flowClust/3.36.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/flowCore/2.10.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/flowDensity/1.32.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/flowFP/1.56.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/flowMerge/2.46.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/flowPeaks/1.44.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/FlowSOM/2.6.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/FlowSorted.Blood.EPIC/2.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/FlowSorted.CordBloodCombined.450k/1.14.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/flowStats/4.10.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/flowViz/1.62.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/flowWorkspace/4.10.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/FRASER/1.10.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/fresh/0.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/gcrma/2.70.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/gdsfmt/1.34.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/genefilter/1.80.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/geneLenDataBase/1.34.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/geneplotter/1.76.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/GENESIS/2.28.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/GENIE3/1.20.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/GenomeInfoDb/1.34.9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/GenomeInfoDbData/1.2.9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/GenomicAlignments/1.34.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/GenomicFeatures/1.50.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/GenomicFiles/1.34.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/GenomicRanges/1.50.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/GenomicScores/2.10.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/GEOmap/2.5-0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/GEOquery/2.66.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/ggbio/1.46.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/ggcyto/1.26.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/ggdendro/0.1.23": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/ggnewscale/0.4.8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/ggpointdensity/0.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/ggrastr/1.0.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/ggseqlogo/0.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/ggthemes/4.2.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/ggtree/3.6.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/GLAD/2.62.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/Glimma/2.8.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/GlobalAncova/4.16.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/globaltest/5.52.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/GO.db/3.16.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/GOSemSim/2.24.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/goseq/1.50.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/GOstats/2.64.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/graph/1.76.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/graphite/1.44.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/GSEABase/1.60.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/gsmoothr/0.1.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/gson/0.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/GSVA/1.46.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/Gviz/1.42.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/GWASExactHW/1.01": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/GWASTools/1.44.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/HDF5Array/1.26.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/HDO.db/0.99.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/hdrcde/3.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/heatmaply/1.4.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/hgu133plus2.db/3.13.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/HiCBricks/1.16.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/HiCcompare/1.20.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/HMMcopy/1.40.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/Homo.sapiens/1.3.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/IHW/1.26.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/IlluminaHumanMethylation450kanno.ilmn12.hg19/0.6.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/IlluminaHumanMethylation450kmanifest/0.4.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/IlluminaHumanMethylationEPICanno.ilm10b2.hg19/0.6.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/IlluminaHumanMethylationEPICanno.ilm10b4.hg19/0.6.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/IlluminaHumanMethylationEPICmanifest/0.3.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/illuminaio/0.40.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/impute/1.72.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/InteractionSet/1.26.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/interactiveDisplayBase/1.36.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/intervals/0.15.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/IRanges/2.32.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/isva/1.9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/JASPAR2020/0.99.10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/KEGGgraph/1.58.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/KEGGREST/1.38.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/LEA/3.10.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/limma/3.54.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/log4r/0.4.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/lpsymphony/1.26.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/lsa/0.73.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/lumi/2.50.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/M3Drop/1.24.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/marray/1.76.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/maSigPro/1.70.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/MassSpecWavelet/1.64.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/MatrixGenerics/1.10.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/MBA/0.1-0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/MEDIPS/1.50.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/metagenomeSeq/1.40.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/metaMA/3.1.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/metap/1.8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/metapod/1.6.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/MethylSeekR/1.38.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/methylumi/2.44.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/Mfuzz/2.58.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/mia/1.6.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/minfi/1.44.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/missMethyl/1.32.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/mixOmics/6.22.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/mixsqp/0.3-48": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/MLInterfaces/1.78.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/MotifDb/1.40.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/motifmatchr/1.20.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/motifStack/1.42.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/MsCoreUtils/1.10.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/MsFeatures/1.6.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/msigdbr/7.5.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/MSnbase/2.24.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/MSstats/4.6.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/MSstatsConvert/1.8.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/MSstatsLiP/1.4.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/MSstatsPTM/2.0.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/MSstatsTMT/2.6.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/MultiAssayExperiment/1.24.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/MultiDataSet/1.26.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/multtest/2.54.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/muscat/1.12.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/mutoss/0.1-13": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/mzID/1.36.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/mzR/2.32.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/NADA/1.6-1.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/ncdfFlow/2.44.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/NMF/0.25": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/NOISeq/2.42.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/numbat/1.2.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/oligo/1.62.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/oligoClasses/1.60.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/ontologyIndex/2.10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/oompaBase/3.2.9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/oompaData/3.1.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/openCyto/2.10.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/org.Hs.eg.db/3.16.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/org.Mm.eg.db/3.16.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/org.Rn.eg.db/3.16.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/OrganismDbi/1.40.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/OUTRIDER/1.16.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/pathview/1.38.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/pcaMethods/1.90.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/perm/1.0-0.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/PFAM.db/3.16.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/phyloseq/1.42.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/pmp/1.10.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/polyester/1.34.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/poweRlaw/0.70.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/preprocessCore/1.60.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/pRoloc/1.38.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/pRolocdata/1.36.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/pRolocGUI/2.8.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/ProtGenerics/1.30.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/PRROC/1.3.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/PSCBS/0.66.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/PureCN/2.4.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/qap/0.1-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/QDNAseq/1.34.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/qlcMatrix/0.9.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/qqconf/1.3.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/quantsmooth/1.64.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/qvalue/2.30.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/R.devices/2.17.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/R.filesets/2.15.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/R.huge/0.9.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/rainbow/3.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/randomcoloR/1.1.0.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/rARPACK/0.11-0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/RBGL/1.74.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/RcisTarget/1.18.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/RcppAnnoy/0.0.20": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/RcppHNSW/0.4.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/RcppML/0.3.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/RcppZiggurat/0.1.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/reactome.db/1.82.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/ReactomePA/1.42.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/regioneR/1.30.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/reldist/1.7-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/remaCor/0.0.11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/Repitools/1.44.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/ReportingTools/2.38.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/ResidualMatrix/1.8.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/restfulr/0.0.15": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/Rfast/2.0.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/RFOC/3.4-6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/rGADEM/2.46.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/Rgraphviz/2.42.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/rhdf5/2.42.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/rhdf5filters/1.10.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/Rhdf5lib/1.20.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/Rhtslib/2.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/Ringo/1.62.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/RNASeqPower/1.38.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/RnBeads.hg19/1.30.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/RnBeads.hg38/1.30.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/RnBeads.mm10/2.6.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/RnBeads.mm9/1.30.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/RnBeads.rn5/1.30.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/RnBeads/2.16.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/ROC/1.74.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/rols/2.26.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/ROntoTools/2.26.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/ropls/1.30.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/RPMG/2.2-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/RProtoBufLib/2.10.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/Rsamtools/2.14.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/RSEIS/4.1-4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/Rsubread/2.12.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/rsvd/1.0.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/rtracklayer/1.58.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/Rwave/2.6-5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/S4Vectors/0.36.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/samr/3.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/SamSPECTRAL/1.52.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/SC3/1.26.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/ScaledMatrix/1.6.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/SCANVIS/1.12.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/scater/1.26.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/scattermore/0.8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/scDblFinder/1.12.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/scistreer/1.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/scran/1.26.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/scrime/1.3.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/scuttle/1.8.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/SeqArray/1.38.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/seqLogo/1.64.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/SeqVarTools/1.36.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/seriation/1.4.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/Seurat/4.3.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/SeuratObject/4.1.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/shinyBS/0.61.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/shinydashboardPlus/2.0.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/shinyFiles/0.9.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/shinyhelper/0.3.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/shinypanel/0.1.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/shinyWidgets/0.7.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/ShortRead/1.56.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/siggenes/1.72.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/Signac/1.9.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/simplifyEnrichment/1.8.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/SingleCellExperiment/1.20.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/SingleR/2.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/sitmo/2.0.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/slingshot/2.6.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/SMVar/1.3.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/SNPRelate/1.32.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/snpStats/1.48.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/sparseMatrixStats/1.10.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/sparsesvd/0.2-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/SpatialExperiment/1.8.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/SPIA/2.50.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/splancs/2.01-43": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/SPOTlight/1.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/stageR/1.20.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/struct/1.10.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/structToolbox/1.10.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/SummarizedExperiment/1.28.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/susieR/0.12.35": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/sva/3.46.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/TailRank/3.2.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/TFBSTools/1.36.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/TFMPvalue/0.0.9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/tkWidgets/1.76.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/TrajectoryUtils/1.6.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/treeio/1.22.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/TreeSummarizedExperiment/2.6.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/TSP/1.2-3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/TxDb.Hsapiens.UCSC.hg19.knownGene/3.2.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/TxDb.Mmusculus.UCSC.mm10.knownGene/3.10.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/tximport/1.26.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/UCell/2.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/uwot/0.1.14": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/variancePartition/1.28.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/VariantAnnotation/1.44.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/venn/1.11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/vsn/3.66.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/waiter/0.2.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/wateRmelon/2.4.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/WGCNA/1.72-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/widgetTools/1.76.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/Wrench/1.16.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/xcms/3.20.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/XVector/0.38.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/zCompositions/1.4.0-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/zellkonverter/1.8.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/zlibbioc/1.44.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/affxparser/1.74.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/affy/1.80.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/affycoretools/1.74.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/affyio/1.72.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/AgiMicroRna/2.52.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/agricolae/1.3-7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/ALDEx2/1.34.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/ALL/1.44.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/ANCOMBC/2.4.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/annaffy/1.74.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/annotate/1.80.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/AnnotationDbi/1.64.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/AnnotationFilter/1.26.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/AnnotationForge/1.44.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/AnnotationHub/3.10.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/anytime/0.3.9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/aroma.affymetrix/3.2.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/aroma.apd/0.7.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/aroma.core/3.3.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/aroma.light/3.32.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/ash/1.0-15": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/ATACseqQC/1.26.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/AUCell/1.24.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/aws.s3/0.3.21": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/aws.signature/0.6.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/babelgene/22.9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/ballgown/2.34.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/basilisk.utils/1.14.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/basilisk/1.14.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/batchelor/1.18.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/baySeq/2.36.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/beachmat/2.18.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/BH/1.84.0-0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/Biobase/2.62.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/BiocBaseUtils/1.4.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/BiocFileCache/2.10.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/BiocGenerics/0.48.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/BiocIO/1.12.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/BiocManager/1.30.22": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/BiocNeighbors/1.20.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/BiocParallel/1.36.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/BiocSingular/1.18.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/BiocStyle/2.30.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/BiocVersion/3.18.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/biomaRt/2.58.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/biomformat/1.30.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/Biostrings/2.70.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/biovizBase/1.50.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/blme/1.0-5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/bluster/1.12.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/bookdown/0.37": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/BSgenome.Cfamiliaris.UCSC.canFam3/1.4.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/BSgenome.Hsapiens.UCSC.hg19/1.4.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/BSgenome.Hsapiens.UCSC.hg38/1.4.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/BSgenome.Mmusculus.UCSC.mm10/1.4.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/BSgenome/1.70.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/bsseq/1.38.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/bumphunter/1.44.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/ca/0.71.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/CAGEfightR/1.22.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/CAGEr/2.8.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/CAMERA/1.58.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/Category/2.68.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/ccdata/1.28.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/ccmap/1.28.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/CGHbase/1.62.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/CGHcall/2.64.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/ChIPpeakAnno/3.36.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/ChIPseeker/1.38.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/chromVAR/1.24.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/clusterProfiler/4.10.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/CNEr/1.38.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/coloc/5.2.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/colorRamps/2.3.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/ComplexHeatmap/2.18.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/ConsensusClusterPlus/1.66.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/conumee/1.36.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/crossmeta/1.28.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/cummeRbund/2.44.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/cytolib/2.14.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/CytoML/2.14.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/dada2/1.30.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/ddPCRclust/1.22.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/DECIPHER/2.30.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/DeconRNASeq/1.44.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/decontam/1.22.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/decoupleR/2.8.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/DEGseq/1.56.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/DelayedArray/0.28.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/DelayedMatrixStats/1.24.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/densEstBayes/1.0-2.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/derfinder/1.36.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/derfinderHelper/1.36.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/DESeq2/1.42.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/diffcyt/1.22.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/dir.expiry/1.10.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/directlabels/2024.1.21": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/DirichletMultinomial/1.44.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/DNABarcodes/1.32.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/DNAcopy/1.76.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/DO.db/2.9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/docopt/0.7.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/DOSE/3.28.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/dqrng/0.3.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/DRIMSeq/1.30.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/DropletUtils/1.22.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/DSS/2.50.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/dupRadar/1.32.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/DynDoc/1.80.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/EBImage/4.44.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/edgeR/4.0.12": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/egg/0.4.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/emmeans/1.10.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/enrichplot/1.22.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/EnsDb.Hsapiens.v75/2.99.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/EnsDb.Hsapiens.v79/2.99.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/EnsDb.Hsapiens.v86/2.99.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/ensembldb/2.26.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/escape/1.12.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/estimability/1.4.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/ExperimentHub/2.10.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/extraDistr/1.10.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/factoextra/1.0.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/fANCOVA/0.6-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/fda/6.1.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/FDb.InfiniumMethylation.hg19/2.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/fds/1.8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/feature/1.2.15": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/fgsea/1.28.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/filelock/1.0.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/flowAI/1.32.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/flowClean/1.40.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/flowClust/3.40.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/flowCore/2.14.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/flowDensity/1.36.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/flowFP/1.60.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/flowMerge/2.50.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/flowPeaks/1.48.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/FlowSOM/2.10.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/FlowSorted.Blood.EPIC/2.6.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/FlowSorted.CordBloodCombined.450k/1.18.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/flowStats/4.14.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/flowViz/1.66.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/flowWorkspace/4.14.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/FRASER/1.14.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/fresh/0.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/gcrma/2.74.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/gdsfmt/1.38.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/genefilter/1.84.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/geneLenDataBase/1.38.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/geneplotter/1.80.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/GENESIS/2.32.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/GENIE3/1.24.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/genomation/1.34.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/GenomeInfoDb/1.38.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/GenomeInfoDbData/1.2.11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/GenomicAlignments/1.38.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/GenomicFeatures/1.54.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/GenomicFiles/1.38.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/GenomicInteractions/1.36.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/GenomicRanges/1.54.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/GenomicScores/2.14.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/GEOmap/2.5-5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/GEOquery/2.70.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/ggbio/1.50.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/ggcyto/1.30.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/ggdendro/0.1.23": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/ggnewscale/0.4.9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/ggpointdensity/0.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/ggrastr/1.0.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/ggseqlogo/0.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/ggthemes/5.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/ggtree/3.10.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/GLAD/2.66.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/Glimma/2.12.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/GlobalAncova/4.20.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/globaltest/5.56.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/GO.db/3.18.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/GOSemSim/2.28.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/goseq/1.54.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/GOstats/2.68.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/graph/1.80.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/graphite/1.48.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/GSEABase/1.64.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/gsmoothr/0.1.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/gson/0.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/GSVA/1.50.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/Gviz/1.46.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/GWASExactHW/1.01": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/GWASTools/1.48.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/HDF5Array/1.30.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/HDO.db/0.99.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/hdrcde/3.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/heatmaply/1.5.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/hgu133plus2.db/3.13.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/HiCBricks/1.20.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/HiCcompare/1.24.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/HMMcopy/1.44.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/Homo.sapiens/1.3.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/IHW/1.30.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/IlluminaHumanMethylation450kanno.ilmn12.hg19/0.6.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/IlluminaHumanMethylation450kmanifest/0.4.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/IlluminaHumanMethylationEPICanno.ilm10b2.hg19/0.6.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/IlluminaHumanMethylationEPICanno.ilm10b4.hg19/0.6.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/IlluminaHumanMethylationEPICmanifest/0.3.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/illuminaio/0.44.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/impute/1.76.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/InteractionSet/1.30.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/interactiveDisplayBase/1.40.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/intervals/0.15.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/IRanges/2.36.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/isva/1.9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/JASPAR2020/0.99.10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/KEGGgraph/1.62.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/KEGGREST/1.42.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/LEA/3.14.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/limma/3.58.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/log4r/0.4.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/lpsymphony/1.30.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/lsa/0.73.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/lumi/2.54.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/M3Drop/1.28.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/marray/1.80.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/maSigPro/1.74.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/MassSpecWavelet/1.68.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/MatrixGenerics/1.14.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/MBA/0.1-0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/MEDIPS/1.54.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/MetaboCoreUtils/1.10.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/metagenomeSeq/1.43.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/metaMA/3.1.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/metap/1.9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/metapod/1.10.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/MethylSeekR/1.42.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/methylumi/2.48.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/Mfuzz/2.62.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/mia/1.10.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/minfi/1.48.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/missMethyl/1.36.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/mixOmics/6.26.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/mixsqp/0.3-54": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/MLInterfaces/1.82.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/MotifDb/1.44.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/motifmatchr/1.24.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/motifStack/1.46.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/MsCoreUtils/1.14.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/MsExperiment/1.4.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/MsFeatures/1.10.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/msigdbr/7.5.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/MSnbase/2.28.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/MSstats/4.10.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/MSstatsConvert/1.12.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/MSstatsLiP/1.8.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/MSstatsPTM/2.4.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/MSstatsTMT/2.10.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/MultiAssayExperiment/1.28.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/MultiDataSet/1.30.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/multtest/2.58.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/muscat/1.16.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/mutoss/0.1-13": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/mzID/1.40.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/mzR/2.36.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/NADA/1.6-1.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/ncdfFlow/2.48.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/NMF/0.26": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/NOISeq/2.46.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/numbat/1.3.2-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/oligo/1.66.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/oligoClasses/1.64.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/ontologyIndex/2.11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/oompaBase/3.2.9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/oompaData/3.1.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/openCyto/2.14.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/org.Hs.eg.db/3.18.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/org.Mm.eg.db/3.18.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/org.Rn.eg.db/3.18.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/OrganismDbi/1.44.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/OUTRIDER/1.20.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/pathview/1.42.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/pcaMethods/1.94.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/perm/1.0-0.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/PFAM.db/3.18.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/phyloseq/1.46.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/plyranges/1.22.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/pmp/1.14.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/polyester/1.38.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/poweRlaw/0.70.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/preprocessCore/1.64.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/pRoloc/1.42.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/pRolocdata/1.40.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/pRolocGUI/2.12.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/ProtGenerics/1.34.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/PRROC/1.3.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/PSCBS/0.66.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/PureCN/2.8.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/qap/0.1-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/QDNAseq/1.38.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/QFeatures/1.12.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/qlcMatrix/0.9.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/qqconf/1.3.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/quantsmooth/1.68.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/qvalue/2.34.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/R.devices/2.17.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/R.filesets/2.15.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/R.huge/0.10.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/rainbow/3.8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/randomcoloR/1.1.0.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/rARPACK/0.11-0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/RBGL/1.78.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/RcisTarget/1.22.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/RcppAnnoy/0.0.22": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/RcppHNSW/0.5.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/RcppML/0.3.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/RcppZiggurat/0.1.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/reactome.db/1.86.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/ReactomePA/1.46.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/regioneR/1.34.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/reldist/1.7-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/remaCor/0.0.16": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/Repitools/1.48.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/ReportingTools/2.42.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/ResidualMatrix/1.12.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/restfulr/0.0.15": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/Rfast/2.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/RFOC/3.4-10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/rGADEM/2.50.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/Rgraphviz/2.46.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/rhdf5/2.46.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/rhdf5filters/1.14.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/Rhdf5lib/1.24.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/Rhtslib/2.4.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/Ringo/1.66.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/RNASeqPower/1.42.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/RnBeads.hg19/1.34.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/RnBeads.hg38/1.34.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/RnBeads.mm10/2.10.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/RnBeads.mm9/1.34.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/RnBeads.rn5/1.34.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/RnBeads/2.20.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/ROC/1.78.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/rols/2.30.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/ROntoTools/2.30.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/ropls/1.34.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/RPMG/2.2-7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/RProtoBufLib/2.14.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/Rsamtools/2.18.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/RSEIS/4.1-6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/Rsubread/2.16.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/rsvd/1.0.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/rtracklayer/1.62.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/Rwave/2.6-5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/S4Arrays/1.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/S4Vectors/0.40.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/samr/3.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/SamSPECTRAL/1.56.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/SC3/1.30.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/ScaledMatrix/1.10.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/SCANVIS/1.16.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/scater/1.30.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/scattermore/1.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/scDblFinder/1.16.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/scistreer/1.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/scran/1.30.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/scrime/1.3.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/scuttle/1.12.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/SeqArray/1.42.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/seqLogo/1.68.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/seqPattern/1.34.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/SeqVarTools/1.40.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/seriation/1.5.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/Seurat/5.0.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/SeuratObject/5.0.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/shinyBS/0.61.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/shinydashboardPlus/2.0.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/shinyFiles/0.9.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/shinyhelper/0.3.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/shinypanel/0.1.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/shinyWidgets/0.8.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/ShortRead/1.60.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/siggenes/1.76.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/Signac/1.12.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/SimBu/1.4.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/simplifyEnrichment/1.12.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/SingleCellExperiment/1.24.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/SingleR/2.4.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/sitmo/2.0.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/slingshot/2.10.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/SMVar/1.3.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/SNPRelate/1.36.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/snpStats/1.52.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/SparseArray/1.2.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/sparseMatrixStats/1.14.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/sparsesvd/0.2-2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/SpatialExperiment/1.12.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/Spectra/1.12.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/SPIA/2.54.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/splancs/2.01-44": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/SPOTlight/1.6.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/stageR/1.24.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/struct/1.14.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/structToolbox/1.14.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/SummarizedExperiment/1.32.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/susieR/0.12.35": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/sva/3.50.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/TailRank/3.2.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/TFBSTools/1.40.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/TFMPvalue/0.0.9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/tkWidgets/1.80.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/TrajectoryUtils/1.10.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/treeio/1.26.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/TreeSummarizedExperiment/2.10.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/TSP/1.2-4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/TxDb.Hsapiens.UCSC.hg19.knownGene/3.2.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/TxDb.Mmusculus.UCSC.mm10.knownGene/3.10.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/tximport/1.30.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/UCell/2.6.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/uwot/0.1.16": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/variancePartition/1.32.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/VariantAnnotation/1.48.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/venn/1.12": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/vsn/3.70.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/waiter/0.2.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/wateRmelon/2.8.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/WGCNA/1.72-5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/widgetTools/1.80.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/Wrench/1.20.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/xcms/4.0.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/XVector/0.42.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/zCompositions/1.5.0-1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/zellkonverter/1.12.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/zlibbioc/1.48.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "GROMACS/2024.1-foss-2023b/gmxapi/0.5.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "GROMACS/2024.3-foss-2023b/gmxapi/0.4.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "GROMACS/2024.4-foss-2023b/gmxapi/0.4.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "scikit-build-core/0.9.3-GCCcore-12.3.0/pyproject-metadata/0.8.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "scikit-build-core/0.9.3-GCCcore-12.3.0/scikit_build_core/0.9.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "scikit-build-core/0.9.3-GCCcore-13.2.0/pyproject-metadata/0.8.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "scikit-build-core/0.9.3-GCCcore-13.2.0/scikit_build_core/0.9.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "pyfaidx/0.8.1.1-GCCcore-12.3.0/importlib_metadata/7.0.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "pyfaidx/0.8.1.1-GCCcore-12.3.0/pyfaidx/0.8.1.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "pyfaidx/0.8.1.1-GCCcore-12.3.0/zipp/3.17.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "WhatsHap/2.2-foss-2023a/PuLP/2.8.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "WhatsHap/2.2-foss-2023a/whatshap/2.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "WhatsHap/2.2-foss-2023a/xopen/1.7.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "WhatsHap/2.1-foss-2022b/pulp/2.8.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "WhatsHap/2.1-foss-2022b/WhatsHap/2.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "WhatsHap/2.1-foss-2022b/xopen/1.7.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Flask/2.2.3-GCCcore-12.2.0/asgiref/3.6.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Flask/2.2.3-GCCcore-12.2.0/cachelib/0.10.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Flask/2.2.3-GCCcore-12.2.0/Flask-Cors/3.0.10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Flask/2.2.3-GCCcore-12.2.0/Flask-Session/0.4.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Flask/2.2.3-GCCcore-12.2.0/Flask/2.2.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Flask/2.2.3-GCCcore-12.2.0/itsdangerous/2.1.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Flask/2.2.3-GCCcore-12.2.0/Werkzeug/2.2.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "ASE/3.22.1-gfbf-2022b/ase-ext/20.9.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "ASE/3.22.1-gfbf-2022b/ase/3.22.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "ASE/3.22.1-gfbf-2022b/pytest-mock/3.8.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "NLTK/3.8.1-foss-2023b/NLTK/3.8.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "NLTK/3.8.1-foss-2023b/python-crfsuite/0.9.10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "NLTK/3.8.1-foss-2023b/regex/2023.12.25": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "jedi/0.19.1-GCCcore-13.2.0/jedi/0.19.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "jedi/0.19.1-GCCcore-13.2.0/parso/0.8.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "jedi/0.19.0-GCCcore-12.3.0/jedi/0.19.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "jedi/0.19.0-GCCcore-12.3.0/parso/0.8.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "pystencils/1.3.4-gfbf-2023b/pystencils/1.3.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "pyMBE/0.8.0-foss-2023b/biopandas/0.5.1.dev0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "pyMBE/0.8.0-foss-2023b/looseversion/1.1.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "pyMBE/0.8.0-foss-2023b/mmtf-python/1.1.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "pyMBE/0.8.0-foss-2023b/Pint-Pandas/0.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "pyMBE/0.8.0-foss-2023b/pyMBE/0.8.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "numba/0.58.1-foss-2023a/llvmlite/0.41.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "numba/0.58.1-foss-2023a/numba/0.58.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "librosa/0.10.1-foss-2023a/audioread/3.0.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "librosa/0.10.1-foss-2023a/lazy_loader/0.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "librosa/0.10.1-foss-2023a/librosa/0.10.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "librosa/0.10.1-foss-2023a/resampy/0.4.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "librosa/0.10.1-foss-2023a/soundfile/0.12.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "librosa/0.10.1-foss-2023a/soxr/0.3.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "xarray/2023.9.0-gfbf-2023a/xarray/2023.9.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "netcdf4-python/1.6.4-foss-2023a/cftime/1.6.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "netcdf4-python/1.6.4-foss-2023a/netcdf4-python/1.6.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "netcdf4-python/1.6.3-foss-2022b/cftime/1.6.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "netcdf4-python/1.6.3-foss-2022b/netcdf4-python/1.6.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "python-xxhash/3.4.1-GCCcore-12.3.0/xxhash/3.4.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Fiona/1.9.5-foss-2023a/click-plugins/1.1.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Fiona/1.9.5-foss-2023a/cligj/0.7.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Fiona/1.9.5-foss-2023a/fiona/1.9.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Fiona/1.9.5-foss-2023a/munch/4.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Cartopy/0.22.0-foss-2023a/Cartopy/0.22.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Cartopy/0.22.0-foss-2023a/OWSLib/0.29.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Cartopy/0.22.0-foss-2023a/pyepsg/0.4.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Cartopy/0.22.0-foss-2023a/pykdtree/1.3.10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Cartopy/0.22.0-foss-2023a/pyshp/2.3.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "SciTools-Iris/3.9.0-foss-2023a/antlr4-python3-runtime/4.7.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "SciTools-Iris/3.9.0-foss-2023a/cf-units/3.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "SciTools-Iris/3.9.0-foss-2023a/scitools_iris/3.9.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "XML-LibXML/2.0209-GCCcore-12.3.0/Alien::Base/2.80": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "XML-LibXML/2.0209-GCCcore-12.3.0/Alien::Build::Plugin::Download::GitLab/0.01": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "XML-LibXML/2.0209-GCCcore-12.3.0/Alien::Libxml2/0.19": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "XML-LibXML/2.0209-GCCcore-12.3.0/File::chdir/0.1011": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "XML-LibXML/2.0209-GCCcore-12.3.0/XML::LibXML/2.0209": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "XML-LibXML/2.0208-GCCcore-12.2.0/Alien::Base/2.80": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "XML-LibXML/2.0208-GCCcore-12.2.0/Alien::Build::Plugin::Download::GitLab/0.01": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "XML-LibXML/2.0208-GCCcore-12.2.0/Alien::Libxml2/0.19": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "XML-LibXML/2.0208-GCCcore-12.2.0/File::chdir/0.1011": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "XML-LibXML/2.0208-GCCcore-12.2.0/XML::LibXML/2.0208": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "BioPerl/1.7.8-GCCcore-12.2.0/Bio::Procedural/1.7.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "BioPerl/1.7.8-GCCcore-12.2.0/BioPerl/1.7.8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "BioPerl/1.7.8-GCCcore-12.2.0/XML::Writer/0.900": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "BioPerl/1.7.8-GCCcore-12.3.0/Bio::Procedural/1.7.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "BioPerl/1.7.8-GCCcore-12.3.0/BioPerl/1.7.8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "BioPerl/1.7.8-GCCcore-12.3.0/XML::Writer/0.900": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Algorithm::Dependency/1.112": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Algorithm::Diff/1.201": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/aliased/0.34": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/AnyEvent/7.17": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/App::Cmd/0.335": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/App::cpanminus/1.7046": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/AppConfig/1.71": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Archive::Extract/0.88": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Array::Transpose/0.06": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Array::Utils/0.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Authen::NTLM/1.09": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Authen::SASL/2.16": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/AutoLoader/5.74": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/B::COW/0.007": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/B::Hooks::EndOfScope/0.26": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/B::Lint/1.20": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/boolean/0.46": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Business::ISBN/3.008": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Business::ISBN::Data/20230516.001": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Canary::Stability/2013": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Capture::Tiny/0.48": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Carp::Clan/6.08": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Carp::Heavy/1.50": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/CGI/4.57": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Class::Accessor/0.51": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Class::Data::Inheritable/0.09": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Class::DBI/v3.0.17": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Class::DBI::SQLite/0.11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Class::Inspector/1.36": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Class::ISA/0.36": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Class::Load/0.25": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Class::Load::XS/0.10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Class::Method::Modifiers/2.15": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Class::Singleton/1.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Class::Tiny/1.008": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Class::Trigger/0.15": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Class::XSAccessor/1.19": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Clone/0.46": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Clone::Choose/0.010": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/common::sense/3.75": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Compress::Raw::Zlib/2.204": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Config::General/2.65": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Config::INI/0.029": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Config::MVP/2.200013": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Config::MVP::Reader::INI/2.101465": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Config::Simple/4.58": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Config::Tiny/2.29": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Const::Exporter/1.2.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Const::Fast/0.014": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/CPAN::Meta::Check/0.017": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/CPAN::Uploader/0.103018": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/CPANPLUS/0.9914": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Crypt::DES/2.07": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Crypt::Rijndael/1.16": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Cwd/3.75": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Cwd::Guard/0.05": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Data::Dump/1.25": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Data::Dumper::Concise/2.023": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Data::Grove/0.08": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Data::OptList/0.114": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Data::Section/0.200008": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Data::Section::Simple/0.07": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Data::Stag/0.14": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Data::Types/0.17": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Data::UUID/1.226": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Date::Handler/1.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Date::Language/2.33": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/DateTime/1.59": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/DateTime::Locale/1.38": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/DateTime::TimeZone/2.60": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/DateTime::Tiny/1.07": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/DBD::CSV/0.60": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/DBD::SQLite/1.72": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/DBI/1.643": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/DBIx::Admin::CreateTable/2.11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/DBIx::Admin::DSNManager/2.02": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/DBIx::Admin::TableInfo/3.04": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/DBIx::ContextualFetch/1.03": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/DBIx::Simple/1.37": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Devel::CheckCompiler/0.07": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Devel::CheckLib/1.16": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Devel::Cycle/1.12": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Devel::FindPerl/0.016": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Devel::GlobalDestruction/0.14": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Devel::OverloadInfo/0.007": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Devel::Size/0.83": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Devel::StackTrace/2.04": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Digest::HMAC/1.04": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Digest::MD5::File/0.08": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Digest::SHA1/2.13": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Dist::CheckConflicts/0.11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Dist::Zilla/6.030": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Email::Date::Format/1.008": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Encode/3.19": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Encode::Locale/1.05": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Error/0.17029": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Eval::Closure/0.14": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Exception::Class/1.45": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Expect/1.35": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Exporter::Declare/0.114": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Exporter::Tiny/1.006002": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/ExtUtils::CBuilder/0.280236": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/ExtUtils::Config/0.008": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/ExtUtils::Constant/0.25": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/ExtUtils::CppGuess/0.26": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/ExtUtils::Helpers/0.026": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/ExtUtils::InstallPaths/0.012": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/ExtUtils::MakeMaker/7.70": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/ExtUtils::ParseXS/3.44": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Fennec::Lite/0.004": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/File::CheckTree/4.42": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/File::Copy::Recursive/0.45": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/File::Copy::Recursive::Reduced/0.006": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/File::Find::Rule/0.34": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/File::Find::Rule::Perl/1.16": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/File::Grep/0.02": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/File::HomeDir/1.006": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/File::Listing/6.15": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/File::Next/1.18": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/File::pushd/1.016": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/File::Remove/1.61": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/File::ShareDir/1.118": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/File::ShareDir::Install/0.14": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/File::Slurp/9999.32": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/File::Slurp::Tiny/0.004": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/File::Slurper/0.014": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/File::Temp/0.2311": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/File::Which/1.27": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Font::TTF/1.06": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Getopt::Long::Descriptive/0.111": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Git/0.42": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/GO/0.04": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/GO::Utils/0.15": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Graph/0.9726": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Graph::ReadWrite/2.10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Hash::Merge/0.302": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Hash::Objectify/0.008": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Heap/0.80": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Hook::LexWrap/0.26": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/HTML::Entities::Interpolate/1.10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/HTML::Form/6.11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/HTML::Parser/3.81": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/HTML::Tagset/3.20": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/HTML::Template/2.97": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/HTML::Tree/5.07": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/HTTP::CookieJar/0.014": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/HTTP::Cookies/6.10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/HTTP::Daemon/6.16": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/HTTP::Date/6.05": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/HTTP::Message/6.44": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/HTTP::Negotiate/6.01": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/HTTP::Tiny/0.082": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/if/0.0608": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Ima::DBI/0.35": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Import::Into/1.002005": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Importer/0.026": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Inline/0.86": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/IO::Compress::Zip/2.204": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/IO::HTML/1.004": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/IO::Socket::SSL/2.083": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/IO::String/1.08": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/IO::Stringy/2.113": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/IO::TieCombine/1.005": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/IO::Tty/1.17": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/IPC::Cmd/1.04": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/IPC::Run/20220807.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/IPC::Run3/0.048": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/IPC::System::Simple/1.30": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/JSON/4.10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/JSON::MaybeXS/1.004005": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/JSON::XS/4.03": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Lingua::EN::PluralToSingular/0.21": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/List::AllUtils/0.19": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/List::MoreUtils/0.430": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/List::MoreUtils::XS/0.430": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/List::SomeUtils/0.59": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/List::UtilsBy/0.12": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/local::lib/2.000029": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Locale::Maketext::Simple/0.21": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Log::Dispatch/2.71": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Log::Dispatch::Array/1.005": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Log::Dispatchouli/3.002": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Log::Handler/0.90": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Log::Log4perl/1.57": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Log::Message/0.08": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Log::Message::Simple/0.10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Log::Report/1.34": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Log::Report::Optional/1.07": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Logger::Simple/2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/LWP::MediaTypes/6.04": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/LWP::Protocol::https/6.10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/LWP::Simple/6.70": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Mail::Util/2.21": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Math::Bezier/0.01": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Math::CDF/0.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Math::Round/0.07": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Math::Utils/1.14": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Math::VecStat/0.08": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/MCE::Mutex/1.884": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Meta::Builder/0.004": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/MIME::Base64/3.16": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/MIME::Charset/v1.013.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/MIME::Lite/3.033": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/MIME::Types/2.24": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Mixin::Linewise::Readers/0.111": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Mock::Quick/1.111": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Module::Build/0.4234": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Module::Build::Tiny/0.045": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Module::Build::XSUtil/0.19": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Module::CoreList/5.20230423": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Module::Implementation/0.09": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Module::Install/1.21": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Module::Load/0.36": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Module::Load::Conditional/0.74": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Module::Metadata/1.000038": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Module::Path/0.19": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Module::Pluggable/5.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Module::Runtime/0.016": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Module::Runtime::Conflicts/0.003": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Moo/2.005005": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Moose/2.2203": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/MooseX::LazyRequire/0.11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/MooseX::OneArgNew/0.007": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/MooseX::Role::Parameterized/1.11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/MooseX::SetOnce/0.203": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/MooseX::Types/0.50": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/MooseX::Types::Perl/0.101344": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Mouse/v2.5.10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Mozilla::CA/20221114": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/MRO::Compat/0.15": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/namespace::autoclean/0.29": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/namespace::clean/0.27": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Net::Domain/3.15": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Net::HTTP/6.22": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Net::SMTP::SSL/1.04": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Net::SNMP/v6.0.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Net::SSLeay/1.92": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Number::Compare/0.03": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Number::Format/1.75": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Object::Accessor/0.48": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Object::InsideOut/4.05": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Package::Constants/0.06": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Package::DeprecationManager/0.18": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Package::Stash/0.40": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Package::Stash::XS/0.30": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/PadWalker/2.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Parallel::ForkManager/2.02": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Params::Check/0.38": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Params::Util/1.102": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Params::Validate/1.31": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Params::ValidationCompiler/0.31": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/parent/0.241": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Parse::RecDescent/1.967015": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Parse::Yapp/1.21": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Path::Tiny/0.144": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/PDF::API2/2.044": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Perl::OSType/1.010": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Perl::PrereqScanner/1.100": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/PerlIO::utf8_strict/0.010": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Pod::Elemental/0.103006": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Pod::Escapes/1.07": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Pod::Eventual/0.094003": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Pod::LaTeX/0.61": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Pod::Man/5.01": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Pod::Parser/1.66": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Pod::Plainer/1.04": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Pod::POM/2.01": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Pod::Simple/3.45": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Pod::Weaver/4.019": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/PPI/1.276": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Readonly/2.05": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Ref::Util/0.204": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Regexp::Common/2017060201": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Role::HasMessage/0.007": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Role::Identifiable::HasIdent/0.009": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Role::Tiny/2.002004": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Scalar::Util/1.63": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Scalar::Util::Numeric/0.40": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Scope::Guard/0.21": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Set::Array/0.30": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Set::IntervalTree/0.12": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Set::IntSpan/1.19": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Set::IntSpan::Fast/1.15": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Set::Object/1.42": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Set::Scalar/1.29": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Shell/0.73": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Socket/2.036": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Software::License/0.104003": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Specio/0.48": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Spiffy/0.46": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/SQL::Abstract/2.000001": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/SQL::Statement/1.414": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Statistics::Basic/1.6611": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Statistics::Descriptive/3.0800": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Storable/3.25": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/strictures/2.000006": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/String::Errf/0.009": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/String::Flogger/1.101246": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/String::Formatter/1.235": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/String::Print/0.94": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/String::RewritePrefix/0.009": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/String::Truncate/1.100603": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/String::TtyLength/0.03": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Sub::Exporter/0.989": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Sub::Exporter::ForMethods/0.100055": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Sub::Exporter::GlobExporter/0.006": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Sub::Exporter::Progressive/0.001013": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Sub::Identify/0.14": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Sub::Info/0.002": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Sub::Install/0.929": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Sub::Name/0.27": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Sub::Quote/2.006008": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Sub::Uplevel/0.2800": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/SVG/2.87": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Switch/2.17": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Sys::Info/0.7811": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Sys::Info::Base/0.7807": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Sys::Info::Driver::Linux/0.7905": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Sys::Info::Driver::Linux::Device::CPU/0.7905": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Sys::Info::Driver::Unknown/0.79": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Sys::Info::Driver::Unknown::Device::CPU/0.79": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Template/3.101": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Template::Plugin::Number::Format/1.06": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Term::Encoding/0.03": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Term::ReadKey/2.38": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Term::ReadLine::Gnu/1.45": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Term::Table/0.016": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Term::UI/0.50": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Test/1.26": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Test2::Plugin::NoWarnings/0.09": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Test2::Require::Module/0.000155": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Test::Base/0.89": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Test::CheckDeps/0.010": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Test::ClassAPI/1.07": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Test::CleanNamespaces/0.24": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Test::Deep/1.204": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Test::Differences/0.69": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Test::Exception/0.43": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Test::FailWarnings/0.008": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Test::Fatal/0.017": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Test::File/1.993": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Test::File::ShareDir::Dist/1.001002": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Test::Harness/3.44": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Test::LeakTrace/0.17": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Test::Memory::Cycle/1.06": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Test::More::UTF8/0.05": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Test::Most/0.38": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Test::Needs/0.002010": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Test::NoWarnings/1.06": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Test::Object/0.08": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Test::Output/1.033": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Test::Pod/1.52": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Test::Requires/0.11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Test::RequiresInternet/0.05": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Test::Simple/1.302195": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Test::SubCalls/1.10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Test::Sys::Info/0.23": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Test::Version/2.09": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Test::Warn/0.37": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Test::Warnings/0.031": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Test::Without::Module/0.21": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Test::YAML/1.07": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Text::Aligner/0.16": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Text::Balanced/2.06": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Text::CSV/2.02": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Text::CSV_XS/1.50": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Text::Diff/1.45": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Text::Format/0.62": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Text::Glob/0.11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Text::Iconv/1.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Text::Soundex/3.05": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Text::Table/1.135": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Text::Table::Manifold/1.03": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Text::Template/1.61": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Throwable/1.001": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Tie::Function/0.02": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Tie::IxHash/1.23": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Time::HiRes/1.9764": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Time::Local/1.35": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Time::Piece/1.3401": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Time::Piece::MySQL/0.06": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Tree::DAG_Node/1.32": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Try::Tiny/0.31": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Type::Tiny/2.004000": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Types::Serialiser/1.01": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Unicode::EastAsianWidth/12.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Unicode::LineBreak/2019.001": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/UNIVERSAL::moniker/0.08": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Unix::Processors/2.046": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/URI/5.19": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Variable::Magic/0.63": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/version/0.9929": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Want/0.29": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/WWW::RobotRules/6.02": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/XML::Bare/0.53": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/XML::DOM/1.46": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/XML::Filter::BufferText/1.01": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/XML::NamespaceSupport/1.12": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/XML::Parser/2.46": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/XML::RegExp/0.04": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/XML::SAX/1.02": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/XML::SAX::Base/1.09": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/XML::SAX::Expat/0.51": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/XML::SAX::Writer/0.57": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/XML::Simple/2.25": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/XML::Tiny/2.07": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/XML::Twig/3.52": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/XML::Writer/0.900": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/XML::XPath/1.48": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/XSLoader/0.24": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/YAML/1.30": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/YAML::Tiny/1.74": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "grpcio/1.57.0-GCCcore-12.3.0/grpcio/1.57.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "MDAnalysis/2.4.2-foss-2022b/fasteners/0.18": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "MDAnalysis/2.4.2-foss-2022b/funcsigs/1.0.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "MDAnalysis/2.4.2-foss-2022b/GridDataFormats/1.0.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "MDAnalysis/2.4.2-foss-2022b/gsd/2.8.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "MDAnalysis/2.4.2-foss-2022b/MDAnalysis/2.4.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "MDAnalysis/2.4.2-foss-2022b/mmtf-python/1.1.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "MDAnalysis/2.4.2-foss-2022b/mrcfile/1.4.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "MDAnalysis/2.4.2-foss-2022b/msgpack/1.0.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "orjson/3.9.15-GCCcore-12.3.0/mypy/1.10.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "orjson/3.9.15-GCCcore-12.3.0/mypy_extensions/1.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "orjson/3.9.15-GCCcore-12.3.0/orjson/3.9.15": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "orjson/3.9.15-GCCcore-12.3.0/ruff/0.4.8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Ruby/3.2.2-GCCcore-12.2.0/activesupport/5.2.8.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Ruby/3.2.2-GCCcore-12.2.0/addressable/2.8.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Ruby/3.2.2-GCCcore-12.2.0/arr-pm/0.0.12": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Ruby/3.2.2-GCCcore-12.2.0/backports/3.24.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Ruby/3.2.2-GCCcore-12.2.0/bundler/2.4.14": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Ruby/3.2.2-GCCcore-12.2.0/cabin/0.9.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Ruby/3.2.2-GCCcore-12.2.0/childprocess/4.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Ruby/3.2.2-GCCcore-12.2.0/clamp/1.3.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Ruby/3.2.2-GCCcore-12.2.0/concurrent-ruby/1.2.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Ruby/3.2.2-GCCcore-12.2.0/connection_pool/2.4.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Ruby/3.2.2-GCCcore-12.2.0/diff-lcs/1.5.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Ruby/3.2.2-GCCcore-12.2.0/ethon/0.16.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Ruby/3.2.2-GCCcore-12.2.0/faraday-net_http/3.0.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Ruby/3.2.2-GCCcore-12.2.0/faraday/1.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Ruby/3.2.2-GCCcore-12.2.0/faraday_middleware/1.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Ruby/3.2.2-GCCcore-12.2.0/ffi/1.15.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Ruby/3.2.2-GCCcore-12.2.0/gh/0.18.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Ruby/3.2.2-GCCcore-12.2.0/highline/2.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Ruby/3.2.2-GCCcore-12.2.0/i18n/1.14.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Ruby/3.2.2-GCCcore-12.2.0/json/2.6.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Ruby/3.2.2-GCCcore-12.2.0/launchy/2.5.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Ruby/3.2.2-GCCcore-12.2.0/minitest/5.18.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Ruby/3.2.2-GCCcore-12.2.0/multi_json/1.15.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Ruby/3.2.2-GCCcore-12.2.0/multipart-post/2.3.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Ruby/3.2.2-GCCcore-12.2.0/mustermann/3.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Ruby/3.2.2-GCCcore-12.2.0/net-http-persistent/2.9.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Ruby/3.2.2-GCCcore-12.2.0/net-http-pipeline/1.0.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Ruby/3.2.2-GCCcore-12.2.0/public_suffix/5.0.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Ruby/3.2.2-GCCcore-12.2.0/pusher-client/0.6.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Ruby/3.2.2-GCCcore-12.2.0/rack-protection/3.0.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Ruby/3.2.2-GCCcore-12.2.0/rack-test/2.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Ruby/3.2.2-GCCcore-12.2.0/rack/2.2.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Ruby/3.2.2-GCCcore-12.2.0/rspec-core/3.12.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Ruby/3.2.2-GCCcore-12.2.0/rspec-expectations/3.12.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Ruby/3.2.2-GCCcore-12.2.0/rspec-mocks/3.12.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Ruby/3.2.2-GCCcore-12.2.0/rspec-support/3.12.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Ruby/3.2.2-GCCcore-12.2.0/rspec/3.12.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Ruby/3.2.2-GCCcore-12.2.0/ruby2_keywords/0.0.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Ruby/3.2.2-GCCcore-12.2.0/sinatra/3.0.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Ruby/3.2.2-GCCcore-12.2.0/thread_safe/0.3.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Ruby/3.2.2-GCCcore-12.2.0/tilt/2.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Ruby/3.2.2-GCCcore-12.2.0/typhoeus/1.4.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Ruby/3.2.2-GCCcore-12.2.0/tzinfo/1.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Ruby/3.2.2-GCCcore-12.2.0/websocket/1.2.9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Ruby/3.2.2-GCCcore-12.2.0/zeitwerk/2.6.8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "crb-blast/0.6.9-GCC-12.3.0/bindeps/1.2.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "crb-blast/0.6.9-GCC-12.3.0/bio/1.6.0.pre.20181210": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "crb-blast/0.6.9-GCC-12.3.0/crb-blast/0.6.9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "crb-blast/0.6.9-GCC-12.3.0/facade/1.2.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "crb-blast/0.6.9-GCC-12.3.0/fixwhich/1.0.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "crb-blast/0.6.9-GCC-12.3.0/pathname2/1.8.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "crb-blast/0.6.9-GCC-12.3.0/threach/0.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "crb-blast/0.6.9-GCC-12.3.0/trollop/2.9.10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "h5netcdf/1.2.0-foss-2023a/h5netcdf/1.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "psycopg2/2.9.9-GCCcore-12.3.0/psycopg2/2.9.9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "SQLAlchemy/2.0.25-GCCcore-12.3.0/alembic/1.13.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "SQLAlchemy/2.0.25-GCCcore-12.3.0/async-timeout/4.0.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "SQLAlchemy/2.0.25-GCCcore-12.3.0/asyncpg/0.29.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "SQLAlchemy/2.0.25-GCCcore-12.3.0/greenlet/3.0.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "SQLAlchemy/2.0.25-GCCcore-12.3.0/SQLAlchemy/2.0.25": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "geopandas/0.14.2-foss-2023a/geopandas/0.14.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "geopandas/0.14.2-foss-2023a/mapclassify/2.6.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "wradlib/2.0.3-foss-2023a/cmweather/0.3.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "wradlib/2.0.3-foss-2023a/deprecation/2.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "wradlib/2.0.3-foss-2023a/lat_lon_parser/1.3.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "wradlib/2.0.3-foss-2023a/wradlib/2.0.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "wradlib/2.0.3-foss-2023a/xarray-datatree/0.0.13": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "wradlib/2.0.3-foss-2023a/xmltodict/0.13.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "wradlib/2.0.3-foss-2023a/xradar/0.5.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "LRBinner/0.1-foss-2023a/LRBinner/0.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "LRBinner/0.1-foss-2023a/tabulate/0.9.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "MultiQC/1.14-foss-2022b/coloredlogs/15.0.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "MultiQC/1.14-foss-2022b/colormath/3.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "MultiQC/1.14-foss-2022b/commonmark/0.9.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "MultiQC/1.14-foss-2022b/humanfriendly/10.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "MultiQC/1.14-foss-2022b/lzstring/1.0.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "MultiQC/1.14-foss-2022b/markdown-it-py/2.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "MultiQC/1.14-foss-2022b/Markdown/3.4.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "MultiQC/1.14-foss-2022b/mdurl/0.1.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "MultiQC/1.14-foss-2022b/multiqc/1.14": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "MultiQC/1.14-foss-2022b/Pygments/2.14.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "MultiQC/1.14-foss-2022b/rich-click/1.6.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "MultiQC/1.14-foss-2022b/rich/13.3.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "MultiQC/1.14-foss-2022b/spectra/0.0.11": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "basemap/1.3.9-foss-2023a/basemap/1.3.9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "basemap/1.3.9-foss-2023a/basemap_data/1.3.9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "basemap/1.3.9-foss-2023a/pyshp/2.3.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "mpl-ascii/0.10.0-gfbf-2023a/mpl-ascii/0.10.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "hatch-jupyter-builder/0.9.1-GCCcore-12.3.0/hatch_jupyter_builder/0.9.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "hatch-jupyter-builder/0.9.1-GCCcore-12.3.0/hatch_nodejs_version/0.3.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "statsmodels/0.14.1-gfbf-2023a/patsy/0.5.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "statsmodels/0.14.1-gfbf-2023a/statsmodels/0.14.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "statsmodels/0.14.1-gfbf-2023b/patsy/0.5.6": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "statsmodels/0.14.1-gfbf-2023b/statsmodels/0.14.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Cassiopeia/2.0.0-foss-2023a/bleach/6.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Cassiopeia/2.0.0-foss-2023a/Cassiopeia/2.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Cassiopeia/2.0.0-foss-2023a/comm/0.2.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Cassiopeia/2.0.0-foss-2023a/defusedxml/0.7.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Cassiopeia/2.0.0-foss-2023a/deprecation/2.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Cassiopeia/2.0.0-foss-2023a/fastjsonschema/2.19.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Cassiopeia/2.0.0-foss-2023a/hits/0.4.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Cassiopeia/2.0.0-foss-2023a/ipywidgets/8.1.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Cassiopeia/2.0.0-foss-2023a/itolapi/4.1.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Cassiopeia/2.0.0-foss-2023a/jupyter_client/8.6.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Cassiopeia/2.0.0-foss-2023a/jupyter_core/5.7.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Cassiopeia/2.0.0-foss-2023a/jupyter_packaging/0.12.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Cassiopeia/2.0.0-foss-2023a/jupyterlab_pygments/0.3.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Cassiopeia/2.0.0-foss-2023a/jupyterlab_widgets/3.0.10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Cassiopeia/2.0.0-foss-2023a/Levenshtein/0.22.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Cassiopeia/2.0.0-foss-2023a/mistune/3.0.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Cassiopeia/2.0.0-foss-2023a/nbclient/0.10.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Cassiopeia/2.0.0-foss-2023a/nbconvert/7.16.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Cassiopeia/2.0.0-foss-2023a/nbformat/5.10.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Cassiopeia/2.0.0-foss-2023a/ngs-tools/1.8.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Cassiopeia/2.0.0-foss-2023a/pandocfilters/1.5.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Cassiopeia/2.0.0-foss-2023a/python-Levenshtein/0.22.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Cassiopeia/2.0.0-foss-2023a/shortuuid/1.0.13": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Cassiopeia/2.0.0-foss-2023a/tinycss2/1.2.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Cassiopeia/2.0.0-foss-2023a/traitlets/5.14.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Cassiopeia/2.0.0-foss-2023a/widgetsnbextension/4.0.10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "cooler/0.10.2-foss-2023b/asciitree/0.3.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "cooler/0.10.2-foss-2023b/cooler/0.10.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "cooler/0.10.2-foss-2023b/cytoolz/1.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "cooler/0.10.2-foss-2023b/toolz/1.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "LightGBM/4.5.0-foss-2023a/lightgbm/4.5.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "pydantic/2.7.4-GCCcore-13.2.0/annotated_types/0.6.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "pydantic/2.7.4-GCCcore-13.2.0/pydantic/2.7.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "pydantic/2.7.4-GCCcore-13.2.0/pydantic_core/2.18.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "SlurmViewer/1.0.1-GCCcore-13.2.0/asyncssh/2.18.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "SlurmViewer/1.0.1-GCCcore-13.2.0/plotext/5.2.8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "SlurmViewer/1.0.1-GCCcore-13.2.0/slurm-viewer/1.0.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "SlurmViewer/1.0.1-GCCcore-13.2.0/textual-plotext/0.2.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "SlurmViewer/1.0.1-GCCcore-13.2.0/textual/0.85.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "rpy2/3.5.15-foss-2023a/coverage/7.4.3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "rpy2/3.5.15-foss-2023a/pytest-cov/4.1.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "rpy2/3.5.15-foss-2023a/rpy2/3.5.15": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "rpy2/3.5.15-foss-2023a/tzlocal/5.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Tombo/1.5.1-foss-2023a/mappy/2.28": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Tombo/1.5.1-foss-2023a/ont-tombo/1.5.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Tombo/1.5.1-foss-2023a/pyfaidx/0.5.8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "lit/18.1.2-GCCcore-12.3.0/lit/18.1.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "lit/18.1.7-GCCcore-13.2.0/lit/18.1.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "lit/18.1.7-GCCcore-13.2.0/pexpect/4.9.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "lit/18.1.7-GCCcore-13.2.0/ptyprocess/0.7.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "coverage/7.4.4-GCCcore-13.2.0/coverage/7.4.4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "pre-commit/3.7.0-GCCcore-13.2.0/cfgv/3.4.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "pre-commit/3.7.0-GCCcore-13.2.0/identify/2.5.35": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "pre-commit/3.7.0-GCCcore-13.2.0/nodeenv/1.8.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "pre-commit/3.7.0-GCCcore-13.2.0/pre-commit/3.7.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "astropy-testing/7.0.0-gfbf-2023b/pytest-arraydiff/0.6.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "astropy-testing/7.0.0-gfbf-2023b/pytest-astropy-header/0.2.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "astropy-testing/7.0.0-gfbf-2023b/pytest-astropy/0.11.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "astropy-testing/7.0.0-gfbf-2023b/pytest-cov/5.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "astropy-testing/7.0.0-gfbf-2023b/pytest-doctestplus/1.3.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "astropy-testing/7.0.0-gfbf-2023b/pytest-filter-subpackage/0.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "astropy-testing/7.0.0-gfbf-2023b/pytest-mock/3.14.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "astropy-testing/7.0.0-gfbf-2023b/pytest-remotedata/0.4.1": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "astropy/7.0.0-gfbf-2023b/astropy-iers-data/0.2025.1.6.0.33.42": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "astropy/7.0.0-gfbf-2023b/astropy/7.0.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "astropy/7.0.0-gfbf-2023b/colorlog/6.9.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "astropy/7.0.0-gfbf-2023b/extension-helpers/1.2.0": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "astropy/7.0.0-gfbf-2023b/pyerfa/2.0.1.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "ruamel.yaml/0.17.32-GCCcore-12.3.0/configobj/5.0.8": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "ruamel.yaml/0.17.32-GCCcore-12.3.0/lz4/4.3.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "ruamel.yaml/0.17.32-GCCcore-12.3.0/ruamel.yaml.base/0.3.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "ruamel.yaml/0.17.32-GCCcore-12.3.0/ruamel.yaml.clib/0.2.7": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "ruamel.yaml/0.17.32-GCCcore-12.3.0/ruamel.yaml.cmd/0.6.5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "ruamel.yaml/0.17.32-GCCcore-12.3.0/ruamel.yaml.convert/0.3.2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "ruamel.yaml/0.17.32-GCCcore-12.3.0/ruamel.yaml/0.17.32": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + } +} \ No newline at end of file From c6420661f31434d9a485e96d19d3cdd88c7d69db Mon Sep 17 00:00:00 2001 From: torri Date: Wed, 16 Apr 2025 15:15:25 +0200 Subject: [PATCH 11/30] added wrong file --- licenses/extension_licenses.json | 44188 ++++++++++++++++++++++++++++ licenses/extensions_licenses.json | 31922 -------------------- 2 files changed, 44188 insertions(+), 31922 deletions(-) create mode 100644 licenses/extension_licenses.json delete mode 100644 licenses/extensions_licenses.json diff --git a/licenses/extension_licenses.json b/licenses/extension_licenses.json new file mode 100644 index 0000000000..f2a4e3dc85 --- /dev/null +++ b/licenses/extension_licenses.json @@ -0,0 +1,44188 @@ +{ + "Python/3.10.8-GCCcore-12.2.0": { + "alabaster": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/sphinx-doc/alabaster" + }, + "appdirs": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ActiveState/appdirs" + }, + "asn1crypto": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/wbond/asn1crypto" + }, + "atomicwrites": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/untitaker/python-atomicwrites" + }, + "attrs": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/python-attrs/attrs" + }, + "Babel": { + "License": "BSD-3-Clause", + "Permission to redistribute": false, + "Retrieved from": "https://pypi.org/pypi/Babel/json" + }, + "backports.entry-points-selectable": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jaraco/backports.entry_points_selectable" + }, + "backports.functools-lru-cache": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jaraco/backports.functools_lru_cache" + }, + "bcrypt": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pyca/bcrypt" + }, + "bitstring": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/scott-griffiths/bitstring" + }, + "blist": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/DanielStutzbach/blist" + }, + "CacheControl": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "cachy": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/sdispater/cachy" + }, + "certifi": { + "License": [ + "MPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/certifi/python-certifi" + }, + "cffi": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/python-cffi/cffi" + }, + "chardet": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/chardet/chardet" + }, + "charset-normalizer": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jawah/charset_normalizer" + }, + "cleo": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/python-poetry/cleo" + }, + "click": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pallets/click" + }, + "clikit": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/sdispater/clikit" + }, + "cloudpickle": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/cloudpipe/cloudpickle" + }, + "colorama": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tartley/colorama" + }, + "commonmark": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rtfd/commonmark.py" + }, + "crashtest": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/sdispater/crashtest" + }, + "cryptography": { + "License": [ + "Apache-2.0", + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pyca/cryptography" + }, + "Cython": { + "License": "Apache-2.0", + "Permission to redistribute": false, + "Retrieved from": "https://pypi.org/pypi/Cython/json" + }, + "decorator": { + "License": [ + "BSD-2-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/micheles/decorator" + }, + "distlib": { + "License": [ + "PSF-2.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/pypa/distlib" + }, + "docopt": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/docopt/docopt" + }, + "docutils": { + "License": [ + "BSD-3-Clause", + "GPL-2.0+", + "PSF-2.0", + "Unlicense" + ], + "Permission to redistribute": true, + "Retrieved from": null + }, + "doit": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pydoit/doit" + }, + "dulwich": { + "License": [ + "MulanPSL-2.0", + "GPL-2.0+", + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dulwich/dulwich" + }, + "ecdsa": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tlsfuzzer/python-ecdsa" + }, + "editables": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pfmoore/editables" + }, + "exceptiongroup": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/agronholm/exceptiongroup" + }, + "execnet": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pytest-dev/execnet" + }, + "filelock": { + "License": [ + "Unlicense" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tox-dev/py-filelock" + }, + "flit": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pypa/flit" + }, + "flit-core": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pypa/flit" + }, + "flit-scm": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://gitlab.com/WillDaSilva/flit_scm" + }, + "fsspec": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/fsspec/filesystem_spec" + }, + "future": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/PythonCharmers/python-future" + }, + "glob2": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/miracle2k/python-glob2" + }, + "hatch-fancy-pypi-readme": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/hynek/hatch-fancy-pypi-readme" + }, + "hatch-vcs": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ofek/hatch-vcs" + }, + "hatchling": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pypa/hatch" + }, + "html5lib": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/html5lib/html5lib-python" + }, + "idna": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/kjd/idna" + }, + "imagesize": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/shibukawa/imagesize_py" + }, + "importlib-metadata": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/python/importlib_metadata" + }, + "importlib-resources": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/python/importlib_resources" + }, + "iniconfig": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pytest-dev/iniconfig" + }, + "intervaltree": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/chaimleib/intervaltree" + }, + "intreehooks": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/takluyver/intreehooks" + }, + "ipaddress": { + "License": [ + "PSF-2.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/phihag/ipaddress" + }, + "jaraco.classes": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jaraco/jaraco.classes" + }, + "jeepney": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://gitlab.com/takluyver/jeepney" + }, + "Jinja2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "joblib": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/joblib/joblib" + }, + "jsonschema": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/python-jsonschema/jsonschema" + }, + "keyring": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jaraco/keyring" + }, + "keyrings.alt": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jaraco/keyrings.alt" + }, + "liac-arff": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/renatopp/liac-arff" + }, + "lockfile": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": null + }, + "MarkupSafe": { + "License": "Copyright 2010 Pallets Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.", + "Permission to redistribute": false, + "Retrieved from": "https://pypi.org/pypi/MarkupSafe/json" + }, + "mock": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/testing-cabal/mock" + }, + "more-itertools": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/more-itertools/more-itertools" + }, + "msgpack": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/msgpack/msgpack-python" + }, + "netaddr": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/netaddr/netaddr" + }, + "netifaces": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/al45tair/netifaces" + }, + "packaging": { + "License": [ + "Apache-2.0", + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pypa/packaging" + }, + "paramiko": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/paramiko/paramiko" + }, + "pastel": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/sdispater/pastel" + }, + "pathlib2": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jazzband/pathlib2" + }, + "pathspec": { + "License": [ + "MPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/cpburnz/python-pathspec" + }, + "pbr": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": null + }, + "pexpect": { + "License": [ + "ISC" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pexpect/pexpect" + }, + "pip": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pypa/pip" + }, + "pkginfo": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": null + }, + "platformdirs": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tox-dev/platformdirs" + }, + "pluggy": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pytest-dev/pluggy" + }, + "poetry-core": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/python-poetry/poetry" + }, + "poetry": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/python-poetry/poetry" + }, + "poetry-plugin-export": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/python-poetry/poetry-plugin-export" + }, + "pooch": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/fatiando/pooch" + }, + "psutil": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/giampaolo/psutil" + }, + "ptyprocess": { + "License": [ + "ISC" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pexpect/ptyprocess" + }, + "py": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pytest-dev/py" + }, + "py-expression-eval": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/AxiaCore/py-expression-eval" + }, + "pyasn1": { + "License": [ + "BSD-2-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pyasn1/pyasn1" + }, + "pycparser": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/eliben/pycparser" + }, + "pycryptodome": { + "License": [ + "BSD-3-Clause", + "Unlicense" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Legrandin/pycryptodome" + }, + "pydevtool": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pydoit/pydevtool" + }, + "Pygments": { + "License": "BSD-2-Clause", + "Permission to redistribute": false, + "Retrieved from": "https://pypi.org/pypi/Pygments/json" + }, + "pylev": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/toastdriven/pylev" + }, + "PyNaCl": { + "License": "Apache License 2.0", + "Permission to redistribute": false, + "Retrieved from": "https://pypi.org/pypi/PyNaCl/json" + }, + "pyparsing": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pyparsing/pyparsing" + }, + "pyrsistent": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tobgu/pyrsistent" + }, + "pytest-xdist": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/pytest-dev/pytest-xdist" + }, + "pytest": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pytest-dev/pytest" + }, + "python-dateutil": { + "License": [ + "DOC" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/dateutil/dateutil" + }, + "pytoml": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/avakar/pytoml" + }, + "pytz": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/stub42/pytz" + }, + "regex": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mrabarnett/mrab-regex" + }, + "requests-toolbelt": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/requests/toolbelt" + }, + "requests": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/psf/requests" + }, + "rich-click": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/ewels/rich-click" + }, + "rich": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Textualize/rich" + }, + "scandir": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/benhoyt/scandir" + }, + "SecretStorage": { + "License": "BSD 3-Clause License", + "Permission to redistribute": false, + "Retrieved from": "https://pypi.org/pypi/SecretStorage/json" + }, + "semantic-version": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rbarrois/python-semanticversion" + }, + "setuptools-rust": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/PyO3/setuptools-rust" + }, + "setuptools": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pypa/setuptools" + }, + "setuptools-scm": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/pypa/setuptools-scm" + }, + "shellingham": { + "License": [ + "ISC" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/sarugaku/shellingham" + }, + "simplegeneric": { + "License": [ + "ZPL-2.1" + ], + "Permission to redistribute": true, + "Retrieved from": null + }, + "simplejson": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/simplejson/simplejson" + }, + "six": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/benjaminp/six" + }, + "snowballstemmer": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/snowballstem/snowball" + }, + "sortedcontainers": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/grantjenks/python-sortedcontainers" + }, + "sphinx-bootstrap-theme": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ryan-roemer/sphinx-bootstrap-theme" + }, + "Sphinx": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "sphinxcontrib-applehelp": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/sphinx-doc/sphinxcontrib-applehelp" + }, + "sphinxcontrib-devhelp": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/sphinx-doc/sphinxcontrib-devhelp" + }, + "sphinxcontrib-htmlhelp": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/sphinx-doc/sphinxcontrib-htmlhelp" + }, + "sphinxcontrib-jsmath": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": null + }, + "sphinxcontrib-qthelp": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/sphinx-doc/sphinxcontrib-qthelp" + }, + "sphinxcontrib-serializinghtml": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/sphinx-doc/sphinxcontrib-serializinghtml" + }, + "sphinxcontrib-websupport": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/sphinx-doc/sphinxcontrib-websupport" + }, + "tabulate": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/astanin/python-tabulate" + }, + "threadpoolctl": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/joblib/threadpoolctl" + }, + "toml": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/uiri/toml" + }, + "tomli": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/hukkin/tomli" + }, + "tomli-w": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/hukkin/tomli-w" + }, + "tomlkit": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/sdispater/tomlkit" + }, + "typing-extensions": { + "License": [ + "GPL-1.0+" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/python/typing_extensions" + }, + "ujson": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ultrajson/ultrajson" + }, + "urllib3": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/urllib3/urllib3" + }, + "virtualenv": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pypa/virtualenv" + }, + "wcwidth": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jquast/wcwidth" + }, + "webencodings": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/SimonSapin/python-webencodings" + }, + "wheel": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pypa/wheel" + }, + "xlrd": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": null + }, + "zipfile36": { + "License": [ + "PSF-2.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://gitlab.com/takluyver/zipfile36" + }, + "zipp": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jaraco/zipp" + } + }, + "Python/3.11.3-GCCcore-12.3.0": { + "flit-core": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pypa/flit" + }, + "packaging": { + "License": [ + "Apache-2.0", + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pypa/packaging" + }, + "pip": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pypa/pip" + }, + "setuptools": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pypa/setuptools" + }, + "setuptools-scm": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/pypa/setuptools-scm" + }, + "tomli": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/hukkin/tomli" + }, + "typing-extensions": { + "License": [ + "GPL-1.0+" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/python/typing_extensions" + }, + "wheel": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pypa/wheel" + } + }, + "Python/3.11.5-GCCcore-13.2.0": { + "flit-core": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pypa/flit" + }, + "packaging": { + "License": [ + "Apache-2.0", + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pypa/packaging" + }, + "pip": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pypa/pip" + }, + "setuptools-scm": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/pypa/setuptools-scm" + }, + "setuptools": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pypa/setuptools" + }, + "tomli": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/hukkin/tomli" + }, + "typing-extensions": { + "License": [ + "GPL-1.0+" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/python/typing_extensions" + }, + "wheel": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pypa/wheel" + } + }, + "Perl/5.36.1-GCCcore-12.3.0": { + "Carp": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "constant": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Data-Dumper": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Exporter": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "File-Path": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jkeenan/File-Path" + }, + "File-Spec": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Getopt-Long": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/sciurius/perl-Getopt-Long" + }, + "IO-File": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Text-ParseWords": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Thread-Queue": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "threads": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + } + }, + "Perl/5.36.0-GCCcore-12.2.0": { + "Algorithm-Dependency": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/karenetheridge/Algorithm-Dependency" + }, + "Algorithm-Diff": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "aliased": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/karenetheridge/aliased" + }, + "AnyEvent": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "App-Cmd": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rjbs/App-Cmd" + }, + "App-cpanminus": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/miyagawa/cpanminus" + }, + "AppConfig": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/neilbowers/AppConfig" + }, + "Archive-Extract": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Array-Transpose": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mrdvt92/perl-Array-Transpose" + }, + "Array-Utils": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "Authen-NTLM": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Authen-SASL": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/gbarr/perl-authen-sasl" + }, + "AutoLoader": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "B-Hooks-EndOfScope": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/karenetheridge/B-Hooks-EndOfScope" + }, + "B-Lint": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "boolean": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ingydotnet/boolean-pm" + }, + "Business-ISBN": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/briandfoy/business-isbn" + }, + "Business-ISBN-Data": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/briandfoy/business-isbn-data" + }, + "Canary-Stability": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "Capture-Tiny": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dagolden/Capture-Tiny" + }, + "Carp": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Carp-Clan": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/karenetheridge/Carp-Clan" + }, + "Carp-Heavy": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Class-Accessor": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Class-Data-Inheritable": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Class-DBI": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "Class-DBI-SQLite": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "Class-Inspector": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/plicease/Class-Inspector" + }, + "Class-ISA": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "Class-Load": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/moose/Class-Load" + }, + "Class-Load-XS": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/moose/Class-Load-XS" + }, + "Class-Singleton": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/steve-m-hay/Class-Singleton" + }, + "Class-Tiny": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dagolden/Class-Tiny" + }, + "Class-Trigger": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/miyagawa/Class-Trigger" + }, + "Clone": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Clone-Choose": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/perl5-utils/Clone-Choose" + }, + "common-sense": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "Config-General": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Config-INI": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rjbs/Config-INI" + }, + "Config-MVP": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rjbs/Config-MVP" + }, + "Config-Simple": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "Config-Tiny": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ronsavage/Config-Tiny" + }, + "constant": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "CPAN-Meta-Check": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Leont/cpan-meta-check" + }, + "CPANPLUS": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jib/cpanplus-devel" + }, + "Crypt-DES": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "Crypt-Rijndael": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/leont/crypt-rijndael" + }, + "Cwd": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Cwd-Guard": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/kazeburo/Cwd-Guard" + }, + "Data-Dump": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Data-Dumper": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Data-Dumper-Concise": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/p5sagit/Data-Dumper-Concise" + }, + "Data-Grove": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Data-OptList": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rjbs/Data-OptList" + }, + "Data-Section": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rjbs/Data-Section" + }, + "Data-Section-Simple": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/miyagawa/Data-Section-Simple" + }, + "Data-Stag": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "Data-Types": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/manwar/Data-Types" + }, + "Data-UUID": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Date-Handler": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "Date-Language": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "DateTime": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/houseabsolute/DateTime.pm" + }, + "DateTime-Locale": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/houseabsolute/DateTime-Locale" + }, + "DateTime-TimeZone": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/houseabsolute/DateTime-TimeZone" + }, + "DateTime-Tiny": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dagolden/DateTime-Tiny" + }, + "DBD-CSV": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/perl5-dbi/DBD-CSV" + }, + "DBD-SQLite": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "DBI": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "DBIx-Admin-TableInfo": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ronsavage/DBIx-Admin-TableInfo" + }, + "DBIx-ContextualFetch": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "DBIx-Simple": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "Devel-CheckCompiler": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tokuhirom/Devel-CheckCompiler" + }, + "Devel-CheckLib": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Devel-Cycle": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "Devel-GlobalDestruction": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/Devel-GlobalDestruction.git" + }, + "Devel-OverloadInfo": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ilmari/Devel-OverloadInfo" + }, + "Devel-Size": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Devel-StackTrace": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/houseabsolute/Devel-StackTrace" + }, + "Digest-HMAC": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/arodland/Digest-HMAC" + }, + "Digest-MD5-File": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "Digest-SHA1": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Dist-CheckConflicts": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/doy/dist-checkconflicts" + }, + "Dist-Zilla": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rjbs/Dist-Zilla" + }, + "Email-Date-Format": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rjbs/Email-Date-Format" + }, + "Encode": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Encode-Locale": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Error": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/shlomif/perl-error.pm" + }, + "Eval-Closure": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/doy/eval-closure" + }, + "Exception-Class": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/houseabsolute/Exception-Class" + }, + "Expect": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jacoby/expect.pm" + }, + "Exporter": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Exporter-Declare": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Exporter-Tiny": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tobyink/p5-exporter-tiny" + }, + "ExtUtils-CBuilder": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Perl-Toolchain-Gang/ExtUtils-CBuilder" + }, + "ExtUtils-Config": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Perl-Toolchain-Gang/extutils-config" + }, + "ExtUtils-Constant": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "ExtUtils-CppGuess": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tsee/extutils-cppguess" + }, + "ExtUtils-Helpers": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Perl-Toolchain-Gang/extutils-helpers" + }, + "ExtUtils-InstallPaths": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Leont/extutils-installpaths" + }, + "ExtUtils-MakeMaker": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "ExtUtils-ParseXS": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/Perl/perl5" + }, + "Fennec-Lite": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "File-CheckTree": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rafl/file-checktree" + }, + "File-Copy-Recursive": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/drmuey/p5-File-Copy-Recursive" + }, + "File-Copy-Recursive-Reduced": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jkeenan/file-copy-recursive-reduced" + }, + "File-Find-Rule": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "File-Find-Rule-Perl": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/karenetheridge/File-Find-Rule-Perl" + }, + "File-Grep": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "File-HomeDir": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/perl5-utils/File-HomeDir" + }, + "File-Listing": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/PerlAlien/File-Listing" + }, + "File-Next": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "File-Path": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jkeenan/File-Path" + }, + "File-pushd": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dagolden/File-pushd" + }, + "File-Remove": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/shlomif/File-Remove" + }, + "File-ShareDir": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/perl5-utils/File-ShareDir" + }, + "File-ShareDir-Install": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Perl-Toolchain-Gang/File-ShareDir-Install" + }, + "File-Slurp": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/perhunter/slurp" + }, + "File-Slurp-Tiny": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Leont/file-slurp-tiny" + }, + "File-Slurper": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Leont/file-slurp-sane" + }, + "File-Spec": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "File-Temp": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Perl-Toolchain-Gang/File-Temp" + }, + "File-Which": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/uperl/File-Which" + }, + "Font-TTF": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/silnrsi/font-ttf" + }, + "Getopt-Long": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/sciurius/perl-Getopt-Long" + }, + "Getopt-Long-Descriptive": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rjbs/Getopt-Long-Descriptive" + }, + "Git": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "GO": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "GO-Utils": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Graph": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/graphviz-perl/Graph" + }, + "Graph-ReadWrite": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/neilb/Graph-ReadWrite" + }, + "Hash-Merge": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/perl5-utils/Hash-Merge" + }, + "Heap": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "HTML-Entities-Interpolate": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ronsavage/HTML-Entities-Interpolate" + }, + "HTML-Form": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/libwww-perl/HTML-Form" + }, + "HTML-Parser": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/libwww-perl/HTML-Parser" + }, + "HTML-Tagset": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/petdance/html-tagset" + }, + "HTML-Template": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "HTML-Tree": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/kentfredric/HTML-Tree" + }, + "HTTP-Cookies": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/libwww-perl/HTTP-Cookies" + }, + "HTTP-Daemon": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/libwww-perl/HTTP-Daemon" + }, + "HTTP-Date": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/libwww-perl/HTTP-Date" + }, + "HTTP-Negotiate": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "HTTP-Request": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "HTTP-Tiny": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Perl-Toolchain-Gang/HTTP-Tiny" + }, + "if": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Ima-DBI": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "Import-Into": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/Import-Into.git" + }, + "Importer": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Inline": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ingydotnet/inline-pm" + }, + "IO-HTML": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/madsen/io-html" + }, + "IO-Socket-SSL": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/noxxi/p5-io-socket-ssl" + }, + "IO-String": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "IO-Stringy": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/genio/IO-Stringy" + }, + "IO-Tty": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "IPC-Cmd": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "IPC-Run": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "IPC-Run3": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "IPC-System-Simple": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pjf/ipc-system-simple" + }, + "JSON": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "JSON-XS": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "Lingua-EN-PluralToSingular": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "List-AllUtils": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/houseabsolute/List-AllUtils" + }, + "List-MoreUtils": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/perl5-utils/List-MoreUtils" + }, + "List-MoreUtils-XS": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/perl5-utils/List-MoreUtils-XS" + }, + "List-SomeUtils": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/houseabsolute/List-SomeUtils" + }, + "List-Util": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "List-UtilsBy": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "local-lib": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Perl-Toolchain-Gang/local-lib" + }, + "Locale-Maketext-Simple": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Log-Dispatch": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/houseabsolute/Log-Dispatch" + }, + "Log-Dispatchouli": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rjbs/Log-Dispatchouli" + }, + "Log-Handler": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Log-Log4perl": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mschilli/log4perl" + }, + "Log-Message": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Log-Message-Simple": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Log-Report": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/markov2/perl5-Log-Report" + }, + "Log-Report-Optional": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/markov2/perl5-Log-Report-Optional" + }, + "Logger-Simple": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "LWP-MediaTypes": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/libwww-perl/lwp-mediatypes" + }, + "LWP-Protocol-https": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/libwww-perl/LWP-Protocol-https" + }, + "LWP-Simple": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Mail-Util": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Math-Bezier": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "Math-CDF": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "Math-Round": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/neilb/Math-Round" + }, + "Math-Utils": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Math-VecStat": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "MCE-Mutex": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Meta-Builder": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "MIME-Base64": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Dual-Life/mime-base64" + }, + "MIME-Charset": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "MIME-Lite": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "MIME-Types": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/markov2/perl5-MIME-Types" + }, + "Mixin-Linewise-Readers": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Mock-Quick": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Module-Build": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Module-Build-Tiny": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Perl-Toolchain-Gang/module-build-tiny" + }, + "Module-Build-XSUtil": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/hideo55/Module-Build-XSUtil" + }, + "Module-CoreList": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Module-Implementation": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/autarch/Module-Implementation" + }, + "Module-Install": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Module-Load": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Module-Load-Conditional": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Module-Metadata": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Perl-Toolchain-Gang/Module-Metadata" + }, + "Module-Path": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/neilbowers/Module-Path" + }, + "Module-Pluggable": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/simonwistow/Module-Pluggable" + }, + "Module-Runtime": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/haarg/Module-Runtime" + }, + "Module-Runtime-Conflicts": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/karenetheridge/Module-Runtime-Conflicts" + }, + "Moo": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/moose/Moo" + }, + "Moose": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/moose/Moose" + }, + "MooseX-LazyRequire": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/moose/MooseX-LazyRequire" + }, + "MooseX-OneArgNew": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rjbs/MooseX-OneArgNew" + }, + "MooseX-Role-Parameterized": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/moose/MooseX-Role-Parameterized" + }, + "MooseX-SetOnce": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rjbs/MooseX-SetOnce" + }, + "MooseX-Types": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/moose/MooseX-Types" + }, + "MooseX-Types-Perl": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rjbs/MooseX-Types-Perl" + }, + "Mouse": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/xslate/p5-Mouse" + }, + "Mozilla-CA": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/libwww-perl/Mozilla-CA" + }, + "MRO-Compat": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/moose/MRO-Compat" + }, + "namespace-autoclean": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/moose/namespace-autoclean" + }, + "namespace-clean": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/p5sagit/namespace-clean" + }, + "Net-Domain": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Net-HTTP": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/libwww-perl/Net-HTTP" + }, + "Net-SMTP-SSL": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "Net-SNMP": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Net-SSLeay": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/radiator-software/p5-net-ssleay" + }, + "Number-Compare": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "Number-Format": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Object-Accessor": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jib/object-accessor" + }, + "Object-InsideOut": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Package-Constants": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Package-DeprecationManager": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/moose/Package-DeprecationManager" + }, + "Package-Stash": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/moose/Package-Stash" + }, + "Package-Stash-XS": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/moose/Package-Stash-XS" + }, + "PadWalker": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "Parallel-ForkManager": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dluxhu/perl-parallel-forkmanager" + }, + "Params-Check": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Params-Util": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/perl5-utils/Params-Util" + }, + "Params-Validate": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/houseabsolute/Params-Validate" + }, + "Params-ValidationCompiler": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/houseabsolute/Params-ValidationCompiler" + }, + "parent": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Corion/parent" + }, + "Parse-RecDescent": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jtbraun/Parse-RecDescent" + }, + "Path-Tiny": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dagolden/Path-Tiny" + }, + "PDF-API2": { + "License": [ + "LGPL-2.1" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ssimms/pdfapi2" + }, + "Perl-OSType": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Perl-Toolchain-Gang/Perl-OSType" + }, + "PerlIO-utf8_strict": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Leont/perlio-utf8_strict" + }, + "Pod-Elemental": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rjbs/Pod-Elemental" + }, + "Pod-Escapes": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/neilbowers/Pod-Escapes" + }, + "Pod-Eventual": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rjbs/Pod-Eventual" + }, + "Pod-LaTeX": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/timj/perl-Pod-LaTeX" + }, + "Pod-Man": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Pod-Parser": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "Pod-Plainer": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Pod-POM": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/neilb/Pod-POM" + }, + "Pod-Simple": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/perl-pod/pod-simple" + }, + "Pod-Weaver": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rjbs/Pod-Weaver" + }, + "Readonly": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/sanko/readonly" + }, + "Regexp-Common": { + "License": [ + "MIT", + "MIT", + "BSD-3-Clause", + "Artistic-1.0", + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Role-HasMessage": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rjbs/Role-HasMessage" + }, + "Role-Identifiable-HasIdent": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Role-Tiny": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/moose/Role-Tiny" + }, + "Scalar-Util": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Scalar-Util-Numeric": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Scope-Guard": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Set-Array": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Set-IntervalTree": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Set-IntSpan": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "Set-IntSpan-Fast": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Set-Object": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rurban/Set-Object" + }, + "Set-Scalar": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/daoswald/Set-Scalar" + }, + "Shell": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Socket": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Software-License": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Perl-Toolchain-Gang/Software-License" + }, + "Specio": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/houseabsolute/Specio" + }, + "SQL-Abstract": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dbsrgits/sql-abstract" + }, + "SQL-Statement": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/perl5-dbi/SQL-Statement" + }, + "Statistics-Basic": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "Statistics-Descriptive": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/shlomif/perl-Statistics-Descriptive" + }, + "Storable": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "strictures": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/p5sagit/strictures" + }, + "String-Flogger": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rjbs/String-Flogger" + }, + "String-Print": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/markov2/perl5-String-Print" + }, + "String-RewritePrefix": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rjbs/String-RewritePrefix" + }, + "String-Truncate": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rjbs/String-Truncate" + }, + "Sub-Exporter": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rjbs/Sub-Exporter" + }, + "Sub-Exporter-ForMethods": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rjbs/Sub-Exporter-ForMethods" + }, + "Sub-Exporter-Progressive": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/frioux/Sub-Exporter-Progressive" + }, + "Sub-Identify": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rgs/Sub-Identify" + }, + "Sub-Info": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Sub-Install": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rjbs/Sub-Install" + }, + "Sub-Name": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/p5sagit/Sub-Name" + }, + "Sub-Quote": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/moose/Sub-Quote" + }, + "Sub-Uplevel": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Perl-Toolchain-Gang/Sub-Uplevel" + }, + "SVG": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/manwar/SVG" + }, + "Switch": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Sys-Info": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/burak/CPAN-Sys-Info" + }, + "Sys-Info-Base": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/burak/CPAN-Sys-Info-Base" + }, + "Sys-Info-Driver-Linux": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/burak/CPAN-Sys-Info-Driver-Linux" + }, + "Sys-Info-Driver-Unknown": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/burak/CPAN-Sys-Info-Driver-Unknown" + }, + "Template": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Template-Plugin-Number-Format": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "Term-Encoding": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/miyagawa/Term-Encoding" + }, + "Term-ReadKey": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Term-ReadLine-Gnu": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/hirooih/perl-trg" + }, + "Term-Table": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Term-UI": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jib/term-ui" + }, + "Test": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "Test2-Plugin-NoWarnings": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/houseabsolute/Test2-Plugin-NoWarnings" + }, + "Test2-Require-Module": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Test-ClassAPI": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/karenetheridge/Test-ClassAPI" + }, + "Test-CleanNamespaces": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/karenetheridge/Test-CleanNamespaces" + }, + "Test-Deep": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rjbs/Test-Deep" + }, + "Test-Differences": { + "License": [ + "Artistic-1.0", + "GPL-1.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Test-Exception": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Test-More/test-exception" + }, + "Test-Fatal": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rjbs/Test-Fatal" + }, + "Test-File-ShareDir-Dist": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Test-Harness": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Test-LeakTrace": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/gfx/p5-Test-LeakTrace" + }, + "Test-Memory-Cycle": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "Test-More": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Test-More-UTF8": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Test-Most": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Ovid/test--most" + }, + "Test-Needs": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/haarg/Test-Needs" + }, + "Test-NoWarnings": { + "License": [ + "LGPL-2.1" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/haarg/Test-NoWarnings" + }, + "Test-Output": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/briandfoy/test-output" + }, + "Test-Pod": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/perl-pod/test-pod" + }, + "Test-Requires": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tokuhirom/Test-Requires" + }, + "Test-RequiresInternet": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mrallen1/Test-RequiresInternet" + }, + "Test-Simple": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Test-Version": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/plicease/test-version" + }, + "Test-Warn": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/hanfried/test-warn" + }, + "Test-Warnings": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/karenetheridge/Test-Warnings" + }, + "Test-Without-Module": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Corion/test-without-module" + }, + "Text-Aligner": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/shlomif/text-aligner" + }, + "Text-Balanced": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/steve-m-hay/Text-Balanced" + }, + "Text-CSV": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Text-CSV_XS": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Tux/Text-CSV_XS" + }, + "Text-Diff": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Text-Format": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/shlomif/perl-Module-Format" + }, + "Text-Glob": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Text-Iconv": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "Text-ParseWords": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Text-Soundex": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Text-Table": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/shlomif/Text-Table" + }, + "Text-Template": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mschout/perl-text-template" + }, + "Thread-Queue": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Throwable": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rjbs/Throwable" + }, + "Tie-Function": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "Tie-IxHash": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Time-HiRes": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Perl/perl5" + }, + "Time-Local": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/houseabsolute/Time-Local" + }, + "Time-Piece": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Time-Piece-MySQL": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "Tree-DAG_Node": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ronsavage/Tree-DAG_Node" + }, + "Try-Tiny": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/p5sagit/Try-Tiny" + }, + "Types-Serialiser": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "Unicode-LineBreak": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "UNIVERSAL-moniker": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "Unix-Processors": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "URI": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/libwww-perl/URI" + }, + "URI-Escape": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Variable-Magic": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "http://git.vpit.fr/?p=perl%2Fmodules%2FVariable-Magic.git" + }, + "version": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Perl/version.pm" + }, + "Want": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "WWW-RobotRules": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "XML-Bare": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "XML-DOM": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "XML-Filter-BufferText": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "XML-NamespaceSupport": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/perigrin/xml-namespacesupport" + }, + "XML-Parser": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "XML-RegExp": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "XML-SAX": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/grantm/xml-sax" + }, + "XML-SAX-Base": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/grantm/XML-SAX-Base" + }, + "XML-SAX-Expat": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "XML-SAX-Writer": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/perigrin/xml-sax-writer" + }, + "XML-Simple": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/grantm/xml-simple" + }, + "XML-Tiny": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "XML-Twig": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "XML-XPath": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/manwar/XML-XPath" + }, + "XSLoader": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "YAML": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ingydotnet/yaml-pm" + }, + "YAML-Tiny": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Perl-Toolchain-Gang/YAML-Tiny" + } + }, + "Perl/5.38.0-GCCcore-13.2.0": { + "Carp": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "constant": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Data-Dumper": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Exporter": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "File-Path": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jkeenan/File-Path" + }, + "File-Spec": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Getopt-Long": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/sciurius/perl-Getopt-Long" + }, + "IO-File": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Text-ParseWords": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Thread-Queue": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "threads": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + } + }, + "hatchling/1.18.0-GCCcore-13.2.0": { + "editables": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pfmoore/editables" + }, + "hatch_fancy_pypi_readme": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "hatch_vcs": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "hatchling": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pypa/hatch" + }, + "pathspec": { + "License": [ + "MPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/cpburnz/python-pathspec" + }, + "pluggy": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pytest-dev/pluggy" + }, + "trove_classifiers": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + } + }, + "hatchling/1.18.0-GCCcore-12.3.0": { + "editables": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pfmoore/editables" + }, + "hatch-requirements-txt": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/repo-helper/hatch-requirements-txt" + }, + "hatch_fancy_pypi_readme": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "hatch_vcs": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "hatchling": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pypa/hatch" + }, + "pathspec": { + "License": [ + "MPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/cpburnz/python-pathspec" + }, + "pluggy": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pytest-dev/pluggy" + }, + "trove_classifiers": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + } + }, + "scikit-build/0.17.6-GCCcore-12.3.0": { + "distro": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/python-distro/distro" + }, + "packaging": { + "License": [ + "Apache-2.0", + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pypa/packaging" + }, + "scikit_build": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + } + }, + "scikit-build/0.17.6-GCCcore-13.2.0": { + "distro": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/python-distro/distro" + }, + "packaging": { + "License": [ + "Apache-2.0", + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pypa/packaging" + }, + "scikit_build": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + } + }, + "flit/3.9.0-GCCcore-12.3.0": { + "certifi": { + "License": [ + "MPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/certifi/python-certifi" + }, + "charset-normalizer": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jawah/charset_normalizer" + }, + "docutils": { + "License": [ + "BSD-3-Clause", + "GPL-2.0+", + "PSF-2.0", + "Unlicense" + ], + "Permission to redistribute": true, + "Retrieved from": null + }, + "flit": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pypa/flit" + }, + "flit_scm": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "idna": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/kjd/idna" + }, + "packaging": { + "License": [ + "Apache-2.0", + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pypa/packaging" + }, + "requests": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/psf/requests" + }, + "setuptools_scm": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "tomli_w": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "typing_extensions": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "urllib3": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/urllib3/urllib3" + } + }, + "flit/3.9.0-GCCcore-13.2.0": { + "certifi": { + "License": [ + "MPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/certifi/python-certifi" + }, + "charset-normalizer": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jawah/charset_normalizer" + }, + "docutils": { + "License": [ + "BSD-3-Clause", + "GPL-2.0+", + "PSF-2.0", + "Unlicense" + ], + "Permission to redistribute": true, + "Retrieved from": null + }, + "flit": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pypa/flit" + }, + "flit_scm": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "idna": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/kjd/idna" + }, + "packaging": { + "License": [ + "Apache-2.0", + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pypa/packaging" + }, + "requests": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/psf/requests" + }, + "setuptools-scm": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/pypa/setuptools-scm" + }, + "tomli_w": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "typing_extensions": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "urllib3": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/urllib3/urllib3" + } + }, + "virtualenv/20.23.1-GCCcore-12.3.0": { + "distlib": { + "License": [ + "PSF-2.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/pypa/distlib" + }, + "filelock": { + "License": [ + "Unlicense" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tox-dev/py-filelock" + }, + "platformdirs": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tox-dev/platformdirs" + }, + "virtualenv": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pypa/virtualenv" + } + }, + "virtualenv/20.24.6-GCCcore-13.2.0": { + "distlib": { + "License": [ + "PSF-2.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/pypa/distlib" + }, + "filelock": { + "License": [ + "Unlicense" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tox-dev/py-filelock" + }, + "platformdirs": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tox-dev/platformdirs" + }, + "virtualenv": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pypa/virtualenv" + } + }, + "setuptools-rust/1.6.0-GCCcore-12.3.0": { + "semantic_version": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "setuptools-rust": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/PyO3/setuptools-rust" + }, + "typing_extensions": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + } + }, + "setuptools-rust/1.8.0-GCCcore-13.2.0": { + "semantic_version": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "setuptools-rust": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/PyO3/setuptools-rust" + }, + "typing_extensions": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + } + }, + "cffi/1.15.1-GCCcore-12.3.0": { + "cffi": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/python-cffi/cffi" + }, + "pycparser": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/eliben/pycparser" + } + }, + "cffi/1.15.1-GCCcore-13.2.0": { + "cffi": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/python-cffi/cffi" + }, + "pycparser": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/eliben/pycparser" + } + }, + "poetry/1.5.1-GCCcore-12.3.0": { + "attrs": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/python-attrs/attrs" + }, + "build": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pypa/build" + }, + "CacheControl": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "certifi": { + "License": [ + "MPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/certifi/python-certifi" + }, + "charset-normalizer": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jawah/charset_normalizer" + }, + "cleo": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/python-poetry/cleo" + }, + "crashtest": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/sdispater/crashtest" + }, + "dulwich": { + "License": [ + "MulanPSL-2.0", + "GPL-2.0+", + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dulwich/dulwich" + }, + "html5lib": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/html5lib/html5lib-python" + }, + "idna": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/kjd/idna" + }, + "importlib_metadata": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "installer": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pypa/installer" + }, + "jaraco.classes": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jaraco/jaraco.classes" + }, + "jeepney": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://gitlab.com/takluyver/jeepney" + }, + "jsonschema": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/python-jsonschema/jsonschema" + }, + "keyring": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jaraco/keyring" + }, + "lockfile": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": null + }, + "more-itertools": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/more-itertools/more-itertools" + }, + "msgpack": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/msgpack/msgpack-python" + }, + "pexpect": { + "License": [ + "ISC" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pexpect/pexpect" + }, + "pkginfo": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": null + }, + "platformdirs": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tox-dev/platformdirs" + }, + "poetry": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/python-poetry/poetry" + }, + "poetry_core": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry_plugin_export": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "ptyprocess": { + "License": [ + "ISC" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pexpect/ptyprocess" + }, + "pyproject_hooks": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "pyrsistent": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tobgu/pyrsistent" + }, + "rapidfuzz": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rapidfuzz/RapidFuzz" + }, + "requests-toolbelt": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/requests/toolbelt" + }, + "requests": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/psf/requests" + }, + "SecretStorage": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "shellingham": { + "License": [ + "ISC" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/sarugaku/shellingham" + }, + "six": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/benjaminp/six" + }, + "tomlkit": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/sdispater/tomlkit" + }, + "urllib3": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/urllib3/urllib3" + }, + "webencodings": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/SimonSapin/python-webencodings" + }, + "zipp": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jaraco/zipp" + } + }, + "poetry/1.6.1-GCCcore-13.2.0": { + "attrs": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/python-attrs/attrs" + }, + "build": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pypa/build" + }, + "cachecontrol": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/psf/cachecontrol" + }, + "certifi": { + "License": [ + "MPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/certifi/python-certifi" + }, + "charset-normalizer": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jawah/charset_normalizer" + }, + "cleo": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/python-poetry/cleo" + }, + "crashtest": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/sdispater/crashtest" + }, + "dulwich": { + "License": [ + "MulanPSL-2.0", + "GPL-2.0+", + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dulwich/dulwich" + }, + "html5lib": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/html5lib/html5lib-python" + }, + "idna": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/kjd/idna" + }, + "importlib_metadata": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "installer": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pypa/installer" + }, + "jaraco.classes": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jaraco/jaraco.classes" + }, + "jeepney": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://gitlab.com/takluyver/jeepney" + }, + "jsonschema": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/python-jsonschema/jsonschema" + }, + "keyring": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jaraco/keyring" + }, + "lockfile": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": null + }, + "more-itertools": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/more-itertools/more-itertools" + }, + "msgpack": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/msgpack/msgpack-python" + }, + "pexpect": { + "License": [ + "ISC" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pexpect/pexpect" + }, + "pkginfo": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": null + }, + "platformdirs": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tox-dev/platformdirs" + }, + "poetry": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/python-poetry/poetry" + }, + "poetry_core": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poetry_plugin_export": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "ptyprocess": { + "License": [ + "ISC" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pexpect/ptyprocess" + }, + "pyproject_hooks": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "pyrsistent": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tobgu/pyrsistent" + }, + "rapidfuzz": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rapidfuzz/RapidFuzz" + }, + "requests-toolbelt": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/requests/toolbelt" + }, + "requests": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/psf/requests" + }, + "SecretStorage": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "shellingham": { + "License": [ + "ISC" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/sarugaku/shellingham" + }, + "six": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/benjaminp/six" + }, + "tomlkit": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/sdispater/tomlkit" + }, + "urllib3": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/urllib3/urllib3" + }, + "webencodings": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/SimonSapin/python-webencodings" + }, + "zipp": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jaraco/zipp" + } + }, + "Python-bundle-PyPI/2023.06-GCCcore-12.3.0": { + "alabaster": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/sphinx-doc/alabaster" + }, + "appdirs": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ActiveState/appdirs" + }, + "asn1crypto": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/wbond/asn1crypto" + }, + "atomicwrites": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/untitaker/python-atomicwrites" + }, + "attrs": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/python-attrs/attrs" + }, + "Babel": { + "License": "BSD-3-Clause", + "Permission to redistribute": false, + "Retrieved from": "https://pypi.org/pypi/Babel/json" + }, + "backports.entry-points-selectable": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jaraco/backports.entry_points_selectable" + }, + "backports.functools-lru-cache": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jaraco/backports.functools_lru_cache" + }, + "bitstring": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/scott-griffiths/bitstring" + }, + "blist": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/DanielStutzbach/blist" + }, + "CacheControl": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "cachy": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/sdispater/cachy" + }, + "certifi": { + "License": [ + "MPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/certifi/python-certifi" + }, + "cffi": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/python-cffi/cffi" + }, + "chardet": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/chardet/chardet" + }, + "charset-normalizer": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jawah/charset_normalizer" + }, + "cleo": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/python-poetry/cleo" + }, + "click": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pallets/click" + }, + "cloudpickle": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/cloudpipe/cloudpickle" + }, + "colorama": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tartley/colorama" + }, + "commonmark": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rtfd/commonmark.py" + }, + "crashtest": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/sdispater/crashtest" + }, + "Cython": { + "License": "Apache-2.0", + "Permission to redistribute": false, + "Retrieved from": "https://pypi.org/pypi/Cython/json" + }, + "decorator": { + "License": [ + "BSD-2-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/micheles/decorator" + }, + "distlib": { + "License": [ + "PSF-2.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/pypa/distlib" + }, + "distro": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/python-distro/distro" + }, + "docopt": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/docopt/docopt" + }, + "docutils": { + "License": [ + "BSD-3-Clause", + "GPL-2.0+", + "PSF-2.0", + "Unlicense" + ], + "Permission to redistribute": true, + "Retrieved from": null + }, + "doit": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pydoit/doit" + }, + "dulwich": { + "License": [ + "MulanPSL-2.0", + "GPL-2.0+", + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dulwich/dulwich" + }, + "ecdsa": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tlsfuzzer/python-ecdsa" + }, + "editables": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pfmoore/editables" + }, + "exceptiongroup": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/agronholm/exceptiongroup" + }, + "execnet": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pytest-dev/execnet" + }, + "filelock": { + "License": [ + "Unlicense" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tox-dev/py-filelock" + }, + "fsspec": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/fsspec/filesystem_spec" + }, + "future": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/PythonCharmers/python-future" + }, + "glob2": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/miracle2k/python-glob2" + }, + "html5lib": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/html5lib/html5lib-python" + }, + "idna": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/kjd/idna" + }, + "imagesize": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/shibukawa/imagesize_py" + }, + "importlib-metadata": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/python/importlib_metadata" + }, + "importlib-resources": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/python/importlib_resources" + }, + "iniconfig": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pytest-dev/iniconfig" + }, + "intervaltree": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/chaimleib/intervaltree" + }, + "intreehooks": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/takluyver/intreehooks" + }, + "ipaddress": { + "License": [ + "PSF-2.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/phihag/ipaddress" + }, + "jaraco.classes": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jaraco/jaraco.classes" + }, + "jeepney": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://gitlab.com/takluyver/jeepney" + }, + "Jinja2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "joblib": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/joblib/joblib" + }, + "jsonschema": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/python-jsonschema/jsonschema" + }, + "keyring": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jaraco/keyring" + }, + "keyrings.alt": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jaraco/keyrings.alt" + }, + "liac-arff": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/renatopp/liac-arff" + }, + "lockfile": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": null + }, + "markdown-it-py": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/executablebooks/markdown-it-py" + }, + "MarkupSafe": { + "License": "Copyright 2010 Pallets Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.", + "Permission to redistribute": false, + "Retrieved from": "https://pypi.org/pypi/MarkupSafe/json" + }, + "mdurl": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/executablebooks/mdurl" + }, + "mock": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/testing-cabal/mock" + }, + "more-itertools": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/more-itertools/more-itertools" + }, + "msgpack": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/msgpack/msgpack-python" + }, + "netaddr": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/netaddr/netaddr" + }, + "netifaces": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/al45tair/netifaces" + }, + "packaging": { + "License": [ + "Apache-2.0", + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pypa/packaging" + }, + "pastel": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/sdispater/pastel" + }, + "pathlib2": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jazzband/pathlib2" + }, + "pathspec": { + "License": [ + "MPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/cpburnz/python-pathspec" + }, + "pbr": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": null + }, + "pexpect": { + "License": [ + "ISC" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pexpect/pexpect" + }, + "pkginfo": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": null + }, + "platformdirs": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tox-dev/platformdirs" + }, + "pluggy": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pytest-dev/pluggy" + }, + "pooch": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/fatiando/pooch" + }, + "psutil": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/giampaolo/psutil" + }, + "ptyprocess": { + "License": [ + "ISC" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pexpect/ptyprocess" + }, + "py": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pytest-dev/py" + }, + "py-expression-eval": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/AxiaCore/py-expression-eval" + }, + "pyasn1": { + "License": [ + "BSD-2-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pyasn1/pyasn1" + }, + "pycparser": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/eliben/pycparser" + }, + "pycryptodome": { + "License": [ + "BSD-3-Clause", + "Unlicense" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Legrandin/pycryptodome" + }, + "pydevtool": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pydoit/pydevtool" + }, + "Pygments": { + "License": "BSD-2-Clause", + "Permission to redistribute": false, + "Retrieved from": "https://pypi.org/pypi/Pygments/json" + }, + "pylev": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/toastdriven/pylev" + }, + "PyNaCl": { + "License": "Apache License 2.0", + "Permission to redistribute": false, + "Retrieved from": "https://pypi.org/pypi/PyNaCl/json" + }, + "pyparsing": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pyparsing/pyparsing" + }, + "pyrsistent": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tobgu/pyrsistent" + }, + "pytest-xdist": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/pytest-dev/pytest-xdist" + }, + "pytest": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pytest-dev/pytest" + }, + "python-dateutil": { + "License": [ + "DOC" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/dateutil/dateutil" + }, + "pytoml": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/avakar/pytoml" + }, + "pytz": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/stub42/pytz" + }, + "rapidfuzz": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rapidfuzz/RapidFuzz" + }, + "regex": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mrabarnett/mrab-regex" + }, + "requests-toolbelt": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/requests/toolbelt" + }, + "requests": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/psf/requests" + }, + "rich-click": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/ewels/rich-click" + }, + "rich": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Textualize/rich" + }, + "scandir": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/benhoyt/scandir" + }, + "SecretStorage": { + "License": "BSD 3-Clause License", + "Permission to redistribute": false, + "Retrieved from": "https://pypi.org/pypi/SecretStorage/json" + }, + "semantic-version": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rbarrois/python-semanticversion" + }, + "shellingham": { + "License": [ + "ISC" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/sarugaku/shellingham" + }, + "simplegeneric": { + "License": [ + "ZPL-2.1" + ], + "Permission to redistribute": true, + "Retrieved from": null + }, + "simplejson": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/simplejson/simplejson" + }, + "six": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/benjaminp/six" + }, + "snowballstemmer": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/snowballstem/snowball" + }, + "sortedcontainers": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/grantjenks/python-sortedcontainers" + }, + "sphinx-bootstrap-theme": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ryan-roemer/sphinx-bootstrap-theme" + }, + "Sphinx": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "sphinxcontrib-applehelp": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/sphinx-doc/sphinxcontrib-applehelp" + }, + "sphinxcontrib-devhelp": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/sphinx-doc/sphinxcontrib-devhelp" + }, + "sphinxcontrib-htmlhelp": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/sphinx-doc/sphinxcontrib-htmlhelp" + }, + "sphinxcontrib-jsmath": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": null + }, + "sphinxcontrib-qthelp": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/sphinx-doc/sphinxcontrib-qthelp" + }, + "sphinxcontrib-serializinghtml": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/sphinx-doc/sphinxcontrib-serializinghtml" + }, + "sphinxcontrib-websupport": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/sphinx-doc/sphinxcontrib-websupport" + }, + "tabulate": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/astanin/python-tabulate" + }, + "threadpoolctl": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/joblib/threadpoolctl" + }, + "toml": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/uiri/toml" + }, + "tomli": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/hukkin/tomli" + }, + "tomli-w": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/hukkin/tomli-w" + }, + "tomlkit": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/sdispater/tomlkit" + }, + "ujson": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ultrajson/ultrajson" + }, + "urllib3": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/urllib3/urllib3" + }, + "wcwidth": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jquast/wcwidth" + }, + "webencodings": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/SimonSapin/python-webencodings" + }, + "xlrd": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": null + }, + "zipfile36": { + "License": [ + "PSF-2.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://gitlab.com/takluyver/zipfile36" + }, + "zipp": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jaraco/zipp" + } + }, + "Python-bundle-PyPI/2023.10-GCCcore-13.2.0": { + "alabaster": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/sphinx-doc/alabaster" + }, + "appdirs": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ActiveState/appdirs" + }, + "asn1crypto": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/wbond/asn1crypto" + }, + "atomicwrites": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/untitaker/python-atomicwrites" + }, + "attrs": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/python-attrs/attrs" + }, + "Babel": { + "License": "BSD-3-Clause", + "Permission to redistribute": false, + "Retrieved from": "https://pypi.org/pypi/Babel/json" + }, + "backports.entry-points-selectable": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jaraco/backports.entry_points_selectable" + }, + "backports.functools-lru-cache": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jaraco/backports.functools_lru_cache" + }, + "bitarray": { + "License": [ + "PSF-2.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/ilanschnell/bitarray" + }, + "bitstring": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/scott-griffiths/bitstring" + }, + "blist": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/DanielStutzbach/blist" + }, + "cachecontrol": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/psf/cachecontrol" + }, + "cachy": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/sdispater/cachy" + }, + "certifi": { + "License": [ + "MPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/certifi/python-certifi" + }, + "cffi": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/python-cffi/cffi" + }, + "chardet": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/chardet/chardet" + }, + "charset-normalizer": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jawah/charset_normalizer" + }, + "cleo": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/python-poetry/cleo" + }, + "click": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pallets/click" + }, + "cloudpickle": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/cloudpipe/cloudpickle" + }, + "colorama": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tartley/colorama" + }, + "commonmark": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rtfd/commonmark.py" + }, + "crashtest": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/sdispater/crashtest" + }, + "Cython": { + "License": "Apache-2.0", + "Permission to redistribute": false, + "Retrieved from": "https://pypi.org/pypi/Cython/json" + }, + "decorator": { + "License": [ + "BSD-2-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/micheles/decorator" + }, + "distlib": { + "License": [ + "PSF-2.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/pypa/distlib" + }, + "distro": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/python-distro/distro" + }, + "docopt": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/docopt/docopt" + }, + "docutils": { + "License": [ + "BSD-3-Clause", + "GPL-2.0+", + "PSF-2.0", + "Unlicense" + ], + "Permission to redistribute": true, + "Retrieved from": null + }, + "doit": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pydoit/doit" + }, + "dulwich": { + "License": [ + "MulanPSL-2.0", + "GPL-2.0+", + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dulwich/dulwich" + }, + "ecdsa": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tlsfuzzer/python-ecdsa" + }, + "editables": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pfmoore/editables" + }, + "exceptiongroup": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/agronholm/exceptiongroup" + }, + "execnet": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pytest-dev/execnet" + }, + "filelock": { + "License": [ + "Unlicense" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tox-dev/py-filelock" + }, + "fsspec": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/fsspec/filesystem_spec" + }, + "future": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/PythonCharmers/python-future" + }, + "glob2": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/miracle2k/python-glob2" + }, + "html5lib": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/html5lib/html5lib-python" + }, + "idna": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/kjd/idna" + }, + "imagesize": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/shibukawa/imagesize_py" + }, + "importlib-metadata": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/python/importlib_metadata" + }, + "importlib-resources": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/python/importlib_resources" + }, + "iniconfig": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pytest-dev/iniconfig" + }, + "intervaltree": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/chaimleib/intervaltree" + }, + "intreehooks": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/takluyver/intreehooks" + }, + "ipaddress": { + "License": [ + "PSF-2.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/phihag/ipaddress" + }, + "jaraco.classes": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jaraco/jaraco.classes" + }, + "jeepney": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://gitlab.com/takluyver/jeepney" + }, + "Jinja2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "joblib": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/joblib/joblib" + }, + "jsonschema": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/python-jsonschema/jsonschema" + }, + "keyring": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jaraco/keyring" + }, + "keyrings.alt": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jaraco/keyrings.alt" + }, + "liac-arff": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/renatopp/liac-arff" + }, + "lockfile": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": null + }, + "markdown-it-py": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/executablebooks/markdown-it-py" + }, + "MarkupSafe": { + "License": "Copyright 2010 Pallets Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.", + "Permission to redistribute": false, + "Retrieved from": "https://pypi.org/pypi/MarkupSafe/json" + }, + "mdurl": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/executablebooks/mdurl" + }, + "mock": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/testing-cabal/mock" + }, + "more-itertools": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/more-itertools/more-itertools" + }, + "msgpack": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/msgpack/msgpack-python" + }, + "netaddr": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/netaddr/netaddr" + }, + "netifaces": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/al45tair/netifaces" + }, + "packaging": { + "License": [ + "Apache-2.0", + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pypa/packaging" + }, + "pastel": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/sdispater/pastel" + }, + "pathlib2": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jazzband/pathlib2" + }, + "pathspec": { + "License": [ + "MPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/cpburnz/python-pathspec" + }, + "pbr": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": null + }, + "pexpect": { + "License": [ + "ISC" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pexpect/pexpect" + }, + "pkginfo": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": null + }, + "platformdirs": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tox-dev/platformdirs" + }, + "pluggy": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pytest-dev/pluggy" + }, + "pooch": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/fatiando/pooch" + }, + "psutil": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/giampaolo/psutil" + }, + "ptyprocess": { + "License": [ + "ISC" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pexpect/ptyprocess" + }, + "py": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pytest-dev/py" + }, + "py-expression-eval": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/AxiaCore/py-expression-eval" + }, + "pyasn1": { + "License": [ + "BSD-2-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pyasn1/pyasn1" + }, + "pycparser": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/eliben/pycparser" + }, + "pycryptodome": { + "License": [ + "BSD-3-Clause", + "Unlicense" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Legrandin/pycryptodome" + }, + "pydevtool": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pydoit/pydevtool" + }, + "Pygments": { + "License": "BSD-2-Clause", + "Permission to redistribute": false, + "Retrieved from": "https://pypi.org/pypi/Pygments/json" + }, + "pylev": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/toastdriven/pylev" + }, + "PyNaCl": { + "License": "Apache License 2.0", + "Permission to redistribute": false, + "Retrieved from": "https://pypi.org/pypi/PyNaCl/json" + }, + "pyparsing": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pyparsing/pyparsing" + }, + "pyrsistent": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tobgu/pyrsistent" + }, + "pytest-xdist": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/pytest-dev/pytest-xdist" + }, + "pytest": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pytest-dev/pytest" + }, + "python-dateutil": { + "License": [ + "DOC" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/dateutil/dateutil" + }, + "pytoml": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/avakar/pytoml" + }, + "pytz": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/stub42/pytz" + }, + "rapidfuzz": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rapidfuzz/RapidFuzz" + }, + "regex": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mrabarnett/mrab-regex" + }, + "requests-toolbelt": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/requests/toolbelt" + }, + "requests": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/psf/requests" + }, + "rich-click": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/ewels/rich-click" + }, + "rich": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Textualize/rich" + }, + "scandir": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/benhoyt/scandir" + }, + "SecretStorage": { + "License": "BSD 3-Clause License", + "Permission to redistribute": false, + "Retrieved from": "https://pypi.org/pypi/SecretStorage/json" + }, + "semantic-version": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rbarrois/python-semanticversion" + }, + "shellingham": { + "License": [ + "ISC" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/sarugaku/shellingham" + }, + "simplegeneric": { + "License": [ + "ZPL-2.1" + ], + "Permission to redistribute": true, + "Retrieved from": null + }, + "simplejson": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/simplejson/simplejson" + }, + "six": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/benjaminp/six" + }, + "snowballstemmer": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/snowballstem/snowball" + }, + "sortedcontainers": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/grantjenks/python-sortedcontainers" + }, + "sphinx-bootstrap-theme": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ryan-roemer/sphinx-bootstrap-theme" + }, + "sphinx": { + "License": [ + "GPL-1.0+" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/sphinx-doc/sphinx" + }, + "sphinxcontrib-jsmath": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": null + }, + "sphinxcontrib-applehelp": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/sphinx-doc/sphinxcontrib-applehelp" + }, + "sphinxcontrib-devhelp": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/sphinx-doc/sphinxcontrib-devhelp" + }, + "sphinxcontrib-htmlhelp": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/sphinx-doc/sphinxcontrib-htmlhelp" + }, + "sphinxcontrib-qthelp": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/sphinx-doc/sphinxcontrib-qthelp" + }, + "sphinxcontrib-serializinghtml": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/sphinx-doc/sphinxcontrib-serializinghtml" + }, + "sphinxcontrib-websupport": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/sphinx-doc/sphinxcontrib-websupport" + }, + "tabulate": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/astanin/python-tabulate" + }, + "threadpoolctl": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/joblib/threadpoolctl" + }, + "toml": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/uiri/toml" + }, + "tomli": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/hukkin/tomli" + }, + "tomli-w": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/hukkin/tomli-w" + }, + "tomlkit": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/sdispater/tomlkit" + }, + "ujson": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ultrajson/ultrajson" + }, + "urllib3": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/urllib3/urllib3" + }, + "wcwidth": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jquast/wcwidth" + }, + "webencodings": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/SimonSapin/python-webencodings" + }, + "xlrd": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": null + }, + "zipfile36": { + "License": [ + "PSF-2.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://gitlab.com/takluyver/zipfile36" + }, + "zipp": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jaraco/zipp" + } + }, + "SciPy-bundle/2023.11-gfbf-2023b": { + "beniget": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/serge-sans-paille/beniget" + }, + "Bottleneck": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "deap": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/rodrigo-arenas/Sklearn-genetic-opt," + }, + "gast": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/serge-sans-paille/gast" + }, + "mpmath": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/fredrik-johansson/mpmath" + }, + "numexpr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pydata/numexpr" + }, + "numpy": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/numpy/numpy" + }, + "pandas": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/pandas-dev/pandas" + }, + "ply": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": null + }, + "pythran": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/serge-sans-paille/pythran" + }, + "scipy": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/scipy/scipy" + }, + "tzdata": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/python/tzdata" + }, + "versioneer": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/python-versioneer/python-versioneer" + } + }, + "SciPy-bundle/2023.02-gfbf-2022b": { + "beniget": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/serge-sans-paille/beniget" + }, + "Bottleneck": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "deap": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/rodrigo-arenas/Sklearn-genetic-opt," + }, + "gast": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/serge-sans-paille/gast" + }, + "mpmath": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/fredrik-johansson/mpmath" + }, + "numexpr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pydata/numexpr" + }, + "numpy": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/numpy/numpy" + }, + "pandas": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/pandas-dev/pandas" + }, + "ply": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": null + }, + "pythran": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/serge-sans-paille/pythran" + }, + "scipy": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/scipy/scipy" + } + }, + "SciPy-bundle/2023.07-gfbf-2023a": { + "beniget": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/serge-sans-paille/beniget" + }, + "Bottleneck": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "deap": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/rodrigo-arenas/Sklearn-genetic-opt," + }, + "gast": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/serge-sans-paille/gast" + }, + "mpmath": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/fredrik-johansson/mpmath" + }, + "numexpr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pydata/numexpr" + }, + "numpy": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/numpy/numpy" + }, + "pandas": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/pandas-dev/pandas" + }, + "ply": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": null + }, + "pythran": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/serge-sans-paille/pythran" + }, + "scipy": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/scipy/scipy" + }, + "tzdata": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/python/tzdata" + }, + "versioneer": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/python-versioneer/python-versioneer" + } + }, + "mpi4py/3.1.4-gompi-2023a": { + "mpi4py": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mpi4py/mpi4py" + } + }, + "mpi4py/3.1.5-gompi-2023b": { + "mpi4py": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mpi4py/mpi4py" + } + }, + "mpi4py/3.1.4-gompi-2022b": { + "mpi4py": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mpi4py/mpi4py" + } + }, + "TensorFlow/2.13.0-foss-2023a": { + "absl-py": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/abseil/abseil-py" + }, + "astor": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/berkerpeksag/astor" + }, + "astunparse": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/simonpercivall/astunparse" + }, + "cachetools": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tkem/cachetools" + }, + "google-auth-oauthlib": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib" + }, + "google-auth": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/googleapis/google-auth-library-python" + }, + "google-pasta": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/google/pasta" + }, + "grpcio": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/grpc/grpc" + }, + "gviz-api": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/google/google-visualization-python" + }, + "keras": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/keras-team/keras" + }, + "Markdown": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "oauthlib": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/oauthlib/oauthlib" + }, + "opt-einsum": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dgasmith/opt_einsum" + }, + "portpicker": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/google/python_portpicker" + }, + "pyasn1-modules": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pyasn1/pyasn1-modules" + }, + "requests-oauthlib": { + "License": [ + "ISC" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/requests/requests-oauthlib" + }, + "rsa": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/sybrenstuvel/python-rsa" + }, + "tblib": { + "License": [ + "BSD-2-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ionelmc/python-tblib" + }, + "tensorboard-data-server": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tensorflow/tensorboard" + }, + "tensorboard-plugin-profile": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/openxla/xprof" + }, + "tensorboard-plugin-wit": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pair-code/what-if-tool" + }, + "tensorboard": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tensorflow/tensorboard" + }, + "tensorflow-estimator": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tensorflow/estimator" + }, + "TensorFlow": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "termcolor": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/termcolor/termcolor" + }, + "Werkzeug": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "wrapt": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/GrahamDumpleton/wrapt" + } + }, + "Mako/1.2.4-GCCcore-12.3.0": { + "Mako": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "MarkupSafe": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + } + }, + "Mako/1.2.4-GCCcore-13.2.0": { + "Mako": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "MarkupSafe": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + } + }, + "R/4.3.2-gfbf-2023a": { + "askpass": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://r-lib.r-universe.dev/askpass" + }, + "base": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "base64enc": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.rforge.net/base64enc" + }, + "brew": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/gregfrog/brew" + }, + "brio": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/brio" + }, + "bslib": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rstudio/bslib" + }, + "cachem": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/cachem" + }, + "callr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/callr" + }, + "cli": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/cli" + }, + "clipr": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mdlincoln/clipr" + }, + "commonmark": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://docs.ropensci.org/commonmark/\nhttps://ropensci.r-universe.dev/commonmark" + }, + "compiler": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "cpp11": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/cpp11" + }, + "crayon": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/crayon" + }, + "credentials": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://docs.ropensci.org/credentials/\nhttps://r-lib.r-universe.dev/credentials" + }, + "curl": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://jeroen.r-universe.dev/curl" + }, + "datasets": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "desc": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/desc" + }, + "devtools": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/devtools" + }, + "diffobj": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/brodieG/diffobj" + }, + "digest": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/eddelbuettel/digest" + }, + "downlit": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/downlit" + }, + "ellipsis": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/ellipsis" + }, + "evaluate": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/evaluate" + }, + "fansi": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/brodieG/fansi" + }, + "fastmap": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/fastmap" + }, + "fontawesome": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rstudio/fontawesome" + }, + "fs": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/fs" + }, + "gert": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://docs.ropensci.org/gert/" + }, + "gh": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/gh" + }, + "gitcreds": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/gitcreds" + }, + "glue": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidyverse/glue" + }, + "graphics": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "grDevices": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "grid": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "highr": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/yihui/highr" + }, + "htmltools": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rstudio/htmltools" + }, + "htmlwidgets": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ramnathv/htmlwidgets" + }, + "httpuv": { + "License": [ + "Sendmail" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/rstudio/httpuv" + }, + "httr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/httr" + }, + "httr2": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/httr2" + }, + "ini": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dvdscripter/ini" + }, + "jquerylib": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "jsonlite": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://jeroen.r-universe.dev/jsonlite\nhttps://arxiv.org/abs/1403.2805" + }, + "knitr": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://yihui.org/knitr/" + }, + "later": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/later" + }, + "lifecycle": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/lifecycle" + }, + "magrittr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidyverse/magrittr" + }, + "memoise": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/memoise" + }, + "methods": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "mime": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/yihui/mime" + }, + "miniUI": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "openssl": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://jeroen.r-universe.dev/openssl" + }, + "parallel": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "pillar": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/pillar" + }, + "pkgbuild": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/pkgbuild" + }, + "pkgconfig": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/pkgconfig" + }, + "pkgdown": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/pkgdown" + }, + "pkgload": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/pkgload" + }, + "praise": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/gaborcsardi/praise" + }, + "prettyunits": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/prettyunits" + }, + "processx": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/processx" + }, + "profvis": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/profvis" + }, + "promises": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rstudio/promises" + }, + "ps": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/ps" + }, + "purrr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidyverse/purrr" + }, + "R6": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/R6" + }, + "ragg": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/ragg" + }, + "rappdirs": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/rappdirs" + }, + "rcmdcheck": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/rcmdcheck" + }, + "Rcpp": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/RcppCore/Rcpp" + }, + "rematch2": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/rematch2" + }, + "remotes": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/remotes" + }, + "rlang": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/rlang" + }, + "rmarkdown": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rstudio/rmarkdown" + }, + "roxygen2": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/roxygen2" + }, + "rprojroot": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/rprojroot" + }, + "rstudioapi": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rstudio/rstudioapi" + }, + "rversions": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-hub/rversions" + }, + "sass": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rstudio/sass" + }, + "sessioninfo": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/sessioninfo" + }, + "shiny": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/rstudio/shiny" + }, + "sourcetools": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/kevinushey/sourcetools" + }, + "splines": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "stats": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "stats4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "stringi": { + "License": [ + "MIT-feh" + ], + "Permission to redistribute": false, + "Retrieved from": "https://stringi.gagolewski.com/" + }, + "stringr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidyverse/stringr" + }, + "sys": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://jeroen.r-universe.dev/sys" + }, + "systemfonts": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/systemfonts" + }, + "tcltk": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "testthat": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/testthat" + }, + "textshaping": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/textshaping" + }, + "tibble": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidyverse/tibble" + }, + "tinytex": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rstudio/tinytex" + }, + "tools": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "urlchecker": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/urlchecker" + }, + "usethis": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/usethis" + }, + "utf8": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/patperry/r-utf8" + }, + "utils": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "vctrs": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/vctrs" + }, + "waldo": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/waldo" + }, + "whisker": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/edwindj/whisker" + }, + "withr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/withr" + }, + "xfun": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/yihui/xfun" + }, + "xml2": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://xml2.r-lib.org" + }, + "xopen": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/xopen" + }, + "xtable": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://xtable.r-forge.r-project.org/" + }, + "yaml": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/vubiostat/r-yaml" + }, + "zip": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/zip" + } + }, + "R/4.2.2-foss-2022b": { + "abc.data": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "abc": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "abe": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "abind": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "acepack": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "adabag": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "ade4": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/adeverse/ade4" + }, + "ADGofTest": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "admisc": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/dusadrian/admisc" + }, + "aggregation": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "AICcmodavg": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "akima": { + "License": [ + "MIT-CMU" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "alabama": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "AlgDesign": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jvbraun/AlgDesign" + }, + "alluvial": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mbojan/alluvial" + }, + "AMAPVox": { + "License": [ + "CECILL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://amapvox.org" + }, + "animation": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://yihui.org/animation/" + }, + "aod": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/package=aod" + }, + "apcluster": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/UBod/apcluster" + }, + "ape": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/emmanuelparadis/ape" + }, + "aplot": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/YuLab-SMU/aplot" + }, + "argparse": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/trevorld/r-argparse" + }, + "aricode": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/jchiquet/aricode" + }, + "arm": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://CRAN.R-project.org/package=arm" + }, + "askpass": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://r-lib.r-universe.dev/askpass" + }, + "asnipe": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "assertive.base": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.base" + }, + "assertive.code": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.code" + }, + "assertive.data.uk": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.data.uk" + }, + "assertive.data.us": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.data.us" + }, + "assertive.data": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.data" + }, + "assertive.datetimes": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.datetimes" + }, + "assertive.files": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.files" + }, + "assertive.matrices": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.matrices" + }, + "assertive.models": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.models" + }, + "assertive.numbers": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.numbers" + }, + "assertive.properties": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.properties" + }, + "assertive.reflection": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.reflection" + }, + "assertive.sets": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.sets" + }, + "assertive.strings": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.strings" + }, + "assertive.types": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.types" + }, + "assertive": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://bitbucket.org/richierocks/assertive" + }, + "assertthat": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "AUC": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "audio": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.rforge.net/audio/" + }, + "aws": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.wias-berlin.de/people/polzehl/" + }, + "awsMethods": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.wias-berlin.de/software/imaging/" + }, + "backports": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/backports" + }, + "bacr": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "bartMachine": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "bartMachineJARs": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "base": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "base64": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "base64enc": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.rforge.net/base64enc" + }, + "BatchJobs": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tudo-r/BatchJobs" + }, + "batchmeans": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "BayesianTools": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/florianhartig/BayesianTools" + }, + "BayesLogit": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/jwindle/BayesLogit" + }, + "bayesm": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "BayesPen": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "bayesplot": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://mc-stan.org/bayesplot/" + }, + "BB": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.jhsph.edu/agingandhealth/People/Faculty_personal_pages/Varadhan.html" + }, + "BBmisc": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/berndbischl/BBmisc" + }, + "bbmle": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/bbolker/bbmle" + }, + "BCEE": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "BDgraph": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.uva.nl/profile/a.mohammadi" + }, + "bdsmatrix": { + "License": [ + "LGPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "beanplot": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "beeswarm": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/aroneklund/beeswarm" + }, + "berryFunctions": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/brry/berryFunctions" + }, + "betareg": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://topmodels.R-Forge.R-project.org/betareg/" + }, + "BH": { + "License": [ + "BSL-1.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/eddelbuettel/bh" + }, + "BiasedUrn": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.agner.org/random/ https://www.r-project.org/" + }, + "bibtex": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ropensci/bibtex" + }, + "bigD": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rstudio/bigD" + }, + "BIGL": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/openanalytics/BIGL" + }, + "bigmemory.sri": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "bigmemory": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/kaneplusplus/bigmemory" + }, + "bindr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/krlmlr/bindr" + }, + "bindrcpp": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/krlmlr/bindrcpp" + }, + "bio3d": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bitbucket.org/Grantlab/bio3d" + }, + "biom": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "biomod2": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/biomodhub/biomod2" + }, + "bit": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/bit" + }, + "bit64": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/bit64" + }, + "bitops": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mmaechler/R-bitops" + }, + "blavaan": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/ecmerkle/blavaan" + }, + "blob": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidyverse/blob" + }, + "BMA": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/hanase/BMA" + }, + "bmp": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "bnlearn": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.bnlearn.com/" + }, + "bold": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ropensci/boldsource" + }, + "boot": { + "License": [ + "FSFUL" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "bootstrap": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://gitlab.com/scottkosty/bootstrap" + }, + "Boruta": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://gitlab.com/mbq/Boruta" + }, + "brew": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/gregfrog/brew" + }, + "brglm": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ikosmidis/brglm" + }, + "bridgedist": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/swihart/bridgedist" + }, + "bridgesampling": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/quentingronau/bridgesampling" + }, + "brio": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/brio" + }, + "brms": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/paul-buerkner/brms" + }, + "Brobdingnag": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/RobinHankin/Brobdingnag" + }, + "broom.helpers": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/larmarange/broom.helpers" + }, + "broom.mixed": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/bbolker/broom.mixed" + }, + "broom": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidymodels/broom" + }, + "bslib": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rstudio/bslib" + }, + "bst": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "cachem": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/cachem" + }, + "Cairo": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.rforge.net/Cairo/" + }, + "calibrate": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "callr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/callr" + }, + "car": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://r-forge.r-project.org/projects/car/" + }, + "carData": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://r-forge.r-project.org/projects/car/" + }, + "caret": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/topepo/caret" + }, + "catlearn": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ajwills72/catlearn" + }, + "caTools": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "CBPS": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "celestial": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "cellranger": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rsheets/cellranger" + }, + "cgdsr": { + "License": [ + "LGPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/cBioPortal/cgdsr" + }, + "cghFLasso": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "changepoint": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rkillick/changepoint" + }, + "checkmate": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mllg/checkmate" + }, + "chemometrics": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "http://cstat.tuwien.ac.at/filz/" + }, + "chkptstanr": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "chron": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "circlize": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jokergoo/circlize" + }, + "circular": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "class": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.stats.ox.ac.uk/pub/MASS4/" + }, + "classInt": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-spatial/classInt" + }, + "cld2": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://docs.ropensci.org/cld2/\nhttps://ropensci.r-universe.dev/cld2" + }, + "cli": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/cli" + }, + "clipr": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mdlincoln/clipr" + }, + "clisymbols": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/gaborcsardi/clisymbols" + }, + "clock": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/clock" + }, + "clue": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "cluster": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://svn.r-project.org/R-packages/trunk/cluster/" + }, + "clusterGeneration": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "clusterRepro": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.ncbi.nlm.nih.gov/pubmed/16613834." + }, + "clustree": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/lazappi/clustree" + }, + "clValid": { + "License": [ + "LGPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "cmprsk": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.R-project.org" + }, + "cNORM": { + "License": [ + "AGPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/WLenhard/cNORM" + }, + "cobalt": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ngreifer/cobalt" + }, + "cobs": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://curves-etc.r-forge.r-project.org/" + }, + "coda": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "codetools": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://gitlab.com/luke-tierney/codetools" + }, + "coin": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://coin.r-forge.r-project.org" + }, + "collapse": { + "License": [ + "Sendmail" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/sebkrantz/collapse" + }, + "colorspace": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://colorspace.R-Forge.R-project.org/" + }, + "colourpicker": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/daattali/colourpicker" + }, + "combinat": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "ComICS": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://dcq.tau.ac.il/ " + }, + "commonmark": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://docs.ropensci.org/commonmark/\nhttps://ropensci.r-universe.dev/commonmark" + }, + "compiler": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "ComplexUpset": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/krassowski/complex-upset" + }, + "compositions": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.stat.boogaart.de/compositions/" + }, + "CompQuadForm": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "conditionz": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ropenscilabs/conditionz" + }, + "conflicted": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/conflicted" + }, + "conquer": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/XiaoouPan/conquer" + }, + "contfrac": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/RobinHankin/contfrac" + }, + "copCAR": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "copula": { + "License": [ + "MirOS" + ], + "Permission to redistribute": true, + "Retrieved from": "https://copula.r-forge.r-project.org/" + }, + "corpcor": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/strimmerlab/software" + }, + "corrplot": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/taiyun/corrplot" + }, + "covr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/covr" + }, + "CovSel": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "covsim": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "cowplot": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://wilkelab.org/cowplot/" + }, + "coxed": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jkropko/coxed" + }, + "coxme": { + "License": [ + "LGPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "cpp11": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/cpp11" + }, + "crayon": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/crayon" + }, + "credentials": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://docs.ropensci.org/credentials/\nhttps://r-lib.r-universe.dev/credentials" + }, + "crfsuite": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/bnosac/crfsuite" + }, + "crosstalk": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rstudio/crosstalk" + }, + "crul": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://docs.ropensci.org/crul/" + }, + "cSEM": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/FloSchuberth/cSEM" + }, + "csSAM": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "ctmle": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "cubature": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/bnaras/cubature" + }, + "cubelyr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/hadley/cubelyr" + }, + "curl": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://jeroen.r-universe.dev/curl" + }, + "cvAUC": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ledell/cvAUC" + }, + "CVST": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "CVXR": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://cvxr.rbind.io" + }, + "d3Network": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/christophergandrud/d3Network" + }, + "dagitty": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jtextor/dagitty" + }, + "data.table": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/Rdatatable/data.table" + }, + "data.tree": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/gluc/data.tree" + }, + "DataCombine": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "http://CRAN.R-project.org/package=DataCombine" + }, + "datasets": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "date": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "dbarts": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/vdorie/dbarts" + }, + "DBI": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/r-dbi/DBI" + }, + "dbplyr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidyverse/dbplyr" + }, + "dbscan": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mhahsler/dbscan" + }, + "dcurver": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/oguzhanogreden/dcurver" + }, + "ddalpha": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "deal": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "debugme": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/debugme" + }, + "deldir": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "dendextend": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/talgalili/dendextend" + }, + "DEoptim": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ArdiaD/DEoptim" + }, + "DEoptimR": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "svn://svn.r-forge.r-project.org/svnroot/robustbase/pkg/DEoptimR" + }, + "DepthProc": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/zzawadz/DepthProc" + }, + "Deriv": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/sgsokol/Deriv" + }, + "desc": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/desc" + }, + "DescTools": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/andrisignorell/DescTools" + }, + "deSolve": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://desolve.r-forge.r-project.org/" + }, + "devtools": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/devtools" + }, + "dfidx": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/package=dfidx" + }, + "DHARMa": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/florianhartig/DHARMa" + }, + "dHSIC": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "diagram": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "DiagrammeR": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rich-iannone/DiagrammeR" + }, + "DiceKriging": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dicekrigingclub/www" + }, + "dichromat": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "diffobj": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/brodieG/diffobj" + }, + "digest": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/eddelbuettel/digest" + }, + "dimRed": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://www.guido-kraemer.com/software/dimred/" + }, + "diptest": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mmaechler/diptest" + }, + "DiscriMiner": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "dismo": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://rspatial.org/raster/sdm/" + }, + "distillery": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "distr": { + "License": [ + "LGPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://distr.r-forge.r-project.org/" + }, + "distrEx": { + "License": [ + "LGPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://distr.r-forge.r-project.org/" + }, + "distributional": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mitchelloharawild/distributional" + }, + "DistributionUtils": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "diveRsity": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://diversityinlife.weebly.com/" + }, + "dlm": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "DMCfun": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/igmmgi/DMCfun" + }, + "doc2vec": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/bnosac/doc2vec" + }, + "docstring": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dasonk/docstring" + }, + "doMC": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "doParallel": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/RevolutionAnalytics/doparallel" + }, + "doRNG": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/renozao/doRNG" + }, + "doSNOW": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "dotCall64": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://git.math.uzh.ch/reinhard.furrer/dotCall64" + }, + "downlit": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/downlit" + }, + "downloader": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/wch/downloader" + }, + "dplyr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidyverse/dplyr" + }, + "dr": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/package=dr" + }, + "drgee": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "DRR": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/gdkrmr/DRR" + }, + "drugCombo": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "DT": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/rstudio/DT" + }, + "dtangle": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "dtplyr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidyverse/dtplyr" + }, + "DTRreg": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "dtw": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://dynamictimewarping.github.io/" + }, + "dummies": { + "License": [ + "Sendmail" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "dygraphs": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rstudio/dygraphs" + }, + "dynamicTreeCut": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.genetics.ucla.edu/labs/horvath/CoexpressionNetwork/BranchCutting/" + }, + "e1071": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "earth": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.milbo.users.sonic.net/earth/" + }, + "EasyABC": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://easyabc.r-forge.r-project.org/" + }, + "ECOSolveR": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/bnaras/ECOSolveR" + }, + "elementR": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/charlottesirot/elementR" + }, + "ellipse": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dmurdoch/ellipse" + }, + "ellipsis": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/ellipsis" + }, + "elliptic": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/RobinHankin/elliptic" + }, + "emdbook": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.math.mcmaster.ca/bolker/emdbook" + }, + "emmeans": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rvlenth/emmeans" + }, + "emoa": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/olafmersmann/emoa" + }, + "emulator": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/RobinHankin/emulator" + }, + "energy": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mariarizzo/energy" + }, + "ENMeval": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jamiemkass/ENMeval" + }, + "entropy": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/strimmerlab/software" + }, + "EnvStats": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/alexkowa/EnvStats" + }, + "epitools": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "ergm.count": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://statnet.org" + }, + "ergm": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://statnet.org" + }, + "estimability": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/rvlenth/estimability" + }, + "evaluate": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/evaluate" + }, + "EValue": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "evd": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Exact": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "expm": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://R-Forge.R-project.org/projects/expm/" + }, + "ExPosition": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/derekbeaton/ExPosition1" + }, + "expsmooth": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/robjhyndman/expsmooth" + }, + "extrafont": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/wch/extrafont" + }, + "extrafontdb": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/wch/extrafontdb" + }, + "extRemes": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "FactoMineR": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://factominer.free.fr" + }, + "FactorCopula": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "fail": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mllg/fail" + }, + "fansi": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/brodieG/fansi" + }, + "farver": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/thomasp85/farver" + }, + "fastcluster": { + "License": [ + "BSD-2-Clause-FreeBSD" + ], + "Permission to redistribute": true, + "Retrieved from": "https://danifold.net/fastcluster.html" + }, + "fastDummies": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jacobkap/fastDummies" + }, + "fasterize": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ecohealthalliance/fasterize" + }, + "fastICA": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "fastmap": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/fastmap" + }, + "fastmatch": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.rforge.net/fastmatch" + }, + "fdrtool": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/strimmerlab/software" + }, + "feather": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/wesm/feather" + }, + "ff": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/truecluster/ff" + }, + "fftw": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "fftwtools": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/krahim/fftwtools" + }, + "fields": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dnychka/fieldsRPackage" + }, + "filehash": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rdpeng/filehash" + }, + "finalfit": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ewenharrison/finalfit" + }, + "findpython": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/trevorld/findpython" + }, + "fishMod": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "fitdistrplus": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/lbbe-software/fitdistrplus" + }, + "FKSUM": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "flashClust": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "flexclust": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "flexmix": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "flextable": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ardata-fr/flextable-book" + }, + "fma": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/robjhyndman/fma" + }, + "FME": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://fme.r-forge.r-project.org/" + }, + "fmri": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.wias-berlin.de/software/imaging/" + }, + "FNN": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "fontawesome": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rstudio/fontawesome" + }, + "fontBitstreamVera": { + "License": [ + "MirOS" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "fontLiberation": { + "License": [ + "MIT-feh" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "fontquiver": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "forcats": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidyverse/forcats" + }, + "foreach": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/RevolutionAnalytics/foreach" + }, + "forecast": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/robjhyndman/forecast" + }, + "foreign": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://svn.r-project.org/R-packages/trunk/foreign/" + }, + "formatR": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/yihui/formatR" + }, + "formula.tools": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/decisionpatterns/formula.tools" + }, + "Formula": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "fossil": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://matthewvavrek.com/programs-and-code/fossil/" + }, + "fpc": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.unibo.it/sitoweb/christian.hennig/en/" + }, + "fpp": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://otexts.com/fpp/" + }, + "fracdiff": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mmaechler/fracdiff" + }, + "fs": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/fs" + }, + "furrr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/DavisVaughan/furrr" + }, + "futile.logger": { + "License": [ + "LGPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "futile.options": { + "License": [ + "LGPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "future.apply": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/futureverse/future.apply" + }, + "future": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/futureverse/future" + }, + "gam": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "gamlss.data": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.gamlss.com/" + }, + "gamlss.dist": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.gamlss.com/" + }, + "gamlss.tr": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.gamlss.com/" + }, + "gamlss": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.gamlss.com/" + }, + "gamm4": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "gap.datasets": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jinghuazhao/R" + }, + "gap": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jinghuazhao/R" + }, + "gapfill": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/florafauna/gapfill" + }, + "gargle": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/gargle" + }, + "gaussquad": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "gbm": { + "License": [ + "Sendmail" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/gbm-developers/gbm" + }, + "gbRd": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "gclus": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "gdalUtilities": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/JoshOBrien/gdalUtilities" + }, + "gdalUtils": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/gearslaboratory/gdalUtils" + }, + "gdata": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-gregmisc/gdata" + }, + "gdistance": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/AgrDataSci/gdistance" + }, + "gdtools": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/davidgohel/gdtools" + }, + "gee": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "geeM": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "geepack": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "geex": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/bsaul/geex" + }, + "geiger": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "GeneNet": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/strimmerlab/software" + }, + "generics": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/generics" + }, + "genoPlotR": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://genoplotr.r-forge.r-project.org/" + }, + "GenSA": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "geojson": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ropensci/geojson" + }, + "geojsonio": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ropensci/geojsonio" + }, + "geojsonsf": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/SymbolixAU/geojsonsf" + }, + "geometries": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dcooley/geometries" + }, + "geometry": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/davidcsterratt/geometry" + }, + "gert": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://docs.ropensci.org/gert/" + }, + "getopt": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/trevorld/r-getopt" + }, + "GetoptLong": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jokergoo/GetoptLong" + }, + "gfonts": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dreamrs/gfonts" + }, + "GGally": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ggobi/ggally" + }, + "ggbeeswarm": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/eclarke/ggbeeswarm" + }, + "ggdag": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-causal/ggdag" + }, + "ggExtra": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/daattali/ggExtra" + }, + "ggfan": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/jasonhilton/ggfan" + }, + "ggforce": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/thomasp85/ggforce" + }, + "ggformula": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ProjectMOSAIC/ggformula" + }, + "ggfun": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/YuLab-SMU/ggfun" + }, + "ggh4x": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/teunbrand/ggh4x" + }, + "ggnetwork": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/briatte/ggnetwork" + }, + "ggplot2": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidyverse/ggplot2" + }, + "ggplotify": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/GuangchuangYu/ggplotify" + }, + "ggpubr": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://rpkgs.datanovia.com/ggpubr/" + }, + "ggraph": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/thomasp85/ggraph" + }, + "ggrepel": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/slowkow/ggrepel" + }, + "ggridges": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://wilkelab.org/ggridges/" + }, + "ggsci": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/nanxstats/ggsci" + }, + "ggsignif": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/const-ae/ggsignif" + }, + "ggstance": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/lionel-/ggstance" + }, + "ggvenn": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "ggvis": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://ggvis.rstudio.com/" + }, + "gh": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/gh" + }, + "GillespieSSA": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/rcannood/GillespieSSA" + }, + "git2r": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ropensci/git2r" + }, + "gitcreds": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/gitcreds" + }, + "GJRM": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.ucl.ac.uk/statistics/people/giampieromarra" + }, + "glasso": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www-stat.stanford.edu/~tibs/glasso" + }, + "gld": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/newystats/gld" + }, + "gllvm": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jenniniku/gllvm" + }, + "glmmML": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "glmmTMB": { + "License": [ + "AGPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/glmmTMB/glmmTMB" + }, + "glmnet": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://glmnet.stanford.edu" + }, + "GlobalOptions": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jokergoo/GlobalOptions" + }, + "globals": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/futureverse/globals" + }, + "glue": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidyverse/glue" + }, + "gmm": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "gmodels": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-gregmisc/gmodels" + }, + "gmp": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://forgemia.inra.fr/sylvain.jasson/gmp" + }, + "gnumeric": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "goftest": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/baddstats/goftest" + }, + "gomms": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "googledrive": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidyverse/googledrive" + }, + "googlesheets4": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidyverse/googlesheets4" + }, + "gower": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/markvanderloo/gower" + }, + "GPArotation": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://optimizer.r-forge.r-project.org/GPArotation_www/" + }, + "gplots": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/talgalili/gplots" + }, + "graphics": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "graphlayouts": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/schochastics/graphlayouts" + }, + "grDevices": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "grf": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/grf-labs/grf" + }, + "grid": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "gridBase": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "gridExtra": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "gridGraphics": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pmur002/gridgraphics" + }, + "grImport2": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://r-forge.r-project.org/projects/grimport/" + }, + "grpreg": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pbreheny/grpreg" + }, + "GSA": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://tibshirani.su.domains/GSA/" + }, + "gsalib": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/broadinstitute/gsalib" + }, + "gsl": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/RobinHankin/gsl" + }, + "gsw": { + "License": [ + "Sendmail" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/teos-10/GSW-R" + }, + "gt": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rstudio/gt" + }, + "gtable": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/gtable" + }, + "gtools": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-gregmisc/gtools" + }, + "gtsummary": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ddsjoberg/gtsummary" + }, + "GUTS": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "gWidgets2": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/gWidgets3/gWidgets2" + }, + "gWidgets2tcltk": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jverzani/gWidgets2tcltk" + }, + "GxEScanR": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "h2o": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/h2oai/h2o-3" + }, + "hal9001": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tlverse/hal9001" + }, + "haldensify": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/nhejazi/haldensify" + }, + "hardhat": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidymodels/hardhat" + }, + "harmony": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/immunogenomics/harmony" + }, + "hash": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.johnhughes.org" + }, + "haven": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/WizardMac/ReadStat" + }, + "hdf5r": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/hhoeflin/hdf5r" + }, + "hdm": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "heatmap3": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "here": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/here" + }, + "hexbin": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/edzer/hexbin" + }, + "HGNChelper": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/waldronlab/HGNChelper" + }, + "HiddenMarkov": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.statsresearch.co.nz/dsh/sslib/" + }, + "highr": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/yihui/highr" + }, + "Hmisc": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://hbiostat.org/R/Hmisc/" + }, + "hms": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidyverse/hms" + }, + "Hmsc": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://www.helsinki.fi/en/researchgroups/statistical-ecology/software/hmsc" + }, + "htmlTable": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://gforge.se/packages/" + }, + "htmltools": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rstudio/htmltools" + }, + "htmlwidgets": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ramnathv/htmlwidgets" + }, + "httpcode": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/sckott/httpcode" + }, + "httpuv": { + "License": [ + "Sendmail" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/rstudio/httpuv" + }, + "httr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/httr" + }, + "httr2": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/httr2" + }, + "huge": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "hunspell": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://docs.ropensci.org/hunspell/\nhttps://ropensci.r-universe.dev/hunspell" + }, + "hwriter": { + "License": [ + "LGPL-2.1" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "HWxtest": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "hypergeo": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "ica": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "IDPmisc": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "idr": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "ids": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/richfitz/ids" + }, + "ie2misc": { + "License": [ + "CC0-1.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://gitlab.com/iembry/ie2misc" + }, + "igraph": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://r.igraph.org/" + }, + "image.binarization": { + "License": [ + "MPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/DIGI-VUB/image.binarization" + }, + "imager": { + "License": [ + "LGPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/asgr/imager" + }, + "imagerExtra": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ShotaOchi/imagerExtra" + }, + "ineq": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "influenceR": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/khanna-lab/influenceR" + }, + "infotheo": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "http://homepage.meyerp.com/software" + }, + "ini": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dvdscripter/ini" + }, + "inline": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/eddelbuettel/inline" + }, + "intergraph": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mbojan/intergraph" + }, + "interp": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "interpretR": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "intrinsicDimension": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "inum": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "ipred": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "irace": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mlopez-ibanez/irace" + }, + "irlba": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/bwlewis/irlba" + }, + "ismev": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.ral.ucar.edu/~ericg/softextreme.php" + }, + "Iso": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "isoband": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://isoband.r-lib.org" + }, + "ISOcodes": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "ISOweek": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "iterators": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/RevolutionAnalytics/iterators" + }, + "itertools": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "JADE": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "janeaustenr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/juliasilge/janeaustenr" + }, + "JBTools": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "jiebaR": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/qinwf/jiebaR" + }, + "jiebaRD": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/qinwf/jiebaRD" + }, + "jomo": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "jpeg": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.rforge.net/jpeg/" + }, + "jqr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://docs.ropensci.org/jqr/ https://ropensci.r-universe.dev/jqr" + }, + "jquerylib": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "jsonify": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "jsonlite": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://jeroen.r-universe.dev/jsonlite\nhttps://arxiv.org/abs/1403.2805" + }, + "jstable": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jinseob2kim/jstable" + }, + "juicyjuice": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rich-iannone/juicyjuice" + }, + "kde1d": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tnagler/kde1d" + }, + "kedd": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://gitlab.com/iagogv/kedd" + }, + "kernlab": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "KernSmooth": { + "License": [ + "FSFUL" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "kinship2": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/package=kinship2" + }, + "klaR": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://statistik.tu-dortmund.de" + }, + "knitr": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://yihui.org/knitr/" + }, + "KODAMA": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "kohonen": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "ks": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.mvstat.net/mvksa/" + }, + "labdsv": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "labeling": { + "License": [ + "FSFUL" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "labelled": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/larmarange/labelled" + }, + "laeken": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "lambda.r": { + "License": [ + "LGPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "LaplacesDemon": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/LaplacesDemonR/LaplacesDemon" + }, + "lars": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://doi.org/10.1214/009053604000000067" + }, + "lassosum": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "later": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/later" + }, + "lattice": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://lattice.r-forge.r-project.org/" + }, + "latticeExtra": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://latticeextra.r-forge.r-project.org/" + }, + "lava": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/kkholst/lava" + }, + "lavaan": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://lavaan.ugent.be" + }, + "lazy": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "lazyeval": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "LCFdata": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "lda": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "ldbounds": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "leafem": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-spatial/leafem" + }, + "leaflet.providers": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rstudio/leaflet.providers" + }, + "leaflet": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rstudio/leaflet" + }, + "leafsync": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-spatial/leafsync" + }, + "leaps": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "LearnBayes": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "leiden": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/TomKellyGenetics/leiden" + }, + "lhs": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/bertcarnell/lhs" + }, + "libcoin": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "lifecycle": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/lifecycle" + }, + "limSolve": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "linkcomm": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/alextkalinka/linkcomm" + }, + "linprog": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://linprog.r-forge.r-project.org/" + }, + "liquidSVM": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "listenv": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/HenrikBengtsson/listenv" + }, + "lme4": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/lme4/lme4" + }, + "LMERConvenienceFunctions": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "lmerTest": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/runehaubo/lmerTestR" + }, + "lmom": { + "License": [ + "CPL-1.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Lmoments": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://users.jyu.fi/~jutakarv/" + }, + "lmtest": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "lobstr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/lobstr" + }, + "locfdr": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "locfit": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "logcondens": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.kasparrufibach.ch " + }, + "logger": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/daroczig/logger" + }, + "logistf": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://cemsiis.meduniwien.ac.at/en/kb/science-research/software/statistical-software/firth-correction/" + }, + "logspline": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "longitudinal": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/strimmerlab/software" + }, + "longmemo": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "loo": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://mc-stan.org/loo/" + }, + "lpSolve": { + "License": [ + "LGPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/gaborcsardi/lpSolve" + }, + "lpSolveAPI": { + "License": [ + "LGPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "lqa": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "lsei": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.stat.auckland.ac.nz/~yongwang/" + }, + "lslx": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/psyphh/lslx" + }, + "lubridate": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidyverse/lubridate" + }, + "lwgeom": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-spatial/lwgeom" + }, + "magic": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/RobinHankin/magic" + }, + "magick": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://docs.ropensci.org/magick/\nhttps://ropensci.r-universe.dev/magick" + }, + "magrittr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidyverse/magrittr" + }, + "MALDIquant": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/strimmerlab/software" + }, + "manipulateWidget": { + "License": [ + "Sendmail" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/rte-antares-rpackage/manipulateWidget" + }, + "mapproj": { + "License": [ + "LPL-1.02" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "maps": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "maptools": { + "License": [ + "CNRI-Python-GPL-Compatible", + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "http://maptools.r-forge.r-project.org/" + }, + "markdown": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rstudio/markdown" + }, + "MASS": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.stats.ox.ac.uk/pub/MASS4/" + }, + "Matching": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/JasjeetSekhon/Matching" + }, + "MatchIt": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/kosukeimai/MatchIt" + }, + "mathjaxr": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/wviechtb/mathjaxr" + }, + "matlab": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/package=matlab" + }, + "Matrix": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://Matrix.R-forge.R-project.org" + }, + "matrixcalc": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/TomKellyGenetics/matrixcalc" + }, + "MatrixModels": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://Matrix.R-forge.R-project.org/" + }, + "matrixStats": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/HenrikBengtsson/matrixStats" + }, + "maxLik": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "maxlike": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "maxnet": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mrmaxent/maxnet" + }, + "mboost": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/boost-R/mboost" + }, + "mclogit": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/melff/mclogit" + }, + "mclust": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mclust-org/mclust" + }, + "mcmc": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/cjgeyer/mcmc" + }, + "MCMCpack": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://CRAN.R-project.org/package=MCMCpack" + }, + "mcmcse": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "mda": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "medflex": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jmpsteen/medflex" + }, + "mediation": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://imai.princeton.edu/projects/mechanisms.html" + }, + "memisc": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/melff/memisc" + }, + "memoise": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/memoise" + }, + "memuse": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/shinra-dev/memuse" + }, + "MESS": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ekstroem/MESS" + }, + "metadat": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/wviechtb/metadat" + }, + "metafor": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/wviechtb/metafor" + }, + "MetaUtility": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "methods": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "mets": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/kkholst/mets" + }, + "mgcv": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "mgsub": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/bmewing/mgsub" + }, + "mhsmm": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "mi": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.stat.columbia.edu/~gelman/" + }, + "mice": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/amices/mice" + }, + "miceadds": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/alexanderrobitzsch/miceadds" + }, + "microbenchmark": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/joshuaulrich/microbenchmark" + }, + "MIIVsem": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/zackfisher/MIIVsem" + }, + "mime": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/yihui/mime" + }, + "minerva": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.r-project.org" + }, + "miniUI": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "minpack.lm": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "minqa": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://optimizer.r-forge.r-project.org" + }, + "mirt": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/philchalmers/mirt" + }, + "misc3d": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://gitlab.com/luke-tierney/misc3d" + }, + "miscTools": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/arne-henningsen/miscTools" + }, + "missForest": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/stekhoven/missForest" + }, + "mitml": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/simongrund1/mitml" + }, + "mitools": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "mixtools": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dsy109/mixtools" + }, + "mlbench": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "mlegp": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "MLmetrics": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/yanyachen/MLmetrics" + }, + "mlogit": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/package=mlogit" + }, + "mlr": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mlr-org/mlr" + }, + "mlrMBO": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mlr-org/mlrMBO" + }, + "mltools": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ben519/mltools" + }, + "mnormt": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://azzalini.stat.unipd.it/SW/Pkg-mnormt/" + }, + "ModelMetrics": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "modelr": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidyverse/modelr" + }, + "modeltools": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "MODIStsp": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ropensci/MODIStsp" + }, + "momentfit": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "moments": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.r-project.org" + }, + "MonteCarlo": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/FunWithR/MonteCarlo" + }, + "mosaicCore": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ProjectMOSAIC/mosaicCore" + }, + "mpath": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/zhuwang46/mpath" + }, + "mRMRe": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.pmgenomics.ca/bhklab/" + }, + "msm": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/chjackson/msm" + }, + "mstate": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/hputter/mstate" + }, + "multcomp": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://multcomp.R-forge.R-project.org" + }, + "multcompView": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "multicool": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jmcurran/multicool" + }, + "multipol": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "munsell": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/cwickham/munsell" + }, + "mvabund": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "mvnfast": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mfasiolo/mvnfast" + }, + "mvtnorm": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://mvtnorm.R-forge.R-project.org" + }, + "nabor": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jefferis/nabor" + }, + "naniar": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/njtierney/naniar" + }, + "natserv": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ropensci/natserv" + }, + "naturalsort": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/kos59125/naturalsort" + }, + "ncbit": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "ncdf4": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://cirrus.ucsd.edu/~pierce/ncdf/" + }, + "NCmisc": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "network": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://statnet.org/" + }, + "networkDynamic": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://statnet.org/" + }, + "networkLite": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/EpiModel/networkLite" + }, + "neuralnet": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/bips-hb/neuralnet" + }, + "neuRosim": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "ngspatial": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "NISTunits": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "nleqslv": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "nlme": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://svn.r-project.org/R-packages/trunk/nlme/" + }, + "nloptr": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/astamm/nloptr" + }, + "NLP": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "nlsem": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/nwickel/nlsem" + }, + "nnet": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.stats.ox.ac.uk/pub/MASS4/" + }, + "nnls": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "nonnest2": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/qpsy/nonnest2" + }, + "nor1mix": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://curves-etc.r-forge.r-project.org/" + }, + "norm": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "nortest": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "np": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/JeffreyRacine/R-Package-np" + }, + "npsurv": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.stat.auckland.ac.nz/~yongwang/" + }, + "numDeriv": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://optimizer.r-forge.r-project.org/" + }, + "oai": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ropensci/oai" + }, + "oce": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dankelley/oce" + }, + "OceanView": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "oddsratio": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pat-s/oddsratio" + }, + "officer": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ardata-fr/officeverse" + }, + "openair": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/davidcarslaw/openair" + }, + "OpenMx": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/OpenMx/OpenMx" + }, + "openssl": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://jeroen.r-universe.dev/openssl" + }, + "openxlsx": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ycphs/openxlsx" + }, + "operator.tools": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/decisionpatterns/operator.tools" + }, + "optextras": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "optimParallel": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/florafauna/optimParallel-R" + }, + "optimr": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "optimx": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/nashjc/optimx" + }, + "optmatch": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/markmfredrickson/optmatch" + }, + "optparse": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/trevorld/r-optparse" + }, + "ordinal": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/runehaubo/ordinal" + }, + "origami": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://tlverse.org/origami/" + }, + "oro.nifti": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://rigorousanalytics.blogspot.com" + }, + "orthopolynom": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "osqp": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://osqp.org" + }, + "outliers": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.R-project.org" + }, + "packrat": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rstudio/packrat" + }, + "pacman": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/trinker/pacman" + }, + "pammtools": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/adibender/pammtools" + }, + "pamr": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "pan": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "parallel": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "parallelDist": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/alexeckert/parallelDist" + }, + "parallelly": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/futureverse/parallelly" + }, + "parallelMap": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mlr-org/parallelMap" + }, + "ParamHelpers": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mlr-org/ParamHelpers" + }, + "parsedate": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/gaborcsardi/parsedate" + }, + "party": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://party.R-forge.R-project.org" + }, + "partykit": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://partykit.r-forge.r-project.org/partykit/" + }, + "pastecs": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/SciViews/pastecs" + }, + "patchwork": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/thomasp85/patchwork" + }, + "pbapply": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/psolymos/pbapply" + }, + "pbivnorm": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/brentonk/pbivnorm" + }, + "pbkrtest": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://people.math.aau.dk/~sorenh/software/pbkrtest/" + }, + "PCAmatchR": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/machiela-lab/PCAmatchR" + }, + "pcaPP": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/valentint/pcaPP" + }, + "pdp": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/bgreenwell/pdp" + }, + "PearsonDS": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "pec": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "penalized": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "penfa": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/egeminiani/penfa" + }, + "peperr": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/fbertran/peperr" + }, + "PermAlgo": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "permute": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/gavinsimpson/permute" + }, + "phangorn": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/KlausVigo/phangorn" + }, + "pheatmap": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "phylobase": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/fmichonneau/phylobase" + }, + "phytools": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/liamrevell/phytools" + }, + "pillar": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/pillar" + }, + "pim": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/CenterForStatistics-UGent/pim" + }, + "pinfsc50": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "pixmap": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "pkgbuild": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/pkgbuild" + }, + "pkgconfig": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/pkgconfig" + }, + "pkgdown": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/pkgdown" + }, + "pkgload": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/pkgload" + }, + "pkgmaker": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/renozao/pkgmaker" + }, + "plogr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/krlmlr/plogr" + }, + "plot3D": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "plot3Drgl": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "plotly": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://plotly-r.com" + }, + "plotmo": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.milbo.users.sonic.net" + }, + "plotrix": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dmurdoch/plotrix" + }, + "pls": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/khliland/pls" + }, + "plyr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/hadley/plyr" + }, + "PMA": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/bnaras/PMA" + }, + "png": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.rforge.net/png/" + }, + "PoissonSeq": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poLCA": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dlinzer/poLCA" + }, + "polspline": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Polychrome": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://oompa.r-forge.r-project.org/" + }, + "polyclip": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/baddstats/polyclip" + }, + "polycor": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://r-forge.r-project.org/projects/polycor/" + }, + "polynom": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "posterior": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://mc-stan.org/posterior/" + }, + "ppcor": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "prabclus": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.unibo.it/sitoweb/christian.hennig/en/" + }, + "pracma": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "praise": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/gaborcsardi/praise" + }, + "PresenceAbsence": { + "License": [ + "FSFUL" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "preseqR": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "prettyGraphs": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/derekbeaton/ExPosition1" + }, + "prettyunits": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/prettyunits" + }, + "princurve": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rcannood/princurve" + }, + "pROC": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/xrobin/pROC" + }, + "processx": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/processx" + }, + "prodlim": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tagteam/prodlim" + }, + "profileModel": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ikosmidis/profileModel" + }, + "proftools": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "profvis": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/profvis" + }, + "progress": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/progress" + }, + "progressr": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/futureverse/progressr" + }, + "projpred": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://mc-stan.org/projpred/" + }, + "promises": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rstudio/promises" + }, + "proto": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/hadley/proto" + }, + "protolite": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jeroen/protolite" + }, + "proxy": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "proxyC": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/koheiw/proxyC" + }, + "pryr": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/hadley/pryr" + }, + "ps": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/ps" + }, + "pscl": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/atahk/pscl" + }, + "pspline": { + "License": [ + "FSFUL" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "psych": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://personality-project.org/r/psych/\nhttps://personality-project.org/r/psych-manual.pdf" + }, + "Publish": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "pulsar": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/zdk123/pulsar" + }, + "purrr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidyverse/purrr" + }, + "pvclust": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://stat.sys.i.kyoto-u.ac.jp/prog/pvclust/" + }, + "qgam": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "qgraph": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/SachaEpskamp/qgraph" + }, + "qqman": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/stephenturner/qqman" + }, + "qrnn": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "quadprog": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "quanteda": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://quanteda.io" + }, + "quantmod": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/joshuaulrich/quantmod" + }, + "quantreg": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.r-project.org" + }, + "questionr": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/juba/questionr" + }, + "R.cache": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/HenrikBengtsson/R.cache" + }, + "R.matlab": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/HenrikBengtsson/R.matlab" + }, + "R.methodsS3": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/HenrikBengtsson/R.methodsS3" + }, + "R.oo": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/HenrikBengtsson/R.oo" + }, + "R.rsp": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/henrikbengtsson/R.rsp" + }, + "R.utils": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/henrikbengtsson/R.utils" + }, + "R2WinBUGS": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "R6": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/R6" + }, + "ragg": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/ragg" + }, + "random": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.random.org" + }, + "randomForest": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.stat.berkeley.edu/~breiman/RandomForests/" + }, + "randomForestSRC": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://www.randomforestsrc.org/ https://ishwaran.org/" + }, + "randtoolbox": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://r-forge.r-project.org/projects/rmetrics/" + }, + "rangeModelMetadata": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "ranger": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/imbs-hl/ranger" + }, + "RANN": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/jefferislab/RANN" + }, + "rapidjsonr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "rappdirs": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/rappdirs" + }, + "rARPACK": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/yixuan/rARPACK" + }, + "raster": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://rspatial.org/raster" + }, + "rasterVis": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/oscarperpinan/rastervis" + }, + "ratelimitr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tarakc02/ratelimitr" + }, + "RBesT": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://opensource.nibr.com/RBesT/" + }, + "rbibutils": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/geobosh/rbibutils" + }, + "rbison": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ropensci/rbisondevel" + }, + "Rborist": { + "License": [ + "SimPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/suiji/Rborist.CRAN" + }, + "RCAL": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.stat.rutgers.edu/~ztan" + }, + "Rcgmin": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "RCircos": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/hzhanghenry/RCircos" + }, + "rcmdcheck": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/rcmdcheck" + }, + "RColorBrewer": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Rcpp": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/RcppCore/Rcpp" + }, + "RcppArmadillo": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/RcppCore/RcppArmadillo" + }, + "RcppEigen": { + "License": [ + "Sendmail" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/RcppCore/RcppEigen" + }, + "RcppGSL": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/eddelbuettel/rcppgsl" + }, + "RcppParallel": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/rcppcore/RcppParallel" + }, + "RcppProgress": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/kforner/rcpp_progress" + }, + "RcppRoll": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "RcppThread": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tnagler/RcppThread" + }, + "RcppTOML": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://dirk.eddelbuettel.com/code/rcpp.toml.html" + }, + "RCurl": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "rda": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/valentint/rda" + }, + "Rdpack": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/geobosh/Rdpack" + }, + "rdrop2": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/karthik/rdrop2" + }, + "readbitmap": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jefferis/readbitmap" + }, + "reader": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "readODS": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ropensci/readODS" + }, + "readr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidyverse/readr" + }, + "readxl": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidyverse/readxl" + }, + "rebird": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ropensci/rebird" + }, + "recipes": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidymodels/recipes" + }, + "RefFreeEWAS": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "registry": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "regsem": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Rjacobucci/regsem" + }, + "relsurv": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "rematch": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/gaborcsardi/rematch" + }, + "rematch2": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/rematch2" + }, + "remotes": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/remotes" + }, + "rentrez": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/docs.ropensci.org/rentrez" + }, + "renv": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rstudio/renv" + }, + "reprex": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidyverse/reprex" + }, + "resample": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "reshape": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "http://had.co.nz/reshape" + }, + "reshape2": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/hadley/reshape" + }, + "reticulate": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rstudio/reticulate" + }, + "rex": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/kevinushey/rex" + }, + "rgbif": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ropensci/rgbifdevel" + }, + "RGCCA": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rgcca-factory/RGCCA" + }, + "rgdal": { + "License": [ + "CNRI-Python-GPL-Compatible", + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "http://rgdal.r-forge.r-project.org" + }, + "rgeos": { + "License": [ + "CNRI-Python-GPL-Compatible", + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://r-forge.r-project.org/projects/rgeos/ https://libgeos.org\nhttp://rgeos.r-forge.r-project.org/index.html" + }, + "rgexf": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/gvegayon/rgexf" + }, + "rgl": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dmurdoch/rgl" + }, + "Rglpk": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://R-Forge.R-project.org/projects/rglp/" + }, + "RhpcBLASctl": { + "License": [ + "AGPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://prs.ism.ac.jp/~nakama/Rhpc/" + }, + "ridge": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/SteffenMoritz/ridge" + }, + "ridigbio": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/iDigBio/ridigbio" + }, + "RInside": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/eddelbuettel/rinside" + }, + "rio": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/gesistsa/rio" + }, + "riskRegression": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tagteam/riskRegression" + }, + "ritis": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ropensci/ritisdevel" + }, + "RItools": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/package=RItools" + }, + "rJava": { + "License": [ + "LGPL-2.1" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.rforge.net/rJava/" + }, + "rjson": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/alexcb/rjson" + }, + "RJSONIO": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "rlang": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/rlang" + }, + "rle": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/statnet/rle" + }, + "rlecuyer": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.iro.umontreal.ca/~lecuyer/myftp/papers/streams00.pdf" + }, + "rlemon": { + "License": [ + "BSL-1.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://errickson.net/rlemon/" + }, + "rlist": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/renkun-ken/rlist" + }, + "rmarkdown": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rstudio/rmarkdown" + }, + "rmeta": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Rmpfr": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://rmpfr.r-forge.r-project.org/" + }, + "rms": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/harrelfe/rms" + }, + "RMTstat": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/evanbiederstedt/RMTstat" + }, + "rncl": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/fmichonneau/rncl" + }, + "rnetcarto": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "RNeXML": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ropensci/RNeXML" + }, + "rngtools": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/renozao/rngtools" + }, + "rngWELL": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "RNifti": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jonclayden/RNifti" + }, + "robustbase": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://robustbase.R-forge.R-project.org/" + }, + "ROCR": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ipa-tys/ROCR" + }, + "ROI.plugin.glpk": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://roi.r-forge.r-project.org/" + }, + "ROI": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://roi.r-forge.r-project.org/" + }, + "Rook": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/evanbiederstedt/rook" + }, + "rootSolve": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "roptim": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ypan1988/roptim" + }, + "rotl": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ropensci/rotl" + }, + "roxygen2": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/roxygen2" + }, + "rpact": { + "License": [ + "LGPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.rpact.org" + }, + "rpart": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/bethatkinson/rpart" + }, + "rpf": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/jpritikin/rpf" + }, + "RPMM": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "rprojroot": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/rprojroot" + }, + "rrcov": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/valentint/rrcov" + }, + "rredlist": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ropensci/rredlist" + }, + "rsample": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidymodels/rsample" + }, + "rsconnect": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rstudio/rsconnect" + }, + "Rserve": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://www.rforge.net/Rserve/" + }, + "RSNNS": { + "License": [ + "Sendmail" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/cbergmeir/RSNNS" + }, + "Rsolnp": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "RSpectra": { + "License": [ + "MulanPSL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/yixuan/RSpectra" + }, + "RSQLite": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/r-dbi/RSQLite" + }, + "Rssa": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/asl/rssa" + }, + "rstan": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://mc-stan.org/rstan/" + }, + "rstantools": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://mc-stan.org/rstantools/" + }, + "rstatix": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://rpkgs.datanovia.com/rstatix/" + }, + "rstudioapi": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rstudio/rstudioapi" + }, + "rtdists": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/rtdists/rtdists" + }, + "Rtsne": { + "License": [ + "MIT-feh" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/jkrijthe/Rtsne" + }, + "Rttf2pt1": { + "License": [ + "MIT-feh" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/wch/Rttf2pt1" + }, + "RUnit": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "ruv": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www-personal.umich.edu/~johanngb/ruv/" + }, + "rversions": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-hub/rversions" + }, + "rvertnet": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ropensci/rvertnet" + }, + "rvest": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidyverse/rvest" + }, + "rvinecopulib": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/vinecopulib/rvinecopulib" + }, + "Rvmmin": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "RWeka": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "RWekajars": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "s2": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-spatial/s2" + }, + "sampling": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "sandwich": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://sandwich.R-Forge.R-project.org/" + }, + "sass": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rstudio/sass" + }, + "SBdecomp": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "scales": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/scales" + }, + "scam": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "scatterpie": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "scatterplot3d": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "scs": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/FlorianSchwendinger/scs" + }, + "sctransform": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/satijalab/sctransform" + }, + "SDMTools": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "seewave": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://rug.mnhn.fr/seewave/" + }, + "segmented": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "selectr": { + "License": [ + "MirOS" + ], + "Permission to redistribute": true, + "Retrieved from": "https://sjp.co.nz/projects/selectr" + }, + "sem": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://CRAN.R-project.org/package=sem" + }, + "semPLS": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "semTools": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/simsem/semTools" + }, + "sendmailR": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/olafmersmann/sendmailR" + }, + "sensemakr": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/carloscinelli/sensemakr" + }, + "sentometrics": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://sentometrics-research.com/sentometrics/" + }, + "seqinr": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/lbbe-software/seqinr" + }, + "servr": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/yihui/servr" + }, + "sessioninfo": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/sessioninfo" + }, + "setRNG": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "http://distr.r-forge.r-project.org/" + }, + "sf": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/r-spatial/sf" + }, + "sfheaders": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dcooley/sfheaders" + }, + "sfsmisc": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mmaechler/sfsmisc" + }, + "shadowtext": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/GuangchuangYu/shadowtext" + }, + "shape": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "shapefiles": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "shiny": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/rstudio/shiny" + }, + "shinycssloaders": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/daattali/shinycssloaders" + }, + "shinydashboard": { + "License": [ + "Sendmail" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/rstudio/shinydashboard" + }, + "shinyjs": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://deanattali.com/shinyjs/" + }, + "shinystan": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://mc-stan.org/shinystan/" + }, + "shinythemes": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/rstudio/shinythemes" + }, + "signal": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://signal.R-forge.R-project.org" + }, + "SignifReg": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "simex": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/wolfganglederer/simex" + }, + "SimSeq": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "SKAT": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "slam": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "slider": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/slider" + }, + "sm": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "smoof": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jakobbossek/smoof" + }, + "smoother": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "sn": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://azzalini.stat.unipd.it/SN/" + }, + "sna": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://statnet.org" + }, + "SNFtool": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "snow": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "SnowballC": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/nalimilan/R.TeMiS" + }, + "snowfall": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "SOAR": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "solrium": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ropensci/solriumdevel" + }, + "som": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "soundecology": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ljvillanueva/soundecology" + }, + "sourcetools": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/kevinushey/sourcetools" + }, + "sp": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/edzer/sp" + }, + "spaa": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/helixcn/spaa" + }, + "spam": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.math.uzh.ch/pages/spam/" + }, + "spaMM": { + "License": [ + "CECILL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.r-project.org" + }, + "SparseM": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.econ.uiuc.edu/~roger/research/sparse/sparse.html" + }, + "SPAtest": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "spatial": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.stats.ox.ac.uk/pub/MASS4/" + }, + "spatstat.core": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://spatstat.org/" + }, + "spatstat.data": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://spatstat.org/" + }, + "spatstat.explore": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://spatstat.org/" + }, + "spatstat.geom": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://spatstat.org/" + }, + "spatstat.linnet": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://spatstat.org/" + }, + "spatstat.model": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://spatstat.org/" + }, + "spatstat.random": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://spatstat.org/" + }, + "spatstat.sparse": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://spatstat.org/" + }, + "spatstat.utils": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://spatstat.org/" + }, + "spatstat": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://spatstat.org/" + }, + "spData": { + "License": [ + "CC0-1.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://jakubnowosad.com/spData/" + }, + "splines": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "splitstackshape": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mrdwab/splitstackshape" + }, + "spls": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "spocc": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ropensci/spoccdevel" + }, + "spThin": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mlammens/spThin" + }, + "SQUAREM": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://coah.jhu.edu/people/Faculty_personal_Pages/Varadhan.html" + }, + "stabledist": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://r-forge.r-project.org/scm/viewvc.php/pkg/stabledist/?root=rmetrics" + }, + "stabs": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/hofnerb/stabs" + }, + "StanHeaders": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://mc-stan.org/" + }, + "stargazer": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "stars": { + "License": [ + "Apache-1.1" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-spatial/stars" + }, + "startupmsg": { + "License": [ + "LGPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "StatMatch": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/marcellodo/StatMatch" + }, + "statmod": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "statnet.common": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://statnet.org" + }, + "statnet": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "http://statnet.org" + }, + "stats": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "stats4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "stdReg": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "stopwords": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/quanteda/stopwords" + }, + "stringdist": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/markvanderloo/stringdist" + }, + "stringi": { + "License": [ + "MIT-feh" + ], + "Permission to redistribute": false, + "Retrieved from": "https://stringi.gagolewski.com/" + }, + "stringr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidyverse/stringr" + }, + "strucchange": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "styler": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/styler" + }, + "subplex": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/kingaa/subplex" + }, + "SuperLearner": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ecpolley/SuperLearner" + }, + "SuppDists": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "survey": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://r-survey.r-forge.r-project.org/survey/" + }, + "survival": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/therneau/survival" + }, + "survivalROC": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "svd": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/asl/svd" + }, + "svglite": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/svglite" + }, + "swagger": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rstudio/swagger" + }, + "symmoments": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "sys": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://jeroen.r-universe.dev/sys" + }, + "systemfonts": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/systemfonts" + }, + "tableone": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/kaz-yos/tableone" + }, + "tabletools": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "tau": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "taxize": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://docs.ropensci.org/taxize/ (website)" + }, + "tcltk": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "tcltk2": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "http://www.sciviews.org/SciViews-R" + }, + "tclust": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/valentint/tclust" + }, + "TeachingDemos": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "tensor": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "tensorA": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.stat.boogaart.de/tensorA/" + }, + "tergm": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://statnet.org" + }, + "terra": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/rspatial/terra" + }, + "testit": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/yihui/testit" + }, + "testthat": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/testthat" + }, + "textcat": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "textplot": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/bnosac/textplot" + }, + "textshaping": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/textshaping" + }, + "TFisher": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "TH.data": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "threejs": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/bwlewis/rthreejs" + }, + "tibble": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidyverse/tibble" + }, + "tictoc": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jabiru/tictoc" + }, + "tidygraph": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/thomasp85/tidygraph" + }, + "tidyr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidyverse/tidyr" + }, + "tidyselect": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/tidyselect" + }, + "tidytext": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/juliasilge/tidytext" + }, + "tidytree": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.amazon.com/Integration-Manipulation-Visualization-Phylogenetic-Computational-ebook/dp/B0B5NLZR1Z/" + }, + "tidyverse": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidyverse/tidyverse" + }, + "tiff": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.rforge.net/tiff/" + }, + "timechange": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/vspinu/timechange" + }, + "timeDate": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/geobosh/timeDateDoc" + }, + "timereg": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/scheike/timereg" + }, + "tinytex": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rstudio/tinytex" + }, + "tkrplot": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "tm": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://tm.r-forge.r-project.org/" + }, + "tmap": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-tmap/tmap" + }, + "tmaptools": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-tmap/tmaptools" + }, + "TMB": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/kaskr/adcomp" + }, + "tmle": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://CRAN.R-project.org/package=tmle" + }, + "tmvnsim": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.r-project.org" + }, + "tmvtnorm": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.r-project.org" + }, + "tokenizers": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ropensci/tokenizers" + }, + "tools": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "topicmodels": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "TraMineR": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://traminer.unige.ch" + }, + "tree": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "triebeard": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Ironholds/triebeard" + }, + "trimcluster": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.homepages.ucl.ac.uk/~ucakche/" + }, + "tripack": { + "License": [ + "MIT-CMU" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "TruncatedNormal": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/lbelzile/TruncatedNormal" + }, + "truncnorm": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/olafmersmann/truncnorm" + }, + "trust": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.stat.umn.edu/geyer/trust/" + }, + "tseries": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "tseriesChaos": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "tsna": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://statnet.org/" + }, + "tsne": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jdonaldson/rtsne" + }, + "TTR": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/joshuaulrich/TTR" + }, + "tuneR": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://tuner.R-forge.R-project.org" + }, + "twang": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "tweedie": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "tweenr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/thomasp85/tweenr" + }, + "tzdb": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/tzdb" + }, + "ucminf": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/hdakpo/ucminf" + }, + "udpipe": { + "License": [ + "MPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/bnosac/udpipe" + }, + "umap": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tkonopka/umap" + }, + "unbalanced": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "unikn": { + "License": [ + "CC-BY-SA-4.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://CRAN.R-project.org/package=unikn" + }, + "uniqueAtomMat": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "units": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-quantities/units" + }, + "unmarked": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/biodiverse/unmarked" + }, + "UpSetR": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/hms-dbmi/UpSetR" + }, + "urca": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "urlchecker": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/urlchecker" + }, + "urltools": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Ironholds/urltools" + }, + "uroot": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/geobosh/uroot" + }, + "usethis": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/usethis" + }, + "utf8": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/patperry/r-utf8" + }, + "utils": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "uuid": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.rforge.net/uuid" + }, + "V8": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://jeroen.r-universe.dev/V8" + }, + "varhandle": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://codeberg.org/mehrad/varhandle" + }, + "vcd": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "vcfR": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/knausb/vcfR" + }, + "vctrs": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/vctrs" + }, + "vegan": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/vegandevs/vegan" + }, + "VennDiagram": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "VGAM": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.stat.auckland.ac.nz/~yee/VGAM/" + }, + "VIM": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/statistikat/VIM" + }, + "VineCopula": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tnagler/VineCopula" + }, + "vioplot": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/TomKellyGenetics/vioplot" + }, + "vipor": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "viridis": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/sjmgarnier/viridis" + }, + "viridisLite": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/sjmgarnier/viridisLite" + }, + "visdat": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ropensci/visdat" + }, + "visNetwork": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/datastorm-open/visNetwork" + }, + "vroom": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidyverse/vroom" + }, + "VSURF": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/robingenuer/VSURF" + }, + "waldo": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/waldo" + }, + "warp": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/DavisVaughan/warp" + }, + "waveslim": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://waveslim.blogspot.com" + }, + "wdm": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tnagler/wdm-r" + }, + "webshot": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/wch/webshot" + }, + "webutils": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://jeroen.r-universe.dev/webutils" + }, + "weights": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "WeightSVM": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.csie.ntu.edu.tw/~cjlin/libsvmtools/#weights_for_data_instances" + }, + "wellknown": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ropensci/wellknown" + }, + "whisker": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/edwindj/whisker" + }, + "widgetframe": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/bhaskarvk/widgetframe" + }, + "WikidataQueryServiceR": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/bearloga/WikidataQueryServiceR" + }, + "WikidataR": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/TS404/WikidataR" + }, + "WikipediR": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Ironholds/WikipediR" + }, + "wikitaxa": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ropensci/wikitaxa" + }, + "withr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/withr" + }, + "wk": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/paleolimbot/wk" + }, + "word2vec": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/bnosac/word2vec" + }, + "wordcloud": { + "License": [ + "LGPL-2.1" + ], + "Permission to redistribute": true, + "Retrieved from": "http://blog.fellstat.com/?cat=11 http://www.fellstat.com" + }, + "worrms": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://docs.ropensci.org/worrms/" + }, + "WriteXLS": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/marcschwartz/WriteXLS" + }, + "xfun": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/yihui/xfun" + }, + "xgboost": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dmlc/xgboost" + }, + "xlsx": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/colearendt/xlsx" + }, + "xlsxjars": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "XML": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.omegahat.net/RSXML/" + }, + "xml2": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://xml2.r-lib.org" + }, + "xopen": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/xopen" + }, + "xtable": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://xtable.r-forge.r-project.org/" + }, + "xts": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/joshuaulrich/xts" + }, + "yaImpute": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jeffreyevans/yaImpute" + }, + "yaml": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/vubiostat/r-yaml" + }, + "yulab.utils": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://yulab-smu.top/" + }, + "zeallot": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/nteetor/zeallot" + }, + "zip": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/zip" + }, + "zoo": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://zoo.R-Forge.R-project.org/" + } + }, + "R/4.4.1-gfbf-2023b": { + "askpass": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://r-lib.r-universe.dev/askpass" + }, + "base": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "base64enc": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.rforge.net/base64enc" + }, + "brew": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/gregfrog/brew" + }, + "brio": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/brio" + }, + "bslib": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rstudio/bslib" + }, + "cachem": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/cachem" + }, + "callr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/callr" + }, + "cli": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/cli" + }, + "clipr": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mdlincoln/clipr" + }, + "commonmark": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://docs.ropensci.org/commonmark/\nhttps://ropensci.r-universe.dev/commonmark" + }, + "compiler": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "cpp11": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/cpp11" + }, + "crayon": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/crayon" + }, + "credentials": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://docs.ropensci.org/credentials/\nhttps://r-lib.r-universe.dev/credentials" + }, + "curl": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://jeroen.r-universe.dev/curl" + }, + "datasets": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "desc": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/desc" + }, + "devtools": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/devtools" + }, + "diffobj": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/brodieG/diffobj" + }, + "digest": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/eddelbuettel/digest" + }, + "downlit": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/downlit" + }, + "ellipsis": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/ellipsis" + }, + "evaluate": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/evaluate" + }, + "fansi": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/brodieG/fansi" + }, + "fastmap": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/fastmap" + }, + "fontawesome": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rstudio/fontawesome" + }, + "fs": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/fs" + }, + "gert": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://docs.ropensci.org/gert/" + }, + "gh": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/gh" + }, + "gitcreds": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/gitcreds" + }, + "glue": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidyverse/glue" + }, + "graphics": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "grDevices": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "grid": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "highr": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/yihui/highr" + }, + "htmltools": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rstudio/htmltools" + }, + "htmlwidgets": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ramnathv/htmlwidgets" + }, + "httpuv": { + "License": [ + "Sendmail" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/rstudio/httpuv" + }, + "httr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/httr" + }, + "httr2": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/httr2" + }, + "ini": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dvdscripter/ini" + }, + "jquerylib": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "jsonlite": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://jeroen.r-universe.dev/jsonlite\nhttps://arxiv.org/abs/1403.2805" + }, + "knitr": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://yihui.org/knitr/" + }, + "later": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/later" + }, + "lifecycle": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/lifecycle" + }, + "magrittr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidyverse/magrittr" + }, + "memoise": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/memoise" + }, + "methods": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "mime": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/yihui/mime" + }, + "miniUI": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "openssl": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://jeroen.r-universe.dev/openssl" + }, + "parallel": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "pillar": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/pillar" + }, + "pkgbuild": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/pkgbuild" + }, + "pkgconfig": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/pkgconfig" + }, + "pkgdown": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/pkgdown" + }, + "pkgload": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/pkgload" + }, + "praise": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/gaborcsardi/praise" + }, + "prettyunits": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/prettyunits" + }, + "processx": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/processx" + }, + "profvis": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/profvis" + }, + "promises": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rstudio/promises" + }, + "ps": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/ps" + }, + "purrr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidyverse/purrr" + }, + "R6": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/R6" + }, + "ragg": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/ragg" + }, + "rappdirs": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/rappdirs" + }, + "rcmdcheck": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/rcmdcheck" + }, + "Rcpp": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/RcppCore/Rcpp" + }, + "rematch2": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/rematch2" + }, + "remotes": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/remotes" + }, + "rlang": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/rlang" + }, + "rmarkdown": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rstudio/rmarkdown" + }, + "roxygen2": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/roxygen2" + }, + "rprojroot": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/rprojroot" + }, + "rstudioapi": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rstudio/rstudioapi" + }, + "rversions": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-hub/rversions" + }, + "sass": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rstudio/sass" + }, + "sessioninfo": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/sessioninfo" + }, + "shiny": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/rstudio/shiny" + }, + "sourcetools": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/kevinushey/sourcetools" + }, + "splines": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "stats": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "stats4": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "stringi": { + "License": [ + "MIT-feh" + ], + "Permission to redistribute": false, + "Retrieved from": "https://stringi.gagolewski.com/" + }, + "stringr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidyverse/stringr" + }, + "sys": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://jeroen.r-universe.dev/sys" + }, + "systemfonts": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/systemfonts" + }, + "tcltk": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "testthat": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/testthat" + }, + "textshaping": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/textshaping" + }, + "tibble": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidyverse/tibble" + }, + "tinytex": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rstudio/tinytex" + }, + "tools": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "urlchecker": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/urlchecker" + }, + "usethis": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/usethis" + }, + "utf8": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/patperry/r-utf8" + }, + "utils": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "vctrs": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/vctrs" + }, + "waldo": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/waldo" + }, + "whisker": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/edwindj/whisker" + }, + "withr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/withr" + }, + "xfun": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/yihui/xfun" + }, + "xml2": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://xml2.r-lib.org" + }, + "xopen": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/xopen" + }, + "xtable": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://xtable.r-forge.r-project.org/" + }, + "yaml": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/vubiostat/r-yaml" + }, + "zip": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/zip" + } + }, + "meson-python/0.15.0-GCCcore-13.2.0": { + "meson-python": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/mesonbuild/meson-python" + }, + "pyproject-metadata": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pypa/pyproject-metadata" + } + }, + "meson-python/0.13.2-GCCcore-12.3.0": { + "meson-python": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/mesonbuild/meson-python" + }, + "pyproject-metadata": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pypa/pyproject-metadata" + } + }, + "meson-python/0.15.0-GCCcore-12.3.0": { + "meson-python": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/mesonbuild/meson-python" + }, + "pyproject-metadata": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pypa/pyproject-metadata" + } + }, + "meson-python/0.11.0-GCCcore-12.2.0": { + "meson-python": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/mesonbuild/meson-python" + }, + "pyproject-metadata": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pypa/pyproject-metadata" + } + }, + "Pint/0.24-GCCcore-13.2.0": { + "appdirs": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ActiveState/appdirs" + }, + "flexcache": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/hgrecco/flexcache" + }, + "flexparser": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/hgrecco/flexparser" + }, + "Pint": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + } + }, + "BeautifulSoup/4.12.2-GCCcore-12.3.0": { + "BeautifulSoup": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "soupsieve": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/facelessuser/soupsieve" + } + }, + "IPython/8.14.0-GCCcore-12.3.0": { + "asttokens": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/gristlabs/asttokens" + }, + "backcall": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/takluyver/backcall" + }, + "executing": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/alexmojaki/executing" + }, + "ipython": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ipython/ipython" + }, + "jedi": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/davidhalter/jedi" + }, + "matplotlib-inline": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/ipython/matplotlib-inline" + }, + "parso": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/davidhalter/parso" + }, + "pickleshare": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pickleshare/pickleshare" + }, + "prompt_toolkit": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "pure_eval": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "stack_data": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "traitlets": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/ipython/traitlets" + } + }, + "IPython/8.17.2-GCCcore-13.2.0": { + "asttokens": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/gristlabs/asttokens" + }, + "backcall": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/takluyver/backcall" + }, + "executing": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/alexmojaki/executing" + }, + "ipython": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ipython/ipython" + }, + "matplotlib-inline": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/ipython/matplotlib-inline" + }, + "pickleshare": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pickleshare/pickleshare" + }, + "prompt_toolkit": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "pure_eval": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "stack_data": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "traitlets": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/ipython/traitlets" + } + }, + "ReFrame/4.3.3": { + "pip": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pypa/pip" + }, + "reframe": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/bnmnetp/reframe" + }, + "wheel": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pypa/wheel" + } + }, + "ReFrame/4.6.2": { + "pip": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pypa/pip" + }, + "reframe": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/bnmnetp/reframe" + }, + "setuptools": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pypa/setuptools" + }, + "wheel": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pypa/wheel" + } + }, + "matplotlib/3.8.2-gfbf-2023b": { + "contourpy": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/contourpy/contourpy" + }, + "Cycler": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "fonttools": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/fonttools/fonttools" + }, + "kiwisolver": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/nucleic/kiwi" + }, + "matplotlib": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/matplotlib/matplotlib" + } + }, + "matplotlib/3.7.2-gfbf-2023a": { + "contourpy": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/contourpy/contourpy" + }, + "Cycler": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "fonttools": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/fonttools/fonttools" + }, + "kiwisolver": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/nucleic/kiwi" + }, + "matplotlib": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/matplotlib/matplotlib" + } + }, + "matplotlib/3.7.0-gfbf-2022b": { + "contourpy": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/contourpy/contourpy" + }, + "Cycler": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "fonttools": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/fonttools/fonttools" + }, + "kiwisolver": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/nucleic/kiwi" + }, + "matplotlib": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/matplotlib/matplotlib" + } + }, + "Z3/4.12.2-GCCcore-12.3.0-Python-3.11.3": { + "z3-solver": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Z3Prover/z3" + } + }, + "Z3/4.12.2-GCCcore-12.3.0": { + "z3-solver": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Z3Prover/z3" + } + }, + "scikit-learn/1.3.1-gfbf-2023a": { + "scikit-learn": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/scikit-learn/scikit-learn" + }, + "sklearn": { + "License": [], + "Permission to redistribute": false, + "Retrieved from": null + } + }, + "scikit-learn/1.4.0-gfbf-2023b": { + "scikit-learn": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/scikit-learn/scikit-learn" + }, + "sklearn": { + "License": [], + "Permission to redistribute": false, + "Retrieved from": null + } + }, + "GitPython/3.1.40-GCCcore-12.3.0": { + "gitdb": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/gitpython-developers/gitdb" + }, + "GitPython": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "smmap": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/gitpython-developers/smmap" + } + }, + "wrapt/1.15.0-gfbf-2023a": { + "wrapt": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/GrahamDumpleton/wrapt" + } + }, + "snakemake/8.4.2-foss-2023a": { + "argparse-dataclass": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mivade/argparse_dataclass" + }, + "conda-inject": { + "License": [], + "Permission to redistribute": false, + "Retrieved from": null + }, + "ConfigArgParse": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "connection-pool": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "datrie": { + "License": [ + "LGPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/kmike/datrie" + }, + "dpath": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dpath-maintainers/dpath-python" + }, + "fastjsonschema": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/horejsek/python-fastjsonschema" + }, + "humanfriendly": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/xolox/python-humanfriendly" + }, + "immutables": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/MagicStack/immutables" + }, + "jupyter-core": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/jupyter/jupyter_core" + }, + "nbformat": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/jupyter/nbformat" + }, + "plac": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ialbert/plac" + }, + "reretry": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/leshchenko1979/reretry" + }, + "smart-open": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/piskvorky/smart_open" + }, + "snakemake-executor-plugin-cluster-generic": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/snakemake/snakemake-plugin-catalog" + }, + "snakemake-executor-plugin-cluster-sync": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/snakemake/snakemake-plugin-catalog" + }, + "snakemake-executor-plugin-flux": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/snakemake/snakemake-plugin-catalog" + }, + "snakemake-executor-plugin-slurm-jobstep": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/snakemake/snakemake-plugin-catalog" + }, + "snakemake-executor-plugin-slurm": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/snakemake/snakemake-plugin-catalog" + }, + "snakemake-interface-common": { + "License": [], + "Permission to redistribute": false, + "Retrieved from": null + }, + "snakemake-interface-executor-plugins": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/snakemake/poetry-snakemake-plugin" + }, + "snakemake-interface-storage-plugins": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/snakemake/snakemake-interface-storage-plugins" + }, + "snakemake": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/snakemake/snakemake" + }, + "stopit": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/glenfant/stopit" + }, + "throttler": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/uburuntu/throttler" + }, + "toposort": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://gitlab.com/ericvsmith/toposort" + }, + "yte": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/yte-template-engine/yte" + } + }, + "PyQt-builder/1.15.4-GCCcore-12.3.0": { + "PyQt-builder": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + } + }, + "bokeh/3.2.2-foss-2023a": { + "bokeh": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/bokeh/bokeh" + }, + "contourpy": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/contourpy/contourpy" + }, + "xyzservices": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/geopandas/xyzservices" + } + }, + "bokeh/3.2.1-foss-2022b": { + "bokeh": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/bokeh/bokeh" + }, + "contourpy": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/contourpy/contourpy" + }, + "tornado": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tornadoweb/tornado" + }, + "xyzservices": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/geopandas/xyzservices" + } + }, + "dask/2023.9.2-foss-2023a": { + "dask-jobqueue": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dask/dask-jobqueue" + }, + "dask-mpi": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dask/dask-mpi" + }, + "dask": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dask/dask" + }, + "distributed": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dask/distributed" + }, + "docrep": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Chilipp/docrep" + }, + "HeapDict": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "locket": { + "License": [ + "BSD-2-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mwilliamson/locket.py" + }, + "partd": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dask/partd" + }, + "tblib": { + "License": [ + "BSD-2-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ionelmc/python-tblib" + }, + "toolz": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pytoolz/toolz" + }, + "zict": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": null + } + }, + "dask/2023.7.1-foss-2022b": { + "dask-jobqueue": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dask/dask-jobqueue" + }, + "dask-mpi": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dask/dask-mpi" + }, + "dask": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dask/dask" + }, + "distributed": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dask/distributed" + }, + "docrep": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Chilipp/docrep" + }, + "HeapDict": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "locket": { + "License": [ + "BSD-2-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mwilliamson/locket.py" + }, + "partd": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dask/partd" + }, + "tblib": { + "License": [ + "BSD-2-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ionelmc/python-tblib" + }, + "toolz": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pytoolz/toolz" + }, + "versioneer": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/python-versioneer/python-versioneer" + }, + "zict": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": null + } + }, + "jupyter-server/2.7.2-GCCcore-12.3.0": { + "anyio": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/agronholm/anyio" + }, + "argon2-cffi-bindings": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/hynek/argon2-cffi-bindings" + }, + "argon2_cffi": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "arrow": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/arrow-py/arrow" + }, + "bleach": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mozilla/bleach" + }, + "comm": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/ipython/comm" + }, + "debugpy": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/microsoft/debugpy" + }, + "defusedxml": { + "License": [ + "Python-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tiran/defusedxml" + }, + "deprecation": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/briancurtin/deprecation" + }, + "fastjsonschema": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/horejsek/python-fastjsonschema" + }, + "hatch_jupyter_builder": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "hatch_nodejs_version": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "ipykernel": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/ipython/ipykernel" + }, + "ipython_genutils": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": null + }, + "ipywidgets": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jupyter-widgets/ipywidgets" + }, + "jsonschema": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/python-jsonschema/jsonschema" + }, + "jsonschema_specifications": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "jupyter_client": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "jupyter_core": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "jupyter_events": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "jupyter_packaging": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "jupyter_server": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "jupyter_server_terminals": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "jupyterlab_pygments": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "jupyterlab_widgets": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "mistune": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/lepture/mistune" + }, + "nbclient": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/jupyter/nbclient" + }, + "nbconvert": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/jupyter/nbconvert" + }, + "nbformat": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/jupyter/nbformat" + }, + "nest_asyncio": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "notebook_shim": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "overrides": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mkorpela/overrides" + }, + "pandocfilters": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jgm/pandocfilters" + }, + "prometheus_client": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "python-json-logger": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/nhairs/python-json-logger" + }, + "referencing": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/python-jsonschema/referencing" + }, + "rfc3339_validator": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "rfc3986_validator": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "rpds_py": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Send2Trash": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "sniffio": { + "License": [ + "MIT", + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/python-trio/sniffio" + }, + "terminado": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/jupyter/terminado" + }, + "tinycss2": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Kozea/tinycss2" + }, + "websocket-client": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/websocket-client/websocket-client" + }, + "widgetsnbextension": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": null + } + }, + "JupyterLab/4.0.5-GCCcore-12.3.0": { + "async-lru": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/aio-libs/async-lru" + }, + "json5": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/dpranke/pyjson5" + }, + "jupyter-lsp": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jupyter-lsp/jupyterlab-lsp" + }, + "jupyterlab": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/jupyterlab/jupyterlab" + }, + "jupyterlab_server": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + } + }, + "python-casacore/3.5.2-foss-2023b": { + "python-casacore": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/casacore/python-casacore" + }, + "setuptools": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pypa/setuptools" + } + }, + "PyOpenGL/3.1.7-GCCcore-12.3.0": { + "PyOpenGL-accelerate": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "PyOpenGL": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + } + }, + "ipympl/0.9.3-gfbf-2023a": { + "ipympl": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/matplotlib/ipympl" + } + }, + "R-bundle-CRAN/2024.06-foss-2023b": { + "abc.data": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "abc": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "abe": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "abind": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "acepack": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "adabag": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "ade4": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/adeverse/ade4" + }, + "ADGofTest": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "admisc": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/dusadrian/admisc" + }, + "aggregation": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "AICcmodavg": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "akima": { + "License": [ + "MIT-CMU" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "alabama": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "AlgDesign": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jvbraun/AlgDesign" + }, + "alluvial": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mbojan/alluvial" + }, + "AMAPVox": { + "License": [ + "CECILL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://amapvox.org" + }, + "animation": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://yihui.org/animation/" + }, + "aod": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/package=aod" + }, + "apcluster": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/UBod/apcluster" + }, + "ape": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/emmanuelparadis/ape" + }, + "aplot": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/YuLab-SMU/aplot" + }, + "argparse": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/trevorld/r-argparse" + }, + "aricode": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/jchiquet/aricode" + }, + "arm": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://CRAN.R-project.org/package=arm" + }, + "arrayhelpers": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://arrayhelpers.r-forge.r-project.org/" + }, + "asnipe": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "assertive.base": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.base" + }, + "assertive.code": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.code" + }, + "assertive.data.uk": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.data.uk" + }, + "assertive.data.us": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.data.us" + }, + "assertive.data": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.data" + }, + "assertive.datetimes": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.datetimes" + }, + "assertive.files": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.files" + }, + "assertive.matrices": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.matrices" + }, + "assertive.models": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.models" + }, + "assertive.numbers": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.numbers" + }, + "assertive.properties": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.properties" + }, + "assertive.reflection": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.reflection" + }, + "assertive.sets": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.sets" + }, + "assertive.strings": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.strings" + }, + "assertive.types": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.types" + }, + "assertive": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://bitbucket.org/richierocks/assertive" + }, + "assertthat": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "AUC": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "audio": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.rforge.net/audio/" + }, + "aws": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.wias-berlin.de/people/polzehl/" + }, + "awsMethods": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.wias-berlin.de/software/imaging/" + }, + "backports": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/backports" + }, + "bacr": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "bartMachine": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "bartMachineJARs": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "base64": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "BatchJobs": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tudo-r/BatchJobs" + }, + "batchmeans": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "BayesianTools": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/florianhartig/BayesianTools" + }, + "BayesLogit": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/jwindle/BayesLogit" + }, + "bayesm": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "BayesPen": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "bayesplot": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://mc-stan.org/bayesplot/" + }, + "bayestestR": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/easystats/bayestestR" + }, + "BB": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.jhsph.edu/agingandhealth/People/Faculty_personal_pages/Varadhan.html" + }, + "BBmisc": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/berndbischl/BBmisc" + }, + "bbmle": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/bbolker/bbmle" + }, + "BCEE": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "BDgraph": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.uva.nl/profile/a.mohammadi" + }, + "bdsmatrix": { + "License": [ + "LGPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "beanplot": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "beeswarm": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/aroneklund/beeswarm" + }, + "berryFunctions": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/brry/berryFunctions" + }, + "betareg": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://topmodels.R-Forge.R-project.org/betareg/" + }, + "BH": { + "License": [ + "BSL-1.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/eddelbuettel/bh" + }, + "BiasedUrn": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.agner.org/random/ https://www.r-project.org/" + }, + "bibtex": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ropensci/bibtex" + }, + "BIEN": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "bigD": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rstudio/bigD" + }, + "BIGL": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/openanalytics/BIGL" + }, + "bigmemory.sri": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "bigmemory": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/kaneplusplus/bigmemory" + }, + "bindr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/krlmlr/bindr" + }, + "bindrcpp": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/krlmlr/bindrcpp" + }, + "bio3d": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bitbucket.org/Grantlab/bio3d" + }, + "biom": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "biomod2": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/biomodhub/biomod2" + }, + "bit": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/bit" + }, + "bit64": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/bit64" + }, + "bitops": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mmaechler/R-bitops" + }, + "blavaan": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/ecmerkle/blavaan" + }, + "blob": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidyverse/blob" + }, + "BMA": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/hanase/BMA" + }, + "bmp": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "bnlearn": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.bnlearn.com/" + }, + "bold": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ropensci/boldsource" + }, + "boot": { + "License": [ + "FSFUL" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "bootstrap": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://gitlab.com/scottkosty/bootstrap" + }, + "Boruta": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://gitlab.com/mbq/Boruta" + }, + "brglm": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ikosmidis/brglm" + }, + "bridgedist": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/swihart/bridgedist" + }, + "bridgesampling": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/quentingronau/bridgesampling" + }, + "brms": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/paul-buerkner/brms" + }, + "Brobdingnag": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/RobinHankin/Brobdingnag" + }, + "broom.helpers": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/larmarange/broom.helpers" + }, + "broom.mixed": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/bbolker/broom.mixed" + }, + "broom": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidymodels/broom" + }, + "bst": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Cairo": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.rforge.net/Cairo/" + }, + "calibrate": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "car": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://r-forge.r-project.org/projects/car/" + }, + "carData": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://r-forge.r-project.org/projects/car/" + }, + "caret": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/topepo/caret" + }, + "catlearn": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ajwills72/catlearn" + }, + "caTools": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "CBPS": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "celestial": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "cellranger": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rsheets/cellranger" + }, + "cgdsr": { + "License": [ + "LGPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/cBioPortal/cgdsr" + }, + "cghFLasso": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "changepoint": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rkillick/changepoint" + }, + "checkmate": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mllg/checkmate" + }, + "chemometrics": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "http://cstat.tuwien.ac.at/filz/" + }, + "chk": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/poissonconsulting/chk" + }, + "chkptstanr": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "chron": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "circlize": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jokergoo/circlize" + }, + "circular": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "class": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.stats.ox.ac.uk/pub/MASS4/" + }, + "classInt": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-spatial/classInt" + }, + "cld2": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://docs.ropensci.org/cld2/\nhttps://ropensci.r-universe.dev/cld2" + }, + "clisymbols": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/gaborcsardi/clisymbols" + }, + "clock": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/clock" + }, + "clue": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "cluster": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://svn.r-project.org/R-packages/trunk/cluster/" + }, + "clusterGeneration": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "clusterRepro": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.ncbi.nlm.nih.gov/pubmed/16613834." + }, + "clustree": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/lazappi/clustree" + }, + "clValid": { + "License": [ + "LGPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "cmna": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://jameshoward.us/cmna/" + }, + "cmprsk": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.R-project.org" + }, + "cNORM": { + "License": [ + "AGPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/WLenhard/cNORM" + }, + "cobalt": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ngreifer/cobalt" + }, + "cobs": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://curves-etc.r-forge.r-project.org/" + }, + "coda": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "codetools": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://gitlab.com/luke-tierney/codetools" + }, + "coin": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://coin.r-forge.r-project.org" + }, + "collapse": { + "License": [ + "Sendmail" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/sebkrantz/collapse" + }, + "colorspace": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://colorspace.R-Forge.R-project.org/" + }, + "colourpicker": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/daattali/colourpicker" + }, + "combinat": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "ComICS": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://dcq.tau.ac.il/ " + }, + "ComplexUpset": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/krassowski/complex-upset" + }, + "compositions": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.stat.boogaart.de/compositions/" + }, + "CompQuadForm": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "conditionz": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ropenscilabs/conditionz" + }, + "conflicted": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/conflicted" + }, + "conquer": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/XiaoouPan/conquer" + }, + "ConsRank": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.r-project.org/" + }, + "contfrac": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/RobinHankin/contfrac" + }, + "copCAR": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "copula": { + "License": [ + "MirOS" + ], + "Permission to redistribute": true, + "Retrieved from": "https://copula.r-forge.r-project.org/" + }, + "corpcor": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/strimmerlab/software" + }, + "corrplot": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/taiyun/corrplot" + }, + "covr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/covr" + }, + "CovSel": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "covsim": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "cowplot": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://wilkelab.org/cowplot/" + }, + "coxed": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jkropko/coxed" + }, + "coxme": { + "License": [ + "LGPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "crfsuite": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/bnosac/crfsuite" + }, + "crosstalk": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rstudio/crosstalk" + }, + "crul": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://docs.ropensci.org/crul/" + }, + "cSEM": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/FloSchuberth/cSEM" + }, + "csSAM": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "ctmle": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "cubature": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/bnaras/cubature" + }, + "cubelyr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/hadley/cubelyr" + }, + "cvAUC": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ledell/cvAUC" + }, + "CVST": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "CVXR": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://cvxr.rbind.io" + }, + "d3Network": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/christophergandrud/d3Network" + }, + "dagitty": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jtextor/dagitty" + }, + "data.table": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/Rdatatable/data.table" + }, + "data.tree": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/gluc/data.tree" + }, + "DataCombine": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "http://CRAN.R-project.org/package=DataCombine" + }, + "datawizard": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/easystats/datawizard" + }, + "date": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "dbarts": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/vdorie/dbarts" + }, + "DBI": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/r-dbi/DBI" + }, + "dbplyr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidyverse/dbplyr" + }, + "dbscan": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mhahsler/dbscan" + }, + "dcurver": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/oguzhanogreden/dcurver" + }, + "ddalpha": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "deal": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "debugme": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/debugme" + }, + "deldir": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "dendextend": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/talgalili/dendextend" + }, + "DEoptim": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ArdiaD/DEoptim" + }, + "DEoptimR": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "svn://svn.r-forge.r-project.org/svnroot/robustbase/pkg/DEoptimR" + }, + "DepthProc": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/zzawadz/DepthProc" + }, + "Deriv": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/sgsokol/Deriv" + }, + "DescTools": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/andrisignorell/DescTools" + }, + "deSolve": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://desolve.r-forge.r-project.org/" + }, + "dfidx": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/package=dfidx" + }, + "DHARMa": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/florianhartig/DHARMa" + }, + "dHSIC": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "diagram": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "DiagrammeR": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rich-iannone/DiagrammeR" + }, + "DiceKriging": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dicekrigingclub/www" + }, + "dichromat": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "dimRed": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://www.guido-kraemer.com/software/dimred/" + }, + "diptest": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mmaechler/diptest" + }, + "DiscriMiner": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "dismo": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://rspatial.org/raster/sdm/" + }, + "distillery": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "distr": { + "License": [ + "LGPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://distr.r-forge.r-project.org/" + }, + "distrEx": { + "License": [ + "LGPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://distr.r-forge.r-project.org/" + }, + "distributional": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mitchelloharawild/distributional" + }, + "DistributionUtils": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "diveRsity": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://diversityinlife.weebly.com/" + }, + "dlm": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "DMCfun": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/igmmgi/DMCfun" + }, + "doc2vec": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/bnosac/doc2vec" + }, + "docstring": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dasonk/docstring" + }, + "doMC": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "doParallel": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/RevolutionAnalytics/doparallel" + }, + "doRNG": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/renozao/doRNG" + }, + "doSNOW": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "dotCall64": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://git.math.uzh.ch/reinhard.furrer/dotCall64" + }, + "downloader": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/wch/downloader" + }, + "dplyr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidyverse/dplyr" + }, + "dr": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/package=dr" + }, + "dreamerr": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/lrberge/dreamerr" + }, + "drgee": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "DRR": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/gdkrmr/DRR" + }, + "drugCombo": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "DT": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/rstudio/DT" + }, + "dtangle": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "dtplyr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidyverse/dtplyr" + }, + "DTRreg": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "dtw": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://dynamictimewarping.github.io/" + }, + "dummies": { + "License": [ + "Sendmail" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "dygraphs": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rstudio/dygraphs" + }, + "dynamicTreeCut": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.genetics.ucla.edu/labs/horvath/CoexpressionNetwork/BranchCutting/" + }, + "e1071": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "earth": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.milbo.users.sonic.net/earth/" + }, + "EasyABC": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://easyabc.r-forge.r-project.org/" + }, + "ECOSolveR": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/bnaras/ECOSolveR" + }, + "ellipse": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dmurdoch/ellipse" + }, + "elliptic": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/RobinHankin/elliptic" + }, + "emdbook": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.math.mcmaster.ca/bolker/emdbook" + }, + "emmeans": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rvlenth/emmeans" + }, + "emoa": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/olafmersmann/emoa" + }, + "emulator": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/RobinHankin/emulator" + }, + "energy": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mariarizzo/energy" + }, + "ENMeval": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jamiemkass/ENMeval" + }, + "entropy": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/strimmerlab/software" + }, + "EnvStats": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/alexkowa/EnvStats" + }, + "epitools": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "ergm.count": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://statnet.org" + }, + "ergm.multi": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://statnet.org" + }, + "ergm": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://statnet.org" + }, + "estimability": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/rvlenth/estimability" + }, + "EValue": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "evd": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Exact": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "expm": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://R-Forge.R-project.org/projects/expm/" + }, + "ExPosition": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/derekbeaton/ExPosition1" + }, + "expsmooth": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/robjhyndman/expsmooth" + }, + "extrafont": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/wch/extrafont" + }, + "extrafontdb": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/wch/extrafontdb" + }, + "extRemes": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "FactoMineR": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://factominer.free.fr" + }, + "FactorCopula": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "fail": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mllg/fail" + }, + "farver": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/thomasp85/farver" + }, + "fastcluster": { + "License": [ + "BSD-2-Clause-FreeBSD" + ], + "Permission to redistribute": true, + "Retrieved from": "https://danifold.net/fastcluster.html" + }, + "fastDummies": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jacobkap/fastDummies" + }, + "fasterize": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ecohealthalliance/fasterize" + }, + "fastICA": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "fastmatch": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.rforge.net/fastmatch" + }, + "fdrtool": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/strimmerlab/software" + }, + "feather": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/wesm/feather" + }, + "ff": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/truecluster/ff" + }, + "fftw": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "fftwtools": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/krahim/fftwtools" + }, + "fields": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dnychka/fieldsRPackage" + }, + "filehash": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rdpeng/filehash" + }, + "finalfit": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ewenharrison/finalfit" + }, + "findpython": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/trevorld/findpython" + }, + "fishMod": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "fitdistrplus": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/lbbe-software/fitdistrplus" + }, + "fixest": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/lrberge/fixest" + }, + "FKSUM": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "flashClust": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "flexclust": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "flexmix": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "flextable": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ardata-fr/flextable-book" + }, + "fma": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/robjhyndman/fma" + }, + "FME": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://fme.r-forge.r-project.org/" + }, + "fmri": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.wias-berlin.de/software/imaging/" + }, + "FNN": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "fontBitstreamVera": { + "License": [ + "MirOS" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "fontLiberation": { + "License": [ + "MIT-feh" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "fontquiver": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "forcats": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidyverse/forcats" + }, + "foreach": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/RevolutionAnalytics/foreach" + }, + "forecast": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/robjhyndman/forecast" + }, + "foreign": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://svn.r-project.org/R-packages/trunk/foreign/" + }, + "formatR": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/yihui/formatR" + }, + "formula.tools": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/decisionpatterns/formula.tools" + }, + "Formula": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "fossil": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://matthewvavrek.com/programs-and-code/fossil/" + }, + "fpc": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.unibo.it/sitoweb/christian.hennig/en/" + }, + "fpp": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://otexts.com/fpp/" + }, + "fracdiff": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mmaechler/fracdiff" + }, + "furrr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/DavisVaughan/furrr" + }, + "futile.logger": { + "License": [ + "LGPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "futile.options": { + "License": [ + "LGPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "future.apply": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/futureverse/future.apply" + }, + "future": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/futureverse/future" + }, + "gam": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "gamlss.data": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.gamlss.com/" + }, + "gamlss.dist": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.gamlss.com/" + }, + "gamlss.tr": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.gamlss.com/" + }, + "gamlss": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.gamlss.com/" + }, + "gamm4": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "gap.datasets": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jinghuazhao/R" + }, + "gap": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jinghuazhao/R" + }, + "gapfill": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/florafauna/gapfill" + }, + "gargle": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/gargle" + }, + "gaussquad": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "gbm": { + "License": [ + "Sendmail" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/gbm-developers/gbm" + }, + "gbRd": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "gclus": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "gdalUtils": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/gearslaboratory/gdalUtils" + }, + "gdata": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-gregmisc/gdata" + }, + "gdistance": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/AgrDataSci/gdistance" + }, + "gdtools": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/davidgohel/gdtools" + }, + "gee": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "geeM": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "geepack": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "geex": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/bsaul/geex" + }, + "geiger": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "GeneNet": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/strimmerlab/software" + }, + "generics": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/generics" + }, + "genoPlotR": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://genoplotr.r-forge.r-project.org/" + }, + "GenSA": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "geojsonsf": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/SymbolixAU/geojsonsf" + }, + "geometries": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dcooley/geometries" + }, + "geometry": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/davidcsterratt/geometry" + }, + "getopt": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/trevorld/r-getopt" + }, + "GetoptLong": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jokergoo/GetoptLong" + }, + "gfonts": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dreamrs/gfonts" + }, + "GGally": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ggobi/ggally" + }, + "ggbeeswarm": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/eclarke/ggbeeswarm" + }, + "ggdag": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-causal/ggdag" + }, + "ggdist": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/mjskay/ggdist" + }, + "ggExtra": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/daattali/ggExtra" + }, + "ggfan": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/jasonhilton/ggfan" + }, + "ggforce": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/thomasp85/ggforce" + }, + "ggformula": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ProjectMOSAIC/ggformula" + }, + "ggfun": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/YuLab-SMU/ggfun" + }, + "ggh4x": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/teunbrand/ggh4x" + }, + "ggnetwork": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/briatte/ggnetwork" + }, + "ggplot2": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidyverse/ggplot2" + }, + "ggplotify": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/GuangchuangYu/ggplotify" + }, + "ggpubr": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://rpkgs.datanovia.com/ggpubr/" + }, + "ggraph": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/thomasp85/ggraph" + }, + "ggrepel": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/slowkow/ggrepel" + }, + "ggridges": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://wilkelab.org/ggridges/" + }, + "ggsci": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/nanxstats/ggsci" + }, + "ggsignif": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/const-ae/ggsignif" + }, + "ggstance": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/lionel-/ggstance" + }, + "ggstats": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/larmarange/ggstats" + }, + "ggvenn": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "ggvis": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://ggvis.rstudio.com/" + }, + "GillespieSSA": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/rcannood/GillespieSSA" + }, + "git2r": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ropensci/git2r" + }, + "GJRM": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.ucl.ac.uk/statistics/people/giampieromarra" + }, + "glasso": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www-stat.stanford.edu/~tibs/glasso" + }, + "gld": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/newystats/gld" + }, + "gllvm": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jenniniku/gllvm" + }, + "glmmML": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "glmmTMB": { + "License": [ + "AGPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/glmmTMB/glmmTMB" + }, + "glmnet": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://glmnet.stanford.edu" + }, + "GlobalOptions": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jokergoo/GlobalOptions" + }, + "globals": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/futureverse/globals" + }, + "gmm": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "gmodels": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-gregmisc/gmodels" + }, + "gmp": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://forgemia.inra.fr/sylvain.jasson/gmp" + }, + "gnumeric": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "goftest": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/baddstats/goftest" + }, + "gomms": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "googledrive": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidyverse/googledrive" + }, + "googlesheets4": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidyverse/googlesheets4" + }, + "gower": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/markvanderloo/gower" + }, + "GPArotation": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://optimizer.r-forge.r-project.org/GPArotation_www/" + }, + "gplots": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/talgalili/gplots" + }, + "graphlayouts": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/schochastics/graphlayouts" + }, + "grf": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/grf-labs/grf" + }, + "gridBase": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "gridExtra": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "gridGraphics": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pmur002/gridgraphics" + }, + "grImport2": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://r-forge.r-project.org/projects/grimport/" + }, + "grpreg": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pbreheny/grpreg" + }, + "GSA": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://tibshirani.su.domains/GSA/" + }, + "gsalib": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/broadinstitute/gsalib" + }, + "gsl": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/RobinHankin/gsl" + }, + "gsw": { + "License": [ + "Sendmail" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/teos-10/GSW-R" + }, + "gt": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rstudio/gt" + }, + "gtable": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/gtable" + }, + "gtools": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-gregmisc/gtools" + }, + "gtsummary": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ddsjoberg/gtsummary" + }, + "GUTS": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "gWidgets2": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/gWidgets3/gWidgets2" + }, + "gWidgets2tcltk": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jverzani/gWidgets2tcltk" + }, + "GxEScanR": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "h2o": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/h2oai/h2o-3" + }, + "hal9001": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tlverse/hal9001" + }, + "haldensify": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/nhejazi/haldensify" + }, + "hardhat": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidymodels/hardhat" + }, + "harmony": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/immunogenomics/harmony" + }, + "hash": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.johnhughes.org" + }, + "haven": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/WizardMac/ReadStat" + }, + "hdf5r": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/hhoeflin/hdf5r" + }, + "hdm": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "heatmap3": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "here": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/here" + }, + "hexbin": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/edzer/hexbin" + }, + "HGNChelper": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/waldronlab/HGNChelper" + }, + "HiddenMarkov": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.statsresearch.co.nz/dsh/sslib/" + }, + "Hmisc": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://hbiostat.org/R/Hmisc/" + }, + "hms": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidyverse/hms" + }, + "Hmsc": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://www.helsinki.fi/en/researchgroups/statistical-ecology/software/hmsc" + }, + "htmlTable": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://gforge.se/packages/" + }, + "httpcode": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/sckott/httpcode" + }, + "huge": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "hunspell": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://docs.ropensci.org/hunspell/\nhttps://ropensci.r-universe.dev/hunspell" + }, + "hwriter": { + "License": [ + "LGPL-2.1" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "HWxtest": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "hypergeo": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "ica": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "IDPmisc": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "idr": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "ids": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/richfitz/ids" + }, + "ie2misc": { + "License": [ + "CC0-1.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://gitlab.com/iembry/ie2misc" + }, + "igraph": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://r.igraph.org/" + }, + "image.binarization": { + "License": [ + "MPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/DIGI-VUB/image.binarization" + }, + "imager": { + "License": [ + "LGPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/asgr/imager" + }, + "imagerExtra": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ShotaOchi/imagerExtra" + }, + "ineq": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "influenceR": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/khanna-lab/influenceR" + }, + "infotheo": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "http://homepage.meyerp.com/software" + }, + "inline": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/eddelbuettel/inline" + }, + "insight": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/easystats/insight" + }, + "intergraph": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mbojan/intergraph" + }, + "interp": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "interpretR": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "intrinsicDimension": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "inum": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "ipred": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "irace": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mlopez-ibanez/irace" + }, + "irlba": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/bwlewis/irlba" + }, + "ismev": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.ral.ucar.edu/~ericg/softextreme.php" + }, + "Iso": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "isoband": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://isoband.r-lib.org" + }, + "ISOcodes": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "ISOweek": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "iterators": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/RevolutionAnalytics/iterators" + }, + "itertools": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "JADE": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "janeaustenr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/juliasilge/janeaustenr" + }, + "JBTools": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "jiebaR": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/qinwf/jiebaR" + }, + "jiebaRD": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/qinwf/jiebaRD" + }, + "jomo": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "jpeg": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.rforge.net/jpeg/" + }, + "jsonify": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "jstable": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jinseob2kim/jstable" + }, + "juicyjuice": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rich-iannone/juicyjuice" + }, + "kde1d": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tnagler/kde1d" + }, + "kedd": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://gitlab.com/iagogv/kedd" + }, + "kernlab": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "KernSmooth": { + "License": [ + "FSFUL" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "kinship2": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/package=kinship2" + }, + "klaR": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://statistik.tu-dortmund.de" + }, + "KODAMA": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "kohonen": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "ks": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.mvstat.net/mvksa/" + }, + "labdsv": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "labeling": { + "License": [ + "FSFUL" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "labelled": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/larmarange/labelled" + }, + "laeken": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "lambda.r": { + "License": [ + "LGPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "LaplacesDemon": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/LaplacesDemonR/LaplacesDemon" + }, + "lars": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://doi.org/10.1214/009053604000000067" + }, + "lassosum": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "lattice": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://lattice.r-forge.r-project.org/" + }, + "latticeExtra": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://latticeextra.r-forge.r-project.org/" + }, + "lava": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/kkholst/lava" + }, + "lavaan": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://lavaan.ugent.be" + }, + "lazy": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "lazyeval": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "LCFdata": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "lda": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "ldbounds": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "leafem": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-spatial/leafem" + }, + "leaflet.providers": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rstudio/leaflet.providers" + }, + "leaflet": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rstudio/leaflet" + }, + "leafsync": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-spatial/leafsync" + }, + "leaps": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "LearnBayes": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "leiden": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/TomKellyGenetics/leiden" + }, + "lhs": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/bertcarnell/lhs" + }, + "libcoin": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "limSolve": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "linkcomm": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/alextkalinka/linkcomm" + }, + "linprog": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://linprog.r-forge.r-project.org/" + }, + "liquidSVM": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "listenv": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/HenrikBengtsson/listenv" + }, + "lme4": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/lme4/lme4" + }, + "LMERConvenienceFunctions": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "lmerTest": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/runehaubo/lmerTestR" + }, + "lmom": { + "License": [ + "CPL-1.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Lmoments": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://users.jyu.fi/~jutakarv/" + }, + "lmtest": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "lobstr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/lobstr" + }, + "locfdr": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "locfit": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "logcondens": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.kasparrufibach.ch " + }, + "logger": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/daroczig/logger" + }, + "logistf": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://cemsiis.meduniwien.ac.at/en/kb/science-research/software/statistical-software/firth-correction/" + }, + "logspline": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "longitudinal": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/strimmerlab/software" + }, + "longmemo": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "loo": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://mc-stan.org/loo/" + }, + "lpSolve": { + "License": [ + "LGPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/gaborcsardi/lpSolve" + }, + "lpSolveAPI": { + "License": [ + "LGPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "lqa": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "lsei": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.stat.auckland.ac.nz/~yongwang/" + }, + "lslx": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/psyphh/lslx" + }, + "lubridate": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidyverse/lubridate" + }, + "lwgeom": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-spatial/lwgeom" + }, + "magic": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/RobinHankin/magic" + }, + "magick": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://docs.ropensci.org/magick/\nhttps://ropensci.r-universe.dev/magick" + }, + "MALDIquant": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/strimmerlab/software" + }, + "manipulateWidget": { + "License": [ + "Sendmail" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/rte-antares-rpackage/manipulateWidget" + }, + "mapproj": { + "License": [ + "LPL-1.02" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "maps": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "maptools": { + "License": [ + "CNRI-Python-GPL-Compatible", + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "http://maptools.r-forge.r-project.org/" + }, + "markdown": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rstudio/markdown" + }, + "MASS": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.stats.ox.ac.uk/pub/MASS4/" + }, + "Matching": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/JasjeetSekhon/Matching" + }, + "MatchIt": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/kosukeimai/MatchIt" + }, + "mathjaxr": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/wviechtb/mathjaxr" + }, + "matlab": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/package=matlab" + }, + "Matrix": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://Matrix.R-forge.R-project.org" + }, + "matrixcalc": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/TomKellyGenetics/matrixcalc" + }, + "MatrixModels": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://Matrix.R-forge.R-project.org/" + }, + "matrixStats": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/HenrikBengtsson/matrixStats" + }, + "maxLik": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "maxlike": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "maxnet": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mrmaxent/maxnet" + }, + "mboost": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/boost-R/mboost" + }, + "mclogit": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/melff/mclogit" + }, + "mclust": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mclust-org/mclust" + }, + "mcmc": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/cjgeyer/mcmc" + }, + "MCMCpack": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://CRAN.R-project.org/package=MCMCpack" + }, + "mcmcse": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "mda": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "medflex": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jmpsteen/medflex" + }, + "mediation": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://imai.princeton.edu/projects/mechanisms.html" + }, + "memisc": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/melff/memisc" + }, + "memuse": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/shinra-dev/memuse" + }, + "MESS": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ekstroem/MESS" + }, + "metadat": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/wviechtb/metadat" + }, + "metafor": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/wviechtb/metafor" + }, + "MetaUtility": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "mets": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/kkholst/mets" + }, + "mgcv": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "mgsub": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/bmewing/mgsub" + }, + "mhsmm": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "mi": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.stat.columbia.edu/~gelman/" + }, + "mice": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/amices/mice" + }, + "miceadds": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/alexanderrobitzsch/miceadds" + }, + "microbenchmark": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/joshuaulrich/microbenchmark" + }, + "MIIVsem": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/zackfisher/MIIVsem" + }, + "minerva": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.r-project.org" + }, + "minpack.lm": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "minqa": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://optimizer.r-forge.r-project.org" + }, + "minty": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/gesistsa/minty" + }, + "mirt": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/philchalmers/mirt" + }, + "misc3d": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://gitlab.com/luke-tierney/misc3d" + }, + "miscTools": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/arne-henningsen/miscTools" + }, + "missForest": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/stekhoven/missForest" + }, + "missMDA": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://factominer.free.fr/missMDA/index.html" + }, + "mitml": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/simongrund1/mitml" + }, + "mitools": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "mixtools": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dsy109/mixtools" + }, + "mlbench": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "mlegp": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "MLmetrics": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/yanyachen/MLmetrics" + }, + "mlogit": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/package=mlogit" + }, + "mlr": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mlr-org/mlr" + }, + "mlrMBO": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mlr-org/mlrMBO" + }, + "mltools": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ben519/mltools" + }, + "mnormt": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://azzalini.stat.unipd.it/SW/Pkg-mnormt/" + }, + "ModelMetrics": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "modelr": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidyverse/modelr" + }, + "modeltools": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "momentfit": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "moments": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.r-project.org" + }, + "MonteCarlo": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/FunWithR/MonteCarlo" + }, + "mosaicCore": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ProjectMOSAIC/mosaicCore" + }, + "mpath": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/zhuwang46/mpath" + }, + "mRMRe": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.pmgenomics.ca/bhklab/" + }, + "msm": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/chjackson/msm" + }, + "mstate": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/hputter/mstate" + }, + "multcomp": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://multcomp.R-forge.R-project.org" + }, + "multcompView": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "multicool": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jmcurran/multicool" + }, + "multipol": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "multitaper": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/krahim/multitaper" + }, + "munsell": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/cwickham/munsell" + }, + "mvabund": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "mvnfast": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mfasiolo/mvnfast" + }, + "mvtnorm": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://mvtnorm.R-forge.R-project.org" + }, + "nabor": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jefferis/nabor" + }, + "naniar": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/njtierney/naniar" + }, + "natserv": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ropensci/natserv" + }, + "naturalsort": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/kos59125/naturalsort" + }, + "ncbit": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "ncdf4": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://cirrus.ucsd.edu/~pierce/ncdf/" + }, + "NCmisc": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "network": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://statnet.org/" + }, + "networkDynamic": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://statnet.org/" + }, + "networkLite": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/EpiModel/networkLite" + }, + "neuralnet": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/bips-hb/neuralnet" + }, + "neuRosim": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "ngspatial": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "NISTunits": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "nleqslv": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "nlme": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://svn.r-project.org/R-packages/trunk/nlme/" + }, + "nloptr": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/astamm/nloptr" + }, + "NLP": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "nlsem": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/nwickel/nlsem" + }, + "nnet": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.stats.ox.ac.uk/pub/MASS4/" + }, + "nnls": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "nonnest2": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/qpsy/nonnest2" + }, + "nor1mix": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://curves-etc.r-forge.r-project.org/" + }, + "norm": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "nortest": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "np": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/JeffreyRacine/R-Package-np" + }, + "npsurv": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.stat.auckland.ac.nz/~yongwang/" + }, + "numDeriv": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://optimizer.r-forge.r-project.org/" + }, + "oai": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ropensci/oai" + }, + "oce": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dankelley/oce" + }, + "OceanView": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "oddsratio": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pat-s/oddsratio" + }, + "officer": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ardata-fr/officeverse" + }, + "openair": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/davidcarslaw/openair" + }, + "OpenMx": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/OpenMx/OpenMx" + }, + "openxlsx": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ycphs/openxlsx" + }, + "operator.tools": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/decisionpatterns/operator.tools" + }, + "optextras": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "optimParallel": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/florafauna/optimParallel-R" + }, + "optimr": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "optimx": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/nashjc/optimx" + }, + "optmatch": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/markmfredrickson/optmatch" + }, + "optparse": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/trevorld/r-optparse" + }, + "ordinal": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/runehaubo/ordinal" + }, + "origami": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://tlverse.org/origami/" + }, + "oro.nifti": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://rigorousanalytics.blogspot.com" + }, + "orthopolynom": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "osqp": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://osqp.org" + }, + "outliers": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.R-project.org" + }, + "packrat": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rstudio/packrat" + }, + "pacman": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/trinker/pacman" + }, + "pammtools": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/adibender/pammtools" + }, + "pamr": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "pan": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "parallelDist": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/alexeckert/parallelDist" + }, + "parallelly": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/futureverse/parallelly" + }, + "parallelMap": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mlr-org/parallelMap" + }, + "ParamHelpers": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mlr-org/ParamHelpers" + }, + "parsedate": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/gaborcsardi/parsedate" + }, + "party": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://party.R-forge.R-project.org" + }, + "partykit": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://partykit.r-forge.r-project.org/partykit/" + }, + "pastecs": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/SciViews/pastecs" + }, + "patchwork": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/thomasp85/patchwork" + }, + "pbapply": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/psolymos/pbapply" + }, + "pbivnorm": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/brentonk/pbivnorm" + }, + "pbkrtest": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://people.math.aau.dk/~sorenh/software/pbkrtest/" + }, + "PCAmatchR": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/machiela-lab/PCAmatchR" + }, + "pcaPP": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/valentint/pcaPP" + }, + "pdp": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/bgreenwell/pdp" + }, + "PearsonDS": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "pec": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "penalized": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "penfa": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/egeminiani/penfa" + }, + "peperr": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/fbertran/peperr" + }, + "performance": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/easystats/performance" + }, + "PermAlgo": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "permute": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/gavinsimpson/permute" + }, + "phangorn": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/KlausVigo/phangorn" + }, + "pheatmap": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "phylobase": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/fmichonneau/phylobase" + }, + "phytools": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/liamrevell/phytools" + }, + "pim": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/CenterForStatistics-UGent/pim" + }, + "pinfsc50": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "pixmap": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "pkgmaker": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/renozao/pkgmaker" + }, + "PKI": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "http://www.rforge.net/PKI" + }, + "plogr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/krlmlr/plogr" + }, + "plot3D": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "plot3Drgl": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "plotly": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://plotly-r.com" + }, + "plotmo": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.milbo.users.sonic.net" + }, + "plotrix": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dmurdoch/plotrix" + }, + "pls": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/khliland/pls" + }, + "plyr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/hadley/plyr" + }, + "PMA": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/bnaras/PMA" + }, + "png": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.rforge.net/png/" + }, + "PoissonSeq": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poLCA": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dlinzer/poLCA" + }, + "polspline": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Polychrome": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://oompa.r-forge.r-project.org/" + }, + "polyclip": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/baddstats/polyclip" + }, + "polycor": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://r-forge.r-project.org/projects/polycor/" + }, + "polynom": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "posterior": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://mc-stan.org/posterior/" + }, + "ppcor": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "prabclus": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.unibo.it/sitoweb/christian.hennig/en/" + }, + "pracma": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "PresenceAbsence": { + "License": [ + "FSFUL" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "preseqR": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "prettyGraphs": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/derekbeaton/ExPosition1" + }, + "princurve": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rcannood/princurve" + }, + "pROC": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/xrobin/pROC" + }, + "prodlim": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tagteam/prodlim" + }, + "profileModel": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ikosmidis/profileModel" + }, + "proftools": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "progress": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/progress" + }, + "progressr": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/futureverse/progressr" + }, + "projpred": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://mc-stan.org/projpred/" + }, + "proto": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/hadley/proto" + }, + "proxy": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "proxyC": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/koheiw/proxyC" + }, + "pryr": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/hadley/pryr" + }, + "pscl": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/atahk/pscl" + }, + "pspline": { + "License": [ + "FSFUL" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "psych": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://personality-project.org/r/psych/\nhttps://personality-project.org/r/psych-manual.pdf" + }, + "Publish": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "pulsar": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/zdk123/pulsar" + }, + "pvclust": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://stat.sys.i.kyoto-u.ac.jp/prog/pvclust/" + }, + "qgam": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "qgraph": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/SachaEpskamp/qgraph" + }, + "qqman": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/stephenturner/qqman" + }, + "qrnn": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "quadprog": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "quanteda": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://quanteda.io" + }, + "quantmod": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/joshuaulrich/quantmod" + }, + "quantreg": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.r-project.org" + }, + "questionr": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/juba/questionr" + }, + "QuickJSR": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/andrjohns/QuickJSR" + }, + "R.cache": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/HenrikBengtsson/R.cache" + }, + "R.matlab": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/HenrikBengtsson/R.matlab" + }, + "R.methodsS3": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/HenrikBengtsson/R.methodsS3" + }, + "R.oo": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/HenrikBengtsson/R.oo" + }, + "R.rsp": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/henrikbengtsson/R.rsp" + }, + "R.utils": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/henrikbengtsson/R.utils" + }, + "R2WinBUGS": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "random": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.random.org" + }, + "randomForest": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.stat.berkeley.edu/~breiman/RandomForests/" + }, + "randomForestSRC": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://www.randomforestsrc.org/ https://ishwaran.org/" + }, + "randtoolbox": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://r-forge.r-project.org/projects/rmetrics/" + }, + "rangeModelMetadata": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "ranger": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/imbs-hl/ranger" + }, + "RANN": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/jefferislab/RANN" + }, + "rapidjsonr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "rARPACK": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/yixuan/rARPACK" + }, + "raster": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://rspatial.org/raster" + }, + "rasterVis": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/oscarperpinan/rastervis" + }, + "ratelimitr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tarakc02/ratelimitr" + }, + "RBesT": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://opensource.nibr.com/RBesT/" + }, + "rbibutils": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/geobosh/rbibutils" + }, + "rbison": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ropensci/rbisondevel" + }, + "Rborist": { + "License": [ + "SimPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/suiji/Rborist.CRAN" + }, + "RCAL": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.stat.rutgers.edu/~ztan" + }, + "Rcgmin": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "RCircos": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/hzhanghenry/RCircos" + }, + "RColorBrewer": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "RcppArmadillo": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/RcppCore/RcppArmadillo" + }, + "RcppEigen": { + "License": [ + "Sendmail" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/RcppCore/RcppEigen" + }, + "RcppGSL": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/eddelbuettel/rcppgsl" + }, + "RcppParallel": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/rcppcore/RcppParallel" + }, + "RcppProgress": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/kforner/rcpp_progress" + }, + "RcppRoll": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "RcppThread": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tnagler/RcppThread" + }, + "RcppTOML": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://dirk.eddelbuettel.com/code/rcpp.toml.html" + }, + "RCurl": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "rda": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/valentint/rda" + }, + "Rdpack": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/geobosh/Rdpack" + }, + "rdrop2": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/karthik/rdrop2" + }, + "reactable": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/glin/reactable" + }, + "reactR": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/react-R/reactR" + }, + "readbitmap": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jefferis/readbitmap" + }, + "reader": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "readODS": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ropensci/readODS" + }, + "readr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidyverse/readr" + }, + "readxl": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidyverse/readxl" + }, + "rebird": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ropensci/rebird" + }, + "recipes": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidymodels/recipes" + }, + "RefFreeEWAS": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "registry": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "regsem": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Rjacobucci/regsem" + }, + "relsurv": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "rematch": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/gaborcsardi/rematch" + }, + "rentrez": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/docs.ropensci.org/rentrez" + }, + "renv": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rstudio/renv" + }, + "reprex": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidyverse/reprex" + }, + "resample": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "reshape": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "http://had.co.nz/reshape" + }, + "reshape2": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/hadley/reshape" + }, + "reticulate": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rstudio/reticulate" + }, + "rex": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/kevinushey/rex" + }, + "rgbif": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ropensci/rgbifdevel" + }, + "RGCCA": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rgcca-factory/RGCCA" + }, + "rgdal": { + "License": [ + "CNRI-Python-GPL-Compatible", + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "http://rgdal.r-forge.r-project.org" + }, + "rgeos": { + "License": [ + "CNRI-Python-GPL-Compatible", + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://r-forge.r-project.org/projects/rgeos/ https://libgeos.org\nhttp://rgeos.r-forge.r-project.org/index.html" + }, + "rgexf": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/gvegayon/rgexf" + }, + "rgl": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dmurdoch/rgl" + }, + "Rglpk": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://R-Forge.R-project.org/projects/rglp/" + }, + "rhandsontable": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jrowen/rhandsontable" + }, + "RhpcBLASctl": { + "License": [ + "AGPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://prs.ism.ac.jp/~nakama/Rhpc/" + }, + "ridge": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/SteffenMoritz/ridge" + }, + "ridigbio": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/iDigBio/ridigbio" + }, + "RInside": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/eddelbuettel/rinside" + }, + "rio": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/gesistsa/rio" + }, + "riskRegression": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tagteam/riskRegression" + }, + "ritis": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ropensci/ritisdevel" + }, + "RItools": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/package=RItools" + }, + "rJava": { + "License": [ + "LGPL-2.1" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.rforge.net/rJava/" + }, + "rjson": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/alexcb/rjson" + }, + "RJSONIO": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "rle": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/statnet/rle" + }, + "rlecuyer": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.iro.umontreal.ca/~lecuyer/myftp/papers/streams00.pdf" + }, + "rlemon": { + "License": [ + "BSL-1.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://errickson.net/rlemon/" + }, + "rlist": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/renkun-ken/rlist" + }, + "rmeta": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Rmpfr": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://rmpfr.r-forge.r-project.org/" + }, + "rms": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/harrelfe/rms" + }, + "RMTstat": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/evanbiederstedt/RMTstat" + }, + "rncl": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/fmichonneau/rncl" + }, + "rnetcarto": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "RNeXML": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ropensci/RNeXML" + }, + "rngtools": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/renozao/rngtools" + }, + "rngWELL": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "RNifti": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jonclayden/RNifti" + }, + "robustbase": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://robustbase.R-forge.R-project.org/" + }, + "ROCR": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ipa-tys/ROCR" + }, + "ROI.plugin.glpk": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://roi.r-forge.r-project.org/" + }, + "ROI": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://roi.r-forge.r-project.org/" + }, + "Rook": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/evanbiederstedt/rook" + }, + "rootSolve": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "roptim": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ypan1988/roptim" + }, + "rotl": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ropensci/rotl" + }, + "rpact": { + "License": [ + "LGPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.rpact.org" + }, + "rpart": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/bethatkinson/rpart" + }, + "rpf": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/jpritikin/rpf" + }, + "RPMM": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "RPostgreSQL": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/tomoakin/RPostgreSQL" + }, + "rrcov": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/valentint/rrcov" + }, + "rredlist": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ropensci/rredlist" + }, + "rsample": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidymodels/rsample" + }, + "rsconnect": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rstudio/rsconnect" + }, + "Rserve": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://www.rforge.net/Rserve/" + }, + "RSNNS": { + "License": [ + "Sendmail" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/cbergmeir/RSNNS" + }, + "Rsolnp": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "RSpectra": { + "License": [ + "MulanPSL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/yixuan/RSpectra" + }, + "RSQLite": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/r-dbi/RSQLite" + }, + "Rssa": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/asl/rssa" + }, + "rstan": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://mc-stan.org/rstan/" + }, + "rstantools": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://mc-stan.org/rstantools/" + }, + "rstatix": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://rpkgs.datanovia.com/rstatix/" + }, + "rtdists": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/rtdists/rtdists" + }, + "Rtsne": { + "License": [ + "MIT-feh" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/jkrijthe/Rtsne" + }, + "Rttf2pt1": { + "License": [ + "MIT-feh" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/wch/Rttf2pt1" + }, + "RUnit": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "ruv": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www-personal.umich.edu/~johanngb/ruv/" + }, + "rvertnet": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ropensci/rvertnet" + }, + "rvest": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidyverse/rvest" + }, + "rvinecopulib": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/vinecopulib/rvinecopulib" + }, + "Rvmmin": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "RWeka": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "RWekajars": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "s2": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-spatial/s2" + }, + "sampling": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "sandwich": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://sandwich.R-Forge.R-project.org/" + }, + "SBdecomp": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "scales": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/scales" + }, + "scam": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "scatterpie": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "scatterplot3d": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "scs": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/FlorianSchwendinger/scs" + }, + "sctransform": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/satijalab/sctransform" + }, + "SDMTools": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "seewave": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://rug.mnhn.fr/seewave/" + }, + "segmented": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "selectr": { + "License": [ + "MirOS" + ], + "Permission to redistribute": true, + "Retrieved from": "https://sjp.co.nz/projects/selectr" + }, + "sem": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://CRAN.R-project.org/package=sem" + }, + "semPLS": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "semTools": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/simsem/semTools" + }, + "sendmailR": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/olafmersmann/sendmailR" + }, + "sensemakr": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/carloscinelli/sensemakr" + }, + "sentometrics": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://sentometrics-research.com/sentometrics/" + }, + "seqinr": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/lbbe-software/seqinr" + }, + "servr": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/yihui/servr" + }, + "setRNG": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "http://distr.r-forge.r-project.org/" + }, + "sf": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/r-spatial/sf" + }, + "sfheaders": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dcooley/sfheaders" + }, + "sfsmisc": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mmaechler/sfsmisc" + }, + "shadowtext": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/GuangchuangYu/shadowtext" + }, + "shape": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "shapefiles": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "shinycssloaders": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/daattali/shinycssloaders" + }, + "shinydashboard": { + "License": [ + "Sendmail" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/rstudio/shinydashboard" + }, + "shinyjs": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://deanattali.com/shinyjs/" + }, + "shinystan": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://mc-stan.org/shinystan/" + }, + "shinythemes": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/rstudio/shinythemes" + }, + "signal": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://signal.R-forge.R-project.org" + }, + "SignifReg": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "simex": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/wolfganglederer/simex" + }, + "SimSeq": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "SKAT": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "slam": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "slider": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/slider" + }, + "sm": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "smoof": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jakobbossek/smoof" + }, + "smoother": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "sn": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://azzalini.stat.unipd.it/SN/" + }, + "sna": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://statnet.org" + }, + "SNFtool": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "snow": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "SnowballC": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/nalimilan/R.TeMiS" + }, + "snowfall": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "SOAR": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "solrium": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ropensci/solriumdevel" + }, + "som": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "soundecology": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ljvillanueva/soundecology" + }, + "sp": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/edzer/sp" + }, + "spaa": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/helixcn/spaa" + }, + "spam": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.math.uzh.ch/pages/spam/" + }, + "spaMM": { + "License": [ + "CECILL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.r-project.org" + }, + "SparseM": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.econ.uiuc.edu/~roger/research/sparse/sparse.html" + }, + "SPAtest": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "spatial": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.stats.ox.ac.uk/pub/MASS4/" + }, + "spatstat.core": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://spatstat.org/" + }, + "spatstat.data": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://spatstat.org/" + }, + "spatstat.explore": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://spatstat.org/" + }, + "spatstat.geom": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://spatstat.org/" + }, + "spatstat.linnet": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://spatstat.org/" + }, + "spatstat.model": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://spatstat.org/" + }, + "spatstat.random": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://spatstat.org/" + }, + "spatstat.sparse": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://spatstat.org/" + }, + "spatstat.utils": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://spatstat.org/" + }, + "spatstat": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://spatstat.org/" + }, + "spData": { + "License": [ + "CC0-1.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://jakubnowosad.com/spData/" + }, + "spdep": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-spatial/spdep" + }, + "splitstackshape": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mrdwab/splitstackshape" + }, + "spls": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "spocc": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ropensci/spoccdevel" + }, + "spThin": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mlammens/spThin" + }, + "SQUAREM": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://coah.jhu.edu/people/Faculty_personal_Pages/Varadhan.html" + }, + "stabledist": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://r-forge.r-project.org/scm/viewvc.php/pkg/stabledist/?root=rmetrics" + }, + "stabs": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/hofnerb/stabs" + }, + "StanHeaders": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://mc-stan.org/" + }, + "stargazer": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "stars": { + "License": [ + "Apache-1.1" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-spatial/stars" + }, + "startupmsg": { + "License": [ + "LGPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "StatMatch": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/marcellodo/StatMatch" + }, + "statmod": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "statnet.common": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://statnet.org" + }, + "statnet": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "http://statnet.org" + }, + "stdReg": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "stopwords": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/quanteda/stopwords" + }, + "stringdist": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/markvanderloo/stringdist" + }, + "stringmagic": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/lrberge/stringmagic" + }, + "strucchange": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "styler": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/styler" + }, + "subplex": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/kingaa/subplex" + }, + "SuperLearner": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ecpolley/SuperLearner" + }, + "SuppDists": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "survey": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://r-survey.r-forge.r-project.org/survey/" + }, + "survival": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/therneau/survival" + }, + "survivalROC": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "svd": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/asl/svd" + }, + "svglite": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/svglite" + }, + "svUnit": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/SciViews/svUnit" + }, + "swagger": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rstudio/swagger" + }, + "symmoments": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "tableone": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/kaz-yos/tableone" + }, + "tabletools": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "tau": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "taxize": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://docs.ropensci.org/taxize/ (website)" + }, + "tcltk2": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "http://www.sciviews.org/SciViews-R" + }, + "tclust": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/valentint/tclust" + }, + "TeachingDemos": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "tensor": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "tensorA": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.stat.boogaart.de/tensorA/" + }, + "tergm": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://statnet.org" + }, + "terra": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/rspatial/terra" + }, + "testit": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/yihui/testit" + }, + "textcat": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "textplot": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/bnosac/textplot" + }, + "TFisher": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "TH.data": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "threejs": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/bwlewis/rthreejs" + }, + "tictoc": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jabiru/tictoc" + }, + "tidybayes": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/mjskay/tidybayes" + }, + "tidygraph": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/thomasp85/tidygraph" + }, + "tidyr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidyverse/tidyr" + }, + "tidyselect": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/tidyselect" + }, + "tidytext": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/juliasilge/tidytext" + }, + "tidytree": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.amazon.com/Integration-Manipulation-Visualization-Phylogenetic-Computational-ebook/dp/B0B5NLZR1Z/" + }, + "tidyverse": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidyverse/tidyverse" + }, + "tiff": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.rforge.net/tiff/" + }, + "timechange": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/vspinu/timechange" + }, + "timeDate": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/geobosh/timeDateDoc" + }, + "timereg": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/scheike/timereg" + }, + "tkrplot": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "tm": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://tm.r-forge.r-project.org/" + }, + "tmap": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-tmap/tmap" + }, + "tmaptools": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-tmap/tmaptools" + }, + "TMB": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/kaskr/adcomp" + }, + "tmle": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://CRAN.R-project.org/package=tmle" + }, + "tmvnsim": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.r-project.org" + }, + "tmvtnorm": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.r-project.org" + }, + "tokenizers": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ropensci/tokenizers" + }, + "topicmodels": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "TraMineR": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://traminer.unige.ch" + }, + "tree": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "triebeard": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Ironholds/triebeard" + }, + "trimcluster": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.homepages.ucl.ac.uk/~ucakche/" + }, + "tripack": { + "License": [ + "MIT-CMU" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "TruncatedNormal": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/lbelzile/TruncatedNormal" + }, + "truncnorm": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/olafmersmann/truncnorm" + }, + "trust": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.stat.umn.edu/geyer/trust/" + }, + "tseries": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "tseriesChaos": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "tsna": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://statnet.org/" + }, + "tsne": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jdonaldson/rtsne" + }, + "TTR": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/joshuaulrich/TTR" + }, + "tuneR": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://tuner.R-forge.R-project.org" + }, + "twang": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "tweedie": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "tweenr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/thomasp85/tweenr" + }, + "tzdb": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/tzdb" + }, + "ucminf": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/hdakpo/ucminf" + }, + "udpipe": { + "License": [ + "MPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/bnosac/udpipe" + }, + "umap": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tkonopka/umap" + }, + "unbalanced": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "unikn": { + "License": [ + "CC-BY-SA-4.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://CRAN.R-project.org/package=unikn" + }, + "uniqueAtomMat": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "units": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-quantities/units" + }, + "unmarked": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/biodiverse/unmarked" + }, + "UpSetR": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/hms-dbmi/UpSetR" + }, + "urca": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "urltools": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Ironholds/urltools" + }, + "uroot": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/geobosh/uroot" + }, + "uuid": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.rforge.net/uuid" + }, + "V8": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://jeroen.r-universe.dev/V8" + }, + "varhandle": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://codeberg.org/mehrad/varhandle" + }, + "vcd": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "vcfR": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/knausb/vcfR" + }, + "vegan": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/vegandevs/vegan" + }, + "VennDiagram": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "VGAM": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.stat.auckland.ac.nz/~yee/VGAM/" + }, + "VIM": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/statistikat/VIM" + }, + "VineCopula": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tnagler/VineCopula" + }, + "vioplot": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/TomKellyGenetics/vioplot" + }, + "vipor": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "viridis": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/sjmgarnier/viridis" + }, + "viridisLite": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/sjmgarnier/viridisLite" + }, + "visdat": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ropensci/visdat" + }, + "visNetwork": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/datastorm-open/visNetwork" + }, + "vroom": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidyverse/vroom" + }, + "VSURF": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/robingenuer/VSURF" + }, + "warp": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/DavisVaughan/warp" + }, + "waveslim": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://waveslim.blogspot.com" + }, + "wdm": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tnagler/wdm-r" + }, + "webshot": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/wch/webshot" + }, + "webutils": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://jeroen.r-universe.dev/webutils" + }, + "weights": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "WeightSVM": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.csie.ntu.edu.tw/~cjlin/libsvmtools/#weights_for_data_instances" + }, + "wellknown": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ropensci/wellknown" + }, + "widgetframe": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/bhaskarvk/widgetframe" + }, + "WikidataQueryServiceR": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/bearloga/WikidataQueryServiceR" + }, + "WikidataR": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/TS404/WikidataR" + }, + "WikipediR": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Ironholds/WikipediR" + }, + "wikitaxa": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ropensci/wikitaxa" + }, + "wk": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/paleolimbot/wk" + }, + "word2vec": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/bnosac/word2vec" + }, + "wordcloud": { + "License": [ + "LGPL-2.1" + ], + "Permission to redistribute": true, + "Retrieved from": "http://blog.fellstat.com/?cat=11 http://www.fellstat.com" + }, + "worrms": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://docs.ropensci.org/worrms/" + }, + "writexl": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://ropensci.r-universe.dev/writexl\nhttps://docs.ropensci.org/writexl/" + }, + "WriteXLS": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/marcschwartz/WriteXLS" + }, + "XBRL": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "xgboost": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dmlc/xgboost" + }, + "xlsx": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/colearendt/xlsx" + }, + "xlsxjars": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "XML": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.omegahat.net/RSXML/" + }, + "xts": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/joshuaulrich/xts" + }, + "yaImpute": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jeffreyevans/yaImpute" + }, + "yulab.utils": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://yulab-smu.top/" + }, + "zeallot": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/nteetor/zeallot" + }, + "zoo": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://zoo.R-Forge.R-project.org/" + } + }, + "R-bundle-CRAN/2023.12-foss-2023a": { + "abc.data": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "abc": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "abe": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "abind": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "acepack": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "adabag": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "ade4": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/adeverse/ade4" + }, + "ADGofTest": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "admisc": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/dusadrian/admisc" + }, + "aggregation": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "AICcmodavg": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "akima": { + "License": [ + "MIT-CMU" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "alabama": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "AlgDesign": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jvbraun/AlgDesign" + }, + "alluvial": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mbojan/alluvial" + }, + "AMAPVox": { + "License": [ + "CECILL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://amapvox.org" + }, + "animation": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://yihui.org/animation/" + }, + "aod": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/package=aod" + }, + "apcluster": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/UBod/apcluster" + }, + "ape": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/emmanuelparadis/ape" + }, + "aplot": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/YuLab-SMU/aplot" + }, + "argparse": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/trevorld/r-argparse" + }, + "aricode": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/jchiquet/aricode" + }, + "arm": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://CRAN.R-project.org/package=arm" + }, + "arrayhelpers": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://arrayhelpers.r-forge.r-project.org/" + }, + "asnipe": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "assertive.base": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.base" + }, + "assertive.code": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.code" + }, + "assertive.data.uk": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.data.uk" + }, + "assertive.data.us": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.data.us" + }, + "assertive.data": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.data" + }, + "assertive.datetimes": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.datetimes" + }, + "assertive.files": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.files" + }, + "assertive.matrices": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.matrices" + }, + "assertive.models": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.models" + }, + "assertive.numbers": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.numbers" + }, + "assertive.properties": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.properties" + }, + "assertive.reflection": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.reflection" + }, + "assertive.sets": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.sets" + }, + "assertive.strings": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.strings" + }, + "assertive.types": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.types" + }, + "assertive": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://bitbucket.org/richierocks/assertive" + }, + "assertthat": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "AUC": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "audio": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.rforge.net/audio/" + }, + "aws": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.wias-berlin.de/people/polzehl/" + }, + "awsMethods": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.wias-berlin.de/software/imaging/" + }, + "backports": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/backports" + }, + "bacr": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "bartMachine": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "bartMachineJARs": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "base64": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "BatchJobs": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tudo-r/BatchJobs" + }, + "batchmeans": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "BayesianTools": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/florianhartig/BayesianTools" + }, + "BayesLogit": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/jwindle/BayesLogit" + }, + "bayesm": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "BayesPen": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "bayesplot": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://mc-stan.org/bayesplot/" + }, + "BB": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.jhsph.edu/agingandhealth/People/Faculty_personal_pages/Varadhan.html" + }, + "BBmisc": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/berndbischl/BBmisc" + }, + "bbmle": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/bbolker/bbmle" + }, + "BCEE": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "BDgraph": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.uva.nl/profile/a.mohammadi" + }, + "bdsmatrix": { + "License": [ + "LGPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "beanplot": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "beeswarm": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/aroneklund/beeswarm" + }, + "berryFunctions": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/brry/berryFunctions" + }, + "betareg": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://topmodels.R-Forge.R-project.org/betareg/" + }, + "BH": { + "License": [ + "BSL-1.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/eddelbuettel/bh" + }, + "BiasedUrn": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.agner.org/random/ https://www.r-project.org/" + }, + "bibtex": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ropensci/bibtex" + }, + "BIEN": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "bigD": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rstudio/bigD" + }, + "BIGL": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/openanalytics/BIGL" + }, + "bigmemory.sri": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "bigmemory": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/kaneplusplus/bigmemory" + }, + "bindr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/krlmlr/bindr" + }, + "bindrcpp": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/krlmlr/bindrcpp" + }, + "bio3d": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bitbucket.org/Grantlab/bio3d" + }, + "biom": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "biomod2": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/biomodhub/biomod2" + }, + "bit": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/bit" + }, + "bit64": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/bit64" + }, + "bitops": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mmaechler/R-bitops" + }, + "blavaan": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/ecmerkle/blavaan" + }, + "blob": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidyverse/blob" + }, + "BMA": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/hanase/BMA" + }, + "bmp": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "bnlearn": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.bnlearn.com/" + }, + "bold": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ropensci/boldsource" + }, + "boot": { + "License": [ + "FSFUL" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "bootstrap": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://gitlab.com/scottkosty/bootstrap" + }, + "Boruta": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://gitlab.com/mbq/Boruta" + }, + "brglm": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ikosmidis/brglm" + }, + "bridgedist": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/swihart/bridgedist" + }, + "bridgesampling": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/quentingronau/bridgesampling" + }, + "brms": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/paul-buerkner/brms" + }, + "Brobdingnag": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/RobinHankin/Brobdingnag" + }, + "broom.helpers": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/larmarange/broom.helpers" + }, + "broom.mixed": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/bbolker/broom.mixed" + }, + "broom": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidymodels/broom" + }, + "bst": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Cairo": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.rforge.net/Cairo/" + }, + "calibrate": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "car": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://r-forge.r-project.org/projects/car/" + }, + "carData": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://r-forge.r-project.org/projects/car/" + }, + "caret": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/topepo/caret" + }, + "catlearn": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ajwills72/catlearn" + }, + "caTools": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "CBPS": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "celestial": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "cellranger": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rsheets/cellranger" + }, + "cgdsr": { + "License": [ + "LGPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/cBioPortal/cgdsr" + }, + "cghFLasso": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "changepoint": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rkillick/changepoint" + }, + "checkmate": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mllg/checkmate" + }, + "chemometrics": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "http://cstat.tuwien.ac.at/filz/" + }, + "chk": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/poissonconsulting/chk" + }, + "chkptstanr": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "chron": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "circlize": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jokergoo/circlize" + }, + "circular": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "class": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.stats.ox.ac.uk/pub/MASS4/" + }, + "classInt": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-spatial/classInt" + }, + "cld2": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://docs.ropensci.org/cld2/\nhttps://ropensci.r-universe.dev/cld2" + }, + "clisymbols": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/gaborcsardi/clisymbols" + }, + "clock": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/clock" + }, + "clue": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "cluster": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://svn.r-project.org/R-packages/trunk/cluster/" + }, + "clusterGeneration": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "clusterRepro": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.ncbi.nlm.nih.gov/pubmed/16613834." + }, + "clustree": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/lazappi/clustree" + }, + "clValid": { + "License": [ + "LGPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "cmna": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://jameshoward.us/cmna/" + }, + "cmprsk": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.R-project.org" + }, + "cNORM": { + "License": [ + "AGPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/WLenhard/cNORM" + }, + "cobalt": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ngreifer/cobalt" + }, + "cobs": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://curves-etc.r-forge.r-project.org/" + }, + "coda": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "codetools": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://gitlab.com/luke-tierney/codetools" + }, + "coin": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://coin.r-forge.r-project.org" + }, + "collapse": { + "License": [ + "Sendmail" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/sebkrantz/collapse" + }, + "colorspace": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://colorspace.R-Forge.R-project.org/" + }, + "colourpicker": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/daattali/colourpicker" + }, + "combinat": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "ComICS": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://dcq.tau.ac.il/ " + }, + "ComplexUpset": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/krassowski/complex-upset" + }, + "compositions": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.stat.boogaart.de/compositions/" + }, + "CompQuadForm": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "conditionz": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ropenscilabs/conditionz" + }, + "conflicted": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/conflicted" + }, + "conquer": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/XiaoouPan/conquer" + }, + "ConsRank": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.r-project.org/" + }, + "contfrac": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/RobinHankin/contfrac" + }, + "copCAR": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "copula": { + "License": [ + "MirOS" + ], + "Permission to redistribute": true, + "Retrieved from": "https://copula.r-forge.r-project.org/" + }, + "corpcor": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/strimmerlab/software" + }, + "corrplot": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/taiyun/corrplot" + }, + "covr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/covr" + }, + "CovSel": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "covsim": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "cowplot": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://wilkelab.org/cowplot/" + }, + "coxed": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jkropko/coxed" + }, + "coxme": { + "License": [ + "LGPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "crfsuite": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/bnosac/crfsuite" + }, + "crosstalk": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rstudio/crosstalk" + }, + "crul": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://docs.ropensci.org/crul/" + }, + "cSEM": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/FloSchuberth/cSEM" + }, + "csSAM": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "ctmle": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "cubature": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/bnaras/cubature" + }, + "cubelyr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/hadley/cubelyr" + }, + "cvAUC": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ledell/cvAUC" + }, + "CVST": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "CVXR": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://cvxr.rbind.io" + }, + "d3Network": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/christophergandrud/d3Network" + }, + "dagitty": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jtextor/dagitty" + }, + "data.table": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/Rdatatable/data.table" + }, + "data.tree": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/gluc/data.tree" + }, + "DataCombine": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "http://CRAN.R-project.org/package=DataCombine" + }, + "date": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "dbarts": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/vdorie/dbarts" + }, + "DBI": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/r-dbi/DBI" + }, + "dbplyr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidyverse/dbplyr" + }, + "dbscan": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mhahsler/dbscan" + }, + "dcurver": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/oguzhanogreden/dcurver" + }, + "ddalpha": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "deal": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "debugme": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/debugme" + }, + "deldir": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "dendextend": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/talgalili/dendextend" + }, + "DEoptim": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ArdiaD/DEoptim" + }, + "DEoptimR": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "svn://svn.r-forge.r-project.org/svnroot/robustbase/pkg/DEoptimR" + }, + "DepthProc": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/zzawadz/DepthProc" + }, + "Deriv": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/sgsokol/Deriv" + }, + "DescTools": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/andrisignorell/DescTools" + }, + "deSolve": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://desolve.r-forge.r-project.org/" + }, + "dfidx": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/package=dfidx" + }, + "DHARMa": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/florianhartig/DHARMa" + }, + "dHSIC": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "diagram": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "DiagrammeR": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rich-iannone/DiagrammeR" + }, + "DiceKriging": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dicekrigingclub/www" + }, + "dichromat": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "dimRed": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://www.guido-kraemer.com/software/dimred/" + }, + "diptest": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mmaechler/diptest" + }, + "DiscriMiner": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "dismo": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://rspatial.org/raster/sdm/" + }, + "distillery": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "distr": { + "License": [ + "LGPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://distr.r-forge.r-project.org/" + }, + "distrEx": { + "License": [ + "LGPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://distr.r-forge.r-project.org/" + }, + "distributional": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mitchelloharawild/distributional" + }, + "DistributionUtils": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "diveRsity": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://diversityinlife.weebly.com/" + }, + "dlm": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "DMCfun": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/igmmgi/DMCfun" + }, + "doc2vec": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/bnosac/doc2vec" + }, + "docstring": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dasonk/docstring" + }, + "doMC": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "doParallel": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/RevolutionAnalytics/doparallel" + }, + "doRNG": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/renozao/doRNG" + }, + "doSNOW": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "dotCall64": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://git.math.uzh.ch/reinhard.furrer/dotCall64" + }, + "downloader": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/wch/downloader" + }, + "dplyr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidyverse/dplyr" + }, + "dr": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/package=dr" + }, + "dreamerr": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/lrberge/dreamerr" + }, + "drgee": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "DRR": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/gdkrmr/DRR" + }, + "drugCombo": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "DT": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/rstudio/DT" + }, + "dtangle": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "dtplyr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidyverse/dtplyr" + }, + "DTRreg": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "dtw": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://dynamictimewarping.github.io/" + }, + "dummies": { + "License": [ + "Sendmail" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "dygraphs": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rstudio/dygraphs" + }, + "dynamicTreeCut": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.genetics.ucla.edu/labs/horvath/CoexpressionNetwork/BranchCutting/" + }, + "e1071": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "earth": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.milbo.users.sonic.net/earth/" + }, + "EasyABC": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://easyabc.r-forge.r-project.org/" + }, + "ECOSolveR": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/bnaras/ECOSolveR" + }, + "ellipse": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dmurdoch/ellipse" + }, + "elliptic": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/RobinHankin/elliptic" + }, + "emdbook": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.math.mcmaster.ca/bolker/emdbook" + }, + "emmeans": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rvlenth/emmeans" + }, + "emoa": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/olafmersmann/emoa" + }, + "emulator": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/RobinHankin/emulator" + }, + "energy": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mariarizzo/energy" + }, + "ENMeval": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jamiemkass/ENMeval" + }, + "entropy": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/strimmerlab/software" + }, + "EnvStats": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/alexkowa/EnvStats" + }, + "epitools": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "ergm.count": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://statnet.org" + }, + "ergm.multi": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://statnet.org" + }, + "ergm": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://statnet.org" + }, + "estimability": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/rvlenth/estimability" + }, + "EValue": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "evd": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Exact": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "expm": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://R-Forge.R-project.org/projects/expm/" + }, + "ExPosition": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/derekbeaton/ExPosition1" + }, + "expsmooth": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/robjhyndman/expsmooth" + }, + "extrafont": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/wch/extrafont" + }, + "extrafontdb": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/wch/extrafontdb" + }, + "extRemes": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "FactoMineR": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://factominer.free.fr" + }, + "FactorCopula": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "fail": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mllg/fail" + }, + "farver": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/thomasp85/farver" + }, + "fastcluster": { + "License": [ + "BSD-2-Clause-FreeBSD" + ], + "Permission to redistribute": true, + "Retrieved from": "https://danifold.net/fastcluster.html" + }, + "fastDummies": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jacobkap/fastDummies" + }, + "fasterize": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ecohealthalliance/fasterize" + }, + "fastICA": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "fastmatch": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.rforge.net/fastmatch" + }, + "fdrtool": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/strimmerlab/software" + }, + "feather": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/wesm/feather" + }, + "ff": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/truecluster/ff" + }, + "fftw": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "fftwtools": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/krahim/fftwtools" + }, + "fields": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dnychka/fieldsRPackage" + }, + "filehash": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rdpeng/filehash" + }, + "finalfit": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ewenharrison/finalfit" + }, + "findpython": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/trevorld/findpython" + }, + "fishMod": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "fitdistrplus": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/lbbe-software/fitdistrplus" + }, + "fixest": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/lrberge/fixest" + }, + "FKSUM": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "flashClust": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "flexclust": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "flexmix": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "flextable": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ardata-fr/flextable-book" + }, + "fma": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/robjhyndman/fma" + }, + "FME": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://fme.r-forge.r-project.org/" + }, + "fmri": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.wias-berlin.de/software/imaging/" + }, + "FNN": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "fontBitstreamVera": { + "License": [ + "MirOS" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "fontLiberation": { + "License": [ + "MIT-feh" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "fontquiver": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "forcats": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidyverse/forcats" + }, + "foreach": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/RevolutionAnalytics/foreach" + }, + "forecast": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/robjhyndman/forecast" + }, + "foreign": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://svn.r-project.org/R-packages/trunk/foreign/" + }, + "formatR": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/yihui/formatR" + }, + "formula.tools": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/decisionpatterns/formula.tools" + }, + "Formula": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "fossil": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://matthewvavrek.com/programs-and-code/fossil/" + }, + "fpc": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.unibo.it/sitoweb/christian.hennig/en/" + }, + "fpp": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://otexts.com/fpp/" + }, + "fracdiff": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mmaechler/fracdiff" + }, + "furrr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/DavisVaughan/furrr" + }, + "futile.logger": { + "License": [ + "LGPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "futile.options": { + "License": [ + "LGPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "future.apply": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/futureverse/future.apply" + }, + "future": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/futureverse/future" + }, + "gam": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "gamlss.data": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.gamlss.com/" + }, + "gamlss.dist": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.gamlss.com/" + }, + "gamlss.tr": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.gamlss.com/" + }, + "gamlss": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.gamlss.com/" + }, + "gamm4": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "gap.datasets": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jinghuazhao/R" + }, + "gap": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jinghuazhao/R" + }, + "gapfill": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/florafauna/gapfill" + }, + "gargle": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/gargle" + }, + "gaussquad": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "gbm": { + "License": [ + "Sendmail" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/gbm-developers/gbm" + }, + "gbRd": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "gclus": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "gdalUtils": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/gearslaboratory/gdalUtils" + }, + "gdata": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-gregmisc/gdata" + }, + "gdistance": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/AgrDataSci/gdistance" + }, + "gdtools": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/davidgohel/gdtools" + }, + "gee": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "geeM": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "geepack": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "geex": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/bsaul/geex" + }, + "geiger": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "GeneNet": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/strimmerlab/software" + }, + "generics": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/generics" + }, + "genoPlotR": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://genoplotr.r-forge.r-project.org/" + }, + "GenSA": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "geojsonsf": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/SymbolixAU/geojsonsf" + }, + "geometries": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dcooley/geometries" + }, + "geometry": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/davidcsterratt/geometry" + }, + "getopt": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/trevorld/r-getopt" + }, + "GetoptLong": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jokergoo/GetoptLong" + }, + "gfonts": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dreamrs/gfonts" + }, + "GGally": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ggobi/ggally" + }, + "ggbeeswarm": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/eclarke/ggbeeswarm" + }, + "ggdag": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-causal/ggdag" + }, + "ggdist": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/mjskay/ggdist" + }, + "ggExtra": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/daattali/ggExtra" + }, + "ggfan": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/jasonhilton/ggfan" + }, + "ggforce": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/thomasp85/ggforce" + }, + "ggformula": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ProjectMOSAIC/ggformula" + }, + "ggfun": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/YuLab-SMU/ggfun" + }, + "ggh4x": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/teunbrand/ggh4x" + }, + "ggnetwork": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/briatte/ggnetwork" + }, + "ggplot2": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidyverse/ggplot2" + }, + "ggplotify": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/GuangchuangYu/ggplotify" + }, + "ggpubr": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://rpkgs.datanovia.com/ggpubr/" + }, + "ggraph": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/thomasp85/ggraph" + }, + "ggrepel": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/slowkow/ggrepel" + }, + "ggridges": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://wilkelab.org/ggridges/" + }, + "ggsci": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/nanxstats/ggsci" + }, + "ggsignif": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/const-ae/ggsignif" + }, + "ggstance": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/lionel-/ggstance" + }, + "ggstats": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/larmarange/ggstats" + }, + "ggvenn": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "ggvis": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://ggvis.rstudio.com/" + }, + "GillespieSSA": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/rcannood/GillespieSSA" + }, + "git2r": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ropensci/git2r" + }, + "GJRM": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.ucl.ac.uk/statistics/people/giampieromarra" + }, + "glasso": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www-stat.stanford.edu/~tibs/glasso" + }, + "gld": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/newystats/gld" + }, + "gllvm": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jenniniku/gllvm" + }, + "glmmML": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "glmmTMB": { + "License": [ + "AGPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/glmmTMB/glmmTMB" + }, + "glmnet": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://glmnet.stanford.edu" + }, + "GlobalOptions": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jokergoo/GlobalOptions" + }, + "globals": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/futureverse/globals" + }, + "gmm": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "gmodels": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-gregmisc/gmodels" + }, + "gmp": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://forgemia.inra.fr/sylvain.jasson/gmp" + }, + "gnumeric": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "goftest": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/baddstats/goftest" + }, + "gomms": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "googledrive": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidyverse/googledrive" + }, + "googlesheets4": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidyverse/googlesheets4" + }, + "gower": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/markvanderloo/gower" + }, + "GPArotation": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://optimizer.r-forge.r-project.org/GPArotation_www/" + }, + "gplots": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/talgalili/gplots" + }, + "graphlayouts": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/schochastics/graphlayouts" + }, + "grf": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/grf-labs/grf" + }, + "gridBase": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "gridExtra": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "gridGraphics": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pmur002/gridgraphics" + }, + "grImport2": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://r-forge.r-project.org/projects/grimport/" + }, + "grpreg": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pbreheny/grpreg" + }, + "GSA": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://tibshirani.su.domains/GSA/" + }, + "gsalib": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/broadinstitute/gsalib" + }, + "gsl": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/RobinHankin/gsl" + }, + "gsw": { + "License": [ + "Sendmail" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/teos-10/GSW-R" + }, + "gt": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rstudio/gt" + }, + "gtable": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/gtable" + }, + "gtools": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-gregmisc/gtools" + }, + "gtsummary": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ddsjoberg/gtsummary" + }, + "GUTS": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "gWidgets2": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/gWidgets3/gWidgets2" + }, + "gWidgets2tcltk": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jverzani/gWidgets2tcltk" + }, + "GxEScanR": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "h2o": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/h2oai/h2o-3" + }, + "hal9001": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tlverse/hal9001" + }, + "haldensify": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/nhejazi/haldensify" + }, + "hardhat": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidymodels/hardhat" + }, + "harmony": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/immunogenomics/harmony" + }, + "hash": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.johnhughes.org" + }, + "haven": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/WizardMac/ReadStat" + }, + "hdf5r": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/hhoeflin/hdf5r" + }, + "hdm": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "heatmap3": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "here": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/here" + }, + "hexbin": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/edzer/hexbin" + }, + "HGNChelper": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/waldronlab/HGNChelper" + }, + "HiddenMarkov": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.statsresearch.co.nz/dsh/sslib/" + }, + "Hmisc": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://hbiostat.org/R/Hmisc/" + }, + "hms": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidyverse/hms" + }, + "Hmsc": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://www.helsinki.fi/en/researchgroups/statistical-ecology/software/hmsc" + }, + "htmlTable": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://gforge.se/packages/" + }, + "httpcode": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/sckott/httpcode" + }, + "huge": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "hunspell": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://docs.ropensci.org/hunspell/\nhttps://ropensci.r-universe.dev/hunspell" + }, + "hwriter": { + "License": [ + "LGPL-2.1" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "HWxtest": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "hypergeo": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "ica": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "IDPmisc": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "idr": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "ids": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/richfitz/ids" + }, + "ie2misc": { + "License": [ + "CC0-1.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://gitlab.com/iembry/ie2misc" + }, + "igraph": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://r.igraph.org/" + }, + "image.binarization": { + "License": [ + "MPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/DIGI-VUB/image.binarization" + }, + "imager": { + "License": [ + "LGPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/asgr/imager" + }, + "imagerExtra": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ShotaOchi/imagerExtra" + }, + "ineq": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "influenceR": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/khanna-lab/influenceR" + }, + "infotheo": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "http://homepage.meyerp.com/software" + }, + "inline": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/eddelbuettel/inline" + }, + "intergraph": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mbojan/intergraph" + }, + "interp": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "interpretR": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "intrinsicDimension": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "inum": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "ipred": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "irace": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mlopez-ibanez/irace" + }, + "irlba": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/bwlewis/irlba" + }, + "ismev": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.ral.ucar.edu/~ericg/softextreme.php" + }, + "Iso": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "isoband": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://isoband.r-lib.org" + }, + "ISOcodes": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "ISOweek": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "iterators": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/RevolutionAnalytics/iterators" + }, + "itertools": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "JADE": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "janeaustenr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/juliasilge/janeaustenr" + }, + "JBTools": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "jiebaR": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/qinwf/jiebaR" + }, + "jiebaRD": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/qinwf/jiebaRD" + }, + "jomo": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "jpeg": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.rforge.net/jpeg/" + }, + "jsonify": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "jstable": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jinseob2kim/jstable" + }, + "juicyjuice": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rich-iannone/juicyjuice" + }, + "kde1d": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tnagler/kde1d" + }, + "kedd": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://gitlab.com/iagogv/kedd" + }, + "kernlab": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "KernSmooth": { + "License": [ + "FSFUL" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "kinship2": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/package=kinship2" + }, + "klaR": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://statistik.tu-dortmund.de" + }, + "KODAMA": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "kohonen": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "ks": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.mvstat.net/mvksa/" + }, + "labdsv": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "labeling": { + "License": [ + "FSFUL" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "labelled": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/larmarange/labelled" + }, + "laeken": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "lambda.r": { + "License": [ + "LGPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "LaplacesDemon": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/LaplacesDemonR/LaplacesDemon" + }, + "lars": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://doi.org/10.1214/009053604000000067" + }, + "lassosum": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "lattice": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://lattice.r-forge.r-project.org/" + }, + "latticeExtra": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://latticeextra.r-forge.r-project.org/" + }, + "lava": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/kkholst/lava" + }, + "lavaan": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://lavaan.ugent.be" + }, + "lazy": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "lazyeval": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "LCFdata": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "lda": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "ldbounds": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "leafem": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-spatial/leafem" + }, + "leaflet.providers": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rstudio/leaflet.providers" + }, + "leaflet": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rstudio/leaflet" + }, + "leafsync": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-spatial/leafsync" + }, + "leaps": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "LearnBayes": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "leiden": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/TomKellyGenetics/leiden" + }, + "lhs": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/bertcarnell/lhs" + }, + "libcoin": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "limSolve": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "linkcomm": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/alextkalinka/linkcomm" + }, + "linprog": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://linprog.r-forge.r-project.org/" + }, + "liquidSVM": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "listenv": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/HenrikBengtsson/listenv" + }, + "lme4": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/lme4/lme4" + }, + "LMERConvenienceFunctions": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "lmerTest": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/runehaubo/lmerTestR" + }, + "lmom": { + "License": [ + "CPL-1.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Lmoments": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://users.jyu.fi/~jutakarv/" + }, + "lmtest": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "lobstr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/lobstr" + }, + "locfdr": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "locfit": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "logcondens": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.kasparrufibach.ch " + }, + "logger": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/daroczig/logger" + }, + "logistf": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://cemsiis.meduniwien.ac.at/en/kb/science-research/software/statistical-software/firth-correction/" + }, + "logspline": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "longitudinal": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/strimmerlab/software" + }, + "longmemo": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "loo": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://mc-stan.org/loo/" + }, + "lpSolve": { + "License": [ + "LGPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/gaborcsardi/lpSolve" + }, + "lpSolveAPI": { + "License": [ + "LGPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "lqa": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "lsei": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.stat.auckland.ac.nz/~yongwang/" + }, + "lslx": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/psyphh/lslx" + }, + "lubridate": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidyverse/lubridate" + }, + "lwgeom": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-spatial/lwgeom" + }, + "magic": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/RobinHankin/magic" + }, + "magick": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://docs.ropensci.org/magick/\nhttps://ropensci.r-universe.dev/magick" + }, + "MALDIquant": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/strimmerlab/software" + }, + "manipulateWidget": { + "License": [ + "Sendmail" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/rte-antares-rpackage/manipulateWidget" + }, + "mapproj": { + "License": [ + "LPL-1.02" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "maps": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "maptools": { + "License": [ + "CNRI-Python-GPL-Compatible", + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "http://maptools.r-forge.r-project.org/" + }, + "markdown": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rstudio/markdown" + }, + "MASS": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.stats.ox.ac.uk/pub/MASS4/" + }, + "Matching": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/JasjeetSekhon/Matching" + }, + "MatchIt": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/kosukeimai/MatchIt" + }, + "mathjaxr": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/wviechtb/mathjaxr" + }, + "matlab": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/package=matlab" + }, + "Matrix": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://Matrix.R-forge.R-project.org" + }, + "matrixcalc": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/TomKellyGenetics/matrixcalc" + }, + "MatrixModels": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://Matrix.R-forge.R-project.org/" + }, + "matrixStats": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/HenrikBengtsson/matrixStats" + }, + "maxLik": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "maxlike": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "maxnet": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mrmaxent/maxnet" + }, + "mboost": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/boost-R/mboost" + }, + "mclogit": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/melff/mclogit" + }, + "mclust": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mclust-org/mclust" + }, + "mcmc": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/cjgeyer/mcmc" + }, + "MCMCpack": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://CRAN.R-project.org/package=MCMCpack" + }, + "mcmcse": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "mda": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "medflex": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jmpsteen/medflex" + }, + "mediation": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://imai.princeton.edu/projects/mechanisms.html" + }, + "memisc": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/melff/memisc" + }, + "memuse": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/shinra-dev/memuse" + }, + "MESS": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ekstroem/MESS" + }, + "metadat": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/wviechtb/metadat" + }, + "metafor": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/wviechtb/metafor" + }, + "MetaUtility": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "mets": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/kkholst/mets" + }, + "mgcv": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "mgsub": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/bmewing/mgsub" + }, + "mhsmm": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "mi": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.stat.columbia.edu/~gelman/" + }, + "mice": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/amices/mice" + }, + "miceadds": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/alexanderrobitzsch/miceadds" + }, + "microbenchmark": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/joshuaulrich/microbenchmark" + }, + "MIIVsem": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/zackfisher/MIIVsem" + }, + "minerva": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.r-project.org" + }, + "minpack.lm": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "minqa": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://optimizer.r-forge.r-project.org" + }, + "mirt": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/philchalmers/mirt" + }, + "misc3d": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://gitlab.com/luke-tierney/misc3d" + }, + "miscTools": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/arne-henningsen/miscTools" + }, + "missForest": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/stekhoven/missForest" + }, + "missMDA": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://factominer.free.fr/missMDA/index.html" + }, + "mitml": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/simongrund1/mitml" + }, + "mitools": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "mixtools": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dsy109/mixtools" + }, + "mlbench": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "mlegp": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "MLmetrics": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/yanyachen/MLmetrics" + }, + "mlogit": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/package=mlogit" + }, + "mlr": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mlr-org/mlr" + }, + "mlrMBO": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mlr-org/mlrMBO" + }, + "mltools": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ben519/mltools" + }, + "mnormt": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://azzalini.stat.unipd.it/SW/Pkg-mnormt/" + }, + "ModelMetrics": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "modelr": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidyverse/modelr" + }, + "modeltools": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "momentfit": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "moments": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.r-project.org" + }, + "MonteCarlo": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/FunWithR/MonteCarlo" + }, + "mosaicCore": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ProjectMOSAIC/mosaicCore" + }, + "mpath": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/zhuwang46/mpath" + }, + "mRMRe": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.pmgenomics.ca/bhklab/" + }, + "msm": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/chjackson/msm" + }, + "mstate": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/hputter/mstate" + }, + "multcomp": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://multcomp.R-forge.R-project.org" + }, + "multcompView": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "multicool": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jmcurran/multicool" + }, + "multipol": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "munsell": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/cwickham/munsell" + }, + "mvabund": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "mvnfast": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mfasiolo/mvnfast" + }, + "mvtnorm": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://mvtnorm.R-forge.R-project.org" + }, + "nabor": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jefferis/nabor" + }, + "naniar": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/njtierney/naniar" + }, + "natserv": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ropensci/natserv" + }, + "naturalsort": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/kos59125/naturalsort" + }, + "ncbit": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "ncdf4": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://cirrus.ucsd.edu/~pierce/ncdf/" + }, + "NCmisc": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "network": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://statnet.org/" + }, + "networkDynamic": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://statnet.org/" + }, + "networkLite": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/EpiModel/networkLite" + }, + "neuralnet": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/bips-hb/neuralnet" + }, + "neuRosim": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "ngspatial": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "NISTunits": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "nleqslv": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "nlme": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://svn.r-project.org/R-packages/trunk/nlme/" + }, + "nloptr": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/astamm/nloptr" + }, + "NLP": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "nlsem": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/nwickel/nlsem" + }, + "nnet": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.stats.ox.ac.uk/pub/MASS4/" + }, + "nnls": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "nonnest2": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/qpsy/nonnest2" + }, + "nor1mix": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://curves-etc.r-forge.r-project.org/" + }, + "norm": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "nortest": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "np": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/JeffreyRacine/R-Package-np" + }, + "npsurv": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.stat.auckland.ac.nz/~yongwang/" + }, + "numDeriv": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://optimizer.r-forge.r-project.org/" + }, + "oai": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ropensci/oai" + }, + "oce": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dankelley/oce" + }, + "OceanView": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "oddsratio": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pat-s/oddsratio" + }, + "officer": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ardata-fr/officeverse" + }, + "openair": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/davidcarslaw/openair" + }, + "OpenMx": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/OpenMx/OpenMx" + }, + "openxlsx": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ycphs/openxlsx" + }, + "operator.tools": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/decisionpatterns/operator.tools" + }, + "optextras": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "optimParallel": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/florafauna/optimParallel-R" + }, + "optimr": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "optimx": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/nashjc/optimx" + }, + "optmatch": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/markmfredrickson/optmatch" + }, + "optparse": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/trevorld/r-optparse" + }, + "ordinal": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/runehaubo/ordinal" + }, + "origami": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://tlverse.org/origami/" + }, + "oro.nifti": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://rigorousanalytics.blogspot.com" + }, + "orthopolynom": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "osqp": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://osqp.org" + }, + "outliers": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.R-project.org" + }, + "packrat": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rstudio/packrat" + }, + "pacman": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/trinker/pacman" + }, + "pammtools": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/adibender/pammtools" + }, + "pamr": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "pan": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "parallelDist": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/alexeckert/parallelDist" + }, + "parallelly": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/futureverse/parallelly" + }, + "parallelMap": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mlr-org/parallelMap" + }, + "ParamHelpers": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mlr-org/ParamHelpers" + }, + "parsedate": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/gaborcsardi/parsedate" + }, + "party": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://party.R-forge.R-project.org" + }, + "partykit": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://partykit.r-forge.r-project.org/partykit/" + }, + "pastecs": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/SciViews/pastecs" + }, + "patchwork": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/thomasp85/patchwork" + }, + "pbapply": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/psolymos/pbapply" + }, + "pbivnorm": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/brentonk/pbivnorm" + }, + "pbkrtest": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://people.math.aau.dk/~sorenh/software/pbkrtest/" + }, + "PCAmatchR": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/machiela-lab/PCAmatchR" + }, + "pcaPP": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/valentint/pcaPP" + }, + "pdp": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/bgreenwell/pdp" + }, + "PearsonDS": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "pec": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "penalized": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "penfa": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/egeminiani/penfa" + }, + "peperr": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/fbertran/peperr" + }, + "PermAlgo": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "permute": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/gavinsimpson/permute" + }, + "phangorn": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/KlausVigo/phangorn" + }, + "pheatmap": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "phylobase": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/fmichonneau/phylobase" + }, + "phytools": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/liamrevell/phytools" + }, + "pim": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/CenterForStatistics-UGent/pim" + }, + "pinfsc50": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "pixmap": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "pkgmaker": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/renozao/pkgmaker" + }, + "plogr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/krlmlr/plogr" + }, + "plot3D": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "plot3Drgl": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "plotly": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://plotly-r.com" + }, + "plotmo": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.milbo.users.sonic.net" + }, + "plotrix": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dmurdoch/plotrix" + }, + "pls": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/khliland/pls" + }, + "plyr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/hadley/plyr" + }, + "PMA": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/bnaras/PMA" + }, + "png": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.rforge.net/png/" + }, + "PoissonSeq": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "poLCA": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dlinzer/poLCA" + }, + "polspline": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Polychrome": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://oompa.r-forge.r-project.org/" + }, + "polyclip": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/baddstats/polyclip" + }, + "polycor": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://r-forge.r-project.org/projects/polycor/" + }, + "polynom": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "posterior": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://mc-stan.org/posterior/" + }, + "ppcor": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "prabclus": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.unibo.it/sitoweb/christian.hennig/en/" + }, + "pracma": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "PresenceAbsence": { + "License": [ + "FSFUL" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "preseqR": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "prettyGraphs": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/derekbeaton/ExPosition1" + }, + "princurve": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rcannood/princurve" + }, + "pROC": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/xrobin/pROC" + }, + "prodlim": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tagteam/prodlim" + }, + "profileModel": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ikosmidis/profileModel" + }, + "proftools": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "progress": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/progress" + }, + "progressr": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/futureverse/progressr" + }, + "projpred": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://mc-stan.org/projpred/" + }, + "proto": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/hadley/proto" + }, + "proxy": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "proxyC": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/koheiw/proxyC" + }, + "pryr": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/hadley/pryr" + }, + "pscl": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/atahk/pscl" + }, + "pspline": { + "License": [ + "FSFUL" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "psych": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://personality-project.org/r/psych/\nhttps://personality-project.org/r/psych-manual.pdf" + }, + "Publish": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "pulsar": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/zdk123/pulsar" + }, + "pvclust": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://stat.sys.i.kyoto-u.ac.jp/prog/pvclust/" + }, + "qgam": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "qgraph": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/SachaEpskamp/qgraph" + }, + "qqman": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/stephenturner/qqman" + }, + "qrnn": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "quadprog": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "quanteda": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://quanteda.io" + }, + "quantmod": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/joshuaulrich/quantmod" + }, + "quantreg": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.r-project.org" + }, + "questionr": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/juba/questionr" + }, + "QuickJSR": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/andrjohns/QuickJSR" + }, + "R.cache": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/HenrikBengtsson/R.cache" + }, + "R.matlab": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/HenrikBengtsson/R.matlab" + }, + "R.methodsS3": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/HenrikBengtsson/R.methodsS3" + }, + "R.oo": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/HenrikBengtsson/R.oo" + }, + "R.rsp": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/henrikbengtsson/R.rsp" + }, + "R.utils": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/henrikbengtsson/R.utils" + }, + "R2WinBUGS": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "random": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.random.org" + }, + "randomForest": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.stat.berkeley.edu/~breiman/RandomForests/" + }, + "randomForestSRC": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://www.randomforestsrc.org/ https://ishwaran.org/" + }, + "randtoolbox": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://r-forge.r-project.org/projects/rmetrics/" + }, + "rangeModelMetadata": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "ranger": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/imbs-hl/ranger" + }, + "RANN": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/jefferislab/RANN" + }, + "rapidjsonr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "rARPACK": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/yixuan/rARPACK" + }, + "raster": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://rspatial.org/raster" + }, + "rasterVis": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/oscarperpinan/rastervis" + }, + "ratelimitr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tarakc02/ratelimitr" + }, + "RBesT": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://opensource.nibr.com/RBesT/" + }, + "rbibutils": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/geobosh/rbibutils" + }, + "rbison": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ropensci/rbisondevel" + }, + "Rborist": { + "License": [ + "SimPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/suiji/Rborist.CRAN" + }, + "RCAL": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.stat.rutgers.edu/~ztan" + }, + "Rcgmin": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "RCircos": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/hzhanghenry/RCircos" + }, + "RColorBrewer": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "RcppArmadillo": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/RcppCore/RcppArmadillo" + }, + "RcppEigen": { + "License": [ + "Sendmail" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/RcppCore/RcppEigen" + }, + "RcppGSL": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/eddelbuettel/rcppgsl" + }, + "RcppParallel": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/rcppcore/RcppParallel" + }, + "RcppProgress": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/kforner/rcpp_progress" + }, + "RcppRoll": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "RcppThread": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tnagler/RcppThread" + }, + "RcppTOML": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://dirk.eddelbuettel.com/code/rcpp.toml.html" + }, + "RCurl": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "rda": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/valentint/rda" + }, + "Rdpack": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/geobosh/Rdpack" + }, + "rdrop2": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/karthik/rdrop2" + }, + "reactable": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/glin/reactable" + }, + "reactR": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/react-R/reactR" + }, + "readbitmap": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jefferis/readbitmap" + }, + "reader": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "readODS": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ropensci/readODS" + }, + "readr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidyverse/readr" + }, + "readxl": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidyverse/readxl" + }, + "rebird": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ropensci/rebird" + }, + "recipes": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidymodels/recipes" + }, + "RefFreeEWAS": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "registry": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "regsem": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Rjacobucci/regsem" + }, + "relsurv": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "rematch": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/gaborcsardi/rematch" + }, + "rentrez": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/docs.ropensci.org/rentrez" + }, + "renv": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rstudio/renv" + }, + "reprex": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidyverse/reprex" + }, + "resample": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "reshape": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "http://had.co.nz/reshape" + }, + "reshape2": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/hadley/reshape" + }, + "reticulate": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rstudio/reticulate" + }, + "rex": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/kevinushey/rex" + }, + "rgbif": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ropensci/rgbifdevel" + }, + "RGCCA": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rgcca-factory/RGCCA" + }, + "rgdal": { + "License": [ + "CNRI-Python-GPL-Compatible", + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "http://rgdal.r-forge.r-project.org" + }, + "rgeos": { + "License": [ + "CNRI-Python-GPL-Compatible", + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://r-forge.r-project.org/projects/rgeos/ https://libgeos.org\nhttp://rgeos.r-forge.r-project.org/index.html" + }, + "rgexf": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/gvegayon/rgexf" + }, + "rgl": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dmurdoch/rgl" + }, + "Rglpk": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://R-Forge.R-project.org/projects/rglp/" + }, + "rhandsontable": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jrowen/rhandsontable" + }, + "RhpcBLASctl": { + "License": [ + "AGPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://prs.ism.ac.jp/~nakama/Rhpc/" + }, + "ridge": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/SteffenMoritz/ridge" + }, + "ridigbio": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/iDigBio/ridigbio" + }, + "RInside": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/eddelbuettel/rinside" + }, + "rio": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/gesistsa/rio" + }, + "riskRegression": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tagteam/riskRegression" + }, + "ritis": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ropensci/ritisdevel" + }, + "RItools": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/package=RItools" + }, + "rJava": { + "License": [ + "LGPL-2.1" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.rforge.net/rJava/" + }, + "rjson": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/alexcb/rjson" + }, + "RJSONIO": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "rle": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/statnet/rle" + }, + "rlecuyer": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.iro.umontreal.ca/~lecuyer/myftp/papers/streams00.pdf" + }, + "rlemon": { + "License": [ + "BSL-1.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://errickson.net/rlemon/" + }, + "rlist": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/renkun-ken/rlist" + }, + "rmeta": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Rmpfr": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://rmpfr.r-forge.r-project.org/" + }, + "rms": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/harrelfe/rms" + }, + "RMTstat": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/evanbiederstedt/RMTstat" + }, + "rncl": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/fmichonneau/rncl" + }, + "rnetcarto": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "RNeXML": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ropensci/RNeXML" + }, + "rngtools": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/renozao/rngtools" + }, + "rngWELL": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "RNifti": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jonclayden/RNifti" + }, + "robustbase": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://robustbase.R-forge.R-project.org/" + }, + "ROCR": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ipa-tys/ROCR" + }, + "ROI.plugin.glpk": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://roi.r-forge.r-project.org/" + }, + "ROI": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://roi.r-forge.r-project.org/" + }, + "Rook": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/evanbiederstedt/rook" + }, + "rootSolve": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "roptim": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ypan1988/roptim" + }, + "rotl": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ropensci/rotl" + }, + "rpact": { + "License": [ + "LGPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.rpact.org" + }, + "rpart": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/bethatkinson/rpart" + }, + "rpf": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/jpritikin/rpf" + }, + "RPMM": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "RPostgreSQL": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/tomoakin/RPostgreSQL" + }, + "rrcov": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/valentint/rrcov" + }, + "rredlist": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ropensci/rredlist" + }, + "rsample": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidymodels/rsample" + }, + "rsconnect": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rstudio/rsconnect" + }, + "Rserve": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://www.rforge.net/Rserve/" + }, + "RSNNS": { + "License": [ + "Sendmail" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/cbergmeir/RSNNS" + }, + "Rsolnp": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "RSpectra": { + "License": [ + "MulanPSL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/yixuan/RSpectra" + }, + "RSQLite": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/r-dbi/RSQLite" + }, + "Rssa": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/asl/rssa" + }, + "rstan": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://mc-stan.org/rstan/" + }, + "rstantools": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://mc-stan.org/rstantools/" + }, + "rstatix": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://rpkgs.datanovia.com/rstatix/" + }, + "rtdists": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/rtdists/rtdists" + }, + "Rtsne": { + "License": [ + "MIT-feh" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/jkrijthe/Rtsne" + }, + "Rttf2pt1": { + "License": [ + "MIT-feh" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/wch/Rttf2pt1" + }, + "RUnit": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "ruv": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www-personal.umich.edu/~johanngb/ruv/" + }, + "rvertnet": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ropensci/rvertnet" + }, + "rvest": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidyverse/rvest" + }, + "rvinecopulib": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/vinecopulib/rvinecopulib" + }, + "Rvmmin": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "RWeka": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "RWekajars": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "s2": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-spatial/s2" + }, + "sampling": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "sandwich": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://sandwich.R-Forge.R-project.org/" + }, + "SBdecomp": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "scales": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/scales" + }, + "scam": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "scatterpie": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "scatterplot3d": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "scs": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/FlorianSchwendinger/scs" + }, + "sctransform": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/satijalab/sctransform" + }, + "SDMTools": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "seewave": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://rug.mnhn.fr/seewave/" + }, + "segmented": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "selectr": { + "License": [ + "MirOS" + ], + "Permission to redistribute": true, + "Retrieved from": "https://sjp.co.nz/projects/selectr" + }, + "sem": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://CRAN.R-project.org/package=sem" + }, + "semPLS": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "semTools": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/simsem/semTools" + }, + "sendmailR": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/olafmersmann/sendmailR" + }, + "sensemakr": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/carloscinelli/sensemakr" + }, + "sentometrics": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://sentometrics-research.com/sentometrics/" + }, + "seqinr": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/lbbe-software/seqinr" + }, + "servr": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/yihui/servr" + }, + "setRNG": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "http://distr.r-forge.r-project.org/" + }, + "sf": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/r-spatial/sf" + }, + "sfheaders": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dcooley/sfheaders" + }, + "sfsmisc": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mmaechler/sfsmisc" + }, + "shadowtext": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/GuangchuangYu/shadowtext" + }, + "shape": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "shapefiles": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "shinycssloaders": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/daattali/shinycssloaders" + }, + "shinydashboard": { + "License": [ + "Sendmail" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/rstudio/shinydashboard" + }, + "shinyjs": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://deanattali.com/shinyjs/" + }, + "shinystan": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://mc-stan.org/shinystan/" + }, + "shinythemes": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/rstudio/shinythemes" + }, + "signal": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://signal.R-forge.R-project.org" + }, + "SignifReg": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "simex": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/wolfganglederer/simex" + }, + "SimSeq": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "SKAT": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "slam": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "slider": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/slider" + }, + "sm": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "smoof": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jakobbossek/smoof" + }, + "smoother": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "sn": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://azzalini.stat.unipd.it/SN/" + }, + "sna": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://statnet.org" + }, + "SNFtool": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "snow": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "SnowballC": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/nalimilan/R.TeMiS" + }, + "snowfall": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "SOAR": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "solrium": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ropensci/solriumdevel" + }, + "som": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "soundecology": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ljvillanueva/soundecology" + }, + "sp": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/edzer/sp" + }, + "spaa": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/helixcn/spaa" + }, + "spam": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.math.uzh.ch/pages/spam/" + }, + "spaMM": { + "License": [ + "CECILL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.r-project.org" + }, + "SparseM": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.econ.uiuc.edu/~roger/research/sparse/sparse.html" + }, + "SPAtest": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "spatial": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.stats.ox.ac.uk/pub/MASS4/" + }, + "spatstat.core": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://spatstat.org/" + }, + "spatstat.data": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://spatstat.org/" + }, + "spatstat.explore": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://spatstat.org/" + }, + "spatstat.geom": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://spatstat.org/" + }, + "spatstat.linnet": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://spatstat.org/" + }, + "spatstat.model": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://spatstat.org/" + }, + "spatstat.random": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://spatstat.org/" + }, + "spatstat.sparse": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://spatstat.org/" + }, + "spatstat.utils": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://spatstat.org/" + }, + "spatstat": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://spatstat.org/" + }, + "spData": { + "License": [ + "CC0-1.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://jakubnowosad.com/spData/" + }, + "spdep": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-spatial/spdep" + }, + "splitstackshape": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mrdwab/splitstackshape" + }, + "spls": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "spocc": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ropensci/spoccdevel" + }, + "spThin": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mlammens/spThin" + }, + "SQUAREM": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://coah.jhu.edu/people/Faculty_personal_Pages/Varadhan.html" + }, + "stabledist": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://r-forge.r-project.org/scm/viewvc.php/pkg/stabledist/?root=rmetrics" + }, + "stabs": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/hofnerb/stabs" + }, + "StanHeaders": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://mc-stan.org/" + }, + "stargazer": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "stars": { + "License": [ + "Apache-1.1" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-spatial/stars" + }, + "startupmsg": { + "License": [ + "LGPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "StatMatch": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/marcellodo/StatMatch" + }, + "statmod": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "statnet.common": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://statnet.org" + }, + "statnet": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "http://statnet.org" + }, + "stdReg": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "stopwords": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/quanteda/stopwords" + }, + "stringdist": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/markvanderloo/stringdist" + }, + "stringmagic": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/lrberge/stringmagic" + }, + "strucchange": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "styler": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/styler" + }, + "subplex": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/kingaa/subplex" + }, + "SuperLearner": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ecpolley/SuperLearner" + }, + "SuppDists": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "survey": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://r-survey.r-forge.r-project.org/survey/" + }, + "survival": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/therneau/survival" + }, + "survivalROC": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "svd": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/asl/svd" + }, + "svglite": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/svglite" + }, + "svUnit": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/SciViews/svUnit" + }, + "swagger": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rstudio/swagger" + }, + "symmoments": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "tableone": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/kaz-yos/tableone" + }, + "tabletools": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "tau": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "taxize": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://docs.ropensci.org/taxize/ (website)" + }, + "tcltk2": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "http://www.sciviews.org/SciViews-R" + }, + "tclust": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/valentint/tclust" + }, + "TeachingDemos": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "tensor": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "tensorA": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.stat.boogaart.de/tensorA/" + }, + "tergm": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://statnet.org" + }, + "terra": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/rspatial/terra" + }, + "testit": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/yihui/testit" + }, + "textcat": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "textplot": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/bnosac/textplot" + }, + "TFisher": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "TH.data": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "threejs": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/bwlewis/rthreejs" + }, + "tictoc": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jabiru/tictoc" + }, + "tidybayes": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/mjskay/tidybayes" + }, + "tidygraph": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/thomasp85/tidygraph" + }, + "tidyr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidyverse/tidyr" + }, + "tidyselect": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/tidyselect" + }, + "tidytext": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/juliasilge/tidytext" + }, + "tidytree": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.amazon.com/Integration-Manipulation-Visualization-Phylogenetic-Computational-ebook/dp/B0B5NLZR1Z/" + }, + "tidyverse": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidyverse/tidyverse" + }, + "tiff": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.rforge.net/tiff/" + }, + "timechange": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/vspinu/timechange" + }, + "timeDate": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/geobosh/timeDateDoc" + }, + "timereg": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/scheike/timereg" + }, + "tkrplot": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "tm": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://tm.r-forge.r-project.org/" + }, + "tmap": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-tmap/tmap" + }, + "tmaptools": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-tmap/tmaptools" + }, + "TMB": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/kaskr/adcomp" + }, + "tmle": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://CRAN.R-project.org/package=tmle" + }, + "tmvnsim": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.r-project.org" + }, + "tmvtnorm": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.r-project.org" + }, + "tokenizers": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ropensci/tokenizers" + }, + "topicmodels": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "TraMineR": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://traminer.unige.ch" + }, + "tree": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "triebeard": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Ironholds/triebeard" + }, + "trimcluster": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.homepages.ucl.ac.uk/~ucakche/" + }, + "tripack": { + "License": [ + "MIT-CMU" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "TruncatedNormal": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/lbelzile/TruncatedNormal" + }, + "truncnorm": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/olafmersmann/truncnorm" + }, + "trust": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.stat.umn.edu/geyer/trust/" + }, + "tseries": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "tseriesChaos": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "tsna": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://statnet.org/" + }, + "tsne": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jdonaldson/rtsne" + }, + "TTR": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/joshuaulrich/TTR" + }, + "tuneR": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://tuner.R-forge.R-project.org" + }, + "twang": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "tweedie": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "tweenr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/thomasp85/tweenr" + }, + "tzdb": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/tzdb" + }, + "ucminf": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/hdakpo/ucminf" + }, + "udpipe": { + "License": [ + "MPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/bnosac/udpipe" + }, + "umap": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tkonopka/umap" + }, + "unbalanced": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "unikn": { + "License": [ + "CC-BY-SA-4.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://CRAN.R-project.org/package=unikn" + }, + "uniqueAtomMat": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "units": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-quantities/units" + }, + "unmarked": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/biodiverse/unmarked" + }, + "UpSetR": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/hms-dbmi/UpSetR" + }, + "urca": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "urltools": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Ironholds/urltools" + }, + "uroot": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/geobosh/uroot" + }, + "uuid": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.rforge.net/uuid" + }, + "V8": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://jeroen.r-universe.dev/V8" + }, + "varhandle": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://codeberg.org/mehrad/varhandle" + }, + "vcd": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "vcfR": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/knausb/vcfR" + }, + "vegan": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/vegandevs/vegan" + }, + "VennDiagram": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "VGAM": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.stat.auckland.ac.nz/~yee/VGAM/" + }, + "VIM": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/statistikat/VIM" + }, + "VineCopula": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tnagler/VineCopula" + }, + "vioplot": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/TomKellyGenetics/vioplot" + }, + "vipor": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "viridis": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/sjmgarnier/viridis" + }, + "viridisLite": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/sjmgarnier/viridisLite" + }, + "visdat": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ropensci/visdat" + }, + "visNetwork": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/datastorm-open/visNetwork" + }, + "vroom": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tidyverse/vroom" + }, + "VSURF": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/robingenuer/VSURF" + }, + "warp": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/DavisVaughan/warp" + }, + "waveslim": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://waveslim.blogspot.com" + }, + "wdm": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tnagler/wdm-r" + }, + "webshot": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/wch/webshot" + }, + "webutils": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://jeroen.r-universe.dev/webutils" + }, + "weights": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "WeightSVM": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.csie.ntu.edu.tw/~cjlin/libsvmtools/#weights_for_data_instances" + }, + "wellknown": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ropensci/wellknown" + }, + "widgetframe": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/bhaskarvk/widgetframe" + }, + "WikidataQueryServiceR": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/bearloga/WikidataQueryServiceR" + }, + "WikidataR": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/TS404/WikidataR" + }, + "WikipediR": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Ironholds/WikipediR" + }, + "wikitaxa": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ropensci/wikitaxa" + }, + "wk": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/paleolimbot/wk" + }, + "word2vec": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/bnosac/word2vec" + }, + "wordcloud": { + "License": [ + "LGPL-2.1" + ], + "Permission to redistribute": true, + "Retrieved from": "http://blog.fellstat.com/?cat=11 http://www.fellstat.com" + }, + "worrms": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://docs.ropensci.org/worrms/" + }, + "writexl": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://ropensci.r-universe.dev/writexl\nhttps://docs.ropensci.org/writexl/" + }, + "WriteXLS": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/marcschwartz/WriteXLS" + }, + "XBRL": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "xgboost": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dmlc/xgboost" + }, + "xlsx": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/colearendt/xlsx" + }, + "xlsxjars": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "XML": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.omegahat.net/RSXML/" + }, + "xts": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/joshuaulrich/xts" + }, + "yaImpute": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jeffreyevans/yaImpute" + }, + "yulab.utils": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://yulab-smu.top/" + }, + "zeallot": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/nteetor/zeallot" + }, + "zoo": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://zoo.R-Forge.R-project.org/" + } + }, + "Arrow/14.0.1-gfbf-2023a": { + "pyarrow": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/apache/arrow" + } + }, + "Arrow/16.1.0-gfbf-2023b": { + "pyarrow": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/apache/arrow" + } + }, + "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2": { + "affxparser": { + "License": [ + "libpng-2.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/HenrikBengtsson/affxparser" + }, + "affy": { + "License": [ + "CERN-OHL-P-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/affy " + }, + "affycoretools": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "affyio": { + "License": [ + "libpng-2.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/bmbolstad/affyio" + }, + "AgiMicroRna": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "agricolae": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "ALDEx2": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/ggloor/ALDEx_bioc" + }, + "ALL": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "ANCOMBC": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/FrederickHuangLin/ANCOMBC" + }, + "annaffy": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "annotate": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "AnnotationDbi": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/AnnotationDbi " + }, + "AnnotationFilter": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Bioconductor/AnnotationFilter" + }, + "AnnotationForge": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/AnnotationForge " + }, + "AnnotationHub": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "anytime": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/eddelbuettel/anytime" + }, + "aroma.affymetrix": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/HenrikBengtsson/aroma.affymetrix" + }, + "aroma.apd": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/HenrikBengtsson/aroma.apd" + }, + "aroma.core": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/HenrikBengtsson/aroma.core" + }, + "aroma.light": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/HenrikBengtsson/aroma.light" + }, + "ash": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "ATACseqQC": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "AUCell": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://scenic.aertslab.org " + }, + "aws.s3": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/cloudyr/aws.s3" + }, + "aws.signature": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/cloudyr/aws.signature" + }, + "babelgene": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/igordot/babelgene" + }, + "ballgown": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "basilisk.utils": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "basilisk": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "batchelor": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "baySeq": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/samgg/baySeq" + }, + "beachmat": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tatami-inc/beachmat" + }, + "Biobase": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/Biobase " + }, + "BiocBaseUtils": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "BiocFileCache": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "BiocGenerics": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/BiocGenerics " + }, + "BiocIO": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "BiocManager": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/bioconductor/BiocManager" + }, + "BiocNeighbors": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "BiocParallel": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Bioconductor/BiocParallel" + }, + "BiocSingular": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/LTLA/BiocSingular" + }, + "BiocStyle": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Bioconductor/BiocStyle" + }, + "BiocVersion": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "biomaRt": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/grimbough/biomaRt" + }, + "biomformat": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/joey711/biomformat" + }, + "Biostrings": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/Biostrings " + }, + "biovizBase": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "blme": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/vdorie/blme" + }, + "bluster": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "bookdown": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rstudio/bookdown" + }, + "BSgenome.Cfamiliaris.UCSC.canFam3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "BSgenome.Hsapiens.UCSC.hg19": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "BSgenome.Hsapiens.UCSC.hg38": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "BSgenome.Mmusculus.UCSC.mm10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "BSgenome": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/BSgenome " + }, + "bsseq": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/kasperdanielhansen/bsseq" + }, + "bumphunter": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rafalab/bumphunter" + }, + "ca": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.carme-n.org/" + }, + "CAGEr": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "CAMERA": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "http://msbi.ipb-halle.de/msbi/CAMERA/ " + }, + "Category": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "ccdata": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "ccmap": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "CGHbase": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tgac-vumc/CGHbase" + }, + "CGHcall": { + "License": [ + "CNRI-Python-GPL-Compatible", + "MPL-2.0-no-copyleft-exception" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "ChIPpeakAnno": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "chromVAR": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "clusterProfiler": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://yulab-smu.top/contribution-knowledge-mining/ " + }, + "CNEr": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/ge11232002/CNEr" + }, + "coloc": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/chr1swallace/coloc" + }, + "colorRamps": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "ComplexHeatmap": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jokergoo/ComplexHeatmap-reference" + }, + "ConsensusClusterPlus": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "conumee": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "crossmeta": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/alexvpickering/crossmeta" + }, + "cummeRbund": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "cytolib": { + "License": [ + "AGPL-3.0-only" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "CytoML": { + "License": [ + "AGPL-3.0-only" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/RGLab/CytoML" + }, + "dada2": { + "License": [ + "LGPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/benjjneb/dada2" + }, + "ddPCRclust": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/bgbrink/ddPCRclust" + }, + "DECIPHER": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://DECIPHER.codes " + }, + "DeconRNASeq": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "decontam": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/benjjneb/decontam" + }, + "decoupleR": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/saezlab/decoupleR" + }, + "DEGseq": { + "License": [ + "libpng-2.0" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "DelayedArray": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/DelayedArray " + }, + "DelayedMatrixStats": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/PeteHaitch/DelayedMatrixStats" + }, + "densEstBayes": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "derfinder": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/lcolladotor/derfinder" + }, + "derfinderHelper": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/leekgroup/derfinderHelper" + }, + "DESeq2": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/thelovelab/DESeq2" + }, + "diffcyt": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/lmweber/diffcyt" + }, + "dir.expiry": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "DirichletMultinomial": { + "License": [ + "LGPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mtmorgan/DirichletMultinomial" + }, + "DNABarcodes": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "DNAcopy": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "DO.db": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "docopt": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/docopt/docopt.R" + }, + "DOSE": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://yulab-smu.top/contribution-knowledge-mining/ " + }, + "dqrng": { + "License": [ + "AGPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/daqana/dqrng" + }, + "DRIMSeq": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "DropletUtils": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "DSS": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "dupRadar": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ssayols/dupRadar" + }, + "DynDoc": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "EBImage": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/aoles/EBImage" + }, + "edgeR": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://bioinf.wehi.edu.au/edgeR/ https://bioconductor.org/packages/edgeR " + }, + "egg": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "emmeans": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rvlenth/emmeans" + }, + "enrichplot": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://yulab-smu.top/biomedical-knowledge-mining-book/ " + }, + "EnsDb.Hsapiens.v75": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "EnsDb.Hsapiens.v79": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "EnsDb.Hsapiens.v86": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "ensembldb": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/jorainer/ensembldb" + }, + "escape": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "estimability": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/rvlenth/estimability" + }, + "ExperimentHub": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "extraDistr": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/twolodzko/extraDistr" + }, + "factoextra": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.sthda.com/english/rpkgs/factoextra" + }, + "fda": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.functionaldata.org" + }, + "FDb.InfiniumMethylation.hg19": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "fds": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "feature": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.mvstat.net/tduong/" + }, + "fgsea": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ctlab/fgsea" + }, + "filelock": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/filelock" + }, + "flowAI": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "flowClean": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "flowClust": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "flowCore": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "flowDensity": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "flowFP": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "flowMerge": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "flowPeaks": { + "License": [ + "Artistic-1.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "FlowSOM": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "http://www.r-project.org http://dambi.ugent.be " + }, + "FlowSorted.Blood.EPIC": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "FlowSorted.CordBloodCombined.450k": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "flowStats": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/RGLab/flowStats" + }, + "flowViz": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "flowWorkspace": { + "License": [ + "AGPL-3.0-only" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "FRASER": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/gagneurlab/FRASER" + }, + "fresh": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dreamRs/fresh" + }, + "gcrma": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "gdsfmt": { + "License": [ + "LGPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/zhengxwen/gdsfmt" + }, + "genefilter": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "geneLenDataBase": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "geneplotter": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "GENESIS": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/UW-GAC/GENESIS" + }, + "GENIE3": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "GenomeInfoDb": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/GenomeInfoDb " + }, + "GenomeInfoDbData": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "GenomicAlignments": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/GenomicAlignments " + }, + "GenomicFeatures": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/GenomicFeatures " + }, + "GenomicFiles": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "GenomicRanges": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/GenomicRanges " + }, + "GenomicScores": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rcastelo/GenomicScores" + }, + "GEOmap": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "GEOquery": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/seandavi/GEOquery" + }, + "ggbio": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/lawremi/ggbio" + }, + "ggcyto": { + "License": [ + "MIT-feh" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/RGLab/ggcyto" + }, + "ggdendro": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/andrie/ggdendro" + }, + "ggnewscale": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/eliocamp/ggnewscale" + }, + "ggpointdensity": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/LKremer/ggpointdensity" + }, + "ggrastr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/VPetukhov/ggrastr" + }, + "ggseqlogo": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/omarwagih/ggseqlogo" + }, + "ggthemes": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jrnold/ggthemes" + }, + "ggtree": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.amazon.com/Integration-Manipulation-Visualization-Phylogenetic-Computational-ebook/dp/B0B5NLZR1Z/(book) http://onlinelibrary.wiley.com/doi/10.1111/2041-210X.12628(paper) " + }, + "GLAD": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://bioinfo.curie.fr " + }, + "Glimma": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/hasaru-k/GlimmaV2" + }, + "GlobalAncova": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "globaltest": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "GO.db": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "GOSemSim": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://yulab-smu.top/biomedical-knowledge-mining-book/ " + }, + "goseq": { + "License": [ + "libpng-2.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/federicomarini/goseq" + }, + "GOstats": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "graph": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "graphite": { + "License": [ + "AGPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/sales-lab/graphite" + }, + "GSEABase": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "gsmoothr": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "gson": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "GSVA": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/rcastelo/GSVA" + }, + "Gviz": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ivanek/Gviz" + }, + "GWASExactHW": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "GWASTools": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/smgogarten/GWASTools" + }, + "HDF5Array": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/HDF5Array " + }, + "HDO.db": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "hdrcde": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/robjhyndman/hdrcde" + }, + "heatmaply": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/talgalili/heatmaply" + }, + "hgu133plus2.db": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "HiCBricks": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "HiCcompare": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dozmorovlab/HiCcompare" + }, + "HMMcopy": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Homo.sapiens": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "IHW": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "IlluminaHumanMethylation450kanno.ilmn12.hg19": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "IlluminaHumanMethylation450kmanifest": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "IlluminaHumanMethylationEPICanno.ilm10b2.hg19": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "IlluminaHumanMethylationEPICanno.ilm10b4.hg19": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "IlluminaHumanMethylationEPICmanifest": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "illuminaio": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/HenrikBengtsson/illuminaio" + }, + "impute": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "InteractionSet": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "interactiveDisplayBase": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "intervals": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/edzer/intervals" + }, + "IRanges": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/IRanges " + }, + "isva": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "JASPAR2020": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "KEGGgraph": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "http://www.nextbiomotif.com " + }, + "KEGGREST": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/KEGGREST " + }, + "LEA": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://membres-timc.imag.fr/Olivier.Francois/lea.html " + }, + "limma": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://bioinf.wehi.edu.au/limma/ " + }, + "log4r": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/johnmyleswhite/log4r" + }, + "lpsymphony": { + "License": [ + "EPL-1.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://R-Forge.R-project.org/projects/rsymphony https://projects.coin-or.org/SYMPHONY http://www.coin-or.org/download/source/SYMPHONY/ " + }, + "lsa": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "lumi": { + "License": [ + "libpng-2.0" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "M3Drop": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/tallulandrews/M3Drop" + }, + "marray": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "http://www.maths.usyd.edu.au/u/jeany/ " + }, + "maSigPro": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "MassSpecWavelet": { + "License": [ + "libpng-2.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/zeehio/MassSpecWavelet" + }, + "MatrixGenerics": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/MatrixGenerics " + }, + "MBA": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "MEDIPS": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "metagenomeSeq": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/nosson/metagenomeSeq" + }, + "metaMA": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "metap": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "metapod": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "MethylSeekR": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "methylumi": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Mfuzz": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://mfuzz.sysbiolab.eu/ " + }, + "mia": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/microbiome/mia" + }, + "minfi": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/hansenlab/minfi" + }, + "missMethyl": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "mixOmics": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "http://www.mixOmics.org " + }, + "mixsqp": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/stephenslab/mixsqp" + }, + "MLInterfaces": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "MotifDb": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "motifmatchr": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "motifStack": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "MsCoreUtils": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/RforMassSpectrometry/MsCoreUtils" + }, + "MsFeatures": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/RforMassSpectrometry/MsFeatures" + }, + "msigdbr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/igordot/msigdbr" + }, + "MSnbase": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/lgatto/MSnbase" + }, + "MSstats": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://msstats.org " + }, + "MSstatsConvert": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "MSstatsLiP": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "MSstatsPTM": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "MSstatsTMT": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://msstats.org/msstatstmt/ " + }, + "MultiAssayExperiment": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://waldronlab.io/MultiAssayExperiment/ " + }, + "MultiDataSet": { + "License": [ + "MIT-feh" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "multtest": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "muscat": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/HelenaLC/muscat" + }, + "mutoss": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/kornl/mutoss" + }, + "mzID": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "mzR": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/sneumann/mzR" + }, + "NADA": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "ncdfFlow": { + "License": [ + "AGPL-3.0-only" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "NMF": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/renozao/NMF" + }, + "NOISeq": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "numbat": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/kharchenkolab/numbat" + }, + "oligo": { + "License": [ + "libpng-2.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/benilton/oligo" + }, + "oligoClasses": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "ontologyIndex": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "oompaBase": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://oompa.r-forge.r-project.org/" + }, + "oompaData": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://oompa.r-forge.r-project.org/" + }, + "openCyto": { + "License": [ + "AGPL-3.0-only" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "org.Hs.eg.db": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "org.Mm.eg.db": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "org.Rn.eg.db": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "OrganismDbi": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "OUTRIDER": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/gagneurlab/OUTRIDER" + }, + "pathview": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/datapplab/pathview" + }, + "pcaMethods": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/hredestig/pcamethods" + }, + "perm": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "PFAM.db": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "phyloseq": { + "License": [ + "AGPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://dx.plos.org/10.1371/journal.pone.0061217 " + }, + "pmp": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "polyester": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "poweRlaw": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/csgillespie/poweRlaw" + }, + "preprocessCore": { + "License": [ + "libpng-2.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/bmbolstad/preprocessCore" + }, + "pRoloc": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/lgatto/pRoloc" + }, + "pRolocdata": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "pRolocGUI": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/lgatto/pRolocGUI" + }, + "ProtGenerics": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/RforMassSpectrometry/ProtGenerics" + }, + "PRROC": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "PSCBS": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/HenrikBengtsson/PSCBS" + }, + "PureCN": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/lima1/PureCN" + }, + "qap": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mhahsler/qap" + }, + "QDNAseq": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ccagc/QDNAseq" + }, + "qlcMatrix": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/cysouw/qlcMatrix" + }, + "qqconf": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/eweine/qqconf" + }, + "quantsmooth": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "qvalue": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/jdstorey/qvalue" + }, + "R.devices": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/henrikbengtsson/R.devices" + }, + "R.filesets": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/HenrikBengtsson/R.filesets" + }, + "R.huge": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/HenrikBengtsson/R.huge" + }, + "rainbow": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "randomcoloR": { + "License": [ + "CC0-1.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ronammar/randomcoloR" + }, + "rARPACK": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/yixuan/rARPACK" + }, + "RBGL": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.bioconductor.org " + }, + "RcisTarget": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://scenic.aertslab.org " + }, + "RcppAnnoy": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/eddelbuettel/rcppannoy" + }, + "RcppHNSW": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/jlmelville/rcpphnsw" + }, + "RcppML": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/zdebruine/RcppML" + }, + "RcppZiggurat": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/eddelbuettel/rcppziggurat" + }, + "reactome.db": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "ReactomePA": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://yulab-smu.top/contribution-knowledge-mining/ " + }, + "regioneR": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "reldist": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "http://www.stat.ucla.edu/~handcock/RelDist/" + }, + "remaCor": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/diseaseneurogenomics/remaCor" + }, + "Repitools": { + "License": [ + "libpng-2.0" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "ReportingTools": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "ResidualMatrix": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/LTLA/ResidualMatrix" + }, + "restfulr": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Rfast": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/RfastOfficial/Rfast" + }, + "RFOC": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "rGADEM": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Rgraphviz": { + "License": [ + "EPL-1.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "rhdf5": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/grimbough/rhdf5" + }, + "rhdf5filters": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/grimbough/rhdf5filters" + }, + "Rhdf5lib": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/grimbough/Rhdf5lib" + }, + "Rhtslib": { + "License": [ + "libpng-2.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://bioconductor.org/packages/Rhtslib http://www.htslib.org/ " + }, + "Ringo": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "RNASeqPower": { + "License": [ + "libpng-2.0" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "RnBeads.hg19": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "RnBeads.hg38": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "RnBeads.mm10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "RnBeads.mm9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "RnBeads.rn5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "RnBeads": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "ROC": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.bioconductor.org " + }, + "rols": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/lgatto/rols" + }, + "ROntoTools": { + "License": [ + "Ruby" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "ropls": { + "License": [ + "CECILL-2.1" + ], + "Permission to redistribute": true, + "Retrieved from": "https://doi.org/10.1021/acs.jproteome.5b00354 " + }, + "RPMG": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "RProtoBufLib": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "Rsamtools": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/Rsamtools " + }, + "RSEIS": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Rsubread": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "http://bioconductor.org/packages/Rsubread " + }, + "rsvd": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/erichson/rSVD" + }, + "rtracklayer": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Rwave": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://carmona.princeton.edu/TFbook/tfbook.html" + }, + "S4Vectors": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/S4Vectors " + }, + "samr": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://statweb.stanford.edu/~tibs/SAM" + }, + "SamSPECTRAL": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "SC3": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/hemberg-lab/SC3" + }, + "ScaledMatrix": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/LTLA/ScaledMatrix" + }, + "SCANVIS": { + "License": [ + "MIT-feh" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "scater": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://bioconductor.org/packages/scater/ " + }, + "scattermore": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "scDblFinder": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/plger/scDblFinder" + }, + "scistreer": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/kharchenkolab/scistreer" + }, + "scran": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/MarioniLab/scran" + }, + "scrime": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "scuttle": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "SeqArray": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/zhengxwen/SeqArray" + }, + "seqLogo": { + "License": [ + "libpng-2.0" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "SeqVarTools": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/smgogarten/SeqVarTools" + }, + "seriation": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mhahsler/seriation" + }, + "Seurat": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/satijalab/seurat" + }, + "SeuratObject": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/satijalab/seurat-object" + }, + "shinyBS": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ebailey78/shinyBS" + }, + "shinydashboardPlus": { + "License": [ + "Sendmail" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/RinteRface/shinydashboardPlus" + }, + "shinyFiles": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/thomasp85/shinyFiles" + }, + "shinyhelper": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/cwthom/shinyhelper" + }, + "shinypanel": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "shinyWidgets": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dreamRs/shinyWidgets" + }, + "ShortRead": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/bioconductor.org/packages" + }, + "siggenes": { + "License": [ + "libpng-2.0" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "Signac": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/stuart-lab/signac" + }, + "simplifyEnrichment": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jokergoo/simplifyEnrichment" + }, + "SingleCellExperiment": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "SingleR": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/SingleR-inc/SingleR" + }, + "sitmo": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/coatless/sitmo" + }, + "slingshot": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "SMVar": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "SNPRelate": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/zhengxwen/SNPRelate" + }, + "snpStats": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "sparseMatrixStats": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/const-ae/sparseMatrixStats" + }, + "sparsesvd": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/lucasmaystre/svdlibc" + }, + "SpatialExperiment": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/drighelli/SpatialExperiment" + }, + "SPIA": { + "License": [ + "MIT-feh" + ], + "Permission to redistribute": false, + "Retrieved from": "http://bioinformatics.oxfordjournals.org/cgi/reprint/btn577v1 " + }, + "splancs": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rsbivand/splancs" + }, + "SPOTlight": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/MarcElosua/SPOTlight" + }, + "stageR": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "struct": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "structToolbox": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/computational-metabolomics/structToolbox" + }, + "SummarizedExperiment": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/SummarizedExperiment " + }, + "susieR": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/stephenslab/susieR" + }, + "sva": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "TailRank": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://oompa.r-forge.r-project.org/" + }, + "TFBSTools": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ge11232002/TFBSTools" + }, + "TFMPvalue": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ge11232002/TFMPvalue" + }, + "tkWidgets": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "TrajectoryUtils": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/TrajectoryUtils " + }, + "treeio": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://yulab-smu.top/contribution-tree-data/ " + }, + "TreeSummarizedExperiment": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "TSP": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mhahsler/TSP" + }, + "TxDb.Hsapiens.UCSC.hg19.knownGene": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "TxDb.Mmusculus.UCSC.mm10.knownGene": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "tximport": { + "License": [ + "libpng-2.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/thelovelab/tximport" + }, + "UCell": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/carmonalab/UCell" + }, + "uwot": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/jlmelville/uwot" + }, + "variancePartition": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/DiseaseNeuroGenomics/variancePartition" + }, + "VariantAnnotation": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "venn": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/dusadrian/venn" + }, + "vsn": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.r-project.org http://www.ebi.ac.uk/huber " + }, + "waiter": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/JohnCoene/waiter" + }, + "wateRmelon": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "WGCNA": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "widgetTools": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "Wrench": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/HCBravoLab/Wrench" + }, + "xcms": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/sneumann/xcms" + }, + "XVector": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/XVector " + }, + "zCompositions": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Japal/zCompositions" + }, + "zellkonverter": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/theislab/zellkonverter" + }, + "zlibbioc": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/zlibbioc " + } + }, + "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2": { + "affxparser": { + "License": [ + "libpng-2.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/HenrikBengtsson/affxparser" + }, + "affy": { + "License": [ + "CERN-OHL-P-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/affy " + }, + "affycoretools": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "affyio": { + "License": [ + "libpng-2.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/bmbolstad/affyio" + }, + "AgiMicroRna": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "agricolae": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "ALDEx2": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/ggloor/ALDEx_bioc" + }, + "ALL": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "ANCOMBC": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/FrederickHuangLin/ANCOMBC" + }, + "annaffy": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "annotate": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "AnnotationDbi": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/AnnotationDbi " + }, + "AnnotationFilter": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Bioconductor/AnnotationFilter" + }, + "AnnotationForge": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/AnnotationForge " + }, + "AnnotationHub": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "anytime": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/eddelbuettel/anytime" + }, + "aroma.affymetrix": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/HenrikBengtsson/aroma.affymetrix" + }, + "aroma.apd": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/HenrikBengtsson/aroma.apd" + }, + "aroma.core": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/HenrikBengtsson/aroma.core" + }, + "aroma.light": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/HenrikBengtsson/aroma.light" + }, + "ash": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "ATACseqQC": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "AUCell": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://scenic.aertslab.org " + }, + "aws.s3": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/cloudyr/aws.s3" + }, + "aws.signature": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/cloudyr/aws.signature" + }, + "babelgene": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/igordot/babelgene" + }, + "ballgown": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "basilisk.utils": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "basilisk": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "batchelor": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "baySeq": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/samgg/baySeq" + }, + "beachmat": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tatami-inc/beachmat" + }, + "BH": { + "License": [ + "BSL-1.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/eddelbuettel/bh" + }, + "Biobase": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/Biobase " + }, + "BiocBaseUtils": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "BiocFileCache": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "BiocGenerics": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/BiocGenerics " + }, + "BiocIO": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "BiocManager": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/bioconductor/BiocManager" + }, + "BiocNeighbors": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "BiocParallel": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Bioconductor/BiocParallel" + }, + "BiocSingular": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/LTLA/BiocSingular" + }, + "BiocStyle": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Bioconductor/BiocStyle" + }, + "BiocVersion": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "biomaRt": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/grimbough/biomaRt" + }, + "biomformat": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/joey711/biomformat" + }, + "Biostrings": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/Biostrings " + }, + "biovizBase": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "blme": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/vdorie/blme" + }, + "bluster": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "bookdown": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rstudio/bookdown" + }, + "BSgenome.Cfamiliaris.UCSC.canFam3": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "BSgenome.Hsapiens.UCSC.hg19": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "BSgenome.Hsapiens.UCSC.hg38": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "BSgenome.Mmusculus.UCSC.mm10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "BSgenome": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/BSgenome " + }, + "bsseq": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/kasperdanielhansen/bsseq" + }, + "bumphunter": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rafalab/bumphunter" + }, + "ca": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.carme-n.org/" + }, + "CAGEfightR": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/MalteThodberg/CAGEfightR" + }, + "CAGEr": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "CAMERA": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "http://msbi.ipb-halle.de/msbi/CAMERA/ " + }, + "Category": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "ccdata": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "ccmap": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "CGHbase": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tgac-vumc/CGHbase" + }, + "CGHcall": { + "License": [ + "CNRI-Python-GPL-Compatible", + "MPL-2.0-no-copyleft-exception" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "ChIPpeakAnno": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "ChIPseeker": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://yulab-smu.top/contribution-knowledge-mining/ " + }, + "chromVAR": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "clusterProfiler": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://yulab-smu.top/contribution-knowledge-mining/ " + }, + "CNEr": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/ge11232002/CNEr" + }, + "coloc": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/chr1swallace/coloc" + }, + "colorRamps": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "ComplexHeatmap": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jokergoo/ComplexHeatmap-reference" + }, + "ConsensusClusterPlus": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "conumee": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "crossmeta": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/alexvpickering/crossmeta" + }, + "cummeRbund": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "cytolib": { + "License": [ + "AGPL-3.0-only" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "CytoML": { + "License": [ + "AGPL-3.0-only" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/RGLab/CytoML" + }, + "dada2": { + "License": [ + "LGPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/benjjneb/dada2" + }, + "ddPCRclust": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/bgbrink/ddPCRclust" + }, + "DECIPHER": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://DECIPHER.codes " + }, + "DeconRNASeq": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "decontam": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/benjjneb/decontam" + }, + "decoupleR": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/saezlab/decoupleR" + }, + "DEGseq": { + "License": [ + "libpng-2.0" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "DelayedArray": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/DelayedArray " + }, + "DelayedMatrixStats": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/PeteHaitch/DelayedMatrixStats" + }, + "densEstBayes": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "derfinder": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/lcolladotor/derfinder" + }, + "derfinderHelper": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/leekgroup/derfinderHelper" + }, + "DESeq2": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/thelovelab/DESeq2" + }, + "diffcyt": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/lmweber/diffcyt" + }, + "dir.expiry": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "directlabels": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tdhock/directlabels" + }, + "DirichletMultinomial": { + "License": [ + "LGPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mtmorgan/DirichletMultinomial" + }, + "DNABarcodes": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "DNAcopy": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "DO.db": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "docopt": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/docopt/docopt.R" + }, + "DOSE": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://yulab-smu.top/contribution-knowledge-mining/ " + }, + "dqrng": { + "License": [ + "AGPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/daqana/dqrng" + }, + "DRIMSeq": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "DropletUtils": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "DSS": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "dupRadar": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ssayols/dupRadar" + }, + "DynDoc": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "EBImage": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/aoles/EBImage" + }, + "edgeR": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://bioinf.wehi.edu.au/edgeR/ https://bioconductor.org/packages/edgeR " + }, + "egg": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "emmeans": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rvlenth/emmeans" + }, + "enrichplot": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://yulab-smu.top/biomedical-knowledge-mining-book/ " + }, + "EnsDb.Hsapiens.v75": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "EnsDb.Hsapiens.v79": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "EnsDb.Hsapiens.v86": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "ensembldb": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/jorainer/ensembldb" + }, + "escape": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "estimability": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/rvlenth/estimability" + }, + "ExperimentHub": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "extraDistr": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/twolodzko/extraDistr" + }, + "factoextra": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.sthda.com/english/rpkgs/factoextra" + }, + "fANCOVA": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "fda": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.functionaldata.org" + }, + "FDb.InfiniumMethylation.hg19": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "fds": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "feature": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.mvstat.net/tduong/" + }, + "fgsea": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ctlab/fgsea" + }, + "filelock": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/filelock" + }, + "flowAI": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "flowClean": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "flowClust": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "flowCore": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "flowDensity": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "flowFP": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "flowMerge": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "flowPeaks": { + "License": [ + "Artistic-1.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "FlowSOM": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "http://www.r-project.org http://dambi.ugent.be " + }, + "FlowSorted.Blood.EPIC": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "FlowSorted.CordBloodCombined.450k": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "flowStats": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/RGLab/flowStats" + }, + "flowViz": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "flowWorkspace": { + "License": [ + "AGPL-3.0-only" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "FRASER": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/gagneurlab/FRASER" + }, + "fresh": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dreamRs/fresh" + }, + "gcrma": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "gdsfmt": { + "License": [ + "LGPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/zhengxwen/gdsfmt" + }, + "genefilter": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "geneLenDataBase": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "geneplotter": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "GENESIS": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/UW-GAC/GENESIS" + }, + "GENIE3": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "genomation": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://bioinformatics.mdc-berlin.de/genomation/ " + }, + "GenomeInfoDb": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/GenomeInfoDb " + }, + "GenomeInfoDbData": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "GenomicAlignments": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/GenomicAlignments " + }, + "GenomicFeatures": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/GenomicFeatures " + }, + "GenomicFiles": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "GenomicInteractions": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ComputationalRegulatoryGenomicsICL/GenomicInteractions" + }, + "GenomicRanges": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/GenomicRanges " + }, + "GenomicScores": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rcastelo/GenomicScores" + }, + "GEOmap": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "GEOquery": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/seandavi/GEOquery" + }, + "ggbio": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/lawremi/ggbio" + }, + "ggcyto": { + "License": [ + "MIT-feh" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/RGLab/ggcyto" + }, + "ggdendro": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/andrie/ggdendro" + }, + "ggnewscale": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/eliocamp/ggnewscale" + }, + "ggpointdensity": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/LKremer/ggpointdensity" + }, + "ggrastr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/VPetukhov/ggrastr" + }, + "ggseqlogo": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/omarwagih/ggseqlogo" + }, + "ggthemes": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jrnold/ggthemes" + }, + "ggtree": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://www.amazon.com/Integration-Manipulation-Visualization-Phylogenetic-Computational-ebook/dp/B0B5NLZR1Z/(book) http://onlinelibrary.wiley.com/doi/10.1111/2041-210X.12628(paper) " + }, + "GLAD": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://bioinfo.curie.fr " + }, + "Glimma": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/hasaru-k/GlimmaV2" + }, + "GlobalAncova": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "globaltest": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "GO.db": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "GOSemSim": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://yulab-smu.top/biomedical-knowledge-mining-book/ " + }, + "goseq": { + "License": [ + "libpng-2.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/federicomarini/goseq" + }, + "GOstats": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "graph": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "graphite": { + "License": [ + "AGPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/sales-lab/graphite" + }, + "GSEABase": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "gsmoothr": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "gson": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "GSVA": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/rcastelo/GSVA" + }, + "Gviz": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ivanek/Gviz" + }, + "GWASExactHW": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "GWASTools": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/smgogarten/GWASTools" + }, + "HDF5Array": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/HDF5Array " + }, + "HDO.db": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "hdrcde": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/robjhyndman/hdrcde" + }, + "heatmaply": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/talgalili/heatmaply" + }, + "hgu133plus2.db": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "HiCBricks": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "HiCcompare": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dozmorovlab/HiCcompare" + }, + "HMMcopy": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Homo.sapiens": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "IHW": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "IlluminaHumanMethylation450kanno.ilmn12.hg19": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "IlluminaHumanMethylation450kmanifest": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "IlluminaHumanMethylationEPICanno.ilm10b2.hg19": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "IlluminaHumanMethylationEPICanno.ilm10b4.hg19": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "IlluminaHumanMethylationEPICmanifest": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "illuminaio": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/HenrikBengtsson/illuminaio" + }, + "impute": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "InteractionSet": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "interactiveDisplayBase": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "intervals": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/edzer/intervals" + }, + "IRanges": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/IRanges " + }, + "isva": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "JASPAR2020": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "KEGGgraph": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "http://www.nextbiomotif.com " + }, + "KEGGREST": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/KEGGREST " + }, + "LEA": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://membres-timc.imag.fr/Olivier.Francois/lea.html " + }, + "limma": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://bioinf.wehi.edu.au/limma/ " + }, + "log4r": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/johnmyleswhite/log4r" + }, + "lpsymphony": { + "License": [ + "EPL-1.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://R-Forge.R-project.org/projects/rsymphony https://projects.coin-or.org/SYMPHONY http://www.coin-or.org/download/source/SYMPHONY/ " + }, + "lsa": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "lumi": { + "License": [ + "libpng-2.0" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "M3Drop": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/tallulandrews/M3Drop" + }, + "marray": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "http://www.maths.usyd.edu.au/u/jeany/ " + }, + "maSigPro": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "MassSpecWavelet": { + "License": [ + "libpng-2.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/zeehio/MassSpecWavelet" + }, + "MatrixGenerics": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/MatrixGenerics " + }, + "MBA": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "MEDIPS": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "MetaboCoreUtils": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/RforMassSpectrometry/MetaboCoreUtils" + }, + "metagenomeSeq": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/nosson/metagenomeSeq" + }, + "metaMA": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "metap": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "metapod": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "MethylSeekR": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "methylumi": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Mfuzz": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://mfuzz.sysbiolab.eu/ " + }, + "mia": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/microbiome/mia" + }, + "minfi": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/hansenlab/minfi" + }, + "missMethyl": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "mixOmics": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "http://www.mixOmics.org " + }, + "mixsqp": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/stephenslab/mixsqp" + }, + "MLInterfaces": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "MotifDb": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "motifmatchr": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "motifStack": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "MsCoreUtils": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/RforMassSpectrometry/MsCoreUtils" + }, + "MsExperiment": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/RforMassSpectrometry/MsExperiment" + }, + "MsFeatures": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/RforMassSpectrometry/MsFeatures" + }, + "msigdbr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/igordot/msigdbr" + }, + "MSnbase": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/lgatto/MSnbase" + }, + "MSstats": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://msstats.org " + }, + "MSstatsConvert": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "MSstatsLiP": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "MSstatsPTM": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "MSstatsTMT": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://msstats.org/msstatstmt/ " + }, + "MultiAssayExperiment": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://waldronlab.io/MultiAssayExperiment/ " + }, + "MultiDataSet": { + "License": [ + "MIT-feh" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "multtest": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "muscat": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/HelenaLC/muscat" + }, + "mutoss": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/kornl/mutoss" + }, + "mzID": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "mzR": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/sneumann/mzR" + }, + "NADA": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "ncdfFlow": { + "License": [ + "AGPL-3.0-only" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "NMF": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/renozao/NMF" + }, + "NOISeq": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "numbat": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/kharchenkolab/numbat" + }, + "oligo": { + "License": [ + "libpng-2.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/benilton/oligo" + }, + "oligoClasses": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "ontologyIndex": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "oompaBase": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://oompa.r-forge.r-project.org/" + }, + "oompaData": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://oompa.r-forge.r-project.org/" + }, + "openCyto": { + "License": [ + "AGPL-3.0-only" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "org.Hs.eg.db": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "org.Mm.eg.db": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "org.Rn.eg.db": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "OrganismDbi": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "OUTRIDER": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/gagneurlab/OUTRIDER" + }, + "pathview": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/datapplab/pathview" + }, + "pcaMethods": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/hredestig/pcamethods" + }, + "perm": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "PFAM.db": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "phyloseq": { + "License": [ + "AGPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://dx.plos.org/10.1371/journal.pone.0061217 " + }, + "plyranges": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "pmp": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "polyester": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "poweRlaw": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/csgillespie/poweRlaw" + }, + "preprocessCore": { + "License": [ + "libpng-2.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/bmbolstad/preprocessCore" + }, + "pRoloc": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/lgatto/pRoloc" + }, + "pRolocdata": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "pRolocGUI": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/lgatto/pRolocGUI" + }, + "ProtGenerics": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/RforMassSpectrometry/ProtGenerics" + }, + "PRROC": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "PSCBS": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/HenrikBengtsson/PSCBS" + }, + "PureCN": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/lima1/PureCN" + }, + "qap": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mhahsler/qap" + }, + "QDNAseq": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ccagc/QDNAseq" + }, + "QFeatures": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/RforMassSpectrometry/QFeatures" + }, + "qlcMatrix": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/cysouw/qlcMatrix" + }, + "qqconf": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/eweine/qqconf" + }, + "quantsmooth": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "qvalue": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/jdstorey/qvalue" + }, + "R.devices": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/henrikbengtsson/R.devices" + }, + "R.filesets": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/HenrikBengtsson/R.filesets" + }, + "R.huge": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/HenrikBengtsson/R.huge" + }, + "rainbow": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "randomcoloR": { + "License": [ + "CC0-1.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ronammar/randomcoloR" + }, + "rARPACK": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/yixuan/rARPACK" + }, + "RBGL": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.bioconductor.org " + }, + "RcisTarget": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://scenic.aertslab.org " + }, + "RcppAnnoy": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/eddelbuettel/rcppannoy" + }, + "RcppHNSW": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/jlmelville/rcpphnsw" + }, + "RcppML": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/zdebruine/RcppML" + }, + "RcppZiggurat": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/eddelbuettel/rcppziggurat" + }, + "reactome.db": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "ReactomePA": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://yulab-smu.top/contribution-knowledge-mining/ " + }, + "regioneR": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "reldist": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "http://www.stat.ucla.edu/~handcock/RelDist/" + }, + "remaCor": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/diseaseneurogenomics/remaCor" + }, + "Repitools": { + "License": [ + "libpng-2.0" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "ReportingTools": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "ResidualMatrix": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/LTLA/ResidualMatrix" + }, + "restfulr": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Rfast": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/RfastOfficial/Rfast" + }, + "RFOC": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "rGADEM": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Rgraphviz": { + "License": [ + "EPL-1.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "rhdf5": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/grimbough/rhdf5" + }, + "rhdf5filters": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/grimbough/rhdf5filters" + }, + "Rhdf5lib": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/grimbough/Rhdf5lib" + }, + "Rhtslib": { + "License": [ + "libpng-2.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://bioconductor.org/packages/Rhtslib http://www.htslib.org/ " + }, + "Ringo": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "RNASeqPower": { + "License": [ + "libpng-2.0" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "RnBeads.hg19": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "RnBeads.hg38": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "RnBeads.mm10": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "RnBeads.mm9": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "RnBeads.rn5": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "RnBeads": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "ROC": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.bioconductor.org " + }, + "rols": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/lgatto/rols" + }, + "ROntoTools": { + "License": [ + "Ruby" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "ropls": { + "License": [ + "CECILL-2.1" + ], + "Permission to redistribute": true, + "Retrieved from": "https://doi.org/10.1021/acs.jproteome.5b00354 " + }, + "RPMG": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "RProtoBufLib": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "Rsamtools": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/Rsamtools " + }, + "RSEIS": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Rsubread": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "http://bioconductor.org/packages/Rsubread " + }, + "rsvd": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/erichson/rSVD" + }, + "rtracklayer": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Rwave": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://carmona.princeton.edu/TFbook/tfbook.html" + }, + "S4Arrays": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/S4Arrays " + }, + "S4Vectors": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/S4Vectors " + }, + "samr": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://statweb.stanford.edu/~tibs/SAM" + }, + "SamSPECTRAL": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "SC3": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/hemberg-lab/SC3" + }, + "ScaledMatrix": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/LTLA/ScaledMatrix" + }, + "SCANVIS": { + "License": [ + "MIT-feh" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "scater": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://bioconductor.org/packages/scater/ " + }, + "scattermore": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "scDblFinder": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/plger/scDblFinder" + }, + "scistreer": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/kharchenkolab/scistreer" + }, + "scran": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/MarioniLab/scran" + }, + "scrime": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "scuttle": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "SeqArray": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/zhengxwen/SeqArray" + }, + "seqLogo": { + "License": [ + "libpng-2.0" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "seqPattern": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "SeqVarTools": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/smgogarten/SeqVarTools" + }, + "seriation": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mhahsler/seriation" + }, + "Seurat": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/satijalab/seurat" + }, + "SeuratObject": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/satijalab/seurat-object" + }, + "shinyBS": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ebailey78/shinyBS" + }, + "shinydashboardPlus": { + "License": [ + "Sendmail" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/RinteRface/shinydashboardPlus" + }, + "shinyFiles": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/thomasp85/shinyFiles" + }, + "shinyhelper": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/cwthom/shinyhelper" + }, + "shinypanel": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "shinyWidgets": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dreamRs/shinyWidgets" + }, + "ShortRead": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/bioconductor.org/packages" + }, + "siggenes": { + "License": [ + "libpng-2.0" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "Signac": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/stuart-lab/signac" + }, + "SimBu": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/omnideconv/SimBu" + }, + "simplifyEnrichment": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jokergoo/simplifyEnrichment" + }, + "SingleCellExperiment": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "SingleR": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/SingleR-inc/SingleR" + }, + "sitmo": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/coatless/sitmo" + }, + "slingshot": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "SMVar": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "SNPRelate": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/zhengxwen/SNPRelate" + }, + "snpStats": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "SparseArray": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/SparseArray " + }, + "sparseMatrixStats": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/const-ae/sparseMatrixStats" + }, + "sparsesvd": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/lucasmaystre/svdlibc" + }, + "SpatialExperiment": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/drighelli/SpatialExperiment" + }, + "Spectra": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/RforMassSpectrometry/Spectra" + }, + "SPIA": { + "License": [ + "MIT-feh" + ], + "Permission to redistribute": false, + "Retrieved from": "http://bioinformatics.oxfordjournals.org/cgi/reprint/btn577v1 " + }, + "splancs": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rsbivand/splancs" + }, + "SPOTlight": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/MarcElosua/SPOTlight" + }, + "stageR": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "struct": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "structToolbox": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/computational-metabolomics/structToolbox" + }, + "SummarizedExperiment": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/SummarizedExperiment " + }, + "susieR": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/stephenslab/susieR" + }, + "sva": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "TailRank": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://oompa.r-forge.r-project.org/" + }, + "TFBSTools": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ge11232002/TFBSTools" + }, + "TFMPvalue": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ge11232002/TFMPvalue" + }, + "tkWidgets": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "TrajectoryUtils": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/TrajectoryUtils " + }, + "treeio": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://yulab-smu.top/contribution-tree-data/ " + }, + "TreeSummarizedExperiment": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "TSP": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mhahsler/TSP" + }, + "TxDb.Hsapiens.UCSC.hg19.knownGene": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "TxDb.Mmusculus.UCSC.mm10.knownGene": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "tximport": { + "License": [ + "libpng-2.0" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/thelovelab/tximport" + }, + "UCell": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/carmonalab/UCell" + }, + "uwot": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/jlmelville/uwot" + }, + "variancePartition": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/DiseaseNeuroGenomics/variancePartition" + }, + "VariantAnnotation": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "venn": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/dusadrian/venn" + }, + "vsn": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.r-project.org http://www.ebi.ac.uk/huber " + }, + "waiter": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/JohnCoene/waiter" + }, + "wateRmelon": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "WGCNA": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "widgetTools": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "Wrench": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/HCBravoLab/Wrench" + }, + "xcms": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/sneumann/xcms" + }, + "XVector": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/XVector " + }, + "zCompositions": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Japal/zCompositions" + }, + "zellkonverter": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/theislab/zellkonverter" + }, + "zlibbioc": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/zlibbioc " + } + }, + "GROMACS/2024.1-foss-2023b": { + "gmxapi": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": null + } + }, + "GROMACS/2024.3-foss-2023b": { + "gmxapi": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": null + } + }, + "GROMACS/2024.4-foss-2023b": { + "gmxapi": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": null + } + }, + "scikit-build-core/0.9.3-GCCcore-12.3.0": { + "pyproject-metadata": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pypa/pyproject-metadata" + }, + "scikit_build_core": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + } + }, + "scikit-build-core/0.9.3-GCCcore-13.2.0": { + "pyproject-metadata": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pypa/pyproject-metadata" + }, + "scikit_build_core": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + } + }, + "pyfaidx/0.8.1.1-GCCcore-12.3.0": { + "importlib_metadata": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "pyfaidx": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mdshw5/pyfaidx" + }, + "zipp": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jaraco/zipp" + } + }, + "WhatsHap/2.2-foss-2023a": { + "PuLP": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "whatshap": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/whatshap/whatshap" + }, + "xopen": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pycompression/xopen" + } + }, + "WhatsHap/2.1-foss-2022b": { + "pulp": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/coin-or/pulp" + }, + "WhatsHap": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "xopen": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pycompression/xopen" + } + }, + "Flask/2.2.3-GCCcore-12.2.0": { + "asgiref": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/django/asgiref" + }, + "cachelib": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pallets-eco/cachelib" + }, + "Flask-Cors": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Flask-Session": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Flask": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "itsdangerous": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pallets/itsdangerous" + }, + "Werkzeug": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + } + }, + "ASE/3.22.1-gfbf-2022b": { + "ase-ext": { + "License": [ + "LGPL-2.1+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://gitlab.com/ase/ase_ext" + }, + "ase": { + "License": [ + "LGPL-2.1+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://gitlab.com/ase/ase" + }, + "pytest-mock": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pytest-dev/pytest-mock" + } + }, + "NLTK/3.8.1-foss-2023b": { + "NLTK": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "python-crfsuite": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/scrapinghub/python-crfsuite" + }, + "regex": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mrabarnett/mrab-regex" + } + }, + "jedi/0.19.1-GCCcore-13.2.0": { + "jedi": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/davidhalter/jedi" + }, + "parso": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/davidhalter/parso" + } + }, + "jedi/0.19.0-GCCcore-12.3.0": { + "jedi": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/davidhalter/jedi" + }, + "parso": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/davidhalter/parso" + } + }, + "pystencils/1.3.4-gfbf-2023b": { + "pystencils": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": null + } + }, + "pyMBE/0.8.0-foss-2023b": { + "biopandas": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rasbt/biopandas" + }, + "looseversion": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/effigies/looseversion" + }, + "mmtf-python": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rcsb/mmtf-python" + }, + "Pint-Pandas": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "pyMBE": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + } + }, + "numba/0.58.1-foss-2023a": { + "llvmlite": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/numba/llvmlite" + }, + "numba": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": null + } + }, + "librosa/0.10.1-foss-2023a": { + "audioread": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/beetbox/audioread" + }, + "lazy_loader": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "librosa": { + "License": [ + "ISC" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/librosa/librosa" + }, + "resampy": { + "License": [ + "ISC" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/bmcfee/resampy" + }, + "soundfile": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/bastibe/python-soundfile" + }, + "soxr": { + "License": [ + "LGPL-2.1", + "GPL-1.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dofuuz/python-soxr" + } + }, + "xarray/2023.9.0-gfbf-2023a": { + "xarray": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pydata/xarray" + } + }, + "netcdf4-python/1.6.4-foss-2023a": { + "cftime": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/Unidata/cftime" + }, + "netcdf4-python": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + } + }, + "netcdf4-python/1.6.3-foss-2022b": { + "cftime": { + "License": [ + "AML" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/Unidata/cftime" + }, + "netcdf4-python": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + } + }, + "python-xxhash/3.4.1-GCCcore-12.3.0": { + "xxhash": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ifduyue/python-xxhash" + } + }, + "Fiona/1.9.5-foss-2023a": { + "click-plugins": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/click-contrib/click-plugins" + }, + "cligj": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mapbox/cligj" + }, + "fiona": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Toblerity/Fiona" + }, + "munch": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Infinidat/munch" + } + }, + "Cartopy/0.22.0-foss-2023a": { + "Cartopy": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "OWSLib": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "pyepsg": { + "License": [ + "LGPL-2.1" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rhattersley/pyepsg" + }, + "pykdtree": { + "License": [ + "LGPL-2.1" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/storpipfugl/pykdtree" + }, + "pyshp": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/GeospatialPython/pyshp" + } + }, + "SciTools-Iris/3.9.0-foss-2023a": { + "antlr4-python3-runtime": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": null + }, + "cf-units": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/SciTools/cf-units" + }, + "scitools_iris": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + } + }, + "XML-LibXML/2.0209-GCCcore-12.3.0": { + "Alien::Base": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Alien::Build::Plugin::Download::GitLab": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Alien::Libxml2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "File::chdir": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "XML::LibXML": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + } + }, + "XML-LibXML/2.0208-GCCcore-12.2.0": { + "Alien::Base": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Alien::Build::Plugin::Download::GitLab": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Alien::Libxml2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "File::chdir": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "XML::LibXML": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + } + }, + "BioPerl/1.7.8-GCCcore-12.2.0": { + "Bio::Procedural": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "BioPerl": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "XML::Writer": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + } + }, + "BioPerl/1.7.8-GCCcore-12.3.0": { + "Bio::Procedural": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "BioPerl": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "XML::Writer": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + } + }, + "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0": { + "Algorithm-Dependency": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/karenetheridge/Algorithm-Dependency" + }, + "Algorithm-Diff": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "aliased": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/karenetheridge/aliased" + }, + "AnyEvent": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "App-Cmd": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rjbs/App-Cmd" + }, + "App-cpanminus": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/miyagawa/cpanminus" + }, + "AppConfig": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/neilbowers/AppConfig" + }, + "Archive-Extract": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Array-Transpose": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mrdvt92/perl-Array-Transpose" + }, + "Array-Utils": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "Authen-NTLM": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Authen-SASL": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/gbarr/perl-authen-sasl" + }, + "AutoLoader": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "B-COW": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/atoomic/B-COW" + }, + "B-Hooks-EndOfScope": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/karenetheridge/B-Hooks-EndOfScope" + }, + "B-Lint": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "boolean": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ingydotnet/boolean-pm" + }, + "Business-ISBN": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/briandfoy/business-isbn" + }, + "Business-ISBN-Data": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/briandfoy/business-isbn-data" + }, + "Canary-Stability": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "Capture-Tiny": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dagolden/Capture-Tiny" + }, + "Carp-Clan": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/karenetheridge/Carp-Clan" + }, + "Carp-Heavy": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "CGI": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/leejo/CGI.pm" + }, + "Class-Accessor": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Class-Data-Inheritable": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Class-DBI": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "Class-DBI-SQLite": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "Class-Inspector": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/plicease/Class-Inspector" + }, + "Class-ISA": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "Class-Load": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/moose/Class-Load" + }, + "Class-Load-XS": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/moose/Class-Load-XS" + }, + "Class-Method-Modifiers": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/moose/Class-Method-Modifiers" + }, + "Class-Singleton": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/steve-m-hay/Class-Singleton" + }, + "Class-Tiny": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dagolden/Class-Tiny" + }, + "Class-Trigger": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/miyagawa/Class-Trigger" + }, + "Class-XSAccessor": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Clone": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Clone-Choose": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/perl5-utils/Clone-Choose" + }, + "common-sense": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "Compress-Raw-Zlib": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pmqs/Compress-Raw-Zlib" + }, + "Config-General": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Config-INI": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rjbs/Config-INI" + }, + "Config-MVP": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rjbs/Config-MVP" + }, + "Config-MVP-Reader-INI": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rjbs/Config-MVP-Reader-INI" + }, + "Config-Simple": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "Config-Tiny": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ronsavage/Config-Tiny" + }, + "Const-Exporter": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/robrwo/Const-Exporter" + }, + "Const-Fast": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Leont/const-fast" + }, + "CPAN-Meta-Check": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Leont/cpan-meta-check" + }, + "CPAN-Uploader": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rjbs/CPAN-Uploader" + }, + "CPANPLUS": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jib/cpanplus-devel" + }, + "Crypt-DES": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "Crypt-Rijndael": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/leont/crypt-rijndael" + }, + "Cwd": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Cwd-Guard": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/kazeburo/Cwd-Guard" + }, + "Data-Dump": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Data-Dumper-Concise": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/p5sagit/Data-Dumper-Concise" + }, + "Data-Grove": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Data-OptList": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rjbs/Data-OptList" + }, + "Data-Section": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rjbs/Data-Section" + }, + "Data-Section-Simple": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/miyagawa/Data-Section-Simple" + }, + "Data-Stag": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "Data-Types": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/manwar/Data-Types" + }, + "Data-UUID": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Date-Handler": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "Date-Language": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "DateTime": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/houseabsolute/DateTime.pm" + }, + "DateTime-Locale": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/houseabsolute/DateTime-Locale" + }, + "DateTime-TimeZone": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/houseabsolute/DateTime-TimeZone" + }, + "DateTime-Tiny": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dagolden/DateTime-Tiny" + }, + "DBD-CSV": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/perl5-dbi/DBD-CSV" + }, + "DBD-SQLite": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "DBI": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "DBIx-Admin-CreateTable": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ronsavage/DBIx-Admin-CreateTable" + }, + "DBIx-Admin-DSNManager": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ronsavage/DBIx-Admin-DSNManager" + }, + "DBIx-Admin-TableInfo": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ronsavage/DBIx-Admin-TableInfo" + }, + "DBIx-ContextualFetch": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "DBIx-Simple": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "Devel-CheckCompiler": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tokuhirom/Devel-CheckCompiler" + }, + "Devel-CheckLib": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Devel-Cycle": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "Devel-FindPerl": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Leont/devel-findperl" + }, + "Devel-GlobalDestruction": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/Devel-GlobalDestruction.git" + }, + "Devel-OverloadInfo": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ilmari/Devel-OverloadInfo" + }, + "Devel-Size": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Devel-StackTrace": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/houseabsolute/Devel-StackTrace" + }, + "Digest-HMAC": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/arodland/Digest-HMAC" + }, + "Digest-MD5-File": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "Digest-SHA1": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Dist-CheckConflicts": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/doy/dist-checkconflicts" + }, + "Dist-Zilla": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rjbs/Dist-Zilla" + }, + "Email-Date-Format": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rjbs/Email-Date-Format" + }, + "Encode": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Encode-Locale": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Error": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/shlomif/perl-error.pm" + }, + "Eval-Closure": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/doy/eval-closure" + }, + "Exception-Class": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/houseabsolute/Exception-Class" + }, + "Expect": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jacoby/expect.pm" + }, + "Exporter-Declare": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Exporter-Tiny": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tobyink/p5-exporter-tiny" + }, + "ExtUtils-CBuilder": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Perl-Toolchain-Gang/ExtUtils-CBuilder" + }, + "ExtUtils-Config": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Perl-Toolchain-Gang/extutils-config" + }, + "ExtUtils-Constant": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "ExtUtils-CppGuess": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tsee/extutils-cppguess" + }, + "ExtUtils-Helpers": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Perl-Toolchain-Gang/extutils-helpers" + }, + "ExtUtils-InstallPaths": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Leont/extutils-installpaths" + }, + "ExtUtils-MakeMaker": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "ExtUtils-ParseXS": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/Perl/perl5" + }, + "Fennec-Lite": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "File-CheckTree": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rafl/file-checktree" + }, + "File-Copy-Recursive": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/drmuey/p5-File-Copy-Recursive" + }, + "File-Copy-Recursive-Reduced": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jkeenan/file-copy-recursive-reduced" + }, + "File-Find-Rule": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "File-Find-Rule-Perl": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/karenetheridge/File-Find-Rule-Perl" + }, + "File-Grep": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "File-HomeDir": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/perl5-utils/File-HomeDir" + }, + "File-Listing": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/PerlAlien/File-Listing" + }, + "File-Next": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "File-pushd": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dagolden/File-pushd" + }, + "File-Remove": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/shlomif/File-Remove" + }, + "File-ShareDir": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/perl5-utils/File-ShareDir" + }, + "File-ShareDir-Install": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Perl-Toolchain-Gang/File-ShareDir-Install" + }, + "File-Slurp": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/perhunter/slurp" + }, + "File-Slurp-Tiny": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Leont/file-slurp-tiny" + }, + "File-Slurper": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Leont/file-slurp-sane" + }, + "File-Temp": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Perl-Toolchain-Gang/File-Temp" + }, + "File-Which": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/uperl/File-Which" + }, + "Font-TTF": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/silnrsi/font-ttf" + }, + "Getopt-Long-Descriptive": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rjbs/Getopt-Long-Descriptive" + }, + "Git": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "GO": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "GO-Utils": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Graph": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/graphviz-perl/Graph" + }, + "Graph-ReadWrite": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/neilb/Graph-ReadWrite" + }, + "Hash-Merge": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/perl5-utils/Hash-Merge" + }, + "Hash-Objectify": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dagolden/Hash-Objectify" + }, + "Heap": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "Hook-LexWrap": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/karenetheridge/Hook-LexWrap" + }, + "HTML-Entities-Interpolate": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ronsavage/HTML-Entities-Interpolate" + }, + "HTML-Form": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/libwww-perl/HTML-Form" + }, + "HTML-Parser": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/libwww-perl/HTML-Parser" + }, + "HTML-Tagset": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/petdance/html-tagset" + }, + "HTML-Template": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "HTML-Tree": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/kentfredric/HTML-Tree" + }, + "HTTP-CookieJar": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dagolden/HTTP-CookieJar" + }, + "HTTP-Cookies": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/libwww-perl/HTTP-Cookies" + }, + "HTTP-Daemon": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/libwww-perl/HTTP-Daemon" + }, + "HTTP-Date": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/libwww-perl/HTTP-Date" + }, + "HTTP-Message": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/libwww-perl/HTTP-Message" + }, + "HTTP-Negotiate": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "HTTP-Tiny": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Perl-Toolchain-Gang/HTTP-Tiny" + }, + "if": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Ima-DBI": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "Import-Into": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/Import-Into.git" + }, + "Importer": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Inline": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ingydotnet/inline-pm" + }, + "IO-Compress-Zip": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "IO-HTML": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/madsen/io-html" + }, + "IO-Socket-SSL": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/noxxi/p5-io-socket-ssl" + }, + "IO-String": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "IO-Stringy": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/genio/IO-Stringy" + }, + "IO-TieCombine": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rjbs/IO-TieCombine" + }, + "IO-Tty": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "IPC-Cmd": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "IPC-Run": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "IPC-Run3": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "IPC-System-Simple": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pjf/ipc-system-simple" + }, + "JSON": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "JSON-MaybeXS": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/p5sagit/JSON-MaybeXS" + }, + "JSON-XS": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "Lingua-EN-PluralToSingular": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "List-AllUtils": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/houseabsolute/List-AllUtils" + }, + "List-MoreUtils": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/perl5-utils/List-MoreUtils" + }, + "List-MoreUtils-XS": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/perl5-utils/List-MoreUtils-XS" + }, + "List-SomeUtils": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/houseabsolute/List-SomeUtils" + }, + "List-UtilsBy": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "local-lib": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Perl-Toolchain-Gang/local-lib" + }, + "Locale-Maketext-Simple": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Log-Dispatch": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/houseabsolute/Log-Dispatch" + }, + "Log-Dispatch-Array": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rjbs/Log-Dispatch-Array" + }, + "Log-Dispatchouli": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rjbs/Log-Dispatchouli" + }, + "Log-Handler": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Log-Log4perl": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mschilli/log4perl" + }, + "Log-Message": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Log-Message-Simple": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Log-Report": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/markov2/perl5-Log-Report" + }, + "Log-Report-Optional": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/markov2/perl5-Log-Report-Optional" + }, + "Logger-Simple": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "LWP-MediaTypes": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/libwww-perl/lwp-mediatypes" + }, + "LWP-Protocol-https": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/libwww-perl/LWP-Protocol-https" + }, + "LWP-Simple": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Mail-Util": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Math-Bezier": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "Math-CDF": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "Math-Round": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/neilb/Math-Round" + }, + "Math-Utils": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Math-VecStat": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "MCE-Mutex": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Meta-Builder": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "MIME-Base64": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Dual-Life/mime-base64" + }, + "MIME-Charset": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "MIME-Lite": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "MIME-Types": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/markov2/perl5-MIME-Types" + }, + "Mixin-Linewise-Readers": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Mock-Quick": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Module-Build": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Module-Build-Tiny": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Perl-Toolchain-Gang/module-build-tiny" + }, + "Module-Build-XSUtil": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/hideo55/Module-Build-XSUtil" + }, + "Module-CoreList": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Module-Implementation": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/autarch/Module-Implementation" + }, + "Module-Install": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Module-Load": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Module-Load-Conditional": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Module-Metadata": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Perl-Toolchain-Gang/Module-Metadata" + }, + "Module-Path": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/neilbowers/Module-Path" + }, + "Module-Pluggable": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/simonwistow/Module-Pluggable" + }, + "Module-Runtime": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/haarg/Module-Runtime" + }, + "Module-Runtime-Conflicts": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/karenetheridge/Module-Runtime-Conflicts" + }, + "Moo": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/moose/Moo" + }, + "Moose": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/moose/Moose" + }, + "MooseX-LazyRequire": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/moose/MooseX-LazyRequire" + }, + "MooseX-OneArgNew": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rjbs/MooseX-OneArgNew" + }, + "MooseX-Role-Parameterized": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/moose/MooseX-Role-Parameterized" + }, + "MooseX-SetOnce": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rjbs/MooseX-SetOnce" + }, + "MooseX-Types": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/moose/MooseX-Types" + }, + "MooseX-Types-Perl": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rjbs/MooseX-Types-Perl" + }, + "Mouse": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/xslate/p5-Mouse" + }, + "Mozilla-CA": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/libwww-perl/Mozilla-CA" + }, + "MRO-Compat": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/moose/MRO-Compat" + }, + "namespace-autoclean": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/moose/namespace-autoclean" + }, + "namespace-clean": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/p5sagit/namespace-clean" + }, + "Net-Domain": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Net-HTTP": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/libwww-perl/Net-HTTP" + }, + "Net-SMTP-SSL": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "Net-SNMP": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Net-SSLeay": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/radiator-software/p5-net-ssleay" + }, + "Number-Compare": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "Number-Format": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Object-Accessor": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jib/object-accessor" + }, + "Object-InsideOut": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Package-Constants": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Package-DeprecationManager": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/moose/Package-DeprecationManager" + }, + "Package-Stash": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/moose/Package-Stash" + }, + "Package-Stash-XS": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/moose/Package-Stash-XS" + }, + "PadWalker": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "Parallel-ForkManager": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dluxhu/perl-parallel-forkmanager" + }, + "Params-Check": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Params-Util": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/perl5-utils/Params-Util" + }, + "Params-Validate": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/houseabsolute/Params-Validate" + }, + "Params-ValidationCompiler": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/houseabsolute/Params-ValidationCompiler" + }, + "parent": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Corion/parent" + }, + "Parse-RecDescent": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jtbraun/Parse-RecDescent" + }, + "Parse-Yapp": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "Path-Tiny": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dagolden/Path-Tiny" + }, + "PDF-API2": { + "License": [ + "LGPL-2.1" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ssimms/pdfapi2" + }, + "Perl-OSType": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Perl-Toolchain-Gang/Perl-OSType" + }, + "Perl-PrereqScanner": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rjbs/Perl-PrereqScanner" + }, + "PerlIO-utf8_strict": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Leont/perlio-utf8_strict" + }, + "Pod-Elemental": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rjbs/Pod-Elemental" + }, + "Pod-Escapes": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/neilbowers/Pod-Escapes" + }, + "Pod-Eventual": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rjbs/Pod-Eventual" + }, + "Pod-LaTeX": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/timj/perl-Pod-LaTeX" + }, + "Pod-Man": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Pod-Parser": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "Pod-Plainer": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Pod-POM": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/neilb/Pod-POM" + }, + "Pod-Simple": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/perl-pod/pod-simple" + }, + "Pod-Weaver": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rjbs/Pod-Weaver" + }, + "PPI": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Perl-Critic/PPI" + }, + "Readonly": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/sanko/readonly" + }, + "Ref-Util": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/p5pclub/ref-util" + }, + "Regexp-Common": { + "License": [ + "MIT", + "MIT", + "BSD-3-Clause", + "Artistic-1.0", + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Role-HasMessage": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rjbs/Role-HasMessage" + }, + "Role-Identifiable-HasIdent": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Role-Tiny": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/moose/Role-Tiny" + }, + "Scalar-Util": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Scalar-Util-Numeric": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Scope-Guard": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Set-Array": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Set-IntervalTree": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Set-IntSpan": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "Set-IntSpan-Fast": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Set-Object": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rurban/Set-Object" + }, + "Set-Scalar": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/daoswald/Set-Scalar" + }, + "Shell": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Socket": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Software-License": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Perl-Toolchain-Gang/Software-License" + }, + "Specio": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/houseabsolute/Specio" + }, + "Spiffy": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ingydotnet/spiffy-pm" + }, + "SQL-Abstract": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dbsrgits/sql-abstract" + }, + "SQL-Statement": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/perl5-dbi/SQL-Statement" + }, + "Statistics-Basic": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "Statistics-Descriptive": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/shlomif/perl-Statistics-Descriptive" + }, + "Storable": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "strictures": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/p5sagit/strictures" + }, + "String-Errf": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rjbs/String-Errf" + }, + "String-Flogger": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rjbs/String-Flogger" + }, + "String-Formatter": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rjbs/String-Formatter" + }, + "String-Print": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/markov2/perl5-String-Print" + }, + "String-RewritePrefix": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rjbs/String-RewritePrefix" + }, + "String-Truncate": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rjbs/String-Truncate" + }, + "String-TtyLength": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/neilb/String-TtyLength" + }, + "Sub-Exporter": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rjbs/Sub-Exporter" + }, + "Sub-Exporter-ForMethods": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rjbs/Sub-Exporter-ForMethods" + }, + "Sub-Exporter-GlobExporter": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rjbs/Sub-Exporter-GlobExporter" + }, + "Sub-Exporter-Progressive": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/frioux/Sub-Exporter-Progressive" + }, + "Sub-Identify": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rgs/Sub-Identify" + }, + "Sub-Info": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Sub-Install": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rjbs/Sub-Install" + }, + "Sub-Name": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/p5sagit/Sub-Name" + }, + "Sub-Quote": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/moose/Sub-Quote" + }, + "Sub-Uplevel": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Perl-Toolchain-Gang/Sub-Uplevel" + }, + "SVG": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/manwar/SVG" + }, + "Switch": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Sys-Info": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/burak/CPAN-Sys-Info" + }, + "Sys-Info-Base": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/burak/CPAN-Sys-Info-Base" + }, + "Sys-Info-Driver-Linux": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/burak/CPAN-Sys-Info-Driver-Linux" + }, + "Sys-Info-Driver-Linux-Device-CPU": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Sys-Info-Driver-Unknown": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/burak/CPAN-Sys-Info-Driver-Unknown" + }, + "Sys-Info-Driver-Unknown-Device-CPU": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Template": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Template-Plugin-Number-Format": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "Term-Encoding": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/miyagawa/Term-Encoding" + }, + "Term-ReadKey": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Term-ReadLine-Gnu": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/hirooih/perl-trg" + }, + "Term-Table": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Term-UI": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jib/term-ui" + }, + "Test": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "Test2-Plugin-NoWarnings": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/houseabsolute/Test2-Plugin-NoWarnings" + }, + "Test2-Require-Module": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Test-Base": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ingydotnet/test-base-pm" + }, + "Test-CheckDeps": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Leont/test-checkdeps" + }, + "Test-ClassAPI": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/karenetheridge/Test-ClassAPI" + }, + "Test-CleanNamespaces": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/karenetheridge/Test-CleanNamespaces" + }, + "Test-Deep": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rjbs/Test-Deep" + }, + "Test-Differences": { + "License": [ + "Artistic-1.0", + "GPL-1.0" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Test-Exception": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Test-More/test-exception" + }, + "Test-FailWarnings": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dagolden/Test-FailWarnings" + }, + "Test-Fatal": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rjbs/Test-Fatal" + }, + "Test-File": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/briandfoy/test-file" + }, + "Test-File-ShareDir-Dist": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Test-Harness": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Test-LeakTrace": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/gfx/p5-Test-LeakTrace" + }, + "Test-Memory-Cycle": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "Test-More-UTF8": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Test-Most": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Ovid/test--most" + }, + "Test-Needs": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/haarg/Test-Needs" + }, + "Test-NoWarnings": { + "License": [ + "LGPL-2.1" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/haarg/Test-NoWarnings" + }, + "Test-Object": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/karenetheridge/Test-Object" + }, + "Test-Output": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/briandfoy/test-output" + }, + "Test-Pod": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/perl-pod/test-pod" + }, + "Test-Requires": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tokuhirom/Test-Requires" + }, + "Test-RequiresInternet": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mrallen1/Test-RequiresInternet" + }, + "Test-Simple": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Test-SubCalls": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/karenetheridge/Test-SubCalls" + }, + "Test-Sys-Info": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/burak/CPAN-Test-Sys-Info" + }, + "Test-Version": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/plicease/test-version" + }, + "Test-Warn": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/hanfried/test-warn" + }, + "Test-Warnings": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/karenetheridge/Test-Warnings" + }, + "Test-Without-Module": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Corion/test-without-module" + }, + "Test-YAML": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ingydotnet/test-yaml-pm" + }, + "Text-Aligner": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/shlomif/text-aligner" + }, + "Text-Balanced": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/steve-m-hay/Text-Balanced" + }, + "Text-CSV": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Text-CSV_XS": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Tux/Text-CSV_XS" + }, + "Text-Diff": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Text-Format": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/shlomif/perl-Module-Format" + }, + "Text-Glob": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Text-Iconv": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "Text-Soundex": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Text-Table": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/shlomif/Text-Table" + }, + "Text-Table-Manifold": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ronsavage/Text-Table-Manifold" + }, + "Text-Template": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mschout/perl-text-template" + }, + "Throwable": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rjbs/Throwable" + }, + "Tie-Function": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "Tie-IxHash": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Time-HiRes": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Perl/perl5" + }, + "Time-Local": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/houseabsolute/Time-Local" + }, + "Time-Piece": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "Time-Piece-MySQL": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "Tree-DAG_Node": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ronsavage/Tree-DAG_Node" + }, + "Try-Tiny": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/p5sagit/Try-Tiny" + }, + "Type-Tiny": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tobyink/p5-type-tiny" + }, + "Types-Serialiser": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "Unicode-EastAsianWidth": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/audreyt/Unicode-EastAsianWidth" + }, + "Unicode-LineBreak": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "UNIVERSAL-moniker": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "Unix-Processors": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "URI": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/libwww-perl/URI" + }, + "Variable-Magic": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "http://git.vpit.fr/?p=perl%2Fmodules%2FVariable-Magic.git" + }, + "version": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Perl/version.pm" + }, + "Want": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "WWW-RobotRules": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "XML-Bare": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "XML-DOM": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "XML-Filter-BufferText": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "XML-NamespaceSupport": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/perigrin/xml-namespacesupport" + }, + "XML-Parser": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "XML-RegExp": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "XML-SAX": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/grantm/xml-sax" + }, + "XML-SAX-Base": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/grantm/XML-SAX-Base" + }, + "XML-SAX-Expat": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "XML-SAX-Writer": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/perigrin/xml-sax-writer" + }, + "XML-Simple": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/grantm/xml-simple" + }, + "XML-Tiny": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "XML-Twig": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "XML-Writer": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "" + }, + "XML-XPath": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/manwar/XML-XPath" + }, + "XSLoader": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "" + }, + "YAML": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ingydotnet/yaml-pm" + }, + "YAML-Tiny": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Perl-Toolchain-Gang/YAML-Tiny" + } + }, + "grpcio/1.57.0-GCCcore-12.3.0": { + "grpcio": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/grpc/grpc" + } + }, + "MDAnalysis/2.4.2-foss-2022b": { + "fasteners": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/harlowja/fasteners" + }, + "funcsigs": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/testing-cabal/funcsigs" + }, + "GridDataFormats": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "gsd": { + "License": [ + "BSD-2-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/glotzerlab/gsd" + }, + "MDAnalysis": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "mmtf-python": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rcsb/mmtf-python" + }, + "mrcfile": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ccpem/mrcfile" + }, + "msgpack": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/msgpack/msgpack-python" + } + }, + "orjson/3.9.15-GCCcore-12.3.0": { + "mypy": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/python/mypy" + }, + "mypy_extensions": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "orjson": { + "License": [ + "Apache-2.0", + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ijl/orjson" + }, + "ruff": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/astral-sh/ruff" + } + }, + "Ruby/3.2.2-GCCcore-12.2.0": { + "activesupport": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "addressable": { + "License": [ + "ISC" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/debrouwere/python-addressable" + }, + "arr-pm": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "backports": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/brandon-rhodes/backports" + }, + "bundler": { + "License": [], + "Permission to redistribute": false, + "Retrieved from": null + }, + "cabin": { + "License": [ + "Apache-2.0", + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/scipp-atlas/cabin" + }, + "childprocess": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "clamp": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": null + }, + "concurrent-ruby": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "connection_pool": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/zhouyl/ConnectionPool" + }, + "diff-lcs": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "ethon": { + "License": [ + "AGPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/vasusen-code/ethon" + }, + "faraday-net_http": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "faraday": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/FaradayRF/Faraday-Software" + }, + "faraday_middleware": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "ffi": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "gh": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/danielwhatmuff/gh" + }, + "highline": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "i18n": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bitbucket.org/antocuni/i18n" + }, + "json": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "launchy": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": null + }, + "minitest": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jichen3000/minitest" + }, + "multi_json": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "multipart-post": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "mustermann": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "net-http-persistent": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "net-http-pipeline": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "public_suffix": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "pusher-client": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "rack-protection": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "rack-test": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "rack": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://gitlab.com/cJ/rack" + }, + "rspec-core": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "rspec-expectations": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "rspec-mocks": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "rspec-support": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "rspec": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/liuyenting/rspec" + }, + "ruby2_keywords": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "sinatra": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": null + }, + "thread_safe": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "tilt": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Transparency-Information-Language/python-tilt" + }, + "typhoeus": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "tzinfo": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "websocket": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": null + }, + "zeitwerk": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + } + }, + "crb-blast/0.6.9-GCC-12.3.0": { + "bindeps": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "bio": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ialbert/bio" + }, + "crb-blast": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "facade": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/oakfang/facade" + }, + "fixwhich": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "pathname2": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "threach": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "trollop": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://bitbucket.org/btubbs/trollop" + } + }, + "h5netcdf/1.2.0-foss-2023a": { + "h5netcdf": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/h5netcdf/h5netcdf" + } + }, + "psycopg2/2.9.9-GCCcore-12.3.0": { + "psycopg2": { + "License": [ + "BSD-3-Clause-Attribution" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/psycopg/psycopg2" + } + }, + "SQLAlchemy/2.0.25-GCCcore-12.3.0": { + "alembic": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/sqlalchemy/alembic" + }, + "async-timeout": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/aio-libs/async-timeout" + }, + "asyncpg": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/MagicStack/asyncpg" + }, + "greenlet": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/python-greenlet/greenlet" + }, + "SQLAlchemy": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + } + }, + "geopandas/0.14.2-foss-2023a": { + "geopandas": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/geopandas/geopandas" + }, + "mapclassify": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pysal/mapclassify" + } + }, + "wradlib/2.0.3-foss-2023a": { + "cmweather": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/openradar/cmweather" + }, + "deprecation": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/briancurtin/deprecation" + }, + "lat_lon_parser": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "wradlib": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/wradlib/wradlib" + }, + "xarray-datatree": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/xarray-contrib/datatree" + }, + "xmltodict": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/martinblech/xmltodict" + }, + "xradar": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/openradar/xradar" + } + }, + "LRBinner/0.1-foss-2023a": { + "LRBinner": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "tabulate": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/astanin/python-tabulate" + } + }, + "MultiQC/1.14-foss-2022b": { + "coloredlogs": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/xolox/python-coloredlogs" + }, + "colormath": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/gtaylor/python-colormath" + }, + "commonmark": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rtfd/commonmark.py" + }, + "humanfriendly": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/xolox/python-humanfriendly" + }, + "lzstring": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/gkovacs/lz-string-python" + }, + "markdown-it-py": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/executablebooks/markdown-it-py" + }, + "Markdown": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "mdurl": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/executablebooks/mdurl" + }, + "multiqc": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/MultiQC/MultiQC" + }, + "Pygments": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "rich-click": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/ewels/rich-click" + }, + "rich": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Textualize/rich" + }, + "spectra": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jsvine/spectra" + } + }, + "basemap/1.3.9-foss-2023a": { + "basemap": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/matplotlib/basemap" + }, + "basemap_data": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "pyshp": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/GeospatialPython/pyshp" + } + }, + "mpl-ascii/0.10.0-gfbf-2023a": { + "mpl-ascii": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/chriscave/mpl_ascii" + } + }, + "hatch-jupyter-builder/0.9.1-GCCcore-12.3.0": { + "hatch_jupyter_builder": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "hatch_nodejs_version": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + } + }, + "statsmodels/0.14.1-gfbf-2023a": { + "patsy": { + "License": [ + "BSD-2-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pydata/patsy" + }, + "statsmodels": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/statsmodels/statsmodels" + } + }, + "statsmodels/0.14.1-gfbf-2023b": { + "patsy": { + "License": [ + "BSD-2-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pydata/patsy" + }, + "statsmodels": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/statsmodels/statsmodels" + } + }, + "Cassiopeia/2.0.0-foss-2023a": { + "bleach": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mozilla/bleach" + }, + "Cassiopeia": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "comm": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/ipython/comm" + }, + "defusedxml": { + "License": [ + "Python-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tiran/defusedxml" + }, + "deprecation": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/briancurtin/deprecation" + }, + "fastjsonschema": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/horejsek/python-fastjsonschema" + }, + "hits": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jeffhussmann/hits" + }, + "ipywidgets": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jupyter-widgets/ipywidgets" + }, + "itolapi": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/albertyw/itolapi" + }, + "jupyter_client": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "jupyter_core": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "jupyter_packaging": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "jupyterlab_pygments": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "jupyterlab_widgets": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "Levenshtein": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "mistune": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/lepture/mistune" + }, + "nbclient": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/jupyter/nbclient" + }, + "nbconvert": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/jupyter/nbconvert" + }, + "nbformat": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/jupyter/nbformat" + }, + "ngs-tools": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Lioscro/ngs-tools" + }, + "pandocfilters": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jgm/pandocfilters" + }, + "python-Levenshtein": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "shortuuid": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/skorokithakis/shortuuid" + }, + "tinycss2": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Kozea/tinycss2" + }, + "traitlets": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/ipython/traitlets" + }, + "widgetsnbextension": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": null + } + }, + "cooler/0.10.2-foss-2023b": { + "asciitree": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mbr/asciitree" + }, + "cooler": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/open2c/cooler" + }, + "cytoolz": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pytoolz/cytoolz" + }, + "toolz": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pytoolz/toolz" + } + }, + "LightGBM/4.5.0-foss-2023a": { + "lightgbm": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/microsoft/LightGBM" + } + }, + "pydantic/2.7.4-GCCcore-13.2.0": { + "annotated_types": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + }, + "pydantic": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pydantic/pydantic" + }, + "pydantic_core": { + "License": "not found", + "Permission to redistribute": false, + "Retrieved from": "not found" + } + }, + "SlurmViewer/1.0.1-GCCcore-13.2.0": { + "asyncssh": { + "License": [ + "EPL-2.0", + "GPL-2.0-or-later" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ronf/asyncssh" + }, + "plotext": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/piccolomo/plotext" + }, + "slurm-viewer": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://gitlab.com/lkeb/slurm_viewer" + }, + "textual-plotext": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Textualize/textual-plotext" + }, + "textual": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Textualize/textual" + } + }, + "rpy2/3.5.15-foss-2023a": { + "coverage": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/nedbat/coveragepy" + }, + "pytest-cov": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pytest-dev/pytest-cov" + }, + "rpy2": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rpy2/doc.html" + }, + "tzlocal": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/regebro/tzlocal" + } + }, + "Tombo/1.5.1-foss-2023a": { + "mappy": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/lh3/minimap2" + }, + "ont-tombo": { + "License": [ + "MPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/nanoporetech/tombo" + }, + "pyfaidx": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mdshw5/pyfaidx" + } + }, + "lit/18.1.2-GCCcore-12.3.0": { + "lit": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/llvm/llvm-project" + } + }, + "lit/18.1.7-GCCcore-13.2.0": { + "lit": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/llvm/llvm-project" + }, + "pexpect": { + "License": [ + "ISC" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pexpect/pexpect" + }, + "ptyprocess": { + "License": [ + "ISC" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pexpect/ptyprocess" + } + }, + "coverage/7.4.4-GCCcore-13.2.0": { + "coverage": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/nedbat/coveragepy" + } + }, + "pre-commit/3.7.0-GCCcore-13.2.0": { + "cfgv": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/asottile/cfgv" + }, + "identify": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pre-commit/identify" + }, + "nodeenv": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ekalinin/nodeenv" + }, + "pre-commit": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pre-commit/pre-commit" + } + }, + "astropy-testing/7.0.0-gfbf-2023b": { + "pytest-arraydiff": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/astropy/pytest-arraydiff" + }, + "pytest-astropy-header": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/astropy/pytest-astropy-header" + }, + "pytest-astropy": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/astropy/pytest-astropy" + }, + "pytest-cov": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pytest-dev/pytest-cov" + }, + "pytest-doctestplus": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/scientific-python/pytest-doctestplus" + }, + "pytest-filter-subpackage": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/astropy/pytest-filter-subpackage" + }, + "pytest-mock": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pytest-dev/pytest-mock" + }, + "pytest-remotedata": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/astropy/pytest-remotedata" + } + }, + "astropy/7.0.0-gfbf-2023b": { + "astropy-iers-data": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/astropy/astropy-iers-data" + }, + "astropy": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/astropy/astropy" + }, + "colorlog": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/borntyping/python-colorlog" + }, + "extension-helpers": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/astropy/extension-helpers" + }, + "pyerfa": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/liberfa/pyerfa" + } + }, + "ruamel.yaml/0.17.32-GCCcore-12.3.0": { + "configobj": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/DiffSK/configobj" + }, + "lz4": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/python-lz4/python-lz4" + }, + "ruamel.yaml.base": { + "License": [ + "CERN-OHL-P-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": null + }, + "ruamel.yaml.clib": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": null + }, + "ruamel.yaml.cmd": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": null + }, + "ruamel.yaml.convert": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bitbucket.org/ruamel/yaml.convert" + }, + "ruamel.yaml": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/indygreg/PyOxidizer" + } + } +} diff --git a/licenses/extensions_licenses.json b/licenses/extensions_licenses.json deleted file mode 100644 index 1654be9001..0000000000 --- a/licenses/extensions_licenses.json +++ /dev/null @@ -1,31922 +0,0 @@ -{ - "Python/3.10.8-GCCcore-12.2.0/alabaster/0.7.12": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python/3.10.8-GCCcore-12.2.0/appdirs/1.4.4": { - "License": "MIT", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/appdirs/json" - }, - "Python/3.10.8-GCCcore-12.2.0/asn1crypto/1.5.1": { - "License": "MIT", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/asn1crypto/json" - }, - "Python/3.10.8-GCCcore-12.2.0/atomicwrites/1.4.1": { - "License": "MIT", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/atomicwrites/json" - }, - "Python/3.10.8-GCCcore-12.2.0/attrs/22.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python/3.10.8-GCCcore-12.2.0/Babel/2.11.0": { - "License": "BSD-3-Clause", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/Babel/json" - }, - "Python/3.10.8-GCCcore-12.2.0/backports.entry-points-selectable/1.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "https://pypi.org/pypi/backports.entry-points-selectable/json" - }, - "Python/3.10.8-GCCcore-12.2.0/backports.functools_lru_cache/1.6.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "https://pypi.org/pypi/backports.functools_lru_cache/json" - }, - "Python/3.10.8-GCCcore-12.2.0/bcrypt/4.0.1": { - "License": "Apache-2.0", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/bcrypt/json" - }, - "Python/3.10.8-GCCcore-12.2.0/bitstring/3.1.9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python/3.10.8-GCCcore-12.2.0/blist/1.3.6": { - "License": "BSD", - "Permission to redistribute": false, - "Retrieved from": "https://pypi.org/pypi/blist/json" - }, - "Python/3.10.8-GCCcore-12.2.0/CacheControl/0.12.11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python/3.10.8-GCCcore-12.2.0/cachy/0.3.0": { - "License": "MIT", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/cachy/json" - }, - "Python/3.10.8-GCCcore-12.2.0/certifi/2022.9.24": { - "License": "MPL-2.0", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/certifi/json" - }, - "Python/3.10.8-GCCcore-12.2.0/cffi/1.15.1": { - "License": "MIT", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/cffi/json" - }, - "Python/3.10.8-GCCcore-12.2.0/chardet/5.0.0": { - "License": "LGPL", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/chardet/json" - }, - "Python/3.10.8-GCCcore-12.2.0/charset-normalizer/2.1.1": { - "License": "MIT", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/charset-normalizer/json" - }, - "Python/3.10.8-GCCcore-12.2.0/cleo/1.0.0a5": { - "License": "MIT", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/cleo/json" - }, - "Python/3.10.8-GCCcore-12.2.0/click/8.1.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python/3.10.8-GCCcore-12.2.0/clikit/0.6.2": { - "License": "MIT", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/clikit/json" - }, - "Python/3.10.8-GCCcore-12.2.0/cloudpickle/2.2.0": { - "License": "BSD-3-Clause", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/cloudpickle/json" - }, - "Python/3.10.8-GCCcore-12.2.0/colorama/0.4.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "https://pypi.org/pypi/colorama/json" - }, - "Python/3.10.8-GCCcore-12.2.0/commonmark/0.9.1": { - "License": "BSD-3-Clause", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/commonmark/json" - }, - "Python/3.10.8-GCCcore-12.2.0/crashtest/0.3.1": { - "License": "MIT", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/crashtest/json" - }, - "Python/3.10.8-GCCcore-12.2.0/cryptography/38.0.3": { - "License": "Apache-2.0 OR BSD-3-Clause", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/cryptography/json" - }, - "Python/3.10.8-GCCcore-12.2.0/Cython/0.29.32": { - "License": "Apache-2.0", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/Cython/json" - }, - "Python/3.10.8-GCCcore-12.2.0/decorator/5.1.1": { - "License": "BSD-2-Clause", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/decorator/json" - }, - "Python/3.10.8-GCCcore-12.2.0/distlib/0.3.6": { - "License": "PSF-2.0", - "Permission to redistribute": false, - "Retrieved from": "https://pypi.org/pypi/distlib/json" - }, - "Python/3.10.8-GCCcore-12.2.0/docopt/0.6.2": { - "License": "MIT", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/docopt/json" - }, - "Python/3.10.8-GCCcore-12.2.0/docutils/0.19": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python/3.10.8-GCCcore-12.2.0/doit/0.36.0": { - "License": "MIT", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/doit/json" - }, - "Python/3.10.8-GCCcore-12.2.0/dulwich/0.20.50": { - "License": "Apachev2 or later or GPLv2", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/dulwich/json" - }, - "Python/3.10.8-GCCcore-12.2.0/ecdsa/0.18.0": { - "License": "MIT", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/ecdsa/json" - }, - "Python/3.10.8-GCCcore-12.2.0/editables/0.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "https://pypi.org/pypi/editables/json" - }, - "Python/3.10.8-GCCcore-12.2.0/exceptiongroup/1.0.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python/3.10.8-GCCcore-12.2.0/execnet/1.9.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python/3.10.8-GCCcore-12.2.0/filelock/3.8.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python/3.10.8-GCCcore-12.2.0/flit/3.8.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python/3.10.8-GCCcore-12.2.0/flit_core/3.8.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python/3.10.8-GCCcore-12.2.0/flit_scm/1.7.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "https://pypi.org/pypi/flit_scm/json" - }, - "Python/3.10.8-GCCcore-12.2.0/fsspec/2022.11.0": { - "License": "BSD 3-Clause License\n \n Copyright (c) 2018, Martin Durant\n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are met:\n \n * Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n \n * Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n \n * Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\n AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\n FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/fsspec/json" - }, - "Python/3.10.8-GCCcore-12.2.0/future/0.18.2": { - "License": "MIT", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/future/json" - }, - "Python/3.10.8-GCCcore-12.2.0/glob2/0.7": { - "License": "BSD", - "Permission to redistribute": false, - "Retrieved from": "https://pypi.org/pypi/glob2/json" - }, - "Python/3.10.8-GCCcore-12.2.0/hatch_fancy_pypi_readme/22.8.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "https://pypi.org/pypi/hatch_fancy_pypi_readme/json" - }, - "Python/3.10.8-GCCcore-12.2.0/hatch_vcs/0.2.0": { - "License": "MIT", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/hatch_vcs/json" - }, - "Python/3.10.8-GCCcore-12.2.0/hatchling/1.11.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python/3.10.8-GCCcore-12.2.0/html5lib/1.1": { - "License": "MIT License", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/html5lib/json" - }, - "Python/3.10.8-GCCcore-12.2.0/idna/3.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python/3.10.8-GCCcore-12.2.0/imagesize/1.4.1": { - "License": "MIT", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/imagesize/json" - }, - "Python/3.10.8-GCCcore-12.2.0/importlib_metadata/5.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python/3.10.8-GCCcore-12.2.0/importlib_resources/5.10.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python/3.10.8-GCCcore-12.2.0/iniconfig/1.1.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python/3.10.8-GCCcore-12.2.0/intervaltree/3.1.0": { - "License": "Apache License, Version 2.0", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/intervaltree/json" - }, - "Python/3.10.8-GCCcore-12.2.0/intreehooks/1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "https://pypi.org/pypi/intreehooks/json" - }, - "Python/3.10.8-GCCcore-12.2.0/ipaddress/1.0.23": { - "License": "Python Software Foundation License", - "Permission to redistribute": false, - "Retrieved from": "https://pypi.org/pypi/ipaddress/json" - }, - "Python/3.10.8-GCCcore-12.2.0/jaraco.classes/3.2.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python/3.10.8-GCCcore-12.2.0/jeepney/0.8.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python/3.10.8-GCCcore-12.2.0/Jinja2/3.1.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python/3.10.8-GCCcore-12.2.0/joblib/1.2.0": { - "License": "BSD 3-Clause", - "Permission to redistribute": false, - "Retrieved from": "https://pypi.org/pypi/joblib/json" - }, - "Python/3.10.8-GCCcore-12.2.0/jsonschema/4.17.0": { - "License": "MIT", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/jsonschema/json" - }, - "Python/3.10.8-GCCcore-12.2.0/keyring/23.11.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python/3.10.8-GCCcore-12.2.0/keyrings.alt/4.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python/3.10.8-GCCcore-12.2.0/liac-arff/2.5.0": { - "License": "MIT License", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/liac-arff/json" - }, - "Python/3.10.8-GCCcore-12.2.0/lockfile/0.12.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "https://pypi.org/pypi/lockfile/json" - }, - "Python/3.10.8-GCCcore-12.2.0/MarkupSafe/2.1.1": { - "License": "Copyright 2010 Pallets Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/MarkupSafe/json" - }, - "Python/3.10.8-GCCcore-12.2.0/mock/4.0.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python/3.10.8-GCCcore-12.2.0/more-itertools/9.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python/3.10.8-GCCcore-12.2.0/msgpack/1.0.4": { - "License": "Apache 2.0", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/msgpack/json" - }, - "Python/3.10.8-GCCcore-12.2.0/netaddr/0.8.0": { - "License": "BSD License", - "Permission to redistribute": false, - "Retrieved from": "https://pypi.org/pypi/netaddr/json" - }, - "Python/3.10.8-GCCcore-12.2.0/netifaces/0.11.0": { - "License": "MIT License", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/netifaces/json" - }, - "Python/3.10.8-GCCcore-12.2.0/packaging/21.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python/3.10.8-GCCcore-12.2.0/paramiko/2.12.0": { - "License": "LGPL", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/paramiko/json" - }, - "Python/3.10.8-GCCcore-12.2.0/pastel/0.2.1": { - "License": "MIT", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/pastel/json" - }, - "Python/3.10.8-GCCcore-12.2.0/pathlib2/2.3.7.post1": { - "License": "MIT", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/pathlib2/json" - }, - "Python/3.10.8-GCCcore-12.2.0/pathspec/0.10.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "https://pypi.org/pypi/pathspec/json" - }, - "Python/3.10.8-GCCcore-12.2.0/pbr/5.11.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python/3.10.8-GCCcore-12.2.0/pexpect/4.8.0": { - "License": "ISC license", - "Permission to redistribute": false, - "Retrieved from": "https://pypi.org/pypi/pexpect/json" - }, - "Python/3.10.8-GCCcore-12.2.0/pip/22.3.1": { - "License": "MIT", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/pip/json" - }, - "Python/3.10.8-GCCcore-12.2.0/pkginfo/1.8.3": { - "License": "MIT", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/pkginfo/json" - }, - "Python/3.10.8-GCCcore-12.2.0/platformdirs/2.5.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python/3.10.8-GCCcore-12.2.0/pluggy/1.0.0": { - "License": "MIT", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/pluggy/json" - }, - "Python/3.10.8-GCCcore-12.2.0/poetry-core/1.3.2": { - "License": "MIT", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/poetry-core/json" - }, - "Python/3.10.8-GCCcore-12.2.0/poetry/1.2.2": { - "License": "MIT", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/poetry/json" - }, - "Python/3.10.8-GCCcore-12.2.0/poetry_plugin_export/1.2.0": { - "License": "MIT", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/poetry_plugin_export/json" - }, - "Python/3.10.8-GCCcore-12.2.0/pooch/1.6.0": { - "License": "BSD-3-Clause", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/pooch/json" - }, - "Python/3.10.8-GCCcore-12.2.0/psutil/5.9.4": { - "License": "BSD-3-Clause", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/psutil/json" - }, - "Python/3.10.8-GCCcore-12.2.0/ptyprocess/0.7.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "https://pypi.org/pypi/ptyprocess/json" - }, - "Python/3.10.8-GCCcore-12.2.0/py/1.11.0": { - "License": "MIT license", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/py/json" - }, - "Python/3.10.8-GCCcore-12.2.0/py_expression_eval/0.3.14": { - "License": "MIT", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/py_expression_eval/json" - }, - "Python/3.10.8-GCCcore-12.2.0/pyasn1/0.4.8": { - "License": "BSD-2-Clause", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/pyasn1/json" - }, - "Python/3.10.8-GCCcore-12.2.0/pycparser/2.21": { - "License": "BSD-3-Clause", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/pycparser/json" - }, - "Python/3.10.8-GCCcore-12.2.0/pycryptodome/3.17": { - "License": "BSD, Public Domain", - "Permission to redistribute": false, - "Retrieved from": "https://pypi.org/pypi/pycryptodome/json" - }, - "Python/3.10.8-GCCcore-12.2.0/pydevtool/0.3.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "https://pypi.org/pypi/pydevtool/json" - }, - "Python/3.10.8-GCCcore-12.2.0/Pygments/2.13.0": { - "License": "BSD-2-Clause", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/Pygments/json" - }, - "Python/3.10.8-GCCcore-12.2.0/pylev/1.4.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "https://pypi.org/pypi/pylev/json" - }, - "Python/3.10.8-GCCcore-12.2.0/PyNaCl/1.5.0": { - "License": "Apache License 2.0", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/PyNaCl/json" - }, - "Python/3.10.8-GCCcore-12.2.0/pyparsing/3.0.9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python/3.10.8-GCCcore-12.2.0/pyrsistent/0.19.2": { - "License": "MIT", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/pyrsistent/json" - }, - "Python/3.10.8-GCCcore-12.2.0/pytest-xdist/3.1.0": { - "License": "MIT License Copyright (c) 2010 Holger Krekel and contributors. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/pytest-xdist/json" - }, - "Python/3.10.8-GCCcore-12.2.0/pytest/7.2.0": { - "License": "MIT", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/pytest/json" - }, - "Python/3.10.8-GCCcore-12.2.0/python-dateutil/2.8.2": { - "License": "Dual License", - "Permission to redistribute": false, - "Retrieved from": "https://pypi.org/pypi/python-dateutil/json" - }, - "Python/3.10.8-GCCcore-12.2.0/pytoml/0.1.21": { - "License": "MIT", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/pytoml/json" - }, - "Python/3.10.8-GCCcore-12.2.0/pytz/2022.6": { - "License": "MIT", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/pytz/json" - }, - "Python/3.10.8-GCCcore-12.2.0/regex/2022.10.31": { - "License": "Apache Software License", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/regex/json" - }, - "Python/3.10.8-GCCcore-12.2.0/requests-toolbelt/0.9.1": { - "License": "Apache 2.0", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/requests-toolbelt/json" - }, - "Python/3.10.8-GCCcore-12.2.0/requests/2.28.1": { - "License": "Apache-2.0", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/requests/json" - }, - "Python/3.10.8-GCCcore-12.2.0/rich-click/1.6.0": { - "License": "MIT License\n \n Copyright (c) 2022 Phil Ewels\n \n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n \n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n \n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n SOFTWARE.", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/rich-click/json" - }, - "Python/3.10.8-GCCcore-12.2.0/rich/13.1.0": { - "License": "MIT", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/rich/json" - }, - "Python/3.10.8-GCCcore-12.2.0/scandir/1.10.0": { - "License": "New BSD License", - "Permission to redistribute": false, - "Retrieved from": "https://pypi.org/pypi/scandir/json" - }, - "Python/3.10.8-GCCcore-12.2.0/SecretStorage/3.3.3": { - "License": "BSD 3-Clause License", - "Permission to redistribute": false, - "Retrieved from": "https://pypi.org/pypi/SecretStorage/json" - }, - "Python/3.10.8-GCCcore-12.2.0/semantic_version/2.10.0": { - "License": "BSD", - "Permission to redistribute": false, - "Retrieved from": "https://pypi.org/pypi/semantic_version/json" - }, - "Python/3.10.8-GCCcore-12.2.0/setuptools-rust/1.5.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python/3.10.8-GCCcore-12.2.0/setuptools/63.4.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python/3.10.8-GCCcore-12.2.0/setuptools_scm/7.0.5": { - "License": "Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n \n The above copyright notice and this permission notice shall be included in\n all copies or substantial portions of the Software.\n \n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n THE SOFTWARE.", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/setuptools_scm/json" - }, - "Python/3.10.8-GCCcore-12.2.0/shellingham/1.5.0": { - "License": "ISC License", - "Permission to redistribute": false, - "Retrieved from": "https://pypi.org/pypi/shellingham/json" - }, - "Python/3.10.8-GCCcore-12.2.0/simplegeneric/0.8.1": { - "License": "ZPL 2.1", - "Permission to redistribute": false, - "Retrieved from": "https://pypi.org/pypi/simplegeneric/json" - }, - "Python/3.10.8-GCCcore-12.2.0/simplejson/3.17.6": { - "License": "MIT License", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/simplejson/json" - }, - "Python/3.10.8-GCCcore-12.2.0/six/1.16.0": { - "License": "MIT", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/six/json" - }, - "Python/3.10.8-GCCcore-12.2.0/snowballstemmer/2.2.0": { - "License": "BSD-3-Clause", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/snowballstemmer/json" - }, - "Python/3.10.8-GCCcore-12.2.0/sortedcontainers/2.4.0": { - "License": "Apache 2.0", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/sortedcontainers/json" - }, - "Python/3.10.8-GCCcore-12.2.0/sphinx-bootstrap-theme/0.8.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "https://pypi.org/pypi/sphinx-bootstrap-theme/json" - }, - "Python/3.10.8-GCCcore-12.2.0/Sphinx/5.3.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python/3.10.8-GCCcore-12.2.0/sphinxcontrib-applehelp/1.0.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python/3.10.8-GCCcore-12.2.0/sphinxcontrib-devhelp/1.0.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python/3.10.8-GCCcore-12.2.0/sphinxcontrib-htmlhelp/2.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python/3.10.8-GCCcore-12.2.0/sphinxcontrib-jsmath/1.0.1": { - "License": "BSD", - "Permission to redistribute": false, - "Retrieved from": "https://pypi.org/pypi/sphinxcontrib-jsmath/json" - }, - "Python/3.10.8-GCCcore-12.2.0/sphinxcontrib-qthelp/1.0.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python/3.10.8-GCCcore-12.2.0/sphinxcontrib-serializinghtml/1.1.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python/3.10.8-GCCcore-12.2.0/sphinxcontrib-websupport/1.2.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python/3.10.8-GCCcore-12.2.0/tabulate/0.9.0": { - "License": "MIT", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/tabulate/json" - }, - "Python/3.10.8-GCCcore-12.2.0/threadpoolctl/3.1.0": { - "License": "BSD-3-Clause", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/threadpoolctl/json" - }, - "Python/3.10.8-GCCcore-12.2.0/toml/0.10.2": { - "License": "MIT", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/toml/json" - }, - "Python/3.10.8-GCCcore-12.2.0/tomli/2.0.1": { - "License": "MIT License Copyright (c) 2021 Taneli Hukkinen Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/tomli/json" - }, - "Python/3.10.8-GCCcore-12.2.0/tomli_w/1.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python/3.10.8-GCCcore-12.2.0/tomlkit/0.11.6": { - "License": "MIT", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/tomlkit/json" - }, - "Python/3.10.8-GCCcore-12.2.0/typing_extensions/4.4.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python/3.10.8-GCCcore-12.2.0/ujson/5.5.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python/3.10.8-GCCcore-12.2.0/urllib3/1.26.12": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python/3.10.8-GCCcore-12.2.0/virtualenv/20.16.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python/3.10.8-GCCcore-12.2.0/wcwidth/0.2.5": { - "License": "MIT", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/wcwidth/json" - }, - "Python/3.10.8-GCCcore-12.2.0/webencodings/0.5.1": { - "License": "BSD", - "Permission to redistribute": false, - "Retrieved from": "https://pypi.org/pypi/webencodings/json" - }, - "Python/3.10.8-GCCcore-12.2.0/wheel/0.38.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python/3.10.8-GCCcore-12.2.0/xlrd/2.0.1": { - "License": "BSD", - "Permission to redistribute": false, - "Retrieved from": "https://pypi.org/pypi/xlrd/json" - }, - "Python/3.10.8-GCCcore-12.2.0/zipfile36/0.1.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "https://pypi.org/pypi/zipfile36/json" - }, - "Python/3.10.8-GCCcore-12.2.0/zipp/3.10.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python/3.11.3-GCCcore-12.3.0/flit_core/3.9.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python/3.11.3-GCCcore-12.3.0/packaging/23.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python/3.11.3-GCCcore-12.3.0/pip/23.1.2": { - "License": "MIT", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/pip/json" - }, - "Python/3.11.3-GCCcore-12.3.0/setuptools/67.7.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python/3.11.3-GCCcore-12.3.0/setuptools_scm/7.1.0": { - "License": "Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n \n The above copyright notice and this permission notice shall be included in\n all copies or substantial portions of the Software.\n \n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n THE SOFTWARE.", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/setuptools_scm/json" - }, - "Python/3.11.3-GCCcore-12.3.0/tomli/2.0.1": { - "License": "MIT License Copyright (c) 2021 Taneli Hukkinen Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/tomli/json" - }, - "Python/3.11.3-GCCcore-12.3.0/typing_extensions/4.6.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python/3.11.3-GCCcore-12.3.0/wheel/0.40.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python/3.11.5-GCCcore-13.2.0/flit_core/3.9.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python/3.11.5-GCCcore-13.2.0/packaging/23.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python/3.11.5-GCCcore-13.2.0/pip/23.2.1": { - "License": "MIT", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/pip/json" - }, - "Python/3.11.5-GCCcore-13.2.0/setuptools-scm/8.0.4": { - "License": "Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n \n The above copyright notice and this permission notice shall be included in\n all copies or substantial portions of the Software.\n \n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n THE SOFTWARE.", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/setuptools-scm/json" - }, - "Python/3.11.5-GCCcore-13.2.0/setuptools/68.2.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python/3.11.5-GCCcore-13.2.0/tomli/2.0.1": { - "License": "MIT License Copyright (c) 2021 Taneli Hukkinen Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.", - "Permission to redistribute": true, - "Retrieved from": "https://pypi.org/pypi/tomli/json" - }, - "Python/3.11.5-GCCcore-13.2.0/typing_extensions/4.8.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python/3.11.5-GCCcore-13.2.0/wheel/0.41.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.1-GCCcore-12.3.0/Carp/1.50": { - "License": "perl_5", - "Permission to redistribute": false, - "Retrieved from": "https://fastapi.metacpan.org/v1/release/Carp" - }, - "Perl/5.36.1-GCCcore-12.3.0/constant/1.33": { - "License": "perl_5", - "Permission to redistribute": false, - "Retrieved from": "https://fastapi.metacpan.org/v1/release/constant" - }, - "Perl/5.36.1-GCCcore-12.3.0/Data::Dumper/2.183": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.1-GCCcore-12.3.0/Exporter/5.77": { - "License": "perl_5", - "Permission to redistribute": false, - "Retrieved from": "https://fastapi.metacpan.org/v1/release/Exporter" - }, - "Perl/5.36.1-GCCcore-12.3.0/File::Path/2.18": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.1-GCCcore-12.3.0/File::Spec/3.75": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.1-GCCcore-12.3.0/Getopt::Long/2.54": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.1-GCCcore-12.3.0/IO::File/1.51": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.1-GCCcore-12.3.0/Text::ParseWords/3.31": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.1-GCCcore-12.3.0/Thread::Queue/3.13": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.1-GCCcore-12.3.0/threads/2.21": { - "License": "perl_5", - "Permission to redistribute": false, - "Retrieved from": "https://fastapi.metacpan.org/v1/release/threads" - }, - "Perl/5.36.0-GCCcore-12.2.0/Algorithm::Dependency/1.112": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Algorithm::Diff/1.201": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/aliased/0.34": { - "License": "perl_5", - "Permission to redistribute": false, - "Retrieved from": "https://fastapi.metacpan.org/v1/release/aliased" - }, - "Perl/5.36.0-GCCcore-12.2.0/AnyEvent/7.17": { - "License": "unknown", - "Permission to redistribute": false, - "Retrieved from": "https://fastapi.metacpan.org/v1/release/AnyEvent" - }, - "Perl/5.36.0-GCCcore-12.2.0/App::Cmd/0.334": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/App::cpanminus/1.7046": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/AppConfig/1.71": { - "License": "perl_5", - "Permission to redistribute": false, - "Retrieved from": "https://fastapi.metacpan.org/v1/release/AppConfig" - }, - "Perl/5.36.0-GCCcore-12.2.0/Archive::Extract/0.88": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Array::Transpose/0.06": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Array::Utils/0.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Authen::NTLM/1.09": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Authen::SASL/2.16": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/AutoLoader/5.74": { - "License": "perl_5", - "Permission to redistribute": false, - "Retrieved from": "https://fastapi.metacpan.org/v1/release/AutoLoader" - }, - "Perl/5.36.0-GCCcore-12.2.0/B::Hooks::EndOfScope/0.26": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/B::Lint/1.20": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/boolean/0.46": { - "License": "perl_5", - "Permission to redistribute": false, - "Retrieved from": "https://fastapi.metacpan.org/v1/release/boolean" - }, - "Perl/5.36.0-GCCcore-12.2.0/Business::ISBN/3.007": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Business::ISBN::Data/20210112.006": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Canary::Stability/2013": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Capture::Tiny/0.48": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Carp/1.50": { - "License": "perl_5", - "Permission to redistribute": false, - "Retrieved from": "https://fastapi.metacpan.org/v1/release/Carp" - }, - "Perl/5.36.0-GCCcore-12.2.0/Carp::Clan/6.08": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Carp::Heavy/1.50": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Class::Accessor/0.51": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Class::Data::Inheritable/0.09": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Class::DBI/v3.0.17": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Class::DBI::SQLite/0.11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Class::Inspector/1.36": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Class::ISA/0.36": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Class::Load/0.25": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Class::Load::XS/0.10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Class::Singleton/1.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Class::Tiny/1.008": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Class::Trigger/0.15": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Clone/0.45": { - "License": "perl_5", - "Permission to redistribute": false, - "Retrieved from": "https://fastapi.metacpan.org/v1/release/Clone" - }, - "Perl/5.36.0-GCCcore-12.2.0/Clone::Choose/0.010": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/common::sense/3.75": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Config::General/2.65": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Config::INI/0.027": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Config::MVP/2.200012": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Config::Simple/4.58": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Config::Tiny/2.28": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/constant/1.33": { - "License": "perl_5", - "Permission to redistribute": false, - "Retrieved from": "https://fastapi.metacpan.org/v1/release/constant" - }, - "Perl/5.36.0-GCCcore-12.2.0/CPAN::Meta::Check/0.014": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/CPANPLUS/0.9914": { - "License": "perl_5", - "Permission to redistribute": false, - "Retrieved from": "https://fastapi.metacpan.org/v1/release/CPANPLUS" - }, - "Perl/5.36.0-GCCcore-12.2.0/Crypt::DES/2.07": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Crypt::Rijndael/1.16": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Cwd/3.75": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Cwd::Guard/0.05": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Data::Dump/1.25": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Data::Dumper/2.183": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Data::Dumper::Concise/2.023": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Data::Grove/0.08": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Data::OptList/0.112": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Data::Section/0.200007": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Data::Section::Simple/0.07": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Data::Stag/0.14": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Data::Types/0.17": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Data::UUID/1.226": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Date::Handler/1.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Date::Language/2.33": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/DateTime/1.58": { - "License": "artistic_2", - "Permission to redistribute": false, - "Retrieved from": "https://fastapi.metacpan.org/v1/release/DateTime" - }, - "Perl/5.36.0-GCCcore-12.2.0/DateTime::Locale/1.36": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/DateTime::TimeZone/2.53": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/DateTime::Tiny/1.07": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/DBD::CSV/0.59": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/DBD::SQLite/1.70": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/DBI/1.643": { - "License": "perl_5", - "Permission to redistribute": false, - "Retrieved from": "https://fastapi.metacpan.org/v1/release/DBI" - }, - "Perl/5.36.0-GCCcore-12.2.0/DBIx::Admin::TableInfo/3.04": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/DBIx::ContextualFetch/1.03": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/DBIx::Simple/1.37": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Devel::CheckCompiler/0.07": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Devel::CheckLib/1.16": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Devel::Cycle/1.12": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Devel::GlobalDestruction/0.14": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Devel::OverloadInfo/0.007": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Devel::Size/0.83": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Devel::StackTrace/2.04": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Digest::HMAC/1.04": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Digest::MD5::File/0.08": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Digest::SHA1/2.13": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Dist::CheckConflicts/0.11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Dist::Zilla/6.025": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Email::Date::Format/1.005": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Encode/3.19": { - "License": "perl_5", - "Permission to redistribute": false, - "Retrieved from": "https://fastapi.metacpan.org/v1/release/Encode" - }, - "Perl/5.36.0-GCCcore-12.2.0/Encode::Locale/1.05": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Error/0.17029": { - "License": "perl_5", - "Permission to redistribute": false, - "Retrieved from": "https://fastapi.metacpan.org/v1/release/Error" - }, - "Perl/5.36.0-GCCcore-12.2.0/Eval::Closure/0.14": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Exception::Class/1.45": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Expect/1.35": { - "License": "perl_5", - "Permission to redistribute": false, - "Retrieved from": "https://fastapi.metacpan.org/v1/release/Expect" - }, - "Perl/5.36.0-GCCcore-12.2.0/Exporter/5.74": { - "License": "perl_5", - "Permission to redistribute": false, - "Retrieved from": "https://fastapi.metacpan.org/v1/release/Exporter" - }, - "Perl/5.36.0-GCCcore-12.2.0/Exporter::Declare/0.114": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Exporter::Tiny/1.004000": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/ExtUtils::CBuilder/0.280236": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/ExtUtils::Config/0.008": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/ExtUtils::Constant/0.25": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/ExtUtils::CppGuess/0.26": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/ExtUtils::Helpers/0.026": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/ExtUtils::InstallPaths/0.012": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/ExtUtils::MakeMaker/7.64": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/ExtUtils::ParseXS/3.44": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Fennec::Lite/0.004": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/File::CheckTree/4.42": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/File::Copy::Recursive/0.45": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/File::Copy::Recursive::Reduced/0.006": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/File::Find::Rule/0.34": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/File::Find::Rule::Perl/1.16": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/File::Grep/0.02": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/File::HomeDir/1.006": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/File::Listing/6.15": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/File::Next/1.18": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/File::Path/2.18": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/File::pushd/1.016": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/File::Remove/1.61": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/File::ShareDir/1.118": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/File::ShareDir::Install/0.14": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/File::Slurp/9999.32": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/File::Slurp::Tiny/0.004": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/File::Slurper/0.013": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/File::Spec/3.75": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/File::Temp/0.2311": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/File::Which/1.27": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Font::TTF/1.06": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Getopt::Long/2.52": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Getopt::Long::Descriptive/0.110": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Git/0.42": { - "License": "open_source", - "Permission to redistribute": false, - "Retrieved from": "https://fastapi.metacpan.org/v1/release/Git" - }, - "Perl/5.36.0-GCCcore-12.2.0/GO/0.04": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/GO::Utils/0.15": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Graph/0.9725": { - "License": "perl_5", - "Permission to redistribute": false, - "Retrieved from": "https://fastapi.metacpan.org/v1/release/Graph" - }, - "Perl/5.36.0-GCCcore-12.2.0/Graph::ReadWrite/2.10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Hash::Merge/0.302": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Heap/0.80": { - "License": "unknown", - "Permission to redistribute": false, - "Retrieved from": "https://fastapi.metacpan.org/v1/release/Heap" - }, - "Perl/5.36.0-GCCcore-12.2.0/HTML::Entities::Interpolate/1.10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/HTML::Form/6.10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/HTML::Parser/3.78": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/HTML::Tagset/3.20": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/HTML::Template/2.97": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/HTML::Tree/5.07": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/HTTP::Cookies/6.10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/HTTP::Daemon/6.14": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/HTTP::Date/6.05": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/HTTP::Negotiate/6.01": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/HTTP::Request/6.37": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/HTTP::Tiny/0.082": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/if/0.0608": { - "License": "perl_5", - "Permission to redistribute": false, - "Retrieved from": "https://fastapi.metacpan.org/v1/release/if" - }, - "Perl/5.36.0-GCCcore-12.2.0/Ima::DBI/0.35": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Import::Into/1.002005": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Importer/0.026": { - "License": "perl_5", - "Permission to redistribute": false, - "Retrieved from": "https://fastapi.metacpan.org/v1/release/Importer" - }, - "Perl/5.36.0-GCCcore-12.2.0/Inline/0.86": { - "License": "perl_5", - "Permission to redistribute": false, - "Retrieved from": "https://fastapi.metacpan.org/v1/release/Inline" - }, - "Perl/5.36.0-GCCcore-12.2.0/IO::HTML/1.004": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/IO::Socket::SSL/2.075": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/IO::String/1.08": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/IO::Stringy/2.113": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/IO::Tty/1.16": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/IPC::Cmd/1.04": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/IPC::Run/20220807.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/IPC::Run3/0.048": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/IPC::System::Simple/1.30": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/JSON/4.09": { - "License": "perl_5", - "Permission to redistribute": false, - "Retrieved from": "https://fastapi.metacpan.org/v1/release/JSON" - }, - "Perl/5.36.0-GCCcore-12.2.0/JSON::XS/4.03": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Lingua::EN::PluralToSingular/0.21": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/List::AllUtils/0.19": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/List::MoreUtils/0.430": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/List::MoreUtils::XS/0.430": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/List::SomeUtils/0.58": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/List::Util/1.63": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/List::UtilsBy/0.12": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/local::lib/2.000029": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Locale::Maketext::Simple/0.21": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Log::Dispatch/2.70": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Log::Dispatchouli/2.023": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Log::Handler/0.90": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Log::Log4perl/1.56": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Log::Message/0.08": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Log::Message::Simple/0.10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Log::Report/1.33": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Log::Report::Optional/1.07": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Logger::Simple/2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/LWP::MediaTypes/6.04": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/LWP::Protocol::https/6.10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/LWP::Simple/6.67": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Mail::Util/2.21": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Math::Bezier/0.01": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Math::CDF/0.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Math::Round/0.07": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Math::Utils/1.14": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Math::VecStat/0.08": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/MCE::Mutex/1.879": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Meta::Builder/0.004": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/MIME::Base64/3.16": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/MIME::Charset/1.013.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/MIME::Lite/3.033": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/MIME::Types/2.22": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Mixin::Linewise::Readers/0.110": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Mock::Quick/1.111": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Module::Build/0.4231": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Module::Build::Tiny/0.039": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Module::Build::XSUtil/0.19": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Module::CoreList/5.20220820": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Module::Implementation/0.09": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Module::Install/1.19": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Module::Load/0.36": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Module::Load::Conditional/0.74": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Module::Metadata/1.000037": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Module::Path/0.19": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Module::Pluggable/5.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Module::Runtime/0.016": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Module::Runtime::Conflicts/0.003": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Moo/2.005004": { - "License": "perl_5", - "Permission to redistribute": false, - "Retrieved from": "https://fastapi.metacpan.org/v1/release/Moo" - }, - "Perl/5.36.0-GCCcore-12.2.0/Moose/2.2201": { - "License": "perl_5", - "Permission to redistribute": false, - "Retrieved from": "https://fastapi.metacpan.org/v1/release/Moose" - }, - "Perl/5.36.0-GCCcore-12.2.0/MooseX::LazyRequire/0.11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/MooseX::OneArgNew/0.006": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/MooseX::Role::Parameterized/1.11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/MooseX::SetOnce/0.201": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/MooseX::Types/0.50": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/MooseX::Types::Perl/0.101343": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Mouse/v2.5.10": { - "License": "perl_5", - "Permission to redistribute": false, - "Retrieved from": "https://fastapi.metacpan.org/v1/release/Mouse" - }, - "Perl/5.36.0-GCCcore-12.2.0/Mozilla::CA/20211001": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/MRO::Compat/0.15": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/namespace::autoclean/0.29": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/namespace::clean/0.27": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Net::Domain/3.14": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Net::HTTP/6.22": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Net::SMTP::SSL/1.04": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Net::SNMP/v6.0.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Net::SSLeay/1.92": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Number::Compare/0.03": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Number::Format/1.75": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Object::Accessor/0.48": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Object::InsideOut/4.05": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Package::Constants/0.06": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Package::DeprecationManager/0.17": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Package::Stash/0.40": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Package::Stash::XS/0.30": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/PadWalker/2.5": { - "License": "unknown", - "Permission to redistribute": false, - "Retrieved from": "https://fastapi.metacpan.org/v1/release/PadWalker" - }, - "Perl/5.36.0-GCCcore-12.2.0/Parallel::ForkManager/2.02": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Params::Check/0.38": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Params::Util/1.102": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Params::Validate/1.30": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Params::ValidationCompiler/0.30": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/parent/0.238": { - "License": "perl_5", - "Permission to redistribute": false, - "Retrieved from": "https://fastapi.metacpan.org/v1/release/parent" - }, - "Perl/5.36.0-GCCcore-12.2.0/Parse::RecDescent/1.967015": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Path::Tiny/0.124": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/PDF::API2/2.043": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Perl::OSType/1.010": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/PerlIO::utf8_strict/0.009": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Pod::Elemental/0.103005": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Pod::Escapes/1.07": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Pod::Eventual/0.094002": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Pod::LaTeX/0.61": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Pod::Man/4.14": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Pod::Parser/1.66": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Pod::Plainer/1.04": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Pod::POM/2.01": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Pod::Simple/3.43": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Pod::Weaver/4.018": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Readonly/2.05": { - "License": "artistic_2", - "Permission to redistribute": false, - "Retrieved from": "https://fastapi.metacpan.org/v1/release/Readonly" - }, - "Perl/5.36.0-GCCcore-12.2.0/Regexp::Common/2017060201": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Role::HasMessage/0.006": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Role::Identifiable::HasIdent/0.008": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Role::Tiny/2.002004": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Scalar::Util/1.63": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Scalar::Util::Numeric/0.40": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Scope::Guard/0.21": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Set::Array/0.30": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Set::IntervalTree/0.12": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Set::IntSpan/1.19": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Set::IntSpan::Fast/1.15": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Set::Object/1.42": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Set::Scalar/1.29": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Shell/0.73": { - "License": "perl_5", - "Permission to redistribute": false, - "Retrieved from": "https://fastapi.metacpan.org/v1/release/Shell" - }, - "Perl/5.36.0-GCCcore-12.2.0/Socket/2.036": { - "License": "perl_5", - "Permission to redistribute": false, - "Retrieved from": "https://fastapi.metacpan.org/v1/release/Socket" - }, - "Perl/5.36.0-GCCcore-12.2.0/Software::License/0.104002": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Specio/0.48": { - "License": "artistic_2", - "Permission to redistribute": false, - "Retrieved from": "https://fastapi.metacpan.org/v1/release/Specio" - }, - "Perl/5.36.0-GCCcore-12.2.0/SQL::Abstract/2.000001": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/SQL::Statement/1.414": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Statistics::Basic/1.6611": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Statistics::Descriptive/3.0800": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Storable/3.25": { - "License": "perl_5", - "Permission to redistribute": false, - "Retrieved from": "https://fastapi.metacpan.org/v1/release/Storable" - }, - "Perl/5.36.0-GCCcore-12.2.0/strictures/2.000006": { - "License": "perl_5", - "Permission to redistribute": false, - "Retrieved from": "https://fastapi.metacpan.org/v1/release/strictures" - }, - "Perl/5.36.0-GCCcore-12.2.0/String::Flogger/1.101245": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/String::Print/0.94": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/String::RewritePrefix/0.008": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/String::Truncate/1.100602": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Sub::Exporter/0.988": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Sub::Exporter::ForMethods/0.100054": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Sub::Exporter::Progressive/0.001013": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Sub::Identify/0.14": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Sub::Info/0.002": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Sub::Install/0.928": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Sub::Name/0.26": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Sub::Quote/2.006006": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Sub::Uplevel/0.2800": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/SVG/2.87": { - "License": "perl_5", - "Permission to redistribute": false, - "Retrieved from": "https://fastapi.metacpan.org/v1/release/SVG" - }, - "Perl/5.36.0-GCCcore-12.2.0/Switch/2.17": { - "License": "perl_5", - "Permission to redistribute": false, - "Retrieved from": "https://fastapi.metacpan.org/v1/release/Switch" - }, - "Perl/5.36.0-GCCcore-12.2.0/Sys::Info/0.7811": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Sys::Info::Base/0.7807": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Sys::Info::Driver::Linux/0.7905": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Sys::Info::Driver::Unknown/0.79": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Template/3.101": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Template::Plugin::Number::Format/1.06": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Term::Encoding/0.03": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Term::ReadKey/2.38": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Term::ReadLine::Gnu/1.42": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Term::Table/0.016": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Term::UI/0.50": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Test/1.26": { - "License": "unknown", - "Permission to redistribute": false, - "Retrieved from": "https://fastapi.metacpan.org/v1/release/Test" - }, - "Perl/5.36.0-GCCcore-12.2.0/Test2::Plugin::NoWarnings/0.09": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Test2::Require::Module/0.000145": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Test::ClassAPI/1.07": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Test::CleanNamespaces/0.24": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Test::Deep/1.130": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Test::Differences/0.69": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Test::Exception/0.43": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Test::Fatal/0.016": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Test::File::ShareDir::Dist/1.001002": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Test::Harness/3.44": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Test::LeakTrace/0.17": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Test::Memory::Cycle/1.06": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Test::More/1.302191": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Test::More::UTF8/0.05": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Test::Most/0.37": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Test::Needs/0.002009": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Test::NoWarnings/1.06": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Test::Output/1.033": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Test::Pod/1.52": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Test::Requires/0.11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Test::RequiresInternet/0.05": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Test::Simple/1.302191": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Test::Version/2.09": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Test::Warn/0.37": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Test::Warnings/0.031": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Test::Without::Module/0.20": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Text::Aligner/0.16": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Text::Balanced/2.06": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Text::CSV/2.02": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Text::CSV_XS/1.48": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Text::Diff/1.45": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Text::Format/0.62": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Text::Glob/0.11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Text::Iconv/1.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Text::ParseWords/3.31": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Text::Soundex/3.05": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Text::Table/1.134": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Text::Template/1.61": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Thread::Queue/3.13": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Throwable/1.000": { - "License": "perl_5", - "Permission to redistribute": false, - "Retrieved from": "https://fastapi.metacpan.org/v1/release/Throwable" - }, - "Perl/5.36.0-GCCcore-12.2.0/Tie::Function/0.02": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Tie::IxHash/1.23": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Time::HiRes/1.9764": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Time::Local/1.30": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Time::Piece/1.3401": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Time::Piece::MySQL/0.06": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Tree::DAG_Node/1.32": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Try::Tiny/0.31": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Types::Serialiser/1.01": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Unicode::LineBreak/2019.001": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/UNIVERSAL::moniker/0.08": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Unix::Processors/2.046": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/URI/5.12": { - "License": "perl_5", - "Permission to redistribute": false, - "Retrieved from": "https://fastapi.metacpan.org/v1/release/URI" - }, - "Perl/5.36.0-GCCcore-12.2.0/URI::Escape/5.12": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/Variable::Magic/0.62": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/version/0.9929": { - "License": "perl_5", - "Permission to redistribute": false, - "Retrieved from": "https://fastapi.metacpan.org/v1/release/version" - }, - "Perl/5.36.0-GCCcore-12.2.0/Want/0.29": { - "License": "unknown", - "Permission to redistribute": false, - "Retrieved from": "https://fastapi.metacpan.org/v1/release/Want" - }, - "Perl/5.36.0-GCCcore-12.2.0/WWW::RobotRules/6.02": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/XML::Bare/0.53": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/XML::DOM/1.46": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/XML::Filter::BufferText/1.01": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/XML::NamespaceSupport/1.12": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/XML::Parser/2.46": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/XML::RegExp/0.04": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/XML::SAX/1.02": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/XML::SAX::Base/1.09": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/XML::SAX::Expat/0.51": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/XML::SAX::Writer/0.57": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/XML::Simple/2.25": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/XML::Tiny/2.07": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/XML::Twig/3.52": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/XML::XPath/1.48": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.36.0-GCCcore-12.2.0/XSLoader/0.24": { - "License": "perl_5", - "Permission to redistribute": false, - "Retrieved from": "https://fastapi.metacpan.org/v1/release/XSLoader" - }, - "Perl/5.36.0-GCCcore-12.2.0/YAML/1.30": { - "License": "perl_5", - "Permission to redistribute": false, - "Retrieved from": "https://fastapi.metacpan.org/v1/release/YAML" - }, - "Perl/5.36.0-GCCcore-12.2.0/YAML::Tiny/1.73": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.38.0-GCCcore-13.2.0/Carp/1.50": { - "License": "perl_5", - "Permission to redistribute": false, - "Retrieved from": "https://fastapi.metacpan.org/v1/release/Carp" - }, - "Perl/5.38.0-GCCcore-13.2.0/constant/1.33": { - "License": "perl_5", - "Permission to redistribute": false, - "Retrieved from": "https://fastapi.metacpan.org/v1/release/constant" - }, - "Perl/5.38.0-GCCcore-13.2.0/Data::Dumper/2.183": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.38.0-GCCcore-13.2.0/Exporter/5.77": { - "License": "perl_5", - "Permission to redistribute": false, - "Retrieved from": "https://fastapi.metacpan.org/v1/release/Exporter" - }, - "Perl/5.38.0-GCCcore-13.2.0/File::Path/2.18": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.38.0-GCCcore-13.2.0/File::Spec/3.75": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.38.0-GCCcore-13.2.0/Getopt::Long/2.54": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.38.0-GCCcore-13.2.0/IO::File/1.51": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.38.0-GCCcore-13.2.0/Text::ParseWords/3.31": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.38.0-GCCcore-13.2.0/Thread::Queue/3.13": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl/5.38.0-GCCcore-13.2.0/threads/2.21": { - "License": "perl_5", - "Permission to redistribute": false, - "Retrieved from": "https://fastapi.metacpan.org/v1/release/threads" - }, - "hatchling/1.18.0-GCCcore-13.2.0/editables/0.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "hatchling/1.18.0-GCCcore-13.2.0/hatch_fancy_pypi_readme/23.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "hatchling/1.18.0-GCCcore-13.2.0/hatch_vcs/0.3.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "hatchling/1.18.0-GCCcore-13.2.0/hatchling/1.18.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "hatchling/1.18.0-GCCcore-13.2.0/pathspec/0.11.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "hatchling/1.18.0-GCCcore-13.2.0/pluggy/1.3.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "hatchling/1.18.0-GCCcore-13.2.0/trove_classifiers/2023.10.18": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "hatchling/1.18.0-GCCcore-12.3.0/editables/0.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "hatchling/1.18.0-GCCcore-12.3.0/hatch-requirements-txt/0.4.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "hatchling/1.18.0-GCCcore-12.3.0/hatch_fancy_pypi_readme/23.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "hatchling/1.18.0-GCCcore-12.3.0/hatch_vcs/0.3.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "hatchling/1.18.0-GCCcore-12.3.0/hatchling/1.18.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "hatchling/1.18.0-GCCcore-12.3.0/pathspec/0.11.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "hatchling/1.18.0-GCCcore-12.3.0/pluggy/1.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "hatchling/1.18.0-GCCcore-12.3.0/trove_classifiers/2023.5.24": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "scikit-build/0.17.6-GCCcore-12.3.0/distro/1.8.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "scikit-build/0.17.6-GCCcore-12.3.0/packaging/23.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "scikit-build/0.17.6-GCCcore-12.3.0/scikit_build/0.17.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "scikit-build/0.17.6-GCCcore-13.2.0/distro/1.8.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "scikit-build/0.17.6-GCCcore-13.2.0/packaging/23.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "scikit-build/0.17.6-GCCcore-13.2.0/scikit_build/0.17.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "flit/3.9.0-GCCcore-12.3.0/certifi/2023.5.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "flit/3.9.0-GCCcore-12.3.0/charset-normalizer/3.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "flit/3.9.0-GCCcore-12.3.0/docutils/0.20.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "flit/3.9.0-GCCcore-12.3.0/flit/3.9.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "flit/3.9.0-GCCcore-12.3.0/flit_scm/1.7.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "flit/3.9.0-GCCcore-12.3.0/idna/3.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "flit/3.9.0-GCCcore-12.3.0/packaging/23.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "flit/3.9.0-GCCcore-12.3.0/requests/2.31.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "flit/3.9.0-GCCcore-12.3.0/setuptools_scm/7.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "flit/3.9.0-GCCcore-12.3.0/tomli_w/1.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "flit/3.9.0-GCCcore-12.3.0/typing_extensions/4.6.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "flit/3.9.0-GCCcore-12.3.0/urllib3/1.26.16": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "flit/3.9.0-GCCcore-13.2.0/certifi/2023.7.22": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "flit/3.9.0-GCCcore-13.2.0/charset-normalizer/3.3.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "flit/3.9.0-GCCcore-13.2.0/docutils/0.20.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "flit/3.9.0-GCCcore-13.2.0/flit/3.9.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "flit/3.9.0-GCCcore-13.2.0/flit_scm/1.7.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "flit/3.9.0-GCCcore-13.2.0/idna/3.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "flit/3.9.0-GCCcore-13.2.0/packaging/23.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "flit/3.9.0-GCCcore-13.2.0/requests/2.31.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "flit/3.9.0-GCCcore-13.2.0/setuptools-scm/8.0.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "flit/3.9.0-GCCcore-13.2.0/tomli_w/1.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "flit/3.9.0-GCCcore-13.2.0/typing_extensions/4.8.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "flit/3.9.0-GCCcore-13.2.0/urllib3/2.0.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "virtualenv/20.23.1-GCCcore-12.3.0/distlib/0.3.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "virtualenv/20.23.1-GCCcore-12.3.0/filelock/3.12.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "virtualenv/20.23.1-GCCcore-12.3.0/platformdirs/3.8.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "virtualenv/20.23.1-GCCcore-12.3.0/virtualenv/20.23.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "virtualenv/20.24.6-GCCcore-13.2.0/distlib/0.3.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "virtualenv/20.24.6-GCCcore-13.2.0/filelock/3.13.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "virtualenv/20.24.6-GCCcore-13.2.0/platformdirs/3.11.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "virtualenv/20.24.6-GCCcore-13.2.0/virtualenv/20.24.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "setuptools-rust/1.6.0-GCCcore-12.3.0/semantic_version/2.10.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "setuptools-rust/1.6.0-GCCcore-12.3.0/setuptools-rust/1.6.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "setuptools-rust/1.6.0-GCCcore-12.3.0/typing_extensions/4.6.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "setuptools-rust/1.8.0-GCCcore-13.2.0/semantic_version/2.10.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "setuptools-rust/1.8.0-GCCcore-13.2.0/setuptools-rust/1.8.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "setuptools-rust/1.8.0-GCCcore-13.2.0/typing_extensions/4.8.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "cffi/1.15.1-GCCcore-12.3.0/cffi/1.15.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "cffi/1.15.1-GCCcore-12.3.0/pycparser/2.21": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "cffi/1.15.1-GCCcore-13.2.0/cffi/1.15.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "cffi/1.15.1-GCCcore-13.2.0/pycparser/2.21": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.5.1-GCCcore-12.3.0/attrs/23.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.5.1-GCCcore-12.3.0/build/0.10.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.5.1-GCCcore-12.3.0/CacheControl/0.12.14": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.5.1-GCCcore-12.3.0/certifi/2023.5.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.5.1-GCCcore-12.3.0/charset-normalizer/3.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.5.1-GCCcore-12.3.0/cleo/2.0.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.5.1-GCCcore-12.3.0/crashtest/0.4.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.5.1-GCCcore-12.3.0/dulwich/0.21.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.5.1-GCCcore-12.3.0/html5lib/1.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.5.1-GCCcore-12.3.0/idna/3.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.5.1-GCCcore-12.3.0/importlib_metadata/6.7.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.5.1-GCCcore-12.3.0/installer/0.7.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.5.1-GCCcore-12.3.0/jaraco.classes/3.2.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.5.1-GCCcore-12.3.0/jeepney/0.8.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.5.1-GCCcore-12.3.0/jsonschema/4.17.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.5.1-GCCcore-12.3.0/keyring/23.13.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.5.1-GCCcore-12.3.0/lockfile/0.12.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.5.1-GCCcore-12.3.0/more-itertools/9.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.5.1-GCCcore-12.3.0/msgpack/1.0.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.5.1-GCCcore-12.3.0/pexpect/4.8.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.5.1-GCCcore-12.3.0/pkginfo/1.9.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.5.1-GCCcore-12.3.0/platformdirs/3.8.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.5.1-GCCcore-12.3.0/poetry/1.5.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.5.1-GCCcore-12.3.0/poetry_core/1.6.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.5.1-GCCcore-12.3.0/poetry_plugin_export/1.4.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.5.1-GCCcore-12.3.0/ptyprocess/0.7.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.5.1-GCCcore-12.3.0/pyproject_hooks/1.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.5.1-GCCcore-12.3.0/pyrsistent/0.19.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.5.1-GCCcore-12.3.0/rapidfuzz/2.15.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.5.1-GCCcore-12.3.0/requests-toolbelt/1.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.5.1-GCCcore-12.3.0/requests/2.31.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.5.1-GCCcore-12.3.0/SecretStorage/3.3.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.5.1-GCCcore-12.3.0/shellingham/1.5.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.5.1-GCCcore-12.3.0/six/1.16.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.5.1-GCCcore-12.3.0/tomlkit/0.11.8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.5.1-GCCcore-12.3.0/urllib3/1.26.16": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.5.1-GCCcore-12.3.0/webencodings/0.5.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.5.1-GCCcore-12.3.0/zipp/3.15.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.6.1-GCCcore-13.2.0/attrs/23.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.6.1-GCCcore-13.2.0/build/0.10.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.6.1-GCCcore-13.2.0/cachecontrol/0.13.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.6.1-GCCcore-13.2.0/certifi/2023.7.22": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.6.1-GCCcore-13.2.0/charset-normalizer/3.3.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.6.1-GCCcore-13.2.0/cleo/2.0.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.6.1-GCCcore-13.2.0/crashtest/0.4.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.6.1-GCCcore-13.2.0/dulwich/0.21.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.6.1-GCCcore-13.2.0/html5lib/1.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.6.1-GCCcore-13.2.0/idna/3.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.6.1-GCCcore-13.2.0/importlib_metadata/6.8.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.6.1-GCCcore-13.2.0/installer/0.7.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.6.1-GCCcore-13.2.0/jaraco.classes/3.3.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.6.1-GCCcore-13.2.0/jeepney/0.8.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.6.1-GCCcore-13.2.0/jsonschema/4.17.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.6.1-GCCcore-13.2.0/keyring/24.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.6.1-GCCcore-13.2.0/lockfile/0.12.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.6.1-GCCcore-13.2.0/more-itertools/10.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.6.1-GCCcore-13.2.0/msgpack/1.0.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.6.1-GCCcore-13.2.0/pexpect/4.8.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.6.1-GCCcore-13.2.0/pkginfo/1.9.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.6.1-GCCcore-13.2.0/platformdirs/3.11.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.6.1-GCCcore-13.2.0/poetry/1.6.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.6.1-GCCcore-13.2.0/poetry_core/1.7.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.6.1-GCCcore-13.2.0/poetry_plugin_export/1.5.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.6.1-GCCcore-13.2.0/ptyprocess/0.7.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.6.1-GCCcore-13.2.0/pyproject_hooks/1.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.6.1-GCCcore-13.2.0/pyrsistent/0.20.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.6.1-GCCcore-13.2.0/rapidfuzz/2.15.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.6.1-GCCcore-13.2.0/requests-toolbelt/1.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.6.1-GCCcore-13.2.0/requests/2.31.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.6.1-GCCcore-13.2.0/SecretStorage/3.3.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.6.1-GCCcore-13.2.0/shellingham/1.5.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.6.1-GCCcore-13.2.0/six/1.16.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.6.1-GCCcore-13.2.0/tomlkit/0.12.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.6.1-GCCcore-13.2.0/urllib3/2.0.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.6.1-GCCcore-13.2.0/webencodings/0.5.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "poetry/1.6.1-GCCcore-13.2.0/zipp/3.17.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/alabaster/0.7.13": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/appdirs/1.4.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/asn1crypto/1.5.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/atomicwrites/1.4.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/attrs/23.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/Babel/2.12.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/backports.entry-points-selectable/1.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/backports.functools_lru_cache/1.6.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/bitstring/4.0.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/blist/1.3.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/CacheControl/0.12.14": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/cachy/0.3.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/certifi/2023.5.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/cffi/1.15.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/chardet/5.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/charset-normalizer/3.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/cleo/2.0.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/click/8.1.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/cloudpickle/2.2.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/colorama/0.4.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/commonmark/0.9.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/crashtest/0.4.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/Cython/0.29.35": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/decorator/5.1.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/distlib/0.3.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/distro/1.8.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/docopt/0.6.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/docutils/0.20.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/doit/0.36.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/dulwich/0.21.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/ecdsa/0.18.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/editables/0.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/exceptiongroup/1.1.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/execnet/1.9.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/filelock/3.12.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/fsspec/2023.6.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/future/0.18.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/glob2/0.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/html5lib/1.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/idna/3.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/imagesize/1.4.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/importlib_metadata/6.7.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/importlib_resources/5.12.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/iniconfig/2.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/intervaltree/3.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/intreehooks/1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/ipaddress/1.0.23": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/jaraco.classes/3.2.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/jeepney/0.8.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/Jinja2/3.1.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/joblib/1.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/jsonschema/4.17.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/keyring/23.13.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/keyrings.alt/4.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/liac-arff/2.5.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/lockfile/0.12.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/markdown-it-py/3.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/MarkupSafe/2.1.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/mdurl/0.1.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/mock/5.0.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/more-itertools/9.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/msgpack/1.0.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/netaddr/0.8.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/netifaces/0.11.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/packaging/23.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/pastel/0.2.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/pathlib2/2.3.7.post1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/pathspec/0.11.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/pbr/5.11.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/pexpect/4.8.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/pkginfo/1.9.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/platformdirs/3.8.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/pluggy/1.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/pooch/1.7.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/psutil/5.9.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/ptyprocess/0.7.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/py/1.11.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/py_expression_eval/0.3.14": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/pyasn1/0.5.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/pycparser/2.21": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/pycryptodome/3.18.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/pydevtool/0.3.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/Pygments/2.15.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/pylev/1.4.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/PyNaCl/1.5.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/pyparsing/3.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/pyrsistent/0.19.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/pytest-xdist/3.3.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/pytest/7.4.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/python-dateutil/2.8.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/pytoml/0.1.21": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/pytz/2023.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/rapidfuzz/2.15.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/regex/2023.6.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/requests-toolbelt/1.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/requests/2.31.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/rich-click/1.6.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/rich/13.4.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/scandir/1.10.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/SecretStorage/3.3.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/semantic_version/2.10.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/shellingham/1.5.0.post1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/simplegeneric/0.8.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/simplejson/3.19.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/six/1.16.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/snowballstemmer/2.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/sortedcontainers/2.4.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/sphinx-bootstrap-theme/0.8.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/Sphinx/7.0.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/sphinxcontrib-applehelp/1.0.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/sphinxcontrib-devhelp/1.0.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/sphinxcontrib-htmlhelp/2.0.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/sphinxcontrib-jsmath/1.0.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/sphinxcontrib-qthelp/1.0.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/sphinxcontrib-serializinghtml/1.1.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/sphinxcontrib-websupport/1.2.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/tabulate/0.9.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/threadpoolctl/3.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/toml/0.10.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/tomli/2.0.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/tomli_w/1.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/tomlkit/0.11.8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/ujson/5.8.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/urllib3/1.26.16": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/wcwidth/0.2.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/webencodings/0.5.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/xlrd/2.0.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/zipfile36/0.1.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.06-GCCcore-12.3.0/zipp/3.15.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/alabaster/0.7.13": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/appdirs/1.4.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/asn1crypto/1.5.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/atomicwrites/1.4.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/attrs/23.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/Babel/2.13.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/backports.entry-points-selectable/1.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/backports.functools_lru_cache/1.6.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/bitarray/2.8.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/bitstring/4.1.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/blist/1.3.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/cachecontrol/0.13.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/cachy/0.3.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/certifi/2023.7.22": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/cffi/1.16.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/chardet/5.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/charset-normalizer/3.3.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/cleo/2.0.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/click/8.1.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/cloudpickle/3.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/colorama/0.4.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/commonmark/0.9.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/crashtest/0.4.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/Cython/3.0.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/decorator/5.1.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/distlib/0.3.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/distro/1.8.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/docopt/0.6.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/docutils/0.20.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/doit/0.36.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/dulwich/0.21.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/ecdsa/0.18.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/editables/0.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/exceptiongroup/1.1.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/execnet/2.0.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/filelock/3.13.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/fsspec/2023.10.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/future/0.18.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/glob2/0.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/html5lib/1.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/idna/3.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/imagesize/1.4.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/importlib_metadata/6.8.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/importlib_resources/6.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/iniconfig/2.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/intervaltree/3.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/intreehooks/1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/ipaddress/1.0.23": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/jaraco.classes/3.3.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/jeepney/0.8.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/Jinja2/3.1.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/joblib/1.3.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/jsonschema/4.17.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/keyring/24.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/keyrings.alt/5.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/liac-arff/2.5.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/lockfile/0.12.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/markdown-it-py/3.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/MarkupSafe/2.1.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/mdurl/0.1.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/mock/5.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/more-itertools/10.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/msgpack/1.0.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/netaddr/0.9.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/netifaces/0.11.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/packaging/23.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/pastel/0.2.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/pathlib2/2.3.7.post1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/pathspec/0.11.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/pbr/5.11.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/pexpect/4.8.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/pkginfo/1.9.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/platformdirs/3.11.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/pluggy/1.3.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/pooch/1.8.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/psutil/5.9.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/ptyprocess/0.7.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/py/1.11.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/py_expression_eval/0.3.14": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/pyasn1/0.5.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/pycparser/2.21": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/pycryptodome/3.19.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/pydevtool/0.3.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/Pygments/2.16.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/pylev/1.4.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/PyNaCl/1.5.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/pyparsing/3.1.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/pyrsistent/0.20.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/pytest-xdist/3.3.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/pytest/7.4.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/python-dateutil/2.8.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/pytoml/0.1.21": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/pytz/2023.3.post1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/rapidfuzz/2.15.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/regex/2023.10.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/requests-toolbelt/1.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/requests/2.31.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/rich-click/1.7.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/rich/13.6.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/scandir/1.10.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/SecretStorage/3.3.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/semantic_version/2.10.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/shellingham/1.5.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/simplegeneric/0.8.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/simplejson/3.19.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/six/1.16.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/snowballstemmer/2.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/sortedcontainers/2.4.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/sphinx-bootstrap-theme/0.8.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/sphinx/7.2.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/sphinxcontrib-jsmath/1.0.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/sphinxcontrib_applehelp/1.0.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/sphinxcontrib_devhelp/1.0.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/sphinxcontrib_htmlhelp/2.0.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/sphinxcontrib_qthelp/1.0.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/sphinxcontrib_serializinghtml/1.1.9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/sphinxcontrib_websupport/1.2.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/tabulate/0.9.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/threadpoolctl/3.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/toml/0.10.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/tomli/2.0.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/tomli_w/1.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/tomlkit/0.12.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/ujson/5.8.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/urllib3/2.0.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/wcwidth/0.2.8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/webencodings/0.5.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/xlrd/2.0.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/zipfile36/0.1.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Python-bundle-PyPI/2023.10-GCCcore-13.2.0/zipp/3.17.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "SciPy-bundle/2023.11-gfbf-2023b/beniget/0.4.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "SciPy-bundle/2023.11-gfbf-2023b/Bottleneck/1.3.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "SciPy-bundle/2023.11-gfbf-2023b/deap/1.4.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "SciPy-bundle/2023.11-gfbf-2023b/gast/0.5.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "SciPy-bundle/2023.11-gfbf-2023b/mpmath/1.3.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "SciPy-bundle/2023.11-gfbf-2023b/numexpr/2.8.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "SciPy-bundle/2023.11-gfbf-2023b/numpy/1.26.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "SciPy-bundle/2023.11-gfbf-2023b/pandas/2.1.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "SciPy-bundle/2023.11-gfbf-2023b/ply/3.11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "SciPy-bundle/2023.11-gfbf-2023b/pythran/0.14.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "SciPy-bundle/2023.11-gfbf-2023b/scipy/1.11.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "SciPy-bundle/2023.11-gfbf-2023b/tzdata/2023.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "SciPy-bundle/2023.11-gfbf-2023b/versioneer/0.29": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "SciPy-bundle/2023.02-gfbf-2022b/beniget/0.4.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "SciPy-bundle/2023.02-gfbf-2022b/Bottleneck/1.3.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "SciPy-bundle/2023.02-gfbf-2022b/deap/1.3.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "SciPy-bundle/2023.02-gfbf-2022b/gast/0.5.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "SciPy-bundle/2023.02-gfbf-2022b/mpmath/1.2.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "SciPy-bundle/2023.02-gfbf-2022b/numexpr/2.8.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "SciPy-bundle/2023.02-gfbf-2022b/numpy/1.24.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "SciPy-bundle/2023.02-gfbf-2022b/pandas/1.5.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "SciPy-bundle/2023.02-gfbf-2022b/ply/3.11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "SciPy-bundle/2023.02-gfbf-2022b/pythran/0.12.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "SciPy-bundle/2023.02-gfbf-2022b/scipy/1.10.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "SciPy-bundle/2023.07-gfbf-2023a/beniget/0.4.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "SciPy-bundle/2023.07-gfbf-2023a/Bottleneck/1.3.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "SciPy-bundle/2023.07-gfbf-2023a/deap/1.4.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "SciPy-bundle/2023.07-gfbf-2023a/gast/0.5.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "SciPy-bundle/2023.07-gfbf-2023a/mpmath/1.3.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "SciPy-bundle/2023.07-gfbf-2023a/numexpr/2.8.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "SciPy-bundle/2023.07-gfbf-2023a/numpy/1.25.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "SciPy-bundle/2023.07-gfbf-2023a/pandas/2.0.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "SciPy-bundle/2023.07-gfbf-2023a/ply/3.11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "SciPy-bundle/2023.07-gfbf-2023a/pythran/0.13.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "SciPy-bundle/2023.07-gfbf-2023a/scipy/1.11.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "SciPy-bundle/2023.07-gfbf-2023a/tzdata/2023.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "SciPy-bundle/2023.07-gfbf-2023a/versioneer/0.29": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "mpi4py/3.1.4-gompi-2023a/mpi4py/3.1.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "mpi4py/3.1.5-gompi-2023b/mpi4py/3.1.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "mpi4py/3.1.4-gompi-2022b/mpi4py/3.1.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "TensorFlow/2.13.0-foss-2023a/absl-py/1.4.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "TensorFlow/2.13.0-foss-2023a/astor/0.8.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "TensorFlow/2.13.0-foss-2023a/astunparse/1.6.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "TensorFlow/2.13.0-foss-2023a/cachetools/5.3.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "TensorFlow/2.13.0-foss-2023a/google-auth-oauthlib/1.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "TensorFlow/2.13.0-foss-2023a/google-auth/2.22.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "TensorFlow/2.13.0-foss-2023a/google-pasta/0.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "TensorFlow/2.13.0-foss-2023a/grpcio/1.57.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "TensorFlow/2.13.0-foss-2023a/gviz-api/1.10.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "TensorFlow/2.13.0-foss-2023a/keras/2.13.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "TensorFlow/2.13.0-foss-2023a/Markdown/3.4.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "TensorFlow/2.13.0-foss-2023a/oauthlib/3.2.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "TensorFlow/2.13.0-foss-2023a/opt-einsum/3.3.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "TensorFlow/2.13.0-foss-2023a/portpicker/1.5.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "TensorFlow/2.13.0-foss-2023a/pyasn1-modules/0.3.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "TensorFlow/2.13.0-foss-2023a/requests-oauthlib/1.3.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "TensorFlow/2.13.0-foss-2023a/rsa/4.9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "TensorFlow/2.13.0-foss-2023a/tblib/2.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "TensorFlow/2.13.0-foss-2023a/tensorboard-data-server/0.7.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "TensorFlow/2.13.0-foss-2023a/tensorboard-plugin-profile/2.13.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "TensorFlow/2.13.0-foss-2023a/tensorboard-plugin-wit/1.8.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "TensorFlow/2.13.0-foss-2023a/tensorboard/2.13.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "TensorFlow/2.13.0-foss-2023a/tensorflow-estimator/2.13.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "TensorFlow/2.13.0-foss-2023a/TensorFlow/2.13.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "TensorFlow/2.13.0-foss-2023a/termcolor/2.3.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "TensorFlow/2.13.0-foss-2023a/Werkzeug/2.3.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "TensorFlow/2.13.0-foss-2023a/wrapt/1.15.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Mako/1.2.4-GCCcore-12.3.0/Mako/1.2.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Mako/1.2.4-GCCcore-12.3.0/MarkupSafe/2.1.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Mako/1.2.4-GCCcore-13.2.0/Mako/1.2.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Mako/1.2.4-GCCcore-13.2.0/MarkupSafe/2.1.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.3.2-gfbf-2023a/askpass/1.2.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/askpass/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/base": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.3.2-gfbf-2023a/base64enc/0.1-3": { - "License": "GPL-2 | GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/base64enc/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/brew/1.0-8": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/brew/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/brio/1.1.3": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/brio/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/bslib/0.5.1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/bslib/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/cachem/1.0.8": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/cachem/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/callr/3.7.3": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/callr/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/cli/3.6.1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/cli/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/clipr/0.8.0": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/clipr/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/commonmark/1.9.0": { - "License": "BSD_2_clause + file LICENSE", - "Permission to redistribute": false, - "Retrieved from": "https://cran.r-project.org/web/packages/commonmark/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/compiler": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.3.2-gfbf-2023a/cpp11/0.4.6": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/cpp11/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/crayon/1.5.2": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/crayon/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/credentials/2.0.1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/credentials/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/curl/5.1.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/curl/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/datasets": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.3.2-gfbf-2023a/desc/1.4.2": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/desc/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/devtools/2.4.5": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/devtools/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/diffobj/0.3.5": { - "License": "GPL-2 | GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/diffobj/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/digest/0.6.33": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/digest/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/downlit/0.4.3": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/downlit/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/ellipsis/0.3.2": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/ellipsis/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/evaluate/0.23": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/evaluate/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/fansi/1.0.5": { - "License": "GPL-2 | GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/fansi/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/fastmap/1.1.1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/fastmap/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/fontawesome/0.5.2": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/fontawesome/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/fs/1.6.3": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/fs/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/gert/2.0.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/gert/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/gh/1.4.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/gh/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/gitcreds/0.1.2": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/gitcreds/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/glue/1.6.2": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/glue/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/graphics": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.3.2-gfbf-2023a/grDevices": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.3.2-gfbf-2023a/grid": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.3.2-gfbf-2023a/highr/0.10": { - "License": "GPL", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/highr/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/htmltools/0.5.7": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/htmltools/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/htmlwidgets/1.6.2": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/htmlwidgets/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/httpuv/1.6.12": { - "License": "GPL (>= 2) | file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/httpuv/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/httr/1.4.7": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/httr/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/httr2/0.2.3": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/httr2/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/ini/0.3.1": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/ini/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/jquerylib/0.1.4": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/jquerylib/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/jsonlite/1.8.7": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/jsonlite/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/knitr/1.45": { - "License": "GPL", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/knitr/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/later/1.3.1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/later/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/lifecycle/1.0.3": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/lifecycle/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/magrittr/2.0.3": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/magrittr/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/memoise/2.0.1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/memoise/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/methods": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.3.2-gfbf-2023a/mime/0.12": { - "License": "GPL", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/mime/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/miniUI/0.1.1.1": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/miniUI/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/openssl/2.1.1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/openssl/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/parallel": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.3.2-gfbf-2023a/pillar/1.9.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/pillar/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/pkgbuild/1.4.2": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/pkgbuild/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/pkgconfig/2.0.3": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/pkgconfig/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/pkgdown/2.0.7": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/pkgdown/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/pkgload/1.3.3": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/pkgload/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/praise/1.0.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/praise/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/prettyunits/1.2.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/prettyunits/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/processx/3.8.2": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/processx/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/profvis/0.3.8": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/profvis/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/promises/1.2.1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/promises/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/ps/1.7.5": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/ps/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/purrr/1.0.2": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/purrr/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/R6/2.5.1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/R6/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/ragg/1.2.6": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/ragg/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/rappdirs/0.3.3": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/rappdirs/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/rcmdcheck/1.4.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/rcmdcheck/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/Rcpp/1.0.11": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/Rcpp/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/rematch2/2.1.2": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/rematch2/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/remotes/2.4.2.1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/remotes/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/rlang/1.1.2": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/rlang/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/rmarkdown/2.25": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/rmarkdown/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/roxygen2/7.2.3": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/roxygen2/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/rprojroot/2.0.4": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/rprojroot/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/rstudioapi/0.15.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/rstudioapi/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/rversions/2.1.2": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/rversions/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/sass/0.4.7": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/sass/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/sessioninfo/1.2.2": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/sessioninfo/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/shiny/1.7.5.1": { - "License": "GPL-3 | file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/shiny/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/sourcetools/0.1.7-1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/sourcetools/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/splines": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.3.2-gfbf-2023a/stats": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.3.2-gfbf-2023a/stats4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.3.2-gfbf-2023a/stringi/1.7.12": { - "License": "file LICENSE", - "Permission to redistribute": false, - "Retrieved from": "https://cran.r-project.org/web/packages/stringi/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/stringr/1.5.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/stringr/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/sys/3.4.2": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/sys/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/systemfonts/1.0.5": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/systemfonts/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/tcltk": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.3.2-gfbf-2023a/testthat/3.2.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/testthat/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/textshaping/0.3.7": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/textshaping/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/tibble/3.2.1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/tibble/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/tinytex/0.48": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/tinytex/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/tools": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.3.2-gfbf-2023a/urlchecker/1.0.1": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/urlchecker/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/usethis/2.2.2": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/usethis/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/utf8/1.2.4": { - "License": "Apache License (== 2.0) | file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/utf8/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/utils": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.3.2-gfbf-2023a/vctrs/0.6.4": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/vctrs/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/waldo/0.5.2": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/waldo/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/whisker/0.4.1": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/whisker/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/withr/2.5.2": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/withr/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/xfun/0.41": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/xfun/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/xml2/1.3.5": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/xml2/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/xopen/1.0.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/xopen/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/xtable/1.8-4": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/xtable/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/yaml/2.3.7": { - "License": "BSD_3_clause + file LICENSE", - "Permission to redistribute": false, - "Retrieved from": "https://cran.r-project.org/web/packages/yaml/DESCRIPTION" - }, - "R/4.3.2-gfbf-2023a/zip/2.3.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/zip/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/abc.data/1.0": { - "License": "GPL (>= 3)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/abc.data/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/abc/2.2.1": { - "License": "GPL (>= 3)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/abc/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/abe/3.0.1": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/abe/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/abind/1.4-5": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/abind/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/acepack/1.4.1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/acepack/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/adabag/4.2": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/adabag/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/ade4/1.7-22": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/ade4/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/ADGofTest/0.3": { - "License": "GPL", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/ADGofTest/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/admisc/0.31": { - "License": "GPL (>= 3)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/admisc/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/aggregation/1.0.1": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/aggregation/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/AICcmodavg/2.3-1": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/AICcmodavg/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/akima/0.6-3.4": { - "License": "ACM | file LICENSE", - "Permission to redistribute": false, - "Retrieved from": "https://cran.r-project.org/web/packages/akima/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/alabama/2022.4-1": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/alabama/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/AlgDesign/1.2.1": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/AlgDesign/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/alluvial/0.1-2": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/alluvial/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/AMAPVox/1.0.0": { - "License": "CeCILL (>= 2)", - "Permission to redistribute": false, - "Retrieved from": "https://cran.r-project.org/web/packages/AMAPVox/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/animation/2.7": { - "License": "GPL", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/animation/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/aod/1.3.2": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/aod/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/apcluster/1.4.10": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/apcluster/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/ape/5.7-1": { - "License": "GPL-2 | GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/ape/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/aplot/0.1.10": { - "License": "Artistic-2.0", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/aplot/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/argparse/2.2.2": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/argparse/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/aricode/1.0.2": { - "License": "GPL (>= 3)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/aricode/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/arm/1.13-1": { - "License": "GPL (> 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/arm/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/askpass/1.1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/askpass/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/asnipe/1.1.16": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/asnipe/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/assertive.base/0.0-9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.2.2-foss-2022b/assertive.code/0.0-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.2.2-foss-2022b/assertive.data.uk/0.0-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.2.2-foss-2022b/assertive.data.us/0.0-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.2.2-foss-2022b/assertive.data/0.0-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.2.2-foss-2022b/assertive.datetimes/0.0-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.2.2-foss-2022b/assertive.files/0.0-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.2.2-foss-2022b/assertive.matrices/0.0-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.2.2-foss-2022b/assertive.models/0.0-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.2.2-foss-2022b/assertive.numbers/0.0-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.2.2-foss-2022b/assertive.properties/0.0-5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.2.2-foss-2022b/assertive.reflection/0.0-5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.2.2-foss-2022b/assertive.sets/0.0-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.2.2-foss-2022b/assertive.strings/0.0-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.2.2-foss-2022b/assertive.types/0.0-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.2.2-foss-2022b/assertive/0.3-6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.2.2-foss-2022b/assertthat/0.2.1": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/assertthat/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/AUC/0.3.2": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/AUC/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/audio/0.1-10": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/audio/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/aws/2.5-1": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/aws/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/awsMethods/1.1-1": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/awsMethods/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/backports/1.4.1": { - "License": "GPL-2 | GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/backports/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/bacr/1.0.1": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/bacr/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/bartMachine/1.3.3.1": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/bartMachine/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/bartMachineJARs/1.2.1": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/bartMachineJARs/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/base": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.2.2-foss-2022b/base64/2.0.1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/base64/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/base64enc/0.1-3": { - "License": "GPL-2 | GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/base64enc/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/BatchJobs/1.9": { - "License": "BSD_2_clause + file LICENSE", - "Permission to redistribute": false, - "Retrieved from": "https://cran.r-project.org/web/packages/BatchJobs/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/batchmeans/1.0-4": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/batchmeans/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/BayesianTools/0.1.8": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/BayesianTools/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/BayesLogit/2.1": { - "License": "GPL (>= 3)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/BayesLogit/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/bayesm/3.1-5": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/bayesm/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/BayesPen/1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.2.2-foss-2022b/bayesplot/1.10.0": { - "License": "GPL (>= 3)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/bayesplot/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/BB/2019.10-1": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/BB/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/BBmisc/1.13": { - "License": "BSD_2_clause + file LICENSE", - "Permission to redistribute": false, - "Retrieved from": "https://cran.r-project.org/web/packages/BBmisc/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/bbmle/1.0.25": { - "License": "GPL", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/bbmle/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/BCEE/1.3.1": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/BCEE/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/BDgraph/2.72": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/BDgraph/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/bdsmatrix/1.3-6": { - "License": "LGPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/bdsmatrix/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/beanplot/1.3.1": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/beanplot/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/beeswarm/0.4.0": { - "License": "Artistic-2.0", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/beeswarm/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/berryFunctions/1.22.0": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/berryFunctions/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/betareg/3.1-4": { - "License": "GPL-2 | GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/betareg/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/BH/1.81.0-1": { - "License": "BSL-1.0", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/BH/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/BiasedUrn/2.0.9": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/BiasedUrn/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/bibtex/0.5.1": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/bibtex/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/bigD/0.2.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/bigD/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/BIGL/1.7.0": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/BIGL/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/bigmemory.sri/0.1.6": { - "License": "LGPL-3 | Apache License 2.0", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/bigmemory.sri/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/bigmemory/4.6.1": { - "License": "LGPL-3 | Apache License 2.0", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/bigmemory/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/bindr/0.1.1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/bindr/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/bindrcpp/0.2.2": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/bindrcpp/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/bio3d/2.4-4": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/bio3d/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/biom/0.3.12": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.2.2-foss-2022b/biomod2/4.2-2": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/biomod2/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/bit/4.0.5": { - "License": "GPL-2 | GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/bit/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/bit64/4.0.5": { - "License": "GPL-2 | GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/bit64/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/bitops/1.0-7": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/bitops/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/blavaan/0.4-7": { - "License": "GPL (>= 3)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/blavaan/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/blob/1.2.4": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/blob/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/BMA/3.18.17": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/BMA/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/bmp/0.3": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/bmp/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/bnlearn/4.8.1": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/bnlearn/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/bold/1.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.2.2-foss-2022b/boot/1.3-28.1": { - "License": "Unlimited", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/boot/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/bootstrap/2019.6": { - "License": "BSD_3_clause + file LICENSE", - "Permission to redistribute": false, - "Retrieved from": "https://cran.r-project.org/web/packages/bootstrap/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/Boruta/8.0.0": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/Boruta/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/brew/1.0-8": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/brew/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/brglm/0.7.2": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/brglm/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/bridgedist/0.1.2": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/bridgedist/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/bridgesampling/1.1-2": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/bridgesampling/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/brio/1.1.3": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/brio/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/brms/2.19.0": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/brms/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/Brobdingnag/1.2-9": { - "License": "GPL", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/Brobdingnag/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/broom.helpers/1.12.0": { - "License": "GPL (>= 3)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/broom.helpers/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/broom.mixed/0.2.9.4": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/broom.mixed/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/broom/1.0.4": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/broom/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/bslib/0.4.2": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/bslib/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/bst/0.3-24": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/bst/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/cachem/1.0.7": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/cachem/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/Cairo/1.6-0": { - "License": "GPL-2 | GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/Cairo/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/calibrate/1.7.7": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/calibrate/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/callr/3.7.3": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/callr/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/car/3.1-1": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/car/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/carData/3.0-5": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/carData/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/caret/6.0-93": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/caret/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/catlearn/0.9.1": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/catlearn/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/caTools/1.18.2": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/caTools/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/CBPS/0.23": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/CBPS/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/celestial/1.4.6": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/celestial/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/cellranger/1.1.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/cellranger/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/cgdsr/1.2.10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.2.2-foss-2022b/cghFLasso/0.2-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.2.2-foss-2022b/changepoint/2.2.4": { - "License": "GPL", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/changepoint/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/checkmate/2.1.0": { - "License": "BSD_3_clause + file LICENSE", - "Permission to redistribute": false, - "Retrieved from": "https://cran.r-project.org/web/packages/checkmate/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/chemometrics/1.4.2": { - "License": "GPL (>= 3)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/chemometrics/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/chkptstanr/0.1.1": { - "License": "Apache License 2.0 | file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/chkptstanr/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/chron/2.3-60": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/chron/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/circlize/0.4.15": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/circlize/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/circular/0.4-95": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/circular/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/class/7.3-21": { - "License": "GPL-2 | GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/class/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/classInt/0.4-9": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/classInt/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/cld2/1.2.4": { - "License": "Apache License 2.0", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/cld2/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/cli/3.6.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/cli/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/clipr/0.8.0": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/clipr/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/clisymbols/1.2.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/clisymbols/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/clock/0.6.1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/clock/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/clue/0.3-64": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/clue/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/cluster/2.1.4": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/cluster/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/clusterGeneration/1.3.7": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/clusterGeneration/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/clusterRepro/0.9": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/clusterRepro/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/clustree/0.5.0": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/clustree/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/clValid/0.7": { - "License": "LGPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/clValid/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/cmprsk/2.2-11": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/cmprsk/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/cNORM/3.0.2": { - "License": "AGPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/cNORM/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/cobalt/4.4.1": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/cobalt/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/cobs/1.3-5": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/cobs/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/coda/0.19-4": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/coda/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/codetools/0.2-19": { - "License": "GPL", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/codetools/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/coin/1.4-2": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/coin/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/collapse/1.9.3": { - "License": "GPL (>= 2) | file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/collapse/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/colorspace/2.1-0": { - "License": "BSD_3_clause + file LICENSE", - "Permission to redistribute": false, - "Retrieved from": "https://cran.r-project.org/web/packages/colorspace/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/colourpicker/1.2.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/colourpicker/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/combinat/0.0-8": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/combinat/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/ComICS/1.0.4": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/ComICS/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/commonmark/1.8.1": { - "License": "BSD_2_clause + file LICENSE", - "Permission to redistribute": false, - "Retrieved from": "https://cran.r-project.org/web/packages/commonmark/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/compiler": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.2.2-foss-2022b/ComplexUpset/1.3.3": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/ComplexUpset/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/compositions/2.0-5": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/compositions/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/CompQuadForm/1.4.3": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/CompQuadForm/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/conditionz/0.1.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/conditionz/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/conflicted/1.2.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/conflicted/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/conquer/1.3.3": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/conquer/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/contfrac/1.1-12": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/contfrac/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/copCAR/2.0-4": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/copCAR/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/copula/1.1-2": { - "License": "GPL (>= 3) | file LICENCE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/copula/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/corpcor/1.6.10": { - "License": "GPL (>= 3)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/corpcor/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/corrplot/0.92": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/corrplot/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/covr/3.6.1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/covr/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/CovSel/1.2.1": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/CovSel/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/covsim/1.0.0": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/covsim/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/cowplot/1.1.1": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/cowplot/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/coxed/0.3.3": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/coxed/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/coxme/2.2-18.1": { - "License": "LGPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/coxme/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/cpp11/0.4.3": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/cpp11/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/crayon/1.5.2": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/crayon/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/credentials/1.3.2": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/credentials/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/crfsuite/0.4.1": { - "License": "BSD_3_clause + file LICENSE", - "Permission to redistribute": false, - "Retrieved from": "https://cran.r-project.org/web/packages/crfsuite/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/crosstalk/1.2.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/crosstalk/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/crul/1.3": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/crul/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/cSEM/0.5.0": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/cSEM/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/csSAM/1.2.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.2.2-foss-2022b/ctmle/0.1.2": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/ctmle/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/cubature/2.0.4.6": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/cubature/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/cubelyr/1.0.2": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/cubelyr/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/curl/5.0.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/curl/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/cvAUC/1.1.4": { - "License": "Apache License (== 2.0)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/cvAUC/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/CVST/0.2-3": { - "License": "GPL (>= 2.0)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/CVST/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/CVXR/1.0-11": { - "License": "Apache License 2.0 | file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/CVXR/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/d3Network/0.5.2.1": { - "License": "GPL (>= 3)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/d3Network/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/dagitty/0.3-1": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/dagitty/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/data.table/1.14.8": { - "License": "MPL-2.0 | file LICENSE", - "Permission to redistribute": false, - "Retrieved from": "https://cran.r-project.org/web/packages/data.table/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/data.tree/1.0.0": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/data.tree/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/DataCombine/0.2.21": { - "License": "GPL (>= 3)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/DataCombine/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/datasets": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.2.2-foss-2022b/date/1.2-42": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/date/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/dbarts/0.9-23": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/dbarts/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/DBI/1.1.3": { - "License": "LGPL (>= 2.1)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/DBI/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/dbplyr/2.3.1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/dbplyr/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/dbscan/1.1-11": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/dbscan/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/dcurver/0.9.2": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/dcurver/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/ddalpha/1.3.13": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/ddalpha/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/deal/1.2-42": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/deal/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/debugme/1.1.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/debugme/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/deldir/1.0-6": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/deldir/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/dendextend/1.16.0": { - "License": "GPL-2 | GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/dendextend/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/DEoptim/2.2-8": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/DEoptim/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/DEoptimR/1.0-11": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/DEoptimR/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/DepthProc/2.1.5": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/DepthProc/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/Deriv/4.1.3": { - "License": "GPL (>= 3)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/Deriv/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/desc/1.4.2": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/desc/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/DescTools/0.99.48": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/DescTools/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/deSolve/1.35": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/deSolve/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/devtools/2.4.5": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/devtools/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/dfidx/0.0-5": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/dfidx/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/DHARMa/0.4.6": { - "License": "GPL (>= 3)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/DHARMa/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/dHSIC/2.1": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/dHSIC/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/diagram/1.6.5": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/diagram/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/DiagrammeR/1.0.9": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/DiagrammeR/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/DiceKriging/1.6.0": { - "License": "GPL-2 | GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/DiceKriging/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/dichromat/2.0-0.1": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/dichromat/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/diffobj/0.3.5": { - "License": "GPL-2 | GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/diffobj/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/digest/0.6.31": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/digest/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/dimRed/0.2.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.2.2-foss-2022b/diptest/0.76-0": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/diptest/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/DiscriMiner/0.1-29": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.2.2-foss-2022b/dismo/1.3-9": { - "License": "GPL (>= 3)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/dismo/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/distillery/1.2-1": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/distillery/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/distr/2.9.1": { - "License": "LGPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/distr/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/distrEx/2.9.0": { - "License": "LGPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/distrEx/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/distributional/0.3.1": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/distributional/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/DistributionUtils/0.6-0": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/DistributionUtils/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/diveRsity/1.9.90": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.2.2-foss-2022b/dlm/1.1-6": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/dlm/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/DMCfun/2.0.2": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/DMCfun/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/doc2vec/0.2.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/doc2vec/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/docstring/1.0.0": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/docstring/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/doMC/1.3.8": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/doMC/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/doParallel/1.0.17": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/doParallel/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/doRNG/1.8.6": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/doRNG/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/doSNOW/1.0.20": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/doSNOW/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/dotCall64/1.0-2": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/dotCall64/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/downlit/0.4.2": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/downlit/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/downloader/0.4": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/downloader/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/dplyr/1.1.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/dplyr/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/dr/3.0.10": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/dr/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/drgee/1.1.10": { - "License": "GPL-2 | GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/drgee/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/DRR/0.0.4": { - "License": "GPL-3 | file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/DRR/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/drugCombo/1.2.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.2.2-foss-2022b/DT/0.27": { - "License": "GPL-3 | file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/DT/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/dtangle/2.0.9": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/dtangle/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/dtplyr/1.3.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/dtplyr/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/DTRreg/1.7": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/DTRreg/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/dtw/1.23-1": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/dtw/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/dummies/1.5.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.2.2-foss-2022b/dygraphs/1.1.1.6": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/dygraphs/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/dynamicTreeCut/1.63-1": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/dynamicTreeCut/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/e1071/1.7-13": { - "License": "GPL-2 | GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/e1071/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/earth/5.3.2": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/earth/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/EasyABC/1.5.2": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/EasyABC/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/ECOSolveR/0.5.5": { - "License": "GPL (>= 3)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/ECOSolveR/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/elementR/1.3.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.2.2-foss-2022b/ellipse/0.4.3": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/ellipse/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/ellipsis/0.3.2": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/ellipsis/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/elliptic/1.4-0": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/elliptic/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/emdbook/1.3.12": { - "License": "GPL", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/emdbook/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/emmeans/1.8.5": { - "License": "GPL-2 | GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/emmeans/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/emoa/0.5-0.1": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/emoa/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/emulator/1.2-21": { - "License": "GPL", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/emulator/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/energy/1.7-11": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/energy/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/ENMeval/2.0.4": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/ENMeval/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/entropy/1.3.1": { - "License": "GPL (>= 3)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/entropy/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/EnvStats/2.7.0": { - "License": "GPL (>= 3)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/EnvStats/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/epitools/0.5-10.1": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/epitools/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/ergm.count/4.1.1": { - "License": "GPL-3 + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/ergm.count/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/ergm/4.4.0": { - "License": "GPL-3 + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/ergm/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/estimability/1.4.1": { - "License": "GPL (>= 3)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/estimability/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/evaluate/0.20": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/evaluate/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/EValue/4.1.3": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/EValue/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/evd/2.3-6.1": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/evd/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/Exact/3.2": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/Exact/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/expm/0.999-7": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/expm/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/ExPosition/2.8.23": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/ExPosition/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/expsmooth/2.3": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/expsmooth/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/extrafont/0.19": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/extrafont/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/extrafontdb/1.0": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/extrafontdb/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/extRemes/2.1-3": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/extRemes/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/FactoMineR/2.7": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/FactoMineR/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/FactorCopula/0.9.3": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/FactorCopula/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/fail/1.3": { - "License": "BSD_3_clause + file LICENSE", - "Permission to redistribute": false, - "Retrieved from": "https://cran.r-project.org/web/packages/fail/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/fansi/1.0.4": { - "License": "GPL-2 | GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/fansi/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/farver/2.1.1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/farver/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/fastcluster/1.2.3": { - "License": "FreeBSD | GPL-2 | file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/fastcluster/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/fastDummies/1.6.3": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/fastDummies/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/fasterize/1.0.4": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/fasterize/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/fastICA/1.2-3": { - "License": "GPL-2 | GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/fastICA/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/fastmap/1.1.1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/fastmap/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/fastmatch/1.1-3": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/fastmatch/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/fdrtool/1.2.17": { - "License": "GPL (>= 3)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/fdrtool/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/feather/0.3.5": { - "License": "Apache License 2.0", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/feather/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/ff/4.0.9": { - "License": "GPL-2 | GPL-3 | file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/ff/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/fftw/1.0-7": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/fftw/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/fftwtools/0.9-11": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/fftwtools/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/fields/14.1": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/fields/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/filehash/2.4-5": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/filehash/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/finalfit/1.0.6": { - "License": "MIT + file LICENCE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/finalfit/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/findpython/1.0.8": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/findpython/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/fishMod/0.29": { - "License": "GPL", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/fishMod/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/fitdistrplus/1.1-8": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/fitdistrplus/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/FKSUM/1.0.1": { - "License": "GPL", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/FKSUM/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/flashClust/1.01-2": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/flashClust/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/flexclust/1.4-1": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/flexclust/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/flexmix/2.3-19": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/flexmix/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/flextable/0.9.2": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/flextable/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/fma/2.5": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/fma/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/FME/1.3.6.2": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/FME/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/fmri/1.9.11": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/fmri/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/FNN/1.1.3.1": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/FNN/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/fontawesome/0.5.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/fontawesome/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/fontBitstreamVera/0.1.1": { - "License": "file LICENCE", - "Permission to redistribute": false, - "Retrieved from": "https://cran.r-project.org/web/packages/fontBitstreamVera/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/fontLiberation/0.1.0": { - "License": "file LICENSE", - "Permission to redistribute": false, - "Retrieved from": "https://cran.r-project.org/web/packages/fontLiberation/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/fontquiver/0.2.1": { - "License": "GPL-3 | file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/fontquiver/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/forcats/1.0.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/forcats/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/foreach/1.5.2": { - "License": "Apache License (== 2.0)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/foreach/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/forecast/8.21": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/forecast/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/foreign/0.8-84": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/foreign/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/formatR/1.14": { - "License": "GPL", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/formatR/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/formula.tools/1.7.1": { - "License": "GPL-2 | file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/formula.tools/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/Formula/1.2-5": { - "License": "GPL-2 | GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/Formula/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/fossil/0.4.0": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/fossil/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/fpc/2.2-10": { - "License": "GPL", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/fpc/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/fpp/0.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.2.2-foss-2022b/fracdiff/1.5-2": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/fracdiff/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/fs/1.6.1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/fs/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/furrr/0.3.1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/furrr/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/futile.logger/1.4.3": { - "License": "LGPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/futile.logger/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/futile.options/1.0.1": { - "License": "LGPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/futile.options/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/future.apply/1.10.0": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/future.apply/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/future/1.32.0": { - "License": "LGPL (>= 2.1)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/future/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/gam/1.22-1": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/gam/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/gamlss.data/6.0-2": { - "License": "GPL-2 | GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/gamlss.data/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/gamlss.dist/6.0-5": { - "License": "GPL-2 | GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/gamlss.dist/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/gamlss.tr/5.1-7": { - "License": "GPL-2 | GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/gamlss.tr/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/gamlss/5.4-12": { - "License": "GPL-2 | GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/gamlss/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/gamm4/0.2-6": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/gamm4/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/gap.datasets/0.0.5": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/gap.datasets/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/gap/1.5-1": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/gap/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/gapfill/0.9.6-1": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/gapfill/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/gargle/1.3.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/gargle/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/gaussquad/1.0-3": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/gaussquad/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/gbm/2.1.8.1": { - "License": "GPL (>= 2) | file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/gbm/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/gbRd/0.4-11": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/gbRd/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/gclus/1.3.2": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/gclus/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/gdalUtilities/1.2.5": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/gdalUtilities/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/gdalUtils/2.0.3.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.2.2-foss-2022b/gdata/2.18.0.1": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/gdata/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/gdistance/1.6": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/gdistance/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/gdtools/0.3.3": { - "License": "GPL-3 | file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/gdtools/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/gee/4.13-25": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/gee/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/geeM/0.10.1": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/geeM/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/geepack/1.3.9": { - "License": "GPL (>= 3)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/geepack/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/geex/1.1.1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/geex/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/geiger/2.0.10": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/geiger/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/GeneNet/1.2.16": { - "License": "GPL (>= 3)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/GeneNet/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/generics/0.1.3": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/generics/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/genoPlotR/0.8.11": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/genoPlotR/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/GenSA/1.1.8": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/GenSA/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/geojson/0.3.5": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/geojson/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/geojsonio/0.11.3": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/geojsonio/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/geojsonsf/2.0.3": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/geojsonsf/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/geometries/0.2.2": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/geometries/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/geometry/0.4.7": { - "License": "GPL (>= 3)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/geometry/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/gert/1.9.2": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/gert/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/getopt/1.20.3": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/getopt/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/GetoptLong/1.0.5": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/GetoptLong/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/gfonts/0.2.0": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/gfonts/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/GGally/2.1.2": { - "License": "GPL (>= 2.0)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/GGally/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/ggbeeswarm/0.7.1": { - "License": "GPL (>= 3)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/ggbeeswarm/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/ggdag/0.2.7": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/ggdag/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/ggExtra/0.10.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/ggExtra/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/ggfan/0.1.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.2.2-foss-2022b/ggforce/0.4.1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/ggforce/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/ggformula/0.10.2": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/ggformula/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/ggfun/0.0.9": { - "License": "Artistic-2.0", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/ggfun/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/ggh4x/0.2.3": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/ggh4x/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/ggnetwork/0.5.12": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/ggnetwork/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/ggplot2/3.4.1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/ggplot2/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/ggplotify/0.1.0": { - "License": "Artistic-2.0", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/ggplotify/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/ggpubr/0.6.0": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/ggpubr/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/ggraph/2.1.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/ggraph/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/ggrepel/0.9.3": { - "License": "GPL-3 | file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/ggrepel/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/ggridges/0.5.4": { - "License": "GPL-2 | file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/ggridges/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/ggsci/3.0.0": { - "License": "GPL (>= 3)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/ggsci/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/ggsignif/0.6.4": { - "License": "GPL-3 | file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/ggsignif/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/ggstance/0.3.6": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/ggstance/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/ggvenn/0.1.9": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/ggvenn/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/ggvis/0.4.8": { - "License": "GPL-2 | file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/ggvis/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/gh/1.4.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/gh/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/GillespieSSA/0.6.2": { - "License": "GPL (>= 3)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/GillespieSSA/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/git2r/0.31.0": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/git2r/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/gitcreds/0.1.2": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/gitcreds/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/GJRM/0.2-6.1": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/GJRM/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/glasso/1.11": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/glasso/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/gld/2.6.6": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/gld/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/gllvm/1.4.1": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/gllvm/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/glmmML/1.1.4": { - "License": "GPL (>= 3)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/glmmML/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/glmmTMB/1.1.5": { - "License": "AGPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/glmmTMB/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/glmnet/4.1-6": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/glmnet/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/GlobalOptions/0.1.2": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/GlobalOptions/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/globals/0.16.2": { - "License": "LGPL (>= 2.1)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/globals/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/glue/1.6.2": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/glue/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/gmm/1.7": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/gmm/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/gmodels/2.18.1.1": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/gmodels/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/gmp/0.7-1": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/gmp/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/gnumeric/0.7-8": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/gnumeric/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/goftest/1.2-3": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/goftest/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/gomms/1.0": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/gomms/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/googledrive/2.0.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/googledrive/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/googlesheets4/1.0.1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/googlesheets4/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/gower/1.0.1": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/gower/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/GPArotation/2022.10-2": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/GPArotation/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/gplots/3.1.3": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/gplots/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/graphics": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.2.2-foss-2022b/graphlayouts/0.8.4": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/graphlayouts/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/grDevices": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.2.2-foss-2022b/grf/2.2.1": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/grf/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/grid": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.2.2-foss-2022b/gridBase/0.4-7": { - "License": "GPL", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/gridBase/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/gridExtra/2.3": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/gridExtra/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/gridGraphics/0.5-1": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/gridGraphics/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/grImport2/0.2-0": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/grImport2/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/grpreg/3.4.0": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/grpreg/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/GSA/1.03.2": { - "License": "LGPL", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/GSA/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/gsalib/2.2.1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/gsalib/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/gsl/2.1-8": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/gsl/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/gsw/1.1-1": { - "License": "GPL (>= 2) | file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/gsw/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/gt/0.8.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/gt/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/gtable/0.3.1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/gtable/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/gtools/3.9.4": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/gtools/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/gtsummary/1.7.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/gtsummary/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/GUTS/1.2.3": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/GUTS/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/gWidgets2/1.0-9": { - "License": "GPL (>= 3)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/gWidgets2/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/gWidgets2tcltk/1.0-8": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/gWidgets2tcltk/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/GxEScanR/2.0.2": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/GxEScanR/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/h2o/3.40.0.1": { - "License": "Apache License (== 2.0)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/h2o/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/hal9001/0.4.3": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/hal9001/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/haldensify/0.2.3": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/haldensify/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/hardhat/1.2.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/hardhat/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/harmony/0.1.1": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/harmony/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/hash/2.2.6.2": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/hash/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/haven/2.5.2": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/haven/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/hdf5r/1.3.8": { - "License": "Apache License 2.0 | file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/hdf5r/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/hdm/0.3.1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/hdm/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/heatmap3/1.1.9": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/heatmap3/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/here/1.0.1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/here/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/hexbin/1.28.2": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/hexbin/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/HGNChelper/0.8.1": { - "License": "GPL (>= 2.0)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/HGNChelper/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/HiddenMarkov/1.8-13": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/HiddenMarkov/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/highr/0.10": { - "License": "GPL", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/highr/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/Hmisc/5.0-1": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/Hmisc/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/hms/1.1.2": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/hms/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/Hmsc/3.0-13": { - "License": "GPL-3 | file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/Hmsc/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/htmlTable/2.4.1": { - "License": "GPL (>= 3)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/htmlTable/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/htmltools/0.5.4": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/htmltools/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/htmlwidgets/1.6.1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/htmlwidgets/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/httpcode/0.3.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/httpcode/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/httpuv/1.6.9": { - "License": "GPL (>= 2) | file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/httpuv/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/httr/1.4.5": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/httr/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/httr2/0.2.2": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/httr2/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/huge/1.3.5": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/huge/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/hunspell/3.0.2": { - "License": "GPL-2 | LGPL-2.1 | MPL-1.1", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/hunspell/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/hwriter/1.3.2.1": { - "License": "LGPL-2.1", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/hwriter/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/HWxtest/1.1.9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.2.2-foss-2022b/hypergeo/1.2-13": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/hypergeo/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/ica/1.0-3": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/ica/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/IDPmisc/1.1.20": { - "License": "GPL (>= 3)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/IDPmisc/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/idr/1.3": { - "License": "GPL (>= 2.0)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/idr/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/ids/1.0.1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/ids/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/ie2misc/0.9.0": { - "License": "CC0", - "Permission to redistribute": false, - "Retrieved from": "https://cran.r-project.org/web/packages/ie2misc/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/igraph/1.4.1": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/igraph/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/image.binarization/0.1.3": { - "License": "MPL-2.0", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/image.binarization/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/imager/0.42.18": { - "License": "LGPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/imager/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/imagerExtra/1.3.2": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/imagerExtra/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/ineq/0.2-13": { - "License": "GPL-2 | GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/ineq/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/influenceR/0.1.0.1": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/influenceR/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/infotheo/1.2.0.1": { - "License": "GPL (>= 3)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/infotheo/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/ini/0.3.1": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/ini/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/inline/0.3.19": { - "License": "LGPL", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/inline/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/intergraph/2.0-2": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/intergraph/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/interp/1.1-3": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/interp/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/interpretR/0.2.4": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/interpretR/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/intrinsicDimension/1.2.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/intrinsicDimension/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/inum/1.0-5": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/inum/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/ipred/0.9-14": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/ipred/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/irace/3.5": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/irace/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/irlba/2.3.5.1": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/irlba/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/ismev/1.42": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/ismev/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/Iso/0.0-18.1": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/Iso/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/isoband/0.2.7": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/isoband/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/ISOcodes/2022.09.29": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/ISOcodes/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/ISOweek/0.6-2": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/ISOweek/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/iterators/1.0.14": { - "License": "Apache License (== 2.0)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/iterators/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/itertools/0.1-3": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/itertools/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/JADE/2.0-3": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/JADE/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/janeaustenr/1.0.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/janeaustenr/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/JBTools/0.7.2.9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.2.2-foss-2022b/jiebaR/0.11": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/jiebaR/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/jiebaRD/0.1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/jiebaRD/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/jomo/2.7-4": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/jomo/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/jpeg/0.1-10": { - "License": "GPL-2 | GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/jpeg/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/jqr/1.3.1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/jqr/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/jquerylib/0.1.4": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/jquerylib/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/jsonify/1.2.2": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/jsonify/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/jsonlite/1.8.4": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/jsonlite/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/jstable/1.0.7": { - "License": "Apache License 2.0", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/jstable/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/juicyjuice/0.1.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/juicyjuice/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/kde1d/1.0.5": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/kde1d/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/kedd/1.0.3": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/kedd/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/kernlab/0.9-32": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/kernlab/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/KernSmooth/2.23-20": { - "License": "Unlimited", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/KernSmooth/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/kinship2/1.9.6": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/kinship2/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/klaR/1.7-1": { - "License": "GPL-2 | GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/klaR/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/knitr/1.42": { - "License": "GPL", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/knitr/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/KODAMA/2.4": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/KODAMA/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/kohonen/3.0.11": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/kohonen/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/ks/1.14.0": { - "License": "GPL-2 | GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/ks/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/labdsv/2.0-1": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/labdsv/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/labeling/0.4.2": { - "License": "MIT + file LICENSE | Unlimited", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/labeling/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/labelled/2.10.0": { - "License": "GPL (>= 3)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/labelled/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/laeken/0.5.2": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/laeken/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/lambda.r/1.2.4": { - "License": "LGPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/lambda.r/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/LaplacesDemon/16.1.6": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/LaplacesDemon/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/lars/1.3": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/lars/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/lassosum/0.4.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.2.2-foss-2022b/later/1.3.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/later/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/lattice/0.20-45": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/lattice/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/latticeExtra/0.6-30": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/latticeExtra/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/lava/1.7.2.1": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/lava/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/lavaan/0.6-15": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/lavaan/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/lazy/1.2-18": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/lazy/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/lazyeval/0.2.2": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/lazyeval/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/LCFdata/2.0": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/LCFdata/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/lda/1.4.2": { - "License": "LGPL (>= 2.1)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/lda/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/ldbounds/2.0.0": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/ldbounds/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/leafem/0.2.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/leafem/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/leaflet.providers/1.9.0": { - "License": "BSD_2_clause + file LICENSE", - "Permission to redistribute": false, - "Retrieved from": "https://cran.r-project.org/web/packages/leaflet.providers/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/leaflet/2.1.2": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/leaflet/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/leafsync/0.1.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/leafsync/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/leaps/3.1": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/leaps/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/LearnBayes/2.15.1": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/LearnBayes/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/leiden/0.4.3": { - "License": "GPL-3 | file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/leiden/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/lhs/1.1.6": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/lhs/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/libcoin/1.0-9": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/libcoin/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/lifecycle/1.0.3": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/lifecycle/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/limSolve/1.5.6": { - "License": "GPL", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/limSolve/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/linkcomm/1.0-14": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/linkcomm/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/linprog/0.9-4": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/linprog/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/liquidSVM/1.2.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.2.2-foss-2022b/listenv/0.9.0": { - "License": "LGPL (>= 2.1)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/listenv/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/lme4/1.1-32": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/lme4/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/LMERConvenienceFunctions/3.0": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/LMERConvenienceFunctions/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/lmerTest/3.1-3": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/lmerTest/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/lmom/2.9": { - "License": "Common Public License Version 1.0", - "Permission to redistribute": false, - "Retrieved from": "https://cran.r-project.org/web/packages/lmom/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/Lmoments/1.3-1": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/Lmoments/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/lmtest/0.9-40": { - "License": "GPL-2 | GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/lmtest/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/lobstr/1.1.2": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/lobstr/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/locfdr/1.1-8": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/locfdr/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/locfit/1.5-9.7": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/locfit/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/logcondens/2.1.7": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/logcondens/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/logger/0.2.2": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/logger/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/logistf/1.24.1": { - "License": "GPL", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/logistf/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/logspline/2.1.19": { - "License": "Apache License 2.0", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/logspline/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/longitudinal/1.1.13": { - "License": "GPL (>= 3)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/longitudinal/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/longmemo/1.1-2": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/longmemo/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/loo/2.5.1": { - "License": "GPL (>= 3)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/loo/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/lpSolve/5.6.18": { - "License": "LGPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/lpSolve/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/lpSolveAPI/5.5.2.0-17.9": { - "License": "LGPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/lpSolveAPI/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/lqa/1.0-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.2.2-foss-2022b/lsei/1.3-0": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/lsei/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/lslx/0.6.11": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/lslx/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/lubridate/1.9.2": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/lubridate/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/lwgeom/0.2-11": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/lwgeom/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/magic/1.6-1": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/magic/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/magick/2.7.4": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/magick/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/magrittr/2.0.3": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/magrittr/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/MALDIquant/1.22": { - "License": "GPL (>= 3)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/MALDIquant/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/manipulateWidget/0.11.1": { - "License": "GPL (>= 2) | file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/manipulateWidget/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/mapproj/1.2.11": { - "License": "Lucent Public License", - "Permission to redistribute": false, - "Retrieved from": "https://cran.r-project.org/web/packages/mapproj/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/maps/3.4.1": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/maps/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/maptools/1.1-6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.2.2-foss-2022b/markdown/1.5": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/markdown/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/MASS/7.3-58.3": { - "License": "GPL-2 | GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/MASS/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/Matching/4.10-8": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/Matching/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/MatchIt/4.5.1": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/MatchIt/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/mathjaxr/1.6-0": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/mathjaxr/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/matlab/1.0.4": { - "License": "Artistic-2.0", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/matlab/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/Matrix/1.5-3": { - "License": "GPL (>= 2) | file LICENCE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/Matrix/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/matrixcalc/1.0-6": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/matrixcalc/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/MatrixModels/0.5-1": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/MatrixModels/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/matrixStats/0.63.0": { - "License": "Artistic-2.0", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/matrixStats/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/maxLik/1.5-2": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/maxLik/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/maxlike/0.1-9": { - "License": "GPL (>= 3)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/maxlike/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/maxnet/0.1.4": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/maxnet/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/mboost/2.9-7": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/mboost/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/mclogit/0.9.6": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/mclogit/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/mclust/6.0.0": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/mclust/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/mcmc/0.9-7": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/mcmc/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/MCMCpack/1.6-3": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/MCMCpack/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/mcmcse/1.5-0": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/mcmcse/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/mda/0.5-3": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/mda/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/medflex/0.6-7": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/medflex/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/mediation/4.5.0": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/mediation/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/memisc/0.99.31.6": { - "License": "GPL-2 | GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/memisc/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/memoise/2.0.1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/memoise/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/memuse/4.2-3": { - "License": "BSD 2-clause License + file LICENSE", - "Permission to redistribute": false, - "Retrieved from": "https://cran.r-project.org/web/packages/memuse/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/MESS/0.5.9": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/MESS/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/metadat/1.2-0": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/metadat/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/metafor/3.8-1": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/metafor/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/MetaUtility/2.1.2": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/MetaUtility/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/methods": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.2.2-foss-2022b/mets/1.3.2": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/mets/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/mgcv/1.8-42": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/mgcv/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/mgsub/1.7.3": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/mgsub/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/mhsmm/0.4.16": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/mhsmm/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/mi/1.1": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/mi/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/mice/3.15.0": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/mice/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/miceadds/3.16-18": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/miceadds/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/microbenchmark/1.4.9": { - "License": "BSD_2_clause + file LICENSE", - "Permission to redistribute": false, - "Retrieved from": "https://cran.r-project.org/web/packages/microbenchmark/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/MIIVsem/0.5.8": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/MIIVsem/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/mime/0.12": { - "License": "GPL", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/mime/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/minerva/1.5.10": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/minerva/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/miniUI/0.1.1.1": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/miniUI/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/minpack.lm/1.2-3": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/minpack.lm/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/minqa/1.2.5": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/minqa/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/mirt/1.38.1": { - "License": "GPL (>= 3)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/mirt/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/misc3d/0.9-1": { - "License": "GPL", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/misc3d/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/miscTools/0.6-26": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/miscTools/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/missForest/1.5": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/missForest/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/mitml/0.4-5": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/mitml/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/mitools/2.4": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/mitools/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/mixtools/2.0.0": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/mixtools/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/mlbench/2.1-3": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/mlbench/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/mlegp/3.1.9": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/mlegp/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/MLmetrics/1.1.1": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/MLmetrics/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/mlogit/1.1-1": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/mlogit/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/mlr/2.19.1": { - "License": "BSD_2_clause + file LICENSE", - "Permission to redistribute": false, - "Retrieved from": "https://cran.r-project.org/web/packages/mlr/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/mlrMBO/1.1.5.1": { - "License": "BSD_2_clause + file LICENSE", - "Permission to redistribute": false, - "Retrieved from": "https://cran.r-project.org/web/packages/mlrMBO/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/mltools/0.3.5": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/mltools/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/mnormt/2.1.1": { - "License": "GPL-2 | GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/mnormt/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/ModelMetrics/1.2.2.2": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/ModelMetrics/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/modelr/0.1.10": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/modelr/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/modeltools/0.2-23": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/modeltools/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/MODIStsp/2.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.2.2-foss-2022b/momentfit/0.3": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/momentfit/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/moments/0.14.1": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/moments/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/MonteCarlo/1.0.6": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/MonteCarlo/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/mosaicCore/0.9.2.1": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/mosaicCore/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/mpath/0.4-2.23": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/mpath/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/mRMRe/2.1.2": { - "License": "Artistic-2.0", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/mRMRe/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/msm/1.7": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/msm/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/mstate/0.3.2": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/mstate/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/multcomp/1.4-23": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/multcomp/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/multcompView/0.1-8": { - "License": "GPL", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/multcompView/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/multicool/0.1-12": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/multicool/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/multipol/1.0-7": { - "License": "GPL", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/multipol/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/munsell/0.5.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/munsell/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/mvabund/4.2.1": { - "License": "LGPL (>= 2.1)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/mvabund/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/mvnfast/0.2.8": { - "License": "GPL (>= 2.0)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/mvnfast/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/mvtnorm/1.1-3": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/mvtnorm/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/nabor/0.5.0": { - "License": "BSD_3_clause + file LICENSE", - "Permission to redistribute": false, - "Retrieved from": "https://cran.r-project.org/web/packages/nabor/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/naniar/1.0.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/naniar/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/natserv/1.0.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/natserv/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/naturalsort/0.1.3": { - "License": "BSD_3_clause + file LICENSE", - "Permission to redistribute": false, - "Retrieved from": "https://cran.r-project.org/web/packages/naturalsort/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/ncbit/2013.03.29.1": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/ncbit/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/ncdf4/1.21": { - "License": "GPL (>= 3)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/ncdf4/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/NCmisc/1.2.0": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/NCmisc/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/network/1.18.1": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/network/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/networkDynamic/0.11.3": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/networkDynamic/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/networkLite/1.0.5": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/networkLite/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/neuralnet/1.44.2": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/neuralnet/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/neuRosim/0.2-13": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/neuRosim/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/ngspatial/1.2-2": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/ngspatial/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/NISTunits/1.0.1": { - "License": "GPL (>= 3)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/NISTunits/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/nleqslv/3.3.4": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/nleqslv/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/nlme/3.1-162": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/nlme/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/nloptr/2.0.3": { - "License": "LGPL (>= 3)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/nloptr/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/NLP/0.2-1": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/NLP/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/nlsem/0.8": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/nlsem/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/nnet/7.3-18": { - "License": "GPL-2 | GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/nnet/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/nnls/1.4": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/nnls/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/nonnest2/0.5-5": { - "License": "GPL-2 | GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/nonnest2/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/nor1mix/1.3-0": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/nor1mix/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/norm/1.0-10.0": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/norm/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/nortest/1.0-4": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/nortest/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/np/0.60-17": { - "License": "GPL", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/np/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/npsurv/0.5-0": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/npsurv/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/numDeriv/2016.8-1.1": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/numDeriv/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/oai/0.4.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/oai/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/oce/1.7-10": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/oce/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/OceanView/1.0.6": { - "License": "GPL (>= 3.0)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/OceanView/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/oddsratio/2.0.1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/oddsratio/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/officer/0.6.2": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/officer/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/openair/2.16-0": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/openair/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/OpenMx/2.21.1": { - "License": "Apache License (== 2.0)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/OpenMx/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/openssl/2.0.6": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/openssl/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/openxlsx/4.2.5.2": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/openxlsx/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/operator.tools/1.6.3": { - "License": "GPL-2 | file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/operator.tools/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/optextras/2019-12.4": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/optextras/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/optimParallel/1.0-2": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/optimParallel/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/optimr/2019-12.16": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.2.2-foss-2022b/optimx/2022-4.30": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/optimx/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/optmatch/0.10.6": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/optmatch/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/optparse/1.7.3": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/optparse/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/ordinal/2022.11-16": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/ordinal/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/origami/1.0.7": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/origami/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/oro.nifti/0.11.4": { - "License": "BSD_3_clause + file LICENSE", - "Permission to redistribute": false, - "Retrieved from": "https://cran.r-project.org/web/packages/oro.nifti/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/orthopolynom/1.0-6.1": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/orthopolynom/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/osqp/0.6.0.8": { - "License": "Apache License 2.0 | file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/osqp/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/outliers/0.15": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/outliers/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/packrat/0.9.1": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/packrat/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/pacman/0.5.1": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/pacman/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/pammtools/0.5.8": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/pammtools/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/pamr/1.56.1": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/pamr/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/pan/1.6": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/pan/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/parallel": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.2.2-foss-2022b/parallelDist/0.2.6": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/parallelDist/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/parallelly/1.34.0": { - "License": "LGPL (>= 2.1)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/parallelly/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/parallelMap/1.5.1": { - "License": "BSD_2_clause + file LICENSE", - "Permission to redistribute": false, - "Retrieved from": "https://cran.r-project.org/web/packages/parallelMap/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/ParamHelpers/1.14.1": { - "License": "BSD_2_clause + file LICENSE", - "Permission to redistribute": false, - "Retrieved from": "https://cran.r-project.org/web/packages/ParamHelpers/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/parsedate/1.3.1": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/parsedate/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/party/1.3-13": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/party/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/partykit/1.2-18": { - "License": "GPL-2 | GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/partykit/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/pastecs/1.3.21": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/pastecs/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/patchwork/1.1.2": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/patchwork/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/pbapply/1.7-0": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/pbapply/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/pbivnorm/0.6.0": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/pbivnorm/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/pbkrtest/0.5.2": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/pbkrtest/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/PCAmatchR/0.3.3": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/PCAmatchR/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/pcaPP/2.0-3": { - "License": "GPL (>= 3)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/pcaPP/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/pdp/0.8.1": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/pdp/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/PearsonDS/1.2.3": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/PearsonDS/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/pec/2022.05.04": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/pec/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/penalized/0.9-52": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/penalized/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/penfa/0.1.1": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/penfa/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/peperr/1.4": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/peperr/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/PermAlgo/1.2": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/PermAlgo/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/permute/0.9-7": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/permute/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/phangorn/2.11.1": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/phangorn/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/pheatmap/1.0.12": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/pheatmap/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/phylobase/0.8.10": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/phylobase/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/phytools/1.5-1": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/phytools/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/pillar/1.8.1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/pillar/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/pim/2.0.2": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/pim/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/pinfsc50/1.2.0": { - "License": "GPL", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/pinfsc50/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/pixmap/0.4-12": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/pixmap/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/pkgbuild/1.4.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/pkgbuild/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/pkgconfig/2.0.3": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/pkgconfig/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/pkgdown/2.0.7": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/pkgdown/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/pkgload/1.3.2": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/pkgload/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/pkgmaker/0.32.8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.2.2-foss-2022b/plogr/0.2.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/plogr/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/plot3D/1.4": { - "License": "GPL (>= 3.0)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/plot3D/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/plot3Drgl/1.0.4": { - "License": "GPL (>= 3.0)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/plot3Drgl/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/plotly/4.10.1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/plotly/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/plotmo/3.6.2": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/plotmo/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/plotrix/3.8-2": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/plotrix/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/pls/2.8-1": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/pls/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/plyr/1.8.8": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/plyr/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/PMA/1.2.1": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/PMA/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/png/0.1-8": { - "License": "GPL-2 | GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/png/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/PoissonSeq/1.1.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.2.2-foss-2022b/poLCA/1.6.0.1": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/poLCA/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/polspline/1.1.22": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/polspline/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/Polychrome/1.5.1": { - "License": "Apache License (== 2.0)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/Polychrome/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/polyclip/1.10-4": { - "License": "BSL", - "Permission to redistribute": false, - "Retrieved from": "https://cran.r-project.org/web/packages/polyclip/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/polycor/0.8-1": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/polycor/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/polynom/1.4-1": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/polynom/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/posterior/1.4.1": { - "License": "BSD_3_clause + file LICENSE", - "Permission to redistribute": false, - "Retrieved from": "https://cran.r-project.org/web/packages/posterior/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/ppcor/1.1": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/ppcor/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/prabclus/2.3-2": { - "License": "GPL", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/prabclus/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/pracma/2.4.2": { - "License": "GPL (>= 3)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/pracma/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/praise/1.0.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/praise/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/PresenceAbsence/1.1.11": { - "License": "Unlimited", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/PresenceAbsence/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/preseqR/4.0.0": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/preseqR/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/prettyGraphs/2.1.6": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/prettyGraphs/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/prettyunits/1.1.1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/prettyunits/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/princurve/2.1.6": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/princurve/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/pROC/1.18.0": { - "License": "GPL (>= 3)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/pROC/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/processx/3.8.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/processx/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/prodlim/2019.11.13": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/prodlim/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/profileModel/0.6.1": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/profileModel/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/proftools/0.99-3": { - "License": "GPL", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/proftools/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/profvis/0.3.7": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/profvis/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/progress/1.2.2": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/progress/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/progressr/0.13.0": { - "License": "GPL (>= 3)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/progressr/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/projpred/2.4.0": { - "License": "GPL-3 | file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/projpred/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/promises/1.2.0.1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/promises/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/proto/1.0.0": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/proto/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/protolite/2.3.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/protolite/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/proxy/0.4-27": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/proxy/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/proxyC/0.3.3": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/proxyC/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/pryr/0.1.6": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/pryr/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/ps/1.7.2": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/ps/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/pscl/1.5.5": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/pscl/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/pspline/1.0-19": { - "License": "Unlimited", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/pspline/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/psych/2.2.9": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/psych/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/Publish/2023.01.17": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/Publish/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/pulsar/0.3.10": { - "License": "GPL (>= 3)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/pulsar/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/purrr/1.0.1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/purrr/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/pvclust/2.2-0": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/pvclust/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/qgam/1.3.4": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/qgam/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/qgraph/1.9.3": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/qgraph/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/qqman/0.1.8": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/qqman/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/qrnn/2.0.5": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/qrnn/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/quadprog/1.5-8": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/quadprog/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/quanteda/3.3.0": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/quanteda/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/quantmod/0.4.20": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/quantmod/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/quantreg/5.94": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/quantreg/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/questionr/0.7.8": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/questionr/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/R.cache/0.16.0": { - "License": "LGPL (>= 2.1)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/R.cache/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/R.matlab/3.7.0": { - "License": "LGPL (>= 2.1)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/R.matlab/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/R.methodsS3/1.8.2": { - "License": "LGPL (>= 2.1)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/R.methodsS3/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/R.oo/1.25.0": { - "License": "LGPL (>= 2.1)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/R.oo/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/R.rsp/0.45.0": { - "License": "LGPL (>= 2.1)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/R.rsp/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/R.utils/2.12.2": { - "License": "LGPL (>= 2.1)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/R.utils/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/R2WinBUGS/2.1-21": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/R2WinBUGS/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/R6/2.5.1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/R6/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/ragg/1.2.5": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/ragg/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/random/0.2.6": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/random/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/randomForest/4.7-1.1": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/randomForest/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/randomForestSRC/3.2.1": { - "License": "GPL (>= 3)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/randomForestSRC/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/randtoolbox/2.0.4": { - "License": "BSD_3_clause + file LICENSE", - "Permission to redistribute": false, - "Retrieved from": "https://cran.r-project.org/web/packages/randtoolbox/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/rangeModelMetadata/0.1.4": { - "License": "GPL (>= 3)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/rangeModelMetadata/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/ranger/0.14.1": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/ranger/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/RANN/2.6.1": { - "License": "GPL (>= 3)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/RANN/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/rapidjsonr/1.2.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/rapidjsonr/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/rappdirs/0.3.3": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/rappdirs/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/rARPACK/0.11-0": { - "License": "BSD_3_clause + file LICENSE", - "Permission to redistribute": false, - "Retrieved from": "https://cran.r-project.org/web/packages/rARPACK/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/raster/3.6-20": { - "License": "GPL (>= 3)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/raster/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/rasterVis/0.51.5": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/rasterVis/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/ratelimitr/0.4.1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/ratelimitr/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/RBesT/1.6-6": { - "License": "GPL (>= 3)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/RBesT/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/rbibutils/2.2.13": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/rbibutils/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/rbison/1.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.2.2-foss-2022b/Rborist/0.3-2": { - "License": "MPL (>= 2) | GPL (>= 2) | file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/Rborist/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/RCAL/2.0": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/RCAL/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/Rcgmin/2022-4.30": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.2.2-foss-2022b/RCircos/1.2.2": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/RCircos/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/rcmdcheck/1.4.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/rcmdcheck/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/RColorBrewer/1.1-3": { - "License": "Apache License 2.0", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/RColorBrewer/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/Rcpp/1.0.10": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/Rcpp/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/RcppArmadillo/0.12.0.1.0": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/RcppArmadillo/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/RcppEigen/0.3.3.9.3": { - "License": "GPL (>= 2) | file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/RcppEigen/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/RcppGSL/0.3.13": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/RcppGSL/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/RcppParallel/5.1.7": { - "License": "GPL (>= 3)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/RcppParallel/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/RcppProgress/0.4.2": { - "License": "GPL (>= 3)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/RcppProgress/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/RcppRoll/0.3.0": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/RcppRoll/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/RcppThread/2.1.3": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/RcppThread/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/RcppTOML/0.2.2": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/RcppTOML/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/RCurl/1.98-1.10": { - "License": "BSD_3_clause + file LICENSE", - "Permission to redistribute": false, - "Retrieved from": "https://cran.r-project.org/web/packages/RCurl/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/rda/1.2-1": { - "License": "GPL (>= 3)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/rda/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/Rdpack/2.4": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/Rdpack/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/rdrop2/0.8.2.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.2.2-foss-2022b/readbitmap/0.1.5": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/readbitmap/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/reader/1.0.6": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/reader/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/readODS/1.8.0": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/readODS/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/readr/2.1.4": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/readr/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/readxl/1.4.2": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/readxl/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/rebird/1.3.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/rebird/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/recipes/1.0.5": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/recipes/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/RefFreeEWAS/2.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.2.2-foss-2022b/registry/0.5-1": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/registry/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/regsem/1.9.3": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/regsem/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/relsurv/2.2-9": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/relsurv/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/rematch/1.0.1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/rematch/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/rematch2/2.1.2": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/rematch2/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/remotes/2.4.2": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/remotes/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/rentrez/1.2.3": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/rentrez/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/renv/0.17.1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/renv/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/reprex/2.0.2": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/reprex/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/resample/0.6": { - "License": "BSD_3_clause + file LICENSE", - "Permission to redistribute": false, - "Retrieved from": "https://cran.r-project.org/web/packages/resample/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/reshape/0.8.9": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/reshape/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/reshape2/1.4.4": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/reshape2/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/reticulate/1.28": { - "License": "Apache License 2.0", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/reticulate/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/rex/1.2.1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/rex/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/rgbif/3.7.5": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/rgbif/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/RGCCA/2.1.2": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/RGCCA/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/rgdal/1.6-5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.2.2-foss-2022b/rgeos/0.6-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.2.2-foss-2022b/rgexf/0.16.2": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/rgexf/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/rgl/1.0.1": { - "License": "GPL", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/rgl/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/Rglpk/0.6-4": { - "License": "GPL-2 | GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/Rglpk/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/RhpcBLASctl/0.23-42": { - "License": "AGPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/RhpcBLASctl/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/ridge/3.3": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/ridge/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/ridigbio/0.3.6": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/ridigbio/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/RInside/0.2.18": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/RInside/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/rio/0.5.29": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/rio/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/riskRegression/2022.11.28": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/riskRegression/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/ritis/1.0.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/ritis/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/RItools/0.3-3": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/RItools/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/rJava/1.0-6": { - "License": "LGPL-2.1", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/rJava/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/rjson/0.2.21": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/rjson/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/RJSONIO/1.3-1.8": { - "License": "BSD_3_clause + file LICENSE", - "Permission to redistribute": false, - "Retrieved from": "https://cran.r-project.org/web/packages/RJSONIO/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/rlang/1.1.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/rlang/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/rle/0.9.2": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/rle/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/rlecuyer/0.3-5": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/rlecuyer/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/rlemon/0.2.1": { - "License": "BSL-1.0", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/rlemon/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/rlist/0.4.6.2": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/rlist/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/rmarkdown/2.20": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/rmarkdown/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/rmeta/3.0": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/rmeta/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/Rmpfr/0.9-1": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/Rmpfr/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/rms/6.5-0": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/rms/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/RMTstat/0.3.1": { - "License": "BSD_3_clause + file LICENSE", - "Permission to redistribute": false, - "Retrieved from": "https://cran.r-project.org/web/packages/RMTstat/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/rncl/0.8.7": { - "License": "BSD_2_clause + file LICENSE", - "Permission to redistribute": false, - "Retrieved from": "https://cran.r-project.org/web/packages/rncl/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/rnetcarto/0.2.6": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/rnetcarto/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/RNeXML/2.4.11": { - "License": "BSD_3_clause + file LICENSE", - "Permission to redistribute": false, - "Retrieved from": "https://cran.r-project.org/web/packages/RNeXML/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/rngtools/1.5.2": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/rngtools/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/rngWELL/0.10-9": { - "License": "BSD_3_clause + file LICENSE", - "Permission to redistribute": false, - "Retrieved from": "https://cran.r-project.org/web/packages/rngWELL/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/RNifti/1.4.5": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/RNifti/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/robustbase/0.95-0": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/robustbase/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/ROCR/1.0-11": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/ROCR/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/ROI.plugin.glpk/1.0-0": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/ROI.plugin.glpk/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/ROI/1.0-0": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/ROI/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/Rook/1.2": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/Rook/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/rootSolve/1.8.2.3": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/rootSolve/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/roptim/0.1.6": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/roptim/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/rotl/3.0.14": { - "License": "BSD_2_clause + file LICENSE", - "Permission to redistribute": false, - "Retrieved from": "https://cran.r-project.org/web/packages/rotl/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/roxygen2/7.2.3": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/roxygen2/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/rpact/3.3.4": { - "License": "LGPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/rpact/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/rpart/4.1.19": { - "License": "GPL-2 | GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/rpart/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/rpf/1.0.11": { - "License": "GPL (>= 3)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/rpf/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/RPMM/1.25": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/RPMM/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/rprojroot/2.0.3": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/rprojroot/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/rrcov/1.7-2": { - "License": "GPL (>= 3)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/rrcov/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/rredlist/0.7.1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/rredlist/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/rsample/1.1.1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/rsample/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/rsconnect/0.8.29": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/rsconnect/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/Rserve/1.8-11": { - "License": "GPL-2 | file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/Rserve/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/RSNNS/0.4-15": { - "License": "LGPL (>= 2) | file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/RSNNS/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/Rsolnp/1.16": { - "License": "GPL", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/Rsolnp/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/RSpectra/0.16-1": { - "License": "MPL (>= 2)", - "Permission to redistribute": false, - "Retrieved from": "https://cran.r-project.org/web/packages/RSpectra/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/RSQLite/2.3.0": { - "License": "LGPL (>= 2.1)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/RSQLite/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/Rssa/1.0.5": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/Rssa/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/rstan/2.21.8": { - "License": "GPL (>= 3)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/rstan/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/rstantools/2.3.0": { - "License": "GPL (>= 3)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/rstantools/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/rstatix/0.7.2": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/rstatix/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/rstudioapi/0.14": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/rstudioapi/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/rtdists/0.11-5": { - "License": "GPL (>= 3)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/rtdists/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/Rtsne/0.16": { - "License": "file LICENSE", - "Permission to redistribute": false, - "Retrieved from": "https://cran.r-project.org/web/packages/Rtsne/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/Rttf2pt1/1.3.12": { - "License": "file LICENSE", - "Permission to redistribute": false, - "Retrieved from": "https://cran.r-project.org/web/packages/Rttf2pt1/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/RUnit/0.4.32": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/RUnit/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/ruv/0.9.7.1": { - "License": "GPL", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/ruv/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/rversions/2.1.2": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/rversions/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/rvertnet/0.8.2": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/rvertnet/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/rvest/1.0.3": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/rvest/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/rvinecopulib/0.6.3.1.1": { - "License": "GPL-3 | file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/rvinecopulib/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/Rvmmin/2018-4.17.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.2.2-foss-2022b/RWeka/0.4-46": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/RWeka/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/RWekajars/3.9.3-2": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/RWekajars/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/s2/1.1.2": { - "License": "Apache License (== 2.0)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/s2/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/sampling/2.9": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/sampling/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/sandwich/3.0-2": { - "License": "GPL-2 | GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/sandwich/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/sass/0.4.5": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/sass/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/SBdecomp/1.2": { - "License": "GPL", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/SBdecomp/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/scales/1.2.1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/scales/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/scam/1.2-13": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/scam/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/scatterpie/0.1.8": { - "License": "Artistic-2.0", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/scatterpie/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/scatterplot3d/0.3-43": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/scatterplot3d/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/scs/3.2.4": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/scs/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/sctransform/0.3.5": { - "License": "GPL-3 | file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/sctransform/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/SDMTools/1.1-221.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.2.2-foss-2022b/seewave/2.2.0": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/seewave/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/segmented/1.6-2": { - "License": "GPL", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/segmented/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/selectr/0.4-2": { - "License": "BSD_3_clause + file LICENCE", - "Permission to redistribute": false, - "Retrieved from": "https://cran.r-project.org/web/packages/selectr/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/sem/3.1-15": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/sem/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/semPLS/1.0-10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.2.2-foss-2022b/semTools/0.5-6": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/semTools/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/sendmailR/1.4-0": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/sendmailR/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/sensemakr/0.1.4": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/sensemakr/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/sentometrics/1.0.0": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/sentometrics/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/seqinr/4.2-23": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/seqinr/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/servr/0.25": { - "License": "GPL", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/servr/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/sessioninfo/1.2.2": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/sessioninfo/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/setRNG/2022.4-1": { - "License": "GPL-2 | file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/setRNG/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/sf/1.0-11": { - "License": "GPL-2 | MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/sf/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/sfheaders/0.4.2": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/sfheaders/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/sfsmisc/1.1-14": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/sfsmisc/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/shadowtext/0.1.2": { - "License": "Artistic-2.0", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/shadowtext/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/shape/1.4.6": { - "License": "GPL (>= 3)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/shape/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/shapefiles/0.7.2": { - "License": "GPL", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/shapefiles/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/shiny/1.7.4": { - "License": "GPL-3 | file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/shiny/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/shinycssloaders/1.0.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/shinycssloaders/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/shinydashboard/0.7.2": { - "License": "GPL (>= 2) | file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/shinydashboard/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/shinyjs/2.1.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/shinyjs/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/shinystan/2.6.0": { - "License": "GPL (>= 3)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/shinystan/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/shinythemes/1.2.0": { - "License": "GPL-3 | file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/shinythemes/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/signal/0.7-7": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/signal/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/SignifReg/4.3": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/SignifReg/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/simex/1.8": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/simex/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/SimSeq/1.4.0": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/SimSeq/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/SKAT/2.2.5": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/SKAT/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/slam/0.1-50": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/slam/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/slider/0.3.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/slider/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/sm/2.2-5.7.1": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/sm/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/smoof/1.6.0.3": { - "License": "BSD_2_clause + file LICENSE", - "Permission to redistribute": false, - "Retrieved from": "https://cran.r-project.org/web/packages/smoof/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/smoother/1.1": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/smoother/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/sn/2.1.0": { - "License": "GPL-2 | GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/sn/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/sna/2.7-1": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/sna/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/SNFtool/2.3.1": { - "License": "GPL", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/SNFtool/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/snow/0.4-4": { - "License": "GPL", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/snow/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/SnowballC/0.7.0": { - "License": "BSD_3_clause + file LICENSE", - "Permission to redistribute": false, - "Retrieved from": "https://cran.r-project.org/web/packages/SnowballC/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/snowfall/1.84-6.2": { - "License": "GPL", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/snowfall/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/SOAR/0.99-11": { - "License": "GPL-2 | GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/SOAR/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/solrium/1.2.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/solrium/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/som/0.3-5.1": { - "License": "GPL (>= 3)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/som/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/soundecology/1.3.3": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/soundecology/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/sourcetools/0.1.7-1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/sourcetools/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/sp/1.6-0": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/sp/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/spaa/0.2.2": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/spaa/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/spam/2.9-1": { - "License": "LGPL-2 | BSD_3_clause + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/spam/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/spaMM/4.2.1": { - "License": "CeCILL-2", - "Permission to redistribute": false, - "Retrieved from": "https://cran.r-project.org/web/packages/spaMM/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/SparseM/1.81": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/SparseM/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/SPAtest/3.1.2": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/SPAtest/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/spatial/7.3-16": { - "License": "GPL-2 | GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/spatial/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/spatstat.core/2.4-4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.2.2-foss-2022b/spatstat.data/3.0-1": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/spatstat.data/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/spatstat.explore/3.1-0": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/spatstat.explore/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/spatstat.geom/3.1-0": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/spatstat.geom/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/spatstat.linnet/3.0-6": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/spatstat.linnet/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/spatstat.model/3.2-1": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/spatstat.model/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/spatstat.random/3.1-4": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/spatstat.random/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/spatstat.sparse/3.0-1": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/spatstat.sparse/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/spatstat.utils/3.0-2": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/spatstat.utils/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/spatstat/3.0-3": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/spatstat/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/spData/2.2.2": { - "License": "CC0", - "Permission to redistribute": false, - "Retrieved from": "https://cran.r-project.org/web/packages/spData/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/splines": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.2.2-foss-2022b/splitstackshape/1.4.8": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/splitstackshape/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/spls/2.2-3": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/spls/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/spocc/1.2.1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/spocc/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/spThin/0.2.0": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/spThin/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/SQUAREM/2021.1": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/SQUAREM/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/stabledist/0.7-1": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/stabledist/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/stabs/0.6-4": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/stabs/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/StanHeaders/2.21.0-7": { - "License": "BSD_3_clause + file LICENSE", - "Permission to redistribute": false, - "Retrieved from": "https://cran.r-project.org/web/packages/StanHeaders/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/stargazer/5.2.3": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/stargazer/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/stars/0.6-0": { - "License": "Apache License", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/stars/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/startupmsg/0.9.6": { - "License": "LGPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/startupmsg/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/StatMatch/1.4.1": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/StatMatch/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/statmod/1.5.0": { - "License": "GPL-2 | GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/statmod/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/statnet.common/4.8.0": { - "License": "GPL-3 + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/statnet.common/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/statnet/2019.6": { - "License": "GPL-3 + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/statnet/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/stats": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.2.2-foss-2022b/stats4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.2.2-foss-2022b/stdReg/3.4.1": { - "License": "LGPL (>= 3)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/stdReg/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/stopwords/2.3": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/stopwords/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/stringdist/0.9.10": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/stringdist/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/stringi/1.7.12": { - "License": "file LICENSE", - "Permission to redistribute": false, - "Retrieved from": "https://cran.r-project.org/web/packages/stringi/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/stringr/1.5.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/stringr/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/strucchange/1.5-3": { - "License": "GPL-2 | GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/strucchange/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/styler/1.9.1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/styler/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/subplex/1.8": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/subplex/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/SuperLearner/2.0-28": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/SuperLearner/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/SuppDists/1.1-9.7": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/SuppDists/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/survey/4.1-1": { - "License": "GPL-2 | GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/survey/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/survival/3.5-5": { - "License": "LGPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/survival/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/survivalROC/1.0.3.1": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/survivalROC/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/svd/0.5.3": { - "License": "BSD_3_clause + file LICENSE", - "Permission to redistribute": false, - "Retrieved from": "https://cran.r-project.org/web/packages/svd/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/svglite/2.1.1": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/svglite/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/swagger/3.33.1": { - "License": "Apache License 2.0 | file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/swagger/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/symmoments/1.2.1": { - "License": "GPL", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/symmoments/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/sys/3.4.1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/sys/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/systemfonts/1.0.4": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/systemfonts/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/tableone/0.13.2": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/tableone/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/tabletools/0.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.2.2-foss-2022b/tau/0.0-24": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/tau/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/taxize/0.9.100": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/taxize/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/tcltk": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.2.2-foss-2022b/tcltk2/1.2-11": { - "License": "LGPL-3 + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/tcltk2/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/tclust/1.5-2": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/tclust/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/TeachingDemos/2.12": { - "License": "Artistic-2.0", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/TeachingDemos/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/tensor/1.5": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/tensor/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/tensorA/0.36.2": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/tensorA/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/tergm/4.1.1": { - "License": "GPL-3 + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/tergm/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/terra/1.7-18": { - "License": "GPL (>= 3)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/terra/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/testit/0.13": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/testit/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/testthat/3.1.7": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/testthat/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/textcat/1.0-8": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/textcat/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/textplot/0.2.2": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/textplot/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/textshaping/0.3.6": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/textshaping/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/TFisher/0.2.0": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/TFisher/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/TH.data/1.1-1": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/TH.data/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/threejs/0.3.3": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/threejs/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/tibble/3.2.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/tibble/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/tictoc/1.1": { - "License": "Apache License (== 2.0) | file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/tictoc/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/tidygraph/1.2.3": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/tidygraph/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/tidyr/1.3.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/tidyr/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/tidyselect/1.2.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/tidyselect/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/tidytext/0.4.1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/tidytext/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/tidytree/0.4.2": { - "License": "Artistic-2.0", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/tidytree/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/tidyverse/2.0.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/tidyverse/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/tiff/0.1-11": { - "License": "GPL-2 | GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/tiff/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/timechange/0.2.0": { - "License": "GPL (>= 3)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/timechange/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/timeDate/4022.108": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/timeDate/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/timereg/2.0.5": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/timereg/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/tinytex/0.44": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/tinytex/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/tkrplot/0.0-27": { - "License": "GPL", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/tkrplot/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/tm/0.7-11": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/tm/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/tmap/3.3-3": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/tmap/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/tmaptools/3.1-1": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/tmaptools/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/TMB/1.9.2": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/TMB/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/tmle/1.5.0.2": { - "License": "BSD_3_clause + file LICENSE | GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/tmle/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/tmvnsim/1.0-2": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/tmvnsim/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/tmvtnorm/1.5": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/tmvtnorm/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/tokenizers/0.3.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/tokenizers/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/tools": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.2.2-foss-2022b/topicmodels/0.2-13": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/topicmodels/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/TraMineR/2.2-6": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/TraMineR/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/tree/1.0-43": { - "License": "GPL-2 | GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/tree/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/triebeard/0.4.1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/triebeard/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/trimcluster/0.1-5": { - "License": "GPL", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/trimcluster/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/tripack/1.3-9.1": { - "License": "ACM | file LICENSE", - "Permission to redistribute": false, - "Retrieved from": "https://cran.r-project.org/web/packages/tripack/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/TruncatedNormal/2.2.2": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/TruncatedNormal/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/truncnorm/1.0-8": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/truncnorm/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/trust/0.1-8": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/trust/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/tseries/0.10-53": { - "License": "GPL-2 | GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/tseries/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/tseriesChaos/0.1-13.1": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/tseriesChaos/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/tsna/0.3.5": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/tsna/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/tsne/0.1-3.1": { - "License": "GPL", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/tsne/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/TTR/0.24.3": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/TTR/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/tuneR/1.4.3": { - "License": "GPL-2 | GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/tuneR/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/twang/2.5": { - "License": "GPL-3 | file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/twang/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/tweedie/2.3.5": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/tweedie/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/tweenr/2.0.2": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/tweenr/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/tzdb/0.3.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/tzdb/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/ucminf/1.1-4.1": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/ucminf/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/udpipe/0.8.11": { - "License": "MPL-2.0", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/udpipe/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/umap/0.2.10.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/umap/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/unbalanced/2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.2.2-foss-2022b/unikn/0.8.0": { - "License": "CC BY-SA 4.0", - "Permission to redistribute": false, - "Retrieved from": "https://cran.r-project.org/web/packages/unikn/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/uniqueAtomMat/0.1-3-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.2.2-foss-2022b/units/0.8-1": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/units/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/unmarked/1.2.5": { - "License": "GPL (>= 3)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/unmarked/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/UpSetR/1.4.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/UpSetR/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/urca/1.3-3": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/urca/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/urlchecker/1.0.1": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/urlchecker/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/urltools/1.7.3": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/urltools/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/uroot/2.1-2": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/uroot/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/usethis/2.1.6": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/usethis/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/utf8/1.2.3": { - "License": "Apache License (== 2.0) | file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/utf8/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/utils": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.2.2-foss-2022b/uuid/1.1-0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/uuid/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/V8/4.2.2": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/V8/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/varhandle/2.0.5": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/varhandle/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/vcd/1.4-11": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/vcd/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/vcfR/1.14.0": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/vcfR/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/vctrs/0.6.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/vctrs/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/vegan/2.6-4": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/vegan/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/VennDiagram/1.7.3": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/VennDiagram/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/VGAM/1.1-8": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/VGAM/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/VIM/6.2.2": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/VIM/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/VineCopula/2.4.5": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/VineCopula/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/vioplot/0.4.0": { - "License": "BSD_3_clause + file LICENSE", - "Permission to redistribute": false, - "Retrieved from": "https://cran.r-project.org/web/packages/vioplot/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/vipor/0.4.5": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/vipor/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/viridis/0.6.2": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/viridis/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/viridisLite/0.4.1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/viridisLite/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/visdat/0.6.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/visdat/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/visNetwork/2.1.2": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/visNetwork/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/vroom/1.6.1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/vroom/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/VSURF/1.2.0": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/VSURF/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/waldo/0.4.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/waldo/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/warp/0.2.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/warp/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/waveslim/1.8.4": { - "License": "BSD_3_clause + file LICENSE", - "Permission to redistribute": false, - "Retrieved from": "https://cran.r-project.org/web/packages/waveslim/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/wdm/0.2.3": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/wdm/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/webshot/0.5.4": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/webshot/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/webutils/1.1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/webutils/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/weights/1.0.4": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/weights/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/WeightSVM/1.7-11": { - "License": "GPL-2 | GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/WeightSVM/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/wellknown/0.7.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.2.2-foss-2022b/whisker/0.4.1": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/whisker/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/widgetframe/0.3.1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/widgetframe/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/WikidataQueryServiceR/1.0.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/WikidataQueryServiceR/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/WikidataR/2.3.3": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/WikidataR/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/WikipediR/1.5.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/WikipediR/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/wikitaxa/0.4.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/wikitaxa/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/withr/2.5.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/withr/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/wk/0.7.1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/wk/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/word2vec/0.3.4": { - "License": "Apache License (>= 2.0)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/word2vec/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/wordcloud/2.6": { - "License": "LGPL-2.1", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/wordcloud/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/worrms/0.4.2": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/worrms/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/WriteXLS/6.4.0": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/WriteXLS/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/xfun/0.37": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/xfun/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/xgboost/1.7.3.1": { - "License": "Apache License (== 2.0) | file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/xgboost/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/xlsx/0.6.5": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/xlsx/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/xlsxjars/0.6.1": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/xlsxjars/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/XML/3.99-0.13": { - "License": "BSD_3_clause + file LICENSE", - "Permission to redistribute": false, - "Retrieved from": "https://cran.r-project.org/web/packages/XML/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/xml2/1.3.3": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/xml2/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/xopen/1.0.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/xopen/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/xtable/1.8-4": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/xtable/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/xts/0.13.0": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/xts/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/yaImpute/1.0-33": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/yaImpute/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/yaml/2.3.7": { - "License": "BSD_3_clause + file LICENSE", - "Permission to redistribute": false, - "Retrieved from": "https://cran.r-project.org/web/packages/yaml/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/yulab.utils/0.0.6": { - "License": "Artistic-2.0", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/yulab.utils/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/zeallot/0.1.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/zeallot/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/zip/2.2.2": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/zip/DESCRIPTION" - }, - "R/4.2.2-foss-2022b/zoo/1.8-11": { - "License": "GPL-2 | GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/zoo/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/askpass/1.2.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/askpass/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/base": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.4.1-gfbf-2023b/base64enc/0.1-3": { - "License": "GPL-2 | GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/base64enc/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/brew/1.0-10": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/brew/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/brio/1.1.5": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/brio/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/bslib/0.7.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/bslib/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/cachem/1.1.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/cachem/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/callr/3.7.6": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/callr/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/cli/3.6.3": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/cli/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/clipr/0.8.0": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/clipr/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/commonmark/1.9.1": { - "License": "BSD_2_clause + file LICENSE", - "Permission to redistribute": false, - "Retrieved from": "https://cran.r-project.org/web/packages/commonmark/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/compiler": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.4.1-gfbf-2023b/cpp11/0.4.7": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/cpp11/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/crayon/1.5.3": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/crayon/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/credentials/2.0.1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/credentials/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/curl/5.2.1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/curl/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/datasets": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.4.1-gfbf-2023b/desc/1.4.3": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/desc/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/devtools/2.4.5": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/devtools/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/diffobj/0.3.5": { - "License": "GPL-2 | GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/diffobj/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/digest/0.6.36": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/digest/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/downlit/0.4.4": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/downlit/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/ellipsis/0.3.2": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/ellipsis/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/evaluate/0.24.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/evaluate/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/fansi/1.0.6": { - "License": "GPL-2 | GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/fansi/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/fastmap/1.2.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/fastmap/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/fontawesome/0.5.2": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/fontawesome/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/fs/1.6.4": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/fs/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/gert/2.0.1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/gert/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/gh/1.4.1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/gh/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/gitcreds/0.1.2": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/gitcreds/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/glue/1.7.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/glue/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/graphics": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.4.1-gfbf-2023b/grDevices": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.4.1-gfbf-2023b/grid": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.4.1-gfbf-2023b/highr/0.11": { - "License": "GPL", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/highr/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/htmltools/0.5.8.1": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/htmltools/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/htmlwidgets/1.6.4": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/htmlwidgets/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/httpuv/1.6.15": { - "License": "GPL (>= 2) | file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/httpuv/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/httr/1.4.7": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/httr/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/httr2/1.0.1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/httr2/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/ini/0.3.1": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/ini/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/jquerylib/0.1.4": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/jquerylib/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/jsonlite/1.8.8": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/jsonlite/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/knitr/1.47": { - "License": "GPL", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/knitr/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/later/1.3.2": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/later/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/lifecycle/1.0.4": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/lifecycle/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/magrittr/2.0.3": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/magrittr/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/memoise/2.0.1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/memoise/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/methods": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.4.1-gfbf-2023b/mime/0.12": { - "License": "GPL", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/mime/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/miniUI/0.1.1.1": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/miniUI/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/openssl/2.2.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/openssl/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/parallel": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.4.1-gfbf-2023b/pillar/1.9.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/pillar/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/pkgbuild/1.4.4": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/pkgbuild/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/pkgconfig/2.0.3": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/pkgconfig/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/pkgdown/2.0.9": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/pkgdown/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/pkgload/1.3.4": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/pkgload/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/praise/1.0.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/praise/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/prettyunits/1.2.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/prettyunits/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/processx/3.8.4": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/processx/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/profvis/0.3.8": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/profvis/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/promises/1.3.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/promises/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/ps/1.7.6": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/ps/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/purrr/1.0.2": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/purrr/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/R6/2.5.1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/R6/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/ragg/1.3.2": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/ragg/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/rappdirs/0.3.3": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/rappdirs/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/rcmdcheck/1.4.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/rcmdcheck/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/Rcpp/1.0.12": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/Rcpp/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/rematch2/2.1.2": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/rematch2/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/remotes/2.5.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/remotes/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/rlang/1.1.4": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/rlang/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/rmarkdown/2.27": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/rmarkdown/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/roxygen2/7.3.1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/roxygen2/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/rprojroot/2.0.4": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/rprojroot/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/rstudioapi/0.16.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/rstudioapi/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/rversions/2.1.2": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/rversions/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/sass/0.4.9": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/sass/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/sessioninfo/1.2.2": { - "License": "GPL-2", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/sessioninfo/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/shiny/1.8.1.1": { - "License": "GPL-3 | file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/shiny/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/sourcetools/0.1.7-1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/sourcetools/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/splines": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.4.1-gfbf-2023b/stats": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.4.1-gfbf-2023b/stats4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.4.1-gfbf-2023b/stringi/1.8.4": { - "License": "file LICENSE", - "Permission to redistribute": false, - "Retrieved from": "https://cran.r-project.org/web/packages/stringi/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/stringr/1.5.1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/stringr/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/sys/3.4.2": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/sys/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/systemfonts/1.1.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/systemfonts/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/tcltk": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.4.1-gfbf-2023b/testthat/3.2.1.1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/testthat/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/textshaping/0.4.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/textshaping/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/tibble/3.2.1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/tibble/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/tinytex/0.51": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/tinytex/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/tools": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.4.1-gfbf-2023b/urlchecker/1.0.1": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/urlchecker/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/usethis/2.2.3": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/usethis/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/utf8/1.2.4": { - "License": "Apache License (== 2.0) | file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/utf8/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/utils": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R/4.4.1-gfbf-2023b/vctrs/0.6.5": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/vctrs/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/waldo/0.5.2": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/waldo/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/whisker/0.4.1": { - "License": "GPL-3", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/whisker/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/withr/3.0.0": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/withr/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/xfun/0.45": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/xfun/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/xml2/1.3.6": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/xml2/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/xopen/1.0.1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/xopen/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/xtable/1.8-4": { - "License": "GPL (>= 2)", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/xtable/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/yaml/2.3.8": { - "License": "BSD_3_clause + file LICENSE", - "Permission to redistribute": false, - "Retrieved from": "https://cran.r-project.org/web/packages/yaml/DESCRIPTION" - }, - "R/4.4.1-gfbf-2023b/zip/2.3.1": { - "License": "MIT + file LICENSE", - "Permission to redistribute": true, - "Retrieved from": "https://cran.r-project.org/web/packages/zip/DESCRIPTION" - }, - "meson-python/0.15.0-GCCcore-13.2.0/meson-python/0.15.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "meson-python/0.15.0-GCCcore-13.2.0/pyproject-metadata/0.7.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "meson-python/0.13.2-GCCcore-12.3.0/meson-python/0.13.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "meson-python/0.13.2-GCCcore-12.3.0/pyproject-metadata/0.7.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "meson-python/0.15.0-GCCcore-12.3.0/meson-python/0.15.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "meson-python/0.15.0-GCCcore-12.3.0/pyproject-metadata/0.7.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "meson-python/0.11.0-GCCcore-12.2.0/meson-python/0.11.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "meson-python/0.11.0-GCCcore-12.2.0/pyproject-metadata/0.6.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Pint/0.24-GCCcore-13.2.0/appdirs/1.4.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Pint/0.24-GCCcore-13.2.0/flexcache/0.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Pint/0.24-GCCcore-13.2.0/flexparser/0.3.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Pint/0.24-GCCcore-13.2.0/Pint/0.24": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "BeautifulSoup/4.12.2-GCCcore-12.3.0/BeautifulSoup/4.12.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "BeautifulSoup/4.12.2-GCCcore-12.3.0/soupsieve/2.4.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "IPython/8.14.0-GCCcore-12.3.0/asttokens/2.2.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "IPython/8.14.0-GCCcore-12.3.0/backcall/0.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "IPython/8.14.0-GCCcore-12.3.0/executing/1.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "IPython/8.14.0-GCCcore-12.3.0/ipython/8.14.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "IPython/8.14.0-GCCcore-12.3.0/jedi/0.19.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "IPython/8.14.0-GCCcore-12.3.0/matplotlib-inline/0.1.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "IPython/8.14.0-GCCcore-12.3.0/parso/0.8.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "IPython/8.14.0-GCCcore-12.3.0/pickleshare/0.7.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "IPython/8.14.0-GCCcore-12.3.0/prompt_toolkit/3.0.39": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "IPython/8.14.0-GCCcore-12.3.0/pure_eval/0.2.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "IPython/8.14.0-GCCcore-12.3.0/stack_data/0.6.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "IPython/8.14.0-GCCcore-12.3.0/traitlets/5.9.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "IPython/8.17.2-GCCcore-13.2.0/asttokens/2.4.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "IPython/8.17.2-GCCcore-13.2.0/backcall/0.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "IPython/8.17.2-GCCcore-13.2.0/executing/2.0.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "IPython/8.17.2-GCCcore-13.2.0/ipython/8.17.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "IPython/8.17.2-GCCcore-13.2.0/matplotlib-inline/0.1.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "IPython/8.17.2-GCCcore-13.2.0/pickleshare/0.7.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "IPython/8.17.2-GCCcore-13.2.0/prompt_toolkit/3.0.41": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "IPython/8.17.2-GCCcore-13.2.0/pure_eval/0.2.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "IPython/8.17.2-GCCcore-13.2.0/stack_data/0.6.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "IPython/8.17.2-GCCcore-13.2.0/traitlets/5.13.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "ReFrame/4.3.3/pip/21.3.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "ReFrame/4.3.3/reframe/4.3.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "ReFrame/4.3.3/wheel/0.37.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "ReFrame/4.6.2/pip/24.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "ReFrame/4.6.2/reframe/4.6.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "ReFrame/4.6.2/setuptools/68.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "ReFrame/4.6.2/wheel/0.42.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "matplotlib/3.8.2-gfbf-2023b/contourpy/1.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "matplotlib/3.8.2-gfbf-2023b/Cycler/0.12.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "matplotlib/3.8.2-gfbf-2023b/fonttools/4.47.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "matplotlib/3.8.2-gfbf-2023b/kiwisolver/1.4.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "matplotlib/3.8.2-gfbf-2023b/matplotlib/3.8.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "matplotlib/3.7.2-gfbf-2023a/contourpy/1.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "matplotlib/3.7.2-gfbf-2023a/Cycler/0.11.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "matplotlib/3.7.2-gfbf-2023a/fonttools/4.42.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "matplotlib/3.7.2-gfbf-2023a/kiwisolver/1.4.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "matplotlib/3.7.2-gfbf-2023a/matplotlib/3.7.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "matplotlib/3.7.0-gfbf-2022b/contourpy/1.0.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "matplotlib/3.7.0-gfbf-2022b/Cycler/0.11.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "matplotlib/3.7.0-gfbf-2022b/fonttools/4.38.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "matplotlib/3.7.0-gfbf-2022b/kiwisolver/1.4.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "matplotlib/3.7.0-gfbf-2022b/matplotlib/3.7.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Z3/4.12.2-GCCcore-12.3.0-Python-3.11.3/z3-solver/4.12.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Z3/4.12.2-GCCcore-12.3.0/z3-solver/4.12.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "scikit-learn/1.3.1-gfbf-2023a/scikit-learn/1.3.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "scikit-learn/1.3.1-gfbf-2023a/sklearn/0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "scikit-learn/1.4.0-gfbf-2023b/scikit-learn/1.4.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "scikit-learn/1.4.0-gfbf-2023b/sklearn/0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "GitPython/3.1.40-GCCcore-12.3.0/gitdb/4.0.11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "GitPython/3.1.40-GCCcore-12.3.0/GitPython/3.1.40": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "GitPython/3.1.40-GCCcore-12.3.0/smmap/5.0.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "wrapt/1.15.0-gfbf-2023a/wrapt/1.15.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "snakemake/8.4.2-foss-2023a/argparse-dataclass/2.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "snakemake/8.4.2-foss-2023a/conda-inject/1.3.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "snakemake/8.4.2-foss-2023a/ConfigArgParse/1.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "snakemake/8.4.2-foss-2023a/connection-pool/0.0.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "snakemake/8.4.2-foss-2023a/datrie/0.8.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "snakemake/8.4.2-foss-2023a/dpath/2.1.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "snakemake/8.4.2-foss-2023a/fastjsonschema/2.19.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "snakemake/8.4.2-foss-2023a/humanfriendly/10.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "snakemake/8.4.2-foss-2023a/immutables/0.20": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "snakemake/8.4.2-foss-2023a/jupyter-core/5.7.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "snakemake/8.4.2-foss-2023a/nbformat/5.9.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "snakemake/8.4.2-foss-2023a/plac/1.4.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "snakemake/8.4.2-foss-2023a/reretry/0.11.8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "snakemake/8.4.2-foss-2023a/smart-open/6.4.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "snakemake/8.4.2-foss-2023a/snakemake-executor-plugin-cluster-generic/1.0.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "snakemake/8.4.2-foss-2023a/snakemake-executor-plugin-cluster-sync/0.1.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "snakemake/8.4.2-foss-2023a/snakemake-executor-plugin-flux/0.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "snakemake/8.4.2-foss-2023a/snakemake-executor-plugin-slurm-jobstep/0.1.10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "snakemake/8.4.2-foss-2023a/snakemake-executor-plugin-slurm/0.2.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "snakemake/8.4.2-foss-2023a/snakemake-interface-common/1.15.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "snakemake/8.4.2-foss-2023a/snakemake-interface-executor-plugins/8.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "snakemake/8.4.2-foss-2023a/snakemake-interface-storage-plugins/3.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "snakemake/8.4.2-foss-2023a/snakemake/8.4.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "snakemake/8.4.2-foss-2023a/stopit/1.1.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "snakemake/8.4.2-foss-2023a/throttler/1.2.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "snakemake/8.4.2-foss-2023a/toposort/1.10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "snakemake/8.4.2-foss-2023a/yte/1.5.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "PyQt-builder/1.15.4-GCCcore-12.3.0/PyQt-builder/1.15.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "bokeh/3.2.2-foss-2023a/bokeh/3.2.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "bokeh/3.2.2-foss-2023a/contourpy/1.0.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "bokeh/3.2.2-foss-2023a/xyzservices/2023.7.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "bokeh/3.2.1-foss-2022b/bokeh/3.2.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "bokeh/3.2.1-foss-2022b/contourpy/1.0.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "bokeh/3.2.1-foss-2022b/tornado/6.3.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "bokeh/3.2.1-foss-2022b/xyzservices/2023.7.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "dask/2023.9.2-foss-2023a/dask-jobqueue/0.8.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "dask/2023.9.2-foss-2023a/dask-mpi/2022.4.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "dask/2023.9.2-foss-2023a/dask/2023.9.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "dask/2023.9.2-foss-2023a/distributed/2023.9.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "dask/2023.9.2-foss-2023a/docrep/0.3.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "dask/2023.9.2-foss-2023a/HeapDict/1.0.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "dask/2023.9.2-foss-2023a/locket/1.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "dask/2023.9.2-foss-2023a/partd/1.4.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "dask/2023.9.2-foss-2023a/tblib/2.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "dask/2023.9.2-foss-2023a/toolz/0.12.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "dask/2023.9.2-foss-2023a/zict/3.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "dask/2023.7.1-foss-2022b/dask-jobqueue/0.8.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "dask/2023.7.1-foss-2022b/dask-mpi/2022.4.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "dask/2023.7.1-foss-2022b/dask/2023.7.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "dask/2023.7.1-foss-2022b/distributed/2023.7.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "dask/2023.7.1-foss-2022b/docrep/0.3.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "dask/2023.7.1-foss-2022b/HeapDict/1.0.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "dask/2023.7.1-foss-2022b/locket/1.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "dask/2023.7.1-foss-2022b/partd/1.4.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "dask/2023.7.1-foss-2022b/tblib/2.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "dask/2023.7.1-foss-2022b/toolz/0.12.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "dask/2023.7.1-foss-2022b/versioneer/0.29": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "dask/2023.7.1-foss-2022b/zict/3.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "jupyter-server/2.7.2-GCCcore-12.3.0/anyio/3.7.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "jupyter-server/2.7.2-GCCcore-12.3.0/argon2-cffi-bindings/21.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "jupyter-server/2.7.2-GCCcore-12.3.0/argon2_cffi/23.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "jupyter-server/2.7.2-GCCcore-12.3.0/arrow/1.2.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "jupyter-server/2.7.2-GCCcore-12.3.0/bleach/6.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "jupyter-server/2.7.2-GCCcore-12.3.0/comm/0.1.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "jupyter-server/2.7.2-GCCcore-12.3.0/debugpy/1.6.7.post1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "jupyter-server/2.7.2-GCCcore-12.3.0/defusedxml/0.7.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "jupyter-server/2.7.2-GCCcore-12.3.0/deprecation/2.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "jupyter-server/2.7.2-GCCcore-12.3.0/fastjsonschema/2.18.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "jupyter-server/2.7.2-GCCcore-12.3.0/hatch_jupyter_builder/0.8.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "jupyter-server/2.7.2-GCCcore-12.3.0/hatch_nodejs_version/0.3.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "jupyter-server/2.7.2-GCCcore-12.3.0/ipykernel/6.25.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "jupyter-server/2.7.2-GCCcore-12.3.0/ipython_genutils/0.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "jupyter-server/2.7.2-GCCcore-12.3.0/ipywidgets/8.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "jupyter-server/2.7.2-GCCcore-12.3.0/jsonschema/4.18.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "jupyter-server/2.7.2-GCCcore-12.3.0/jsonschema_specifications/2023.7.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "jupyter-server/2.7.2-GCCcore-12.3.0/jupyter_client/8.3.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "jupyter-server/2.7.2-GCCcore-12.3.0/jupyter_core/5.3.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "jupyter-server/2.7.2-GCCcore-12.3.0/jupyter_events/0.7.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "jupyter-server/2.7.2-GCCcore-12.3.0/jupyter_packaging/0.12.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "jupyter-server/2.7.2-GCCcore-12.3.0/jupyter_server/2.7.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "jupyter-server/2.7.2-GCCcore-12.3.0/jupyter_server_terminals/0.4.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "jupyter-server/2.7.2-GCCcore-12.3.0/jupyterlab_pygments/0.2.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "jupyter-server/2.7.2-GCCcore-12.3.0/jupyterlab_widgets/3.0.8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "jupyter-server/2.7.2-GCCcore-12.3.0/mistune/3.0.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "jupyter-server/2.7.2-GCCcore-12.3.0/nbclient/0.8.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "jupyter-server/2.7.2-GCCcore-12.3.0/nbconvert/7.7.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "jupyter-server/2.7.2-GCCcore-12.3.0/nbformat/5.9.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "jupyter-server/2.7.2-GCCcore-12.3.0/nest_asyncio/1.5.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "jupyter-server/2.7.2-GCCcore-12.3.0/notebook_shim/0.2.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "jupyter-server/2.7.2-GCCcore-12.3.0/overrides/7.4.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "jupyter-server/2.7.2-GCCcore-12.3.0/pandocfilters/1.5.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "jupyter-server/2.7.2-GCCcore-12.3.0/prometheus_client/0.17.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "jupyter-server/2.7.2-GCCcore-12.3.0/python-json-logger/2.0.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "jupyter-server/2.7.2-GCCcore-12.3.0/referencing/0.30.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "jupyter-server/2.7.2-GCCcore-12.3.0/rfc3339_validator/0.1.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "jupyter-server/2.7.2-GCCcore-12.3.0/rfc3986_validator/0.1.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "jupyter-server/2.7.2-GCCcore-12.3.0/rpds_py/0.9.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "jupyter-server/2.7.2-GCCcore-12.3.0/Send2Trash/1.8.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "jupyter-server/2.7.2-GCCcore-12.3.0/sniffio/1.3.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "jupyter-server/2.7.2-GCCcore-12.3.0/terminado/0.17.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "jupyter-server/2.7.2-GCCcore-12.3.0/tinycss2/1.2.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "jupyter-server/2.7.2-GCCcore-12.3.0/websocket-client/1.6.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "jupyter-server/2.7.2-GCCcore-12.3.0/widgetsnbextension/4.0.8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "JupyterLab/4.0.5-GCCcore-12.3.0/async-lru/2.0.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "JupyterLab/4.0.5-GCCcore-12.3.0/json5/0.9.14": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "JupyterLab/4.0.5-GCCcore-12.3.0/jupyter-lsp/2.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "JupyterLab/4.0.5-GCCcore-12.3.0/jupyterlab/4.0.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "JupyterLab/4.0.5-GCCcore-12.3.0/jupyterlab_server/2.24.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "python-casacore/3.5.2-foss-2023b/python-casacore/3.5.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "python-casacore/3.5.2-foss-2023b/setuptools/69.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "PyOpenGL/3.1.7-GCCcore-12.3.0/PyOpenGL-accelerate/3.1.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "PyOpenGL/3.1.7-GCCcore-12.3.0/PyOpenGL/3.1.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "ipympl/0.9.3-gfbf-2023a/ipympl/0.9.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/abc.data/1.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/abc/2.2.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/abe/3.0.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/abind/1.4-5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/acepack/1.4.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/adabag/5.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/ade4/1.7-22": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/ADGofTest/0.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/admisc/0.35": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/aggregation/1.0.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/AICcmodavg/2.3-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/akima/0.6-3.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/alabama/2023.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/AlgDesign/1.2.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/alluvial/0.1-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/AMAPVox/2.2.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/animation/2.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/aod/1.3.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/apcluster/1.4.13": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/ape/5.8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/aplot/0.2.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/argparse/2.2.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/aricode/1.0.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/arm/1.14-4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/arrayhelpers/1.1-0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/asnipe/1.1.17": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/assertive.base/0.0-9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/assertive.code/0.0-4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/assertive.data.uk/0.0-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/assertive.data.us/0.0-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/assertive.data/0.0-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/assertive.datetimes/0.0-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/assertive.files/0.0-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/assertive.matrices/0.0-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/assertive.models/0.0-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/assertive.numbers/0.0-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/assertive.properties/0.0-5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/assertive.reflection/0.0-5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/assertive.sets/0.0-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/assertive.strings/0.0-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/assertive.types/0.0-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/assertive/0.3-6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/assertthat/0.2.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/AUC/0.3.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/audio/0.1-11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/aws/2.5-5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/awsMethods/1.1-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/backports/1.5.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/bacr/1.0.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/bartMachine/1.3.4.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/bartMachineJARs/1.2.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/base64/2.0.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/BatchJobs/1.9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/batchmeans/1.0-4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/BayesianTools/0.1.8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/BayesLogit/2.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/bayesm/3.1-6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/BayesPen/1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/bayesplot/1.11.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/bayestestR/0.14.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/BB/2019.10-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/BBmisc/1.13": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/bbmle/1.0.25.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/BCEE/1.3.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/BDgraph/2.72": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/bdsmatrix/1.3-7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/beanplot/1.3.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/beeswarm/0.4.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/berryFunctions/1.22.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/betareg/3.1-4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/BH/1.84.0-0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/BiasedUrn/2.0.12": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/bibtex/0.5.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/BIEN/1.2.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/bigD/0.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/BIGL/1.9.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/bigmemory.sri/0.1.8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/bigmemory/4.6.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/bindr/0.1.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/bindrcpp/0.2.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/bio3d/2.4-4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/biom/0.3.12": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/biomod2/4.2-5-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/bit/4.0.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/bit64/4.0.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/bitops/1.0-7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/blavaan/0.5-5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/blob/1.2.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/BMA/3.18.17": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/bmp/0.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/bnlearn/4.9.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/bold/1.3.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/boot/1.3-30": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/bootstrap/2019.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/Boruta/8.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/brglm/0.7.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/bridgedist/0.1.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/bridgesampling/1.1-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/brms/2.21.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/Brobdingnag/1.2-9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/broom.helpers/1.15.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/broom.mixed/0.2.9.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/broom/1.0.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/bst/0.3-24": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/Cairo/1.6-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/calibrate/1.7.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/car/3.1-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/carData/3.0-5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/caret/6.0-94": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/catlearn/1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/caTools/1.18.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/CBPS/0.23": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/celestial/1.4.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/cellranger/1.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/cgdsr/1.3.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/cghFLasso/0.2-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/changepoint/2.2.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/checkmate/2.3.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/chemometrics/1.4.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/chk/0.9.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/chkptstanr/0.1.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/chron/2.3-61": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/circlize/0.4.16": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/circular/0.5-0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/class/7.3-22": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/classInt/0.4-10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/cld2/1.2.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/clisymbols/1.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/clock/0.7.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/clue/0.3-65": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/cluster/2.1.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/clusterGeneration/1.3.8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/clusterRepro/0.9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/clustree/0.5.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/clValid/0.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/cmna/1.0.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/cmprsk/2.2-12": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/cNORM/3.0.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/cobalt/4.5.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/cobs/1.3-8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/coda/0.19-4.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/codetools/0.2-20": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/coin/1.4-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/collapse/2.0.14": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/colorspace/2.1-0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/colourpicker/1.3.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/combinat/0.0-8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/ComICS/1.0.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/ComplexUpset/1.3.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/compositions/2.0-8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/CompQuadForm/1.4.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/conditionz/0.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/conflicted/1.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/conquer/1.3.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/ConsRank/2.1.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/contfrac/1.1-12": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/copCAR/2.0-4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/copula/1.1-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/corpcor/1.6.10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/corrplot/0.92": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/covr/3.6.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/CovSel/1.2.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/covsim/1.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/cowplot/1.1.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/coxed/0.3.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/coxme/2.2-20": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/crfsuite/0.4.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/crosstalk/1.2.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/crul/1.4.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/cSEM/0.5.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/csSAM/1.2.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/ctmle/0.1.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/cubature/2.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/cubelyr/1.0.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/cvAUC/1.1.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/CVST/0.2-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/CVXR/1.0-13": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/d3Network/0.5.2.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/dagitty/0.3-4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/data.table/1.15.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/data.tree/1.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/DataCombine/0.2.21": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/datawizard/0.12.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/date/1.2-42": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/dbarts/0.9-28": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/DBI/1.2.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/dbplyr/2.5.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/dbscan/1.1-12": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/dcurver/0.9.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/ddalpha/1.3.15": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/deal/1.2-42": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/debugme/1.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/deldir/2.0-4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/dendextend/1.17.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/DEoptim/2.2-8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/DEoptimR/1.1-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/DepthProc/2.1.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/Deriv/4.1.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/DescTools/0.99.54": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/deSolve/1.40": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/dfidx/0.0-5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/DHARMa/0.4.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/dHSIC/2.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/diagram/1.6.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/DiagrammeR/1.0.11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/DiceKriging/1.6.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/dichromat/2.0-0.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/dimRed/0.2.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/diptest/0.77-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/DiscriMiner/0.1-29": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/dismo/1.3-14": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/distillery/1.2-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/distr/2.9.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/distrEx/2.9.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/distributional/0.4.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/DistributionUtils/0.6-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/diveRsity/1.9.90": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/dlm/1.1-6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/DMCfun/3.5.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/doc2vec/0.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/docstring/1.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/doMC/1.3.8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/doParallel/1.0.17": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/doRNG/1.8.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/doSNOW/1.0.20": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/dotCall64/1.1-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/downloader/0.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/dplyr/1.1.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/dr/3.0.10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/dreamerr/1.4.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/drgee/1.1.10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/DRR/0.0.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/drugCombo/1.2.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/DT/0.33": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/dtangle/2.0.9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/dtplyr/1.3.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/DTRreg/2.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/dtw/1.23-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/dummies/1.5.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/dygraphs/1.1.1.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/dynamicTreeCut/1.63-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/e1071/1.7-14": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/earth/5.3.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/EasyABC/1.5.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/ECOSolveR/0.5.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/ellipse/0.5.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/elliptic/1.4-0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/emdbook/1.3.13": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/emmeans/1.10.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/emoa/0.5-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/emulator/1.2-24": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/energy/1.7-11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/ENMeval/2.0.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/entropy/1.3.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/EnvStats/2.8.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/epitools/0.5-10.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/ergm.count/4.1.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/ergm.multi/0.2.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/ergm/4.6.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/estimability/1.5.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/EValue/4.1.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/evd/2.3-7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/Exact/3.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/expm/0.999-9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/ExPosition/2.8.23": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/expsmooth/2.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/extrafont/0.19": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/extrafontdb/1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/extRemes/2.1-4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/FactoMineR/2.11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/FactorCopula/0.9.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/fail/1.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/farver/2.1.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/fastcluster/1.2.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/fastDummies/1.7.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/fasterize/1.0.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/fastICA/1.2-4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/fastmatch/1.1-4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/fdrtool/1.2.17": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/feather/0.3.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/ff/4.0.12": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/fftw/1.0-8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/fftwtools/0.9-11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/fields/15.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/filehash/2.4-5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/finalfit/1.0.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/findpython/1.0.8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/fishMod/0.29": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/fitdistrplus/1.1-11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/fixest/0.12.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/FKSUM/1.0.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/flashClust/1.01-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/flexclust/1.4-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/flexmix/2.3-19": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/flextable/0.9.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/fma/2.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/FME/1.3.6.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/fmri/1.9.12": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/FNN/1.1.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/fontBitstreamVera/0.1.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/fontLiberation/0.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/fontquiver/0.2.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/forcats/1.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/foreach/1.5.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/forecast/8.23.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/foreign/0.8-86": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/formatR/1.14": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/formula.tools/1.7.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/Formula/1.2-5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/fossil/0.4.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/fpc/2.2-12": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/fpp/0.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/fracdiff/1.5-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/furrr/0.3.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/futile.logger/1.4.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/futile.options/1.0.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/future.apply/1.11.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/future/1.33.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/gam/1.22-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/gamlss.data/6.0-6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/gamlss.dist/6.1-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/gamlss.tr/5.1-9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/gamlss/5.4-22": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/gamm4/0.2-6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/gap.datasets/0.0.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/gap/1.5-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/gapfill/0.9.6-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/gargle/1.5.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/gaussquad/1.0-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/gbm/2.1.9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/gbRd/0.4.12": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/gclus/1.3.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/gdalUtils/2.0.3.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/gdata/3.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/gdistance/1.6.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/gdtools/0.3.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/gee/4.13-27": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/geeM/0.10.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/geepack/1.3.11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/geex/1.1.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/geiger/2.0.11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/GeneNet/1.2.16": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/generics/0.1.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/genoPlotR/0.8.11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/GenSA/1.1.14": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/geojsonsf/2.0.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/geometries/0.2.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/geometry/0.4.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/getopt/1.20.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/GetoptLong/1.0.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/gfonts/0.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/GGally/2.2.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/ggbeeswarm/0.7.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/ggdag/0.2.12": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/ggdist/3.3.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/ggExtra/0.10.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/ggfan/0.1.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/ggforce/0.4.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/ggformula/0.12.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/ggfun/0.1.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/ggh4x/0.2.8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/ggnetwork/0.5.13": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/ggplot2/3.5.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/ggplotify/0.1.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/ggpubr/0.6.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/ggraph/2.2.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/ggrepel/0.9.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/ggridges/0.5.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/ggsci/3.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/ggsignif/0.6.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/ggstance/0.3.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/ggstats/0.6.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/ggvenn/0.1.10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/ggvis/0.4.9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/GillespieSSA/0.6.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/git2r/0.33.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/GJRM/0.2-6.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/glasso/1.11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/gld/2.6.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/gllvm/1.4.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/glmmML/1.1.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/glmmTMB/1.1.9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/glmnet/4.1-8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/GlobalOptions/0.1.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/globals/0.16.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/gmm/1.8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/gmodels/2.19.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/gmp/0.7-4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/gnumeric/0.7-10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/goftest/1.2-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/gomms/1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/googledrive/2.1.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/googlesheets4/1.1.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/gower/1.0.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/GPArotation/2024.3-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/gplots/3.1.3.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/graphlayouts/1.1.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/grf/2.3.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/gridBase/0.4-7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/gridExtra/2.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/gridGraphics/0.5-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/grImport2/0.3-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/grpreg/3.4.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/GSA/1.03.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/gsalib/2.2.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/gsl/2.1-8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/gsw/1.1-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/gt/0.10.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/gtable/0.3.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/gtools/3.9.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/gtsummary/1.7.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/GUTS/1.2.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/gWidgets2/1.0-9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/gWidgets2tcltk/1.0-8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/GxEScanR/2.0.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/h2o/3.44.0.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/hal9001/0.4.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/haldensify/0.2.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/hardhat/1.4.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/harmony/1.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/hash/2.2.6.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/haven/2.5.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/hdf5r/1.3.10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/hdm/0.3.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/heatmap3/1.1.9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/here/1.0.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/hexbin/1.28.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/HGNChelper/0.8.14": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/HiddenMarkov/1.8-13": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/Hmisc/5.1-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/hms/1.1.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/Hmsc/3.0-13": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/htmlTable/2.4.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/httpcode/0.3.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/huge/1.3.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/hunspell/3.0.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/hwriter/1.3.2.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/HWxtest/1.1.9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/hypergeo/1.2-13": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/ica/1.0-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/IDPmisc/1.1.21": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/idr/1.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/ids/1.0.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/ie2misc/0.9.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/igraph/2.0.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/image.binarization/0.1.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/imager/1.0.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/imagerExtra/1.3.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/ineq/0.2-13": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/influenceR/0.1.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/infotheo/1.2.0.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/inline/0.3.19": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/insight/0.20.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/intergraph/2.0-4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/interp/1.1-6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/interpretR/0.2.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/intrinsicDimension/1.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/inum/1.0-5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/ipred/0.9-14": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/irace/3.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/irlba/2.3.5.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/ismev/1.42": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/Iso/0.0-21": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/isoband/0.2.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/ISOcodes/2024.02.12": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/ISOweek/0.6-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/iterators/1.0.14": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/itertools/0.1-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/JADE/2.0-4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/janeaustenr/1.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/JBTools/0.7.2.9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/jiebaR/0.11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/jiebaRD/0.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/jomo/2.7-6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/jpeg/0.1-10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/jsonify/1.2.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/jstable/1.2.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/juicyjuice/0.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/kde1d/1.0.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/kedd/1.0.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/kernlab/0.9-32": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/KernSmooth/2.23-24": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/kinship2/1.9.6.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/klaR/1.7-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/KODAMA/2.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/kohonen/3.0.12": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/ks/1.14.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/labdsv/2.1-0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/labeling/0.4.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/labelled/2.13.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/laeken/0.5.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/lambda.r/1.2.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/LaplacesDemon/16.1.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/lars/1.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/lassosum/0.4.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/lattice/0.22-6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/latticeExtra/0.6-30": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/lava/1.8.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/lavaan/0.6-18": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/lazy/1.2-18": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/lazyeval/0.2.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/LCFdata/2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/lda/1.5.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/ldbounds/2.0.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/leafem/0.2.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/leaflet.providers/2.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/leaflet/2.2.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/leafsync/0.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/leaps/3.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/LearnBayes/2.15.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/leiden/0.4.3.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/lhs/1.1.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/libcoin/1.0-10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/limSolve/1.5.7.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/linkcomm/1.0-14": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/linprog/0.9-4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/liquidSVM/1.2.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/listenv/0.9.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/lme4/1.1-35.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/LMERConvenienceFunctions/3.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/lmerTest/3.1-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/lmom/3.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/Lmoments/1.3-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/lmtest/0.9-40": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/lobstr/1.1.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/locfdr/1.1-8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/locfit/1.5-9.10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/logcondens/2.1.8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/logger/0.3.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/logistf/1.26.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/logspline/2.1.22": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/longitudinal/1.1.13": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/longmemo/1.1-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/loo/2.7.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/lpSolve/5.6.20": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/lpSolveAPI/5.5.2.0-17.11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/lqa/1.0-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/lsei/1.3-0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/lslx/0.6.11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/lubridate/1.9.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/lwgeom/0.2-14": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/magic/1.6-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/magick/2.8.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/MALDIquant/1.22.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/manipulateWidget/0.11.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/mapproj/1.2.11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/maps/3.4.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/maptools/1.1-8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/markdown/1.13": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/MASS/7.3-61": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/Matching/4.10-14": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/MatchIt/4.5.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/mathjaxr/1.6-0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/matlab/1.0.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/Matrix/1.7-0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/matrixcalc/1.0-6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/MatrixModels/0.5-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/matrixStats/1.3.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/maxLik/1.5-2.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/maxlike/0.1-11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/maxnet/0.1.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/mboost/2.9-10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/mclogit/0.9.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/mclust/6.1.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/mcmc/0.9-8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/MCMCpack/1.7-0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/mcmcse/1.5-0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/mda/0.5-4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/medflex/0.6-10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/mediation/4.5.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/memisc/0.99.31.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/memuse/4.2-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/MESS/0.5.12": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/metadat/1.2-0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/metafor/4.6-0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/MetaUtility/2.1.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/mets/1.3.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/mgcv/1.9-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/mgsub/1.7.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/mhsmm/0.4.21": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/mi/1.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/mice/3.16.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/miceadds/3.17-44": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/microbenchmark/1.4.10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/MIIVsem/0.5.8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/minerva/1.5.10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/minpack.lm/1.2-4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/minqa/1.2.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/minty/0.0.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/mirt/1.41": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/misc3d/0.9-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/miscTools/0.6-28": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/missForest/1.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/missMDA/1.19": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/mitml/0.4-5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/mitools/2.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/mixtools/2.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/mlbench/2.1-5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/mlegp/3.1.9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/MLmetrics/1.1.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/mlogit/1.1-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/mlr/2.19.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/mlrMBO/1.1.5.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/mltools/0.3.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/mnormt/2.1.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/ModelMetrics/1.2.2.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/modelr/0.1.11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/modeltools/0.2-23": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/momentfit/0.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/moments/0.14.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/MonteCarlo/1.0.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/mosaicCore/0.9.4.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/mpath/0.4-2.25": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/mRMRe/2.1.2.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/msm/1.7.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/mstate/0.3.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/multcomp/1.4-25": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/multcompView/0.1-10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/multicool/1.0.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/multipol/1.0-9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/multitaper/1.0-17": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/munsell/0.5.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/mvabund/4.2.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/mvnfast/0.2.8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/mvtnorm/1.2-5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/nabor/0.5.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/naniar/1.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/natserv/1.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/naturalsort/0.1.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/ncbit/2013.03.29.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/ncdf4/1.22": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/NCmisc/1.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/network/1.18.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/networkDynamic/0.11.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/networkLite/1.0.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/neuralnet/1.44.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/neuRosim/0.2-14": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/ngspatial/1.2-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/NISTunits/1.0.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/nleqslv/3.3.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/nlme/3.1-165": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/nloptr/2.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/NLP/0.2-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/nlsem/0.8-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/nnet/7.3-19": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/nnls/1.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/nonnest2/0.5-7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/nor1mix/1.3-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/norm/1.0-11.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/nortest/1.0-4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/np/0.60-17": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/npsurv/0.5-0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/numDeriv/2016.8-1.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/oai/0.4.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/oce/1.8-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/OceanView/1.0.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/oddsratio/2.0.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/officer/0.6.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/openair/2.18-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/OpenMx/2.21.11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/openxlsx/4.2.5.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/operator.tools/1.6.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/optextras/2019-12.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/optimParallel/1.0-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/optimr/2019-12.16": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/optimx/2023-10.21": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/optmatch/0.10.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/optparse/1.7.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/ordinal/2023.12-4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/origami/1.0.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/oro.nifti/0.11.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/orthopolynom/1.0-6.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/osqp/0.6.3.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/outliers/0.15": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/packrat/0.9.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/pacman/0.5.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/pammtools/0.5.93": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/pamr/1.56.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/pan/1.9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/parallelDist/0.2.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/parallelly/1.37.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/parallelMap/1.5.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/ParamHelpers/1.14.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/parsedate/1.3.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/party/1.3-15": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/partykit/1.2-20": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/pastecs/1.4.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/patchwork/1.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/pbapply/1.7-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/pbivnorm/0.6.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/pbkrtest/0.5.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/PCAmatchR/0.3.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/pcaPP/2.0-4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/pdp/0.8.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/PearsonDS/1.3.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/pec/2023.04.12": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/penalized/0.9-52": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/penfa/0.1.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/peperr/1.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/performance/0.12.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/PermAlgo/1.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/permute/0.9-7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/phangorn/2.11.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/pheatmap/1.0.12": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/phylobase/0.8.12": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/phytools/2.3-0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/pim/2.0.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/pinfsc50/1.3.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/pixmap/0.4-13": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/pkgmaker/0.32.10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/PKI/0.1-14": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/plogr/0.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/plot3D/1.4.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/plot3Drgl/1.0.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/plotly/4.10.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/plotmo/3.6.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/plotrix/3.8-4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/pls/2.8-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/plyr/1.8.9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/PMA/1.2-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/png/0.1-8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/PoissonSeq/1.1.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/poLCA/1.6.0.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/polspline/1.1.25": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/Polychrome/1.5.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/polyclip/1.10-6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/polycor/0.8-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/polynom/1.4-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/posterior/1.5.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/ppcor/1.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/prabclus/2.3-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/pracma/2.4.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/PresenceAbsence/1.1.11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/preseqR/4.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/prettyGraphs/2.1.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/princurve/2.1.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/pROC/1.18.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/prodlim/2023.08.28": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/profileModel/0.6.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/proftools/0.99-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/progress/1.2.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/progressr/0.14.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/projpred/2.8.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/proto/1.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/proxy/0.4-27": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/proxyC/0.4.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/pryr/0.1.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/pscl/1.5.9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/pspline/1.0-20": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/psych/2.4.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/Publish/2023.01.17": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/pulsar/0.3.11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/pvclust/2.2-0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/qgam/1.3.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/qgraph/1.9.8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/qqman/0.1.9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/qrnn/2.1.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/quadprog/1.5-8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/quanteda/4.0.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/quantmod/0.4.26": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/quantreg/5.98": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/questionr/0.7.8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/QuickJSR/1.2.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/R.cache/0.16.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/R.matlab/3.7.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/R.methodsS3/1.8.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/R.oo/1.26.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/R.rsp/0.46.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/R.utils/2.12.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/R2WinBUGS/2.1-22.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/random/0.2.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/randomForest/4.7-1.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/randomForestSRC/3.2.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/randtoolbox/2.0.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/rangeModelMetadata/0.1.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/ranger/0.16.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/RANN/2.6.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/rapidjsonr/1.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/rARPACK/0.11-0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/raster/3.6-26": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/rasterVis/0.51.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/ratelimitr/0.4.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/RBesT/1.7-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/rbibutils/2.2.16": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/rbison/1.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/Rborist/0.3-7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/RCAL/2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/Rcgmin/2022-4.30": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/RCircos/1.2.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/RColorBrewer/1.1-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/RcppArmadillo/0.12.8.4.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/RcppEigen/0.3.4.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/RcppGSL/0.3.13": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/RcppParallel/5.1.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/RcppProgress/0.4.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/RcppRoll/0.3.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/RcppThread/2.1.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/RcppTOML/0.2.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/RCurl/1.98-1.14": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/rda/1.2-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/Rdpack/2.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/rdrop2/0.8.2.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/reactable/0.4.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/reactR/0.5.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/readbitmap/0.1.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/reader/1.0.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/readODS/2.3.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/readr/2.1.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/readxl/1.4.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/rebird/1.3.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/recipes/1.0.10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/RefFreeEWAS/2.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/registry/0.5-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/regsem/1.9.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/relsurv/2.2-9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/rematch/2.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/rentrez/1.2.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/renv/1.0.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/reprex/2.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/resample/0.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/reshape/0.8.9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/reshape2/1.4.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/reticulate/1.38.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/rex/1.2.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/rgbif/3.8.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/RGCCA/3.0.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/rgdal/1.6-7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/rgeos/0.6-4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/rgexf/0.16.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/rgl/1.3.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/Rglpk/0.6-5.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/rhandsontable/0.3.8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/RhpcBLASctl/0.23-42": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/ridge/3.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/ridigbio/0.3.8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/RInside/0.2.18": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/rio/1.1.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/riskRegression/2023.12.21": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/ritis/1.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/RItools/0.3-4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/rJava/1.0-11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/rjson/0.2.21": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/RJSONIO/1.3-1.9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/rle/0.9.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/rlecuyer/0.3-8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/rlemon/0.2.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/rlist/0.4.6.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/rmeta/3.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/Rmpfr/0.9-5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/rms/6.8-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/RMTstat/0.3.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/rncl/0.8.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/rnetcarto/0.2.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/RNeXML/2.4.11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/rngtools/1.5.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/rngWELL/0.10-9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/RNifti/1.7.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/robustbase/0.99-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/ROCR/1.0-11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/ROI.plugin.glpk/1.0-0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/ROI/1.0-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/Rook/1.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/rootSolve/1.8.2.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/roptim/0.1.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/rotl/3.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/rpact/4.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/rpart/4.1.23": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/rpf/1.0.14": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/RPMM/1.25": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/RPostgreSQL/0.7-6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/rrcov/1.7-5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/rredlist/0.7.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/rsample/1.2.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/rsconnect/1.3.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/Rserve/1.8-13": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/RSNNS/0.4-17": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/Rsolnp/1.16": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/RSpectra/0.16-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/RSQLite/2.3.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/Rssa/1.0.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/rstan/2.32.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/rstantools/2.4.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/rstatix/0.7.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/rtdists/0.11-5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/Rtsne/0.17": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/Rttf2pt1/1.3.12": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/RUnit/0.4.33": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/ruv/0.9.7.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/rvertnet/0.8.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/rvest/1.0.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/rvinecopulib/0.6.3.1.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/Rvmmin/2018-4.17.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/RWeka/0.4-46": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/RWekajars/3.9.3-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/s2/1.1.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/sampling/2.10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/sandwich/3.1-0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/SBdecomp/1.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/scales/1.3.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/scam/1.2-17": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/scatterpie/0.2.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/scatterplot3d/0.3-44": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/scs/3.2.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/sctransform/0.4.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/SDMTools/1.1-221.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/seewave/2.2.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/segmented/2.1-0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/selectr/0.4-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/sem/3.1-15": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/semPLS/1.0-10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/semTools/0.5-6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/sendmailR/1.4-0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/sensemakr/0.1.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/sentometrics/1.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/seqinr/4.2-36": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/servr/0.30": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/setRNG/2024.2-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/sf/1.0-16": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/sfheaders/0.4.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/sfsmisc/1.1-18": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/shadowtext/0.1.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/shape/1.4.6.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/shapefiles/0.7.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/shinycssloaders/1.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/shinydashboard/0.7.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/shinyjs/2.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/shinystan/2.6.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/shinythemes/1.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/signal/1.8-0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/SignifReg/4.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/simex/1.8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/SimSeq/1.4.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/SKAT/2.2.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/slam/0.1-50": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/slider/0.3.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/sm/2.2-6.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/smoof/1.6.0.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/smoother/1.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/sn/2.1.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/sna/2.7-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/SNFtool/2.3.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/snow/0.4-4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/SnowballC/0.7.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/snowfall/1.84-6.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/SOAR/0.99-11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/solrium/1.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/som/0.3-5.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/soundecology/1.3.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/sp/2.1-4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/spaa/0.2.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/spam/2.10-0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/spaMM/4.5.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/SparseM/1.83": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/SPAtest/3.1.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/spatial/7.3-17": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/spatstat.core/2.4-4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/spatstat.data/3.1-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/spatstat.explore/3.2-7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/spatstat.geom/3.2-9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/spatstat.linnet/3.1-5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/spatstat.model/3.2-11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/spatstat.random/3.2-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/spatstat.sparse/3.1-0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/spatstat.utils/3.0-5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/spatstat/3.0-8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/spData/2.3.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/spdep/1.3-5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/splitstackshape/1.4.8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/spls/2.2-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/spocc/1.2.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/spThin/0.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/SQUAREM/2021.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/stabledist/0.7-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/stabs/0.6-4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/StanHeaders/2.32.9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/stargazer/5.2.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/stars/0.6-5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/startupmsg/0.9.6.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/StatMatch/1.4.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/statmod/1.5.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/statnet.common/4.9.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/statnet/2019.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/stdReg/3.4.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/stopwords/2.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/stringdist/0.9.12": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/stringmagic/1.1.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/strucchange/1.5-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/styler/1.10.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/subplex/1.8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/SuperLearner/2.0-29": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/SuppDists/1.1-9.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/survey/4.4-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/survival/3.7-0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/survivalROC/1.0.3.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/svd/0.5.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/svglite/2.1.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/svUnit/1.0.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/swagger/5.17.14": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/symmoments/1.2.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/tableone/0.13.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/tabletools/0.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/tau/0.0-25": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/taxize/0.9.100": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/tcltk2/1.2-11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/tclust/2.0-4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/TeachingDemos/2.13": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/tensor/1.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/tensorA/0.36.2.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/tergm/4.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/terra/1.7-78": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/testit/0.13": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/textcat/1.0-8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/textplot/0.2.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/TFisher/0.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/TH.data/1.1-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/threejs/0.3.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/tictoc/1.2.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/tidybayes/3.0.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/tidygraph/1.3.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/tidyr/1.3.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/tidyselect/1.2.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/tidytext/0.4.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/tidytree/0.4.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/tidyverse/2.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/tiff/0.1-12": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/timechange/0.3.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/timeDate/4032.109": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/timereg/2.0.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/tkrplot/0.0-27": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/tm/0.7-13": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/tmap/3.3-4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/tmaptools/3.1-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/TMB/1.9.12": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/tmle/2.0.1.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/tmvnsim/1.0-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/tmvtnorm/1.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/tokenizers/0.3.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/topicmodels/0.2-16": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/TraMineR/2.2-10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/tree/1.0-43": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/triebeard/0.4.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/trimcluster/0.1-5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/tripack/1.3-9.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/TruncatedNormal/2.2.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/truncnorm/1.0-9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/trust/0.1-8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/tseries/0.10-56": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/tseriesChaos/0.1-13.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/tsna/0.3.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/tsne/0.1-3.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/TTR/0.24.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/tuneR/1.4.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/twang/2.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/tweedie/2.3.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/tweenr/2.0.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/tzdb/0.4.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/ucminf/1.2.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/udpipe/0.8.11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/umap/0.2.10.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/unbalanced/2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/unikn/1.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/uniqueAtomMat/0.1-3-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/units/0.8-5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/unmarked/1.4.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/UpSetR/1.4.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/urca/1.3-4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/urltools/1.7.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/uroot/2.1-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/uuid/1.2-0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/V8/4.4.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/varhandle/2.0.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/vcd/1.4-12": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/vcfR/1.15.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/vegan/2.6-6.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/VennDiagram/1.7.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/VGAM/1.1-11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/VIM/6.2.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/VineCopula/2.5.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/vioplot/0.4.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/vipor/0.4.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/viridis/0.6.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/viridisLite/0.4.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/visdat/0.6.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/visNetwork/2.1.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/vroom/1.6.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/VSURF/1.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/warp/0.2.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/waveslim/1.8.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/wdm/0.2.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/webshot/0.5.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/webutils/1.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/weights/1.0.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/WeightSVM/1.7-13": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/wellknown/0.7.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/widgetframe/0.3.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/WikidataQueryServiceR/1.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/WikidataR/2.3.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/WikipediR/1.7.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/wikitaxa/0.4.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/wk/0.9.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/word2vec/0.4.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/wordcloud/2.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/worrms/0.4.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/writexl/1.5.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/WriteXLS/6.6.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/XBRL/0.99.19.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/xgboost/1.7.7.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/xlsx/0.6.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/xlsxjars/0.6.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/XML/3.99-0.16.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/xts/0.14.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/yaImpute/1.0-34": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/yulab.utils/0.1.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/zeallot/0.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2024.06-foss-2023b/zoo/1.8-12": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/abc.data/1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/abc/2.2.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/abe/3.0.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/abind/1.4-5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/acepack/1.4.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/adabag/5.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/ade4/1.7-22": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/ADGofTest/0.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/admisc/0.34": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/aggregation/1.0.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/AICcmodavg/2.3-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/akima/0.6-3.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/alabama/2023.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/AlgDesign/1.2.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/alluvial/0.1-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/AMAPVox/1.0.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/animation/2.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/aod/1.3.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/apcluster/1.4.11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/ape/5.7-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/aplot/0.2.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/argparse/2.2.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/aricode/1.0.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/arm/1.13-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/arrayhelpers/1.1-0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/asnipe/1.1.17": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/assertive.base/0.0-9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/assertive.code/0.0-4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/assertive.data.uk/0.0-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/assertive.data.us/0.0-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/assertive.data/0.0-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/assertive.datetimes/0.0-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/assertive.files/0.0-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/assertive.matrices/0.0-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/assertive.models/0.0-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/assertive.numbers/0.0-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/assertive.properties/0.0-5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/assertive.reflection/0.0-5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/assertive.sets/0.0-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/assertive.strings/0.0-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/assertive.types/0.0-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/assertive/0.3-6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/assertthat/0.2.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/AUC/0.3.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/audio/0.1-11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/aws/2.5-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/awsMethods/1.1-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/backports/1.4.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/bacr/1.0.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/bartMachine/1.3.4.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/bartMachineJARs/1.2.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/base64/2.0.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/BatchJobs/1.9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/batchmeans/1.0-4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/BayesianTools/0.1.8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/BayesLogit/2.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/bayesm/3.1-6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/BayesPen/1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/bayesplot/1.10.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/BB/2019.10-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/BBmisc/1.13": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/bbmle/1.0.25.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/BCEE/1.3.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/BDgraph/2.72": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/bdsmatrix/1.3-6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/beanplot/1.3.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/beeswarm/0.4.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/berryFunctions/1.22.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/betareg/3.1-4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/BH/1.81.0-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/BiasedUrn/2.0.11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/bibtex/0.5.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/BIEN/1.2.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/bigD/0.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/BIGL/1.8.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/bigmemory.sri/0.1.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/bigmemory/4.6.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/bindr/0.1.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/bindrcpp/0.2.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/bio3d/2.4-4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/biom/0.3.12": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/biomod2/4.2-4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/bit/4.0.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/bit64/4.0.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/bitops/1.0-7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/blavaan/0.5-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/blob/1.2.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/BMA/3.18.17": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/bmp/0.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/bnlearn/4.9.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/bold/1.3.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/boot/1.3-28.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/bootstrap/2019.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/Boruta/8.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/brglm/0.7.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/bridgedist/0.1.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/bridgesampling/1.1-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/brms/2.20.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/Brobdingnag/1.2-9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/broom.helpers/1.14.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/broom.mixed/0.2.9.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/broom/1.0.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/bst/0.3-24": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/Cairo/1.6-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/calibrate/1.7.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/car/3.1-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/carData/3.0-5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/caret/6.0-94": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/catlearn/1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/caTools/1.18.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/CBPS/0.23": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/celestial/1.4.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/cellranger/1.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/cgdsr/1.3.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/cghFLasso/0.2-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/changepoint/2.2.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/checkmate/2.3.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/chemometrics/1.4.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/chk/0.9.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/chkptstanr/0.1.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/chron/2.3-61": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/circlize/0.4.15": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/circular/0.5-0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/class/7.3-22": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/classInt/0.4-10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/cld2/1.2.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/clisymbols/1.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/clock/0.7.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/clue/0.3-65": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/cluster/2.1.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/clusterGeneration/1.3.8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/clusterRepro/0.9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/clustree/0.5.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/clValid/0.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/cmna/1.0.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/cmprsk/2.2-11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/cNORM/3.0.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/cobalt/4.5.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/cobs/1.3-5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/coda/0.19-4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/codetools/0.2-19": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/coin/1.4-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/collapse/2.0.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/colorspace/2.1-0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/colourpicker/1.3.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/combinat/0.0-8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/ComICS/1.0.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/ComplexUpset/1.3.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/compositions/2.0-6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/CompQuadForm/1.4.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/conditionz/0.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/conflicted/1.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/conquer/1.3.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/ConsRank/2.1.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/contfrac/1.1-12": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/copCAR/2.0-4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/copula/1.1-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/corpcor/1.6.10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/corrplot/0.92": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/covr/3.6.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/CovSel/1.2.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/covsim/1.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/cowplot/1.1.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/coxed/0.3.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/coxme/2.2-18.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/crfsuite/0.4.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/crosstalk/1.2.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/crul/1.4.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/cSEM/0.5.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/csSAM/1.2.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/ctmle/0.1.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/cubature/2.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/cubelyr/1.0.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/cvAUC/1.1.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/CVST/0.2-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/CVXR/1.0-11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/d3Network/0.5.2.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/dagitty/0.3-4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/data.table/1.14.10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/data.tree/1.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/DataCombine/0.2.21": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/date/1.2-42": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/dbarts/0.9-25": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/DBI/1.1.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/dbplyr/2.4.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/dbscan/1.1-12": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/dcurver/0.9.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/ddalpha/1.3.13": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/deal/1.2-42": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/debugme/1.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/deldir/2.0-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/dendextend/1.17.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/DEoptim/2.2-8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/DEoptimR/1.1-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/DepthProc/2.1.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/Deriv/4.1.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/DescTools/0.99.52": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/deSolve/1.40": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/dfidx/0.0-5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/DHARMa/0.4.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/dHSIC/2.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/diagram/1.6.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/DiagrammeR/1.0.10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/DiceKriging/1.6.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/dichromat/2.0-0.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/dimRed/0.2.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/diptest/0.77-0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/DiscriMiner/0.1-29": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/dismo/1.3-14": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/distillery/1.2-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/distr/2.9.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/distrEx/2.9.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/distributional/0.3.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/DistributionUtils/0.6-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/diveRsity/1.9.90": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/dlm/1.1-6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/DMCfun/2.0.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/doc2vec/0.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/docstring/1.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/doMC/1.3.8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/doParallel/1.0.17": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/doRNG/1.8.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/doSNOW/1.0.20": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/dotCall64/1.1-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/downloader/0.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/dplyr/1.1.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/dr/3.0.10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/dreamerr/1.4.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/drgee/1.1.10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/DRR/0.0.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/drugCombo/1.2.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/DT/0.31": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/dtangle/2.0.9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/dtplyr/1.3.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/DTRreg/2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/dtw/1.23-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/dummies/1.5.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/dygraphs/1.1.1.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/dynamicTreeCut/1.63-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/e1071/1.7-14": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/earth/5.3.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/EasyABC/1.5.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/ECOSolveR/0.5.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/ellipse/0.5.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/elliptic/1.4-0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/emdbook/1.3.13": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/emmeans/1.8.9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/emoa/0.5-0.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/emulator/1.2-21": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/energy/1.7-11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/ENMeval/2.0.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/entropy/1.3.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/EnvStats/2.8.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/epitools/0.5-10.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/ergm.count/4.1.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/ergm.multi/0.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/ergm/4.5.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/estimability/1.4.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/EValue/4.1.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/evd/2.3-6.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/Exact/3.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/expm/0.999-8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/ExPosition/2.8.23": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/expsmooth/2.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/extrafont/0.19": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/extrafontdb/1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/extRemes/2.1-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/FactoMineR/2.9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/FactorCopula/0.9.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/fail/1.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/farver/2.1.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/fastcluster/1.2.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/fastDummies/1.7.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/fasterize/1.0.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/fastICA/1.2-4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/fastmatch/1.1-4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/fdrtool/1.2.17": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/feather/0.3.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/ff/4.0.9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/fftw/1.0-7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/fftwtools/0.9-11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/fields/15.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/filehash/2.4-5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/finalfit/1.0.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/findpython/1.0.8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/fishMod/0.29": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/fitdistrplus/1.1-11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/fixest/0.11.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/FKSUM/1.0.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/flashClust/1.01-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/flexclust/1.4-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/flexmix/2.3-19": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/flextable/0.9.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/fma/2.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/FME/1.3.6.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/fmri/1.9.12": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/FNN/1.1.3.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/fontBitstreamVera/0.1.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/fontLiberation/0.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/fontquiver/0.2.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/forcats/1.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/foreach/1.5.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/forecast/8.21.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/foreign/0.8-86": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/formatR/1.14": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/formula.tools/1.7.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/Formula/1.2-5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/fossil/0.4.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/fpc/2.2-10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/fpp/0.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/fracdiff/1.5-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/furrr/0.3.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/futile.logger/1.4.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/futile.options/1.0.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/future.apply/1.11.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/future/1.33.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/gam/1.22-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/gamlss.data/6.0-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/gamlss.dist/6.1-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/gamlss.tr/5.1-7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/gamlss/5.4-20": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/gamm4/0.2-6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/gap.datasets/0.0.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/gap/1.5-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/gapfill/0.9.6-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/gargle/1.5.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/gaussquad/1.0-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/gbm/2.1.8.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/gbRd/0.4-11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/gclus/1.3.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/gdalUtils/2.0.3.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/gdata/3.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/gdistance/1.6.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/gdtools/0.3.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/gee/4.13-26": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/geeM/0.10.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/geepack/1.3.9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/geex/1.1.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/geiger/2.0.11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/GeneNet/1.2.16": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/generics/0.1.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/genoPlotR/0.8.11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/GenSA/1.1.10.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/geojsonsf/2.0.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/geometries/0.2.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/geometry/0.4.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/getopt/1.20.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/GetoptLong/1.0.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/gfonts/0.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/GGally/2.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/ggbeeswarm/0.7.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/ggdag/0.2.10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/ggdist/3.3.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/ggExtra/0.10.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/ggfan/0.1.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/ggforce/0.4.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/ggformula/0.12.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/ggfun/0.1.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/ggh4x/0.2.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/ggnetwork/0.5.12": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/ggplot2/3.4.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/ggplotify/0.1.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/ggpubr/0.6.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/ggraph/2.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/ggrepel/0.9.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/ggridges/0.5.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/ggsci/3.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/ggsignif/0.6.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/ggstance/0.3.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/ggstats/0.5.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/ggvenn/0.1.10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/ggvis/0.4.8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/GillespieSSA/0.6.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/git2r/0.33.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/GJRM/0.2-6.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/glasso/1.11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/gld/2.6.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/gllvm/1.4.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/glmmML/1.1.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/glmmTMB/1.1.8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/glmnet/4.1-8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/GlobalOptions/0.1.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/globals/0.16.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/gmm/1.8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/gmodels/2.18.1.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/gmp/0.7-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/gnumeric/0.7-10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/goftest/1.2-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/gomms/1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/googledrive/2.1.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/googlesheets4/1.1.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/gower/1.0.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/GPArotation/2023.11-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/gplots/3.1.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/graphlayouts/1.0.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/grf/2.3.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/gridBase/0.4-7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/gridExtra/2.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/gridGraphics/0.5-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/grImport2/0.3-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/grpreg/3.4.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/GSA/1.03.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/gsalib/2.2.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/gsl/2.1-8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/gsw/1.1-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/gt/0.10.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/gtable/0.3.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/gtools/3.9.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/gtsummary/1.7.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/GUTS/1.2.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/gWidgets2/1.0-9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/gWidgets2tcltk/1.0-8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/GxEScanR/2.0.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/h2o/3.42.0.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/hal9001/0.4.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/haldensify/0.2.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/hardhat/1.3.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/harmony/1.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/hash/2.2.6.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/haven/2.5.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/hdf5r/1.3.8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/hdm/0.3.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/heatmap3/1.1.9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/here/1.0.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/hexbin/1.28.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/HGNChelper/0.8.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/HiddenMarkov/1.8-13": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/Hmisc/5.1-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/hms/1.1.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/Hmsc/3.0-13": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/htmlTable/2.4.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/httpcode/0.3.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/huge/1.3.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/hunspell/3.0.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/hwriter/1.3.2.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/HWxtest/1.1.9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/hypergeo/1.2-13": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/ica/1.0-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/IDPmisc/1.1.20": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/idr/1.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/ids/1.0.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/ie2misc/0.9.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/igraph/1.5.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/image.binarization/0.1.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/imager/0.45.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/imagerExtra/1.3.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/ineq/0.2-13": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/influenceR/0.1.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/infotheo/1.2.0.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/inline/0.3.19": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/intergraph/2.0-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/interp/1.1-5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/interpretR/0.2.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/intrinsicDimension/1.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/inum/1.0-5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/ipred/0.9-14": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/irace/3.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/irlba/2.3.5.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/ismev/1.42": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/Iso/0.0-21": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/isoband/0.2.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/ISOcodes/2023.12.07": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/ISOweek/0.6-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/iterators/1.0.14": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/itertools/0.1-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/JADE/2.0-4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/janeaustenr/1.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/JBTools/0.7.2.9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/jiebaR/0.11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/jiebaRD/0.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/jomo/2.7-6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/jpeg/0.1-10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/jsonify/1.2.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/jstable/1.1.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/juicyjuice/0.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/kde1d/1.0.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/kedd/1.0.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/kernlab/0.9-32": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/KernSmooth/2.23-22": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/kinship2/1.9.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/klaR/1.7-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/KODAMA/2.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/kohonen/3.0.12": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/ks/1.14.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/labdsv/2.1-0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/labeling/0.4.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/labelled/2.12.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/laeken/0.5.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/lambda.r/1.2.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/LaplacesDemon/16.1.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/lars/1.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/lassosum/0.4.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/lattice/0.22-5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/latticeExtra/0.6-30": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/lava/1.7.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/lavaan/0.6-16": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/lazy/1.2-18": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/lazyeval/0.2.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/LCFdata/2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/lda/1.4.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/ldbounds/2.0.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/leafem/0.2.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/leaflet.providers/2.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/leaflet/2.2.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/leafsync/0.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/leaps/3.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/LearnBayes/2.15.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/leiden/0.4.3.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/lhs/1.1.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/libcoin/1.0-10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/limSolve/1.5.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/linkcomm/1.0-14": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/linprog/0.9-4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/liquidSVM/1.2.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/listenv/0.9.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/lme4/1.1-35.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/LMERConvenienceFunctions/3.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/lmerTest/3.1-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/lmom/3.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/Lmoments/1.3-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/lmtest/0.9-40": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/lobstr/1.1.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/locfdr/1.1-8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/locfit/1.5-9.8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/logcondens/2.1.8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/logger/0.2.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/logistf/1.26.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/logspline/2.1.21": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/longitudinal/1.1.13": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/longmemo/1.1-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/loo/2.6.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/lpSolve/5.6.19": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/lpSolveAPI/5.5.2.0-17.11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/lqa/1.0-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/lsei/1.3-0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/lslx/0.6.11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/lubridate/1.9.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/lwgeom/0.2-13": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/magic/1.6-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/magick/2.8.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/MALDIquant/1.22.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/manipulateWidget/0.11.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/mapproj/1.2.11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/maps/3.4.1.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/maptools/1.1-8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/markdown/1.12": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/MASS/7.3-60": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/Matching/4.10-14": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/MatchIt/4.5.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/mathjaxr/1.6-0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/matlab/1.0.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/Matrix/1.6-4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/matrixcalc/1.0-6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/MatrixModels/0.5-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/matrixStats/1.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/maxLik/1.5-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/maxlike/0.1-10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/maxnet/0.1.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/mboost/2.9-9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/mclogit/0.9.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/mclust/6.0.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/mcmc/0.9-8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/MCMCpack/1.6-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/mcmcse/1.5-0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/mda/0.5-4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/medflex/0.6-10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/mediation/4.5.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/memisc/0.99.31.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/memuse/4.2-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/MESS/0.5.12": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/metadat/1.2-0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/metafor/4.4-0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/MetaUtility/2.1.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/mets/1.3.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/mgcv/1.9-0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/mgsub/1.7.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/mhsmm/0.4.21": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/mi/1.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/mice/3.16.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/miceadds/3.16-18": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/microbenchmark/1.4.10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/MIIVsem/0.5.8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/minerva/1.5.10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/minpack.lm/1.2-4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/minqa/1.2.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/mirt/1.41": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/misc3d/0.9-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/miscTools/0.6-28": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/missForest/1.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/missMDA/1.19": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/mitml/0.4-5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/mitools/2.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/mixtools/2.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/mlbench/2.1-3.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/mlegp/3.1.9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/MLmetrics/1.1.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/mlogit/1.1-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/mlr/2.19.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/mlrMBO/1.1.5.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/mltools/0.3.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/mnormt/2.1.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/ModelMetrics/1.2.2.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/modelr/0.1.11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/modeltools/0.2-23": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/momentfit/0.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/moments/0.14.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/MonteCarlo/1.0.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/mosaicCore/0.9.4.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/mpath/0.4-2.23": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/mRMRe/2.1.2.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/msm/1.7.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/mstate/0.3.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/multcomp/1.4-25": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/multcompView/0.1-9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/multicool/1.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/multipol/1.0-9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/munsell/0.5.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/mvabund/4.2.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/mvnfast/0.2.8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/mvtnorm/1.2-4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/nabor/0.5.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/naniar/1.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/natserv/1.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/naturalsort/0.1.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/ncbit/2013.03.29.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/ncdf4/1.22": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/NCmisc/1.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/network/1.18.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/networkDynamic/0.11.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/networkLite/1.0.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/neuralnet/1.44.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/neuRosim/0.2-14": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/ngspatial/1.2-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/NISTunits/1.0.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/nleqslv/3.3.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/nlme/3.1-164": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/nloptr/2.0.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/NLP/0.2-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/nlsem/0.8-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/nnet/7.3-19": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/nnls/1.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/nonnest2/0.5-6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/nor1mix/1.3-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/norm/1.0-11.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/nortest/1.0-4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/np/0.60-17": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/npsurv/0.5-0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/numDeriv/2016.8-1.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/oai/0.4.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/oce/1.8-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/OceanView/1.0.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/oddsratio/2.0.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/officer/0.6.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/openair/2.18-0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/OpenMx/2.21.11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/openxlsx/4.2.5.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/operator.tools/1.6.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/optextras/2019-12.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/optimParallel/1.0-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/optimr/2019-12.16": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/optimx/2023-10.21": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/optmatch/0.10.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/optparse/1.7.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/ordinal/2023.12-4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/origami/1.0.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/oro.nifti/0.11.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/orthopolynom/1.0-6.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/osqp/0.6.3.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/outliers/0.15": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/packrat/0.9.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/pacman/0.5.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/pammtools/0.5.92": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/pamr/1.56.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/pan/1.9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/parallelDist/0.2.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/parallelly/1.36.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/parallelMap/1.5.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/ParamHelpers/1.14.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/parsedate/1.3.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/party/1.3-14": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/partykit/1.2-20": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/pastecs/1.3.21": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/patchwork/1.1.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/pbapply/1.7-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/pbivnorm/0.6.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/pbkrtest/0.5.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/PCAmatchR/0.3.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/pcaPP/2.0-4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/pdp/0.8.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/PearsonDS/1.3.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/pec/2023.04.12": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/penalized/0.9-52": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/penfa/0.1.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/peperr/1.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/PermAlgo/1.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/permute/0.9-7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/phangorn/2.11.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/pheatmap/1.0.12": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/phylobase/0.8.10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/phytools/2.0-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/pim/2.0.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/pinfsc50/1.3.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/pixmap/0.4-12": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/pkgmaker/0.32.10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/plogr/0.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/plot3D/1.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/plot3Drgl/1.0.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/plotly/4.10.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/plotmo/3.6.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/plotrix/3.8-4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/pls/2.8-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/plyr/1.8.9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/PMA/1.2-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/png/0.1-8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/PoissonSeq/1.1.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/poLCA/1.6.0.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/polspline/1.1.24": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/Polychrome/1.5.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/polyclip/1.10-6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/polycor/0.8-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/polynom/1.4-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/posterior/1.5.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/ppcor/1.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/prabclus/2.3-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/pracma/2.4.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/PresenceAbsence/1.1.11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/preseqR/4.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/prettyGraphs/2.1.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/princurve/2.1.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/pROC/1.18.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/prodlim/2023.08.28": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/profileModel/0.6.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/proftools/0.99-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/progress/1.2.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/progressr/0.14.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/projpred/2.7.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/proto/1.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/proxy/0.4-27": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/proxyC/0.3.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/pryr/0.1.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/pscl/1.5.5.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/pspline/1.0-19": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/psych/2.3.9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/Publish/2023.01.17": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/pulsar/0.3.11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/pvclust/2.2-0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/qgam/1.3.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/qgraph/1.9.8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/qqman/0.1.9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/qrnn/2.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/quadprog/1.5-8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/quanteda/3.3.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/quantmod/0.4.25": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/quantreg/5.97": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/questionr/0.7.8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/QuickJSR/1.0.8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/R.cache/0.16.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/R.matlab/3.7.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/R.methodsS3/1.8.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/R.oo/1.25.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/R.rsp/0.45.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/R.utils/2.12.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/R2WinBUGS/2.1-21": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/random/0.2.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/randomForest/4.7-1.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/randomForestSRC/3.2.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/randtoolbox/2.0.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/rangeModelMetadata/0.1.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/ranger/0.16.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/RANN/2.6.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/rapidjsonr/1.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/rARPACK/0.11-0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/raster/3.6-26": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/rasterVis/0.51.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/ratelimitr/0.4.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/RBesT/1.7-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/rbibutils/2.2.16": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/rbison/1.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/Rborist/0.3-5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/RCAL/2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/Rcgmin/2022-4.30": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/RCircos/1.2.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/RColorBrewer/1.1-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/RcppArmadillo/0.12.6.6.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/RcppEigen/0.3.3.9.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/RcppGSL/0.3.13": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/RcppParallel/5.1.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/RcppProgress/0.4.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/RcppRoll/0.3.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/RcppThread/2.1.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/RcppTOML/0.2.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/RCurl/1.98-1.13": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/rda/1.2-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/Rdpack/2.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/rdrop2/0.8.2.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/reactable/0.4.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/reactR/0.5.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/readbitmap/0.1.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/reader/1.0.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/readODS/2.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/readr/2.1.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/readxl/1.4.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/rebird/1.3.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/recipes/1.0.8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/RefFreeEWAS/2.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/registry/0.5-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/regsem/1.9.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/relsurv/2.2-9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/rematch/2.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/rentrez/1.2.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/renv/1.0.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/reprex/2.0.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/resample/0.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/reshape/0.8.9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/reshape2/1.4.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/reticulate/1.34.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/rex/1.2.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/rgbif/3.7.8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/RGCCA/3.0.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/rgdal/1.6-7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/rgeos/0.6-4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/rgexf/0.16.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/rgl/1.2.8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/Rglpk/0.6-5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/rhandsontable/0.3.8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/RhpcBLASctl/0.23-42": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/ridge/3.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/ridigbio/0.3.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/RInside/0.2.18": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/rio/1.0.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/riskRegression/2023.09.08": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/ritis/1.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/RItools/0.3-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/rJava/1.0-10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/rjson/0.2.21": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/RJSONIO/1.3-1.9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/rle/0.9.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/rlecuyer/0.3-8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/rlemon/0.2.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/rlist/0.4.6.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/rmeta/3.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/Rmpfr/0.9-4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/rms/6.7-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/RMTstat/0.3.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/rncl/0.8.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/rnetcarto/0.2.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/RNeXML/2.4.11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/rngtools/1.5.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/rngWELL/0.10-9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/RNifti/1.5.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/robustbase/0.99-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/ROCR/1.0-11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/ROI.plugin.glpk/1.0-0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/ROI/1.0-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/Rook/1.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/rootSolve/1.8.2.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/roptim/0.1.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/rotl/3.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/rpact/3.4.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/rpart/4.1.23": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/rpf/1.0.14": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/RPMM/1.25": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/RPostgreSQL/0.7-5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/rrcov/1.7-4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/rredlist/0.7.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/rsample/1.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/rsconnect/1.1.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/Rserve/1.8-13": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/RSNNS/0.4-17": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/Rsolnp/1.16": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/RSpectra/0.16-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/RSQLite/2.3.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/Rssa/1.0.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/rstan/2.32.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/rstantools/2.3.1.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/rstatix/0.7.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/rtdists/0.11-5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/Rtsne/0.17": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/Rttf2pt1/1.3.12": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/RUnit/0.4.32": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/ruv/0.9.7.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/rvertnet/0.8.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/rvest/1.0.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/rvinecopulib/0.6.3.1.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/Rvmmin/2018-4.17.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/RWeka/0.4-46": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/RWekajars/3.9.3-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/s2/1.1.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/sampling/2.10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/sandwich/3.0-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/SBdecomp/1.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/scales/1.3.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/scam/1.2-14": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/scatterpie/0.2.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/scatterplot3d/0.3-44": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/scs/3.2.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/sctransform/0.4.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/SDMTools/1.1-221.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/seewave/2.2.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/segmented/2.0-0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/selectr/0.4-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/sem/3.1-15": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/semPLS/1.0-10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/semTools/0.5-6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/sendmailR/1.4-0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/sensemakr/0.1.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/sentometrics/1.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/seqinr/4.2-36": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/servr/0.27": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/setRNG/2022.4-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/sf/1.0-14": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/sfheaders/0.4.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/sfsmisc/1.1-16": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/shadowtext/0.1.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/shape/1.4.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/shapefiles/0.7.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/shinycssloaders/1.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/shinydashboard/0.7.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/shinyjs/2.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/shinystan/2.6.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/shinythemes/1.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/signal/1.8-0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/SignifReg/4.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/simex/1.8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/SimSeq/1.4.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/SKAT/2.2.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/slam/0.1-50": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/slider/0.3.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/sm/2.2-5.7.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/smoof/1.6.0.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/smoother/1.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/sn/2.1.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/sna/2.7-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/SNFtool/2.3.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/snow/0.4-4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/SnowballC/0.7.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/snowfall/1.84-6.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/SOAR/0.99-11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/solrium/1.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/som/0.3-5.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/soundecology/1.3.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/sp/2.1-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/spaa/0.2.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/spam/2.10-0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/spaMM/4.4.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/SparseM/1.81": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/SPAtest/3.1.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/spatial/7.3-17": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/spatstat.core/2.4-4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/spatstat.data/3.0-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/spatstat.explore/3.2-5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/spatstat.geom/3.2-7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/spatstat.linnet/3.1-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/spatstat.model/3.2-8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/spatstat.random/3.2-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/spatstat.sparse/3.0-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/spatstat.utils/3.0-4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/spatstat/3.0-7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/spData/2.3.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/spdep/1.3-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/splitstackshape/1.4.8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/spls/2.2-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/spocc/1.2.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/spThin/0.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/SQUAREM/2021.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/stabledist/0.7-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/stabs/0.6-4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/StanHeaders/2.26.28": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/stargazer/5.2.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/stars/0.6-4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/startupmsg/0.9.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/StatMatch/1.4.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/statmod/1.5.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/statnet.common/4.9.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/statnet/2019.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/stdReg/3.4.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/stopwords/2.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/stringdist/0.9.12": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/stringmagic/1.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/strucchange/1.5-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/styler/1.10.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/subplex/1.8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/SuperLearner/2.0-28.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/SuppDists/1.1-9.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/survey/4.2-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/survival/3.5-7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/survivalROC/1.0.3.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/svd/0.5.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/svglite/2.1.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/svUnit/1.0.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/swagger/3.33.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/symmoments/1.2.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/tableone/0.13.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/tabletools/0.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/tau/0.0-25": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/taxize/0.9.100": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/tcltk2/1.2-11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/tclust/1.5-5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/TeachingDemos/2.12": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/tensor/1.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/tensorA/0.36.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/tergm/4.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/terra/1.7-55": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/testit/0.13": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/textcat/1.0-8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/textplot/0.2.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/TFisher/0.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/TH.data/1.1-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/threejs/0.3.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/tictoc/1.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/tidybayes/3.0.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/tidygraph/1.2.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/tidyr/1.3.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/tidyselect/1.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/tidytext/0.4.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/tidytree/0.4.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/tidyverse/2.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/tiff/0.1-12": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/timechange/0.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/timeDate/4022.108": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/timereg/2.0.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/tkrplot/0.0-27": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/tm/0.7-11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/tmap/3.3-4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/tmaptools/3.1-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/TMB/1.9.9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/tmle/2.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/tmvnsim/1.0-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/tmvtnorm/1.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/tokenizers/0.3.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/topicmodels/0.2-15": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/TraMineR/2.2-8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/tree/1.0-43": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/triebeard/0.4.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/trimcluster/0.1-5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/tripack/1.3-9.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/TruncatedNormal/2.2.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/truncnorm/1.0-9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/trust/0.1-8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/tseries/0.10-55": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/tseriesChaos/0.1-13.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/tsna/0.3.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/tsne/0.1-3.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/TTR/0.24.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/tuneR/1.4.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/twang/2.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/tweedie/2.3.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/tweenr/2.0.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/tzdb/0.4.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/ucminf/1.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/udpipe/0.8.11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/umap/0.2.10.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/unbalanced/2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/unikn/0.9.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/uniqueAtomMat/0.1-3-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/units/0.8-5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/unmarked/1.3.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/UpSetR/1.4.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/urca/1.3-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/urltools/1.7.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/uroot/2.1-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/uuid/1.1-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/V8/4.4.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/varhandle/2.0.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/vcd/1.4-11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/vcfR/1.15.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/vegan/2.6-4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/VennDiagram/1.7.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/VGAM/1.1-9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/VIM/6.2.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/VineCopula/2.5.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/vioplot/0.4.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/vipor/0.4.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/viridis/0.6.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/viridisLite/0.4.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/visdat/0.6.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/visNetwork/2.1.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/vroom/1.6.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/VSURF/1.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/warp/0.2.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/waveslim/1.8.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/wdm/0.2.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/webshot/0.5.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/webutils/1.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/weights/1.0.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/WeightSVM/1.7-13": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/wellknown/0.7.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/widgetframe/0.3.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/WikidataQueryServiceR/1.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/WikidataR/2.3.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/WikipediR/1.5.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/wikitaxa/0.4.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/wk/0.9.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/word2vec/0.4.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/wordcloud/2.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/worrms/0.4.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/writexl/1.4.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/WriteXLS/6.4.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/XBRL/0.99.19.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/xgboost/1.7.6.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/xlsx/0.6.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/xlsxjars/0.6.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/XML/3.99-0.16": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/xts/0.13.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/yaImpute/1.0-33": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/yulab.utils/0.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/zeallot/0.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-CRAN/2023.12-foss-2023a/zoo/1.8-12": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Arrow/14.0.1-gfbf-2023a/pyarrow/14.0.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Arrow/16.1.0-gfbf-2023b/pyarrow/16.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/affxparser/1.70.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/affy/1.76.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/affycoretools/1.70.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/affyio/1.68.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/AgiMicroRna/2.48.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/agricolae/1.3-5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/ALDEx2/1.30.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/ALL/1.40.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/ANCOMBC/2.0.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/annaffy/1.70.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/annotate/1.76.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/AnnotationDbi/1.60.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/AnnotationFilter/1.22.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/AnnotationForge/1.40.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/AnnotationHub/3.6.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/anytime/0.3.9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/aroma.affymetrix/3.2.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/aroma.apd/0.6.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/aroma.core/3.3.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/aroma.light/3.28.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/ash/1.0-15": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/ATACseqQC/1.22.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/AUCell/1.20.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/aws.s3/0.3.21": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/aws.signature/0.6.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/babelgene/22.9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/ballgown/2.30.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/basilisk.utils/1.10.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/basilisk/1.10.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/batchelor/1.14.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/baySeq/2.31.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/beachmat/2.14.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/Biobase/2.58.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/BiocBaseUtils/1.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/BiocFileCache/2.6.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/BiocGenerics/0.44.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/BiocIO/1.8.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/BiocManager/1.30.20": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/BiocNeighbors/1.16.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/BiocParallel/1.32.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/BiocSingular/1.14.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/BiocStyle/2.26.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/BiocVersion/3.16.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/biomaRt/2.54.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/biomformat/1.26.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/Biostrings/2.66.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/biovizBase/1.46.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/blme/1.0-5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/bluster/1.8.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/bookdown/0.33": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/BSgenome.Cfamiliaris.UCSC.canFam3/1.4.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/BSgenome.Hsapiens.UCSC.hg19/1.4.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/BSgenome.Hsapiens.UCSC.hg38/1.4.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/BSgenome.Mmusculus.UCSC.mm10/1.4.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/BSgenome/1.66.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/bsseq/1.34.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/bumphunter/1.40.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/ca/0.71.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/CAGEr/2.4.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/CAMERA/1.54.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/Category/2.64.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/ccdata/1.24.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/ccmap/1.24.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/CGHbase/1.58.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/CGHcall/2.60.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/ChIPpeakAnno/3.32.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/chromVAR/1.20.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/clusterProfiler/4.6.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/CNEr/1.34.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/coloc/5.1.0.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/colorRamps/2.3.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/ComplexHeatmap/2.14.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/ConsensusClusterPlus/1.62.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/conumee/1.32.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/crossmeta/1.24.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/cummeRbund/2.40.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/cytolib/2.10.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/CytoML/2.10.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/dada2/1.26.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/ddPCRclust/1.18.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/DECIPHER/2.26.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/DeconRNASeq/1.40.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/decontam/1.18.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/decoupleR/2.4.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/DEGseq/1.52.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/DelayedArray/0.24.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/DelayedMatrixStats/1.20.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/densEstBayes/1.0-2.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/derfinder/1.32.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/derfinderHelper/1.32.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/DESeq2/1.38.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/diffcyt/1.18.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/dir.expiry/1.6.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/DirichletMultinomial/1.40.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/DNABarcodes/1.28.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/DNAcopy/1.72.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/DO.db/2.9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/docopt/0.7.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/DOSE/3.24.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/dqrng/0.3.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/DRIMSeq/1.26.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/DropletUtils/1.18.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/DSS/2.46.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/dupRadar/1.28.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/DynDoc/1.76.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/EBImage/4.40.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/edgeR/3.40.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/egg/0.4.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/emmeans/1.8.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/enrichplot/1.18.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/EnsDb.Hsapiens.v75/2.99.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/EnsDb.Hsapiens.v79/2.99.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/EnsDb.Hsapiens.v86/2.99.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/ensembldb/2.22.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/escape/1.8.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/estimability/1.4.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/ExperimentHub/2.6.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/extraDistr/1.9.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/factoextra/1.0.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/fda/6.0.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/FDb.InfiniumMethylation.hg19/2.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/fds/1.8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/feature/1.2.15": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/fgsea/1.24.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/filelock/1.0.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/flowAI/1.28.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/flowClean/1.36.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/flowClust/3.36.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/flowCore/2.10.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/flowDensity/1.32.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/flowFP/1.56.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/flowMerge/2.46.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/flowPeaks/1.44.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/FlowSOM/2.6.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/FlowSorted.Blood.EPIC/2.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/FlowSorted.CordBloodCombined.450k/1.14.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/flowStats/4.10.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/flowViz/1.62.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/flowWorkspace/4.10.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/FRASER/1.10.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/fresh/0.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/gcrma/2.70.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/gdsfmt/1.34.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/genefilter/1.80.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/geneLenDataBase/1.34.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/geneplotter/1.76.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/GENESIS/2.28.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/GENIE3/1.20.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/GenomeInfoDb/1.34.9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/GenomeInfoDbData/1.2.9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/GenomicAlignments/1.34.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/GenomicFeatures/1.50.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/GenomicFiles/1.34.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/GenomicRanges/1.50.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/GenomicScores/2.10.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/GEOmap/2.5-0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/GEOquery/2.66.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/ggbio/1.46.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/ggcyto/1.26.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/ggdendro/0.1.23": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/ggnewscale/0.4.8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/ggpointdensity/0.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/ggrastr/1.0.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/ggseqlogo/0.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/ggthemes/4.2.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/ggtree/3.6.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/GLAD/2.62.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/Glimma/2.8.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/GlobalAncova/4.16.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/globaltest/5.52.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/GO.db/3.16.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/GOSemSim/2.24.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/goseq/1.50.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/GOstats/2.64.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/graph/1.76.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/graphite/1.44.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/GSEABase/1.60.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/gsmoothr/0.1.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/gson/0.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/GSVA/1.46.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/Gviz/1.42.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/GWASExactHW/1.01": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/GWASTools/1.44.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/HDF5Array/1.26.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/HDO.db/0.99.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/hdrcde/3.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/heatmaply/1.4.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/hgu133plus2.db/3.13.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/HiCBricks/1.16.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/HiCcompare/1.20.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/HMMcopy/1.40.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/Homo.sapiens/1.3.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/IHW/1.26.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/IlluminaHumanMethylation450kanno.ilmn12.hg19/0.6.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/IlluminaHumanMethylation450kmanifest/0.4.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/IlluminaHumanMethylationEPICanno.ilm10b2.hg19/0.6.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/IlluminaHumanMethylationEPICanno.ilm10b4.hg19/0.6.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/IlluminaHumanMethylationEPICmanifest/0.3.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/illuminaio/0.40.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/impute/1.72.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/InteractionSet/1.26.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/interactiveDisplayBase/1.36.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/intervals/0.15.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/IRanges/2.32.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/isva/1.9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/JASPAR2020/0.99.10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/KEGGgraph/1.58.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/KEGGREST/1.38.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/LEA/3.10.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/limma/3.54.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/log4r/0.4.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/lpsymphony/1.26.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/lsa/0.73.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/lumi/2.50.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/M3Drop/1.24.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/marray/1.76.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/maSigPro/1.70.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/MassSpecWavelet/1.64.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/MatrixGenerics/1.10.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/MBA/0.1-0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/MEDIPS/1.50.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/metagenomeSeq/1.40.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/metaMA/3.1.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/metap/1.8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/metapod/1.6.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/MethylSeekR/1.38.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/methylumi/2.44.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/Mfuzz/2.58.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/mia/1.6.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/minfi/1.44.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/missMethyl/1.32.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/mixOmics/6.22.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/mixsqp/0.3-48": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/MLInterfaces/1.78.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/MotifDb/1.40.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/motifmatchr/1.20.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/motifStack/1.42.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/MsCoreUtils/1.10.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/MsFeatures/1.6.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/msigdbr/7.5.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/MSnbase/2.24.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/MSstats/4.6.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/MSstatsConvert/1.8.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/MSstatsLiP/1.4.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/MSstatsPTM/2.0.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/MSstatsTMT/2.6.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/MultiAssayExperiment/1.24.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/MultiDataSet/1.26.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/multtest/2.54.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/muscat/1.12.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/mutoss/0.1-13": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/mzID/1.36.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/mzR/2.32.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/NADA/1.6-1.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/ncdfFlow/2.44.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/NMF/0.25": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/NOISeq/2.42.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/numbat/1.2.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/oligo/1.62.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/oligoClasses/1.60.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/ontologyIndex/2.10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/oompaBase/3.2.9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/oompaData/3.1.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/openCyto/2.10.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/org.Hs.eg.db/3.16.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/org.Mm.eg.db/3.16.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/org.Rn.eg.db/3.16.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/OrganismDbi/1.40.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/OUTRIDER/1.16.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/pathview/1.38.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/pcaMethods/1.90.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/perm/1.0-0.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/PFAM.db/3.16.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/phyloseq/1.42.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/pmp/1.10.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/polyester/1.34.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/poweRlaw/0.70.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/preprocessCore/1.60.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/pRoloc/1.38.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/pRolocdata/1.36.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/pRolocGUI/2.8.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/ProtGenerics/1.30.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/PRROC/1.3.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/PSCBS/0.66.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/PureCN/2.4.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/qap/0.1-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/QDNAseq/1.34.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/qlcMatrix/0.9.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/qqconf/1.3.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/quantsmooth/1.64.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/qvalue/2.30.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/R.devices/2.17.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/R.filesets/2.15.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/R.huge/0.9.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/rainbow/3.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/randomcoloR/1.1.0.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/rARPACK/0.11-0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/RBGL/1.74.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/RcisTarget/1.18.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/RcppAnnoy/0.0.20": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/RcppHNSW/0.4.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/RcppML/0.3.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/RcppZiggurat/0.1.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/reactome.db/1.82.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/ReactomePA/1.42.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/regioneR/1.30.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/reldist/1.7-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/remaCor/0.0.11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/Repitools/1.44.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/ReportingTools/2.38.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/ResidualMatrix/1.8.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/restfulr/0.0.15": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/Rfast/2.0.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/RFOC/3.4-6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/rGADEM/2.46.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/Rgraphviz/2.42.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/rhdf5/2.42.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/rhdf5filters/1.10.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/Rhdf5lib/1.20.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/Rhtslib/2.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/Ringo/1.62.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/RNASeqPower/1.38.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/RnBeads.hg19/1.30.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/RnBeads.hg38/1.30.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/RnBeads.mm10/2.6.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/RnBeads.mm9/1.30.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/RnBeads.rn5/1.30.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/RnBeads/2.16.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/ROC/1.74.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/rols/2.26.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/ROntoTools/2.26.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/ropls/1.30.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/RPMG/2.2-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/RProtoBufLib/2.10.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/Rsamtools/2.14.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/RSEIS/4.1-4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/Rsubread/2.12.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/rsvd/1.0.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/rtracklayer/1.58.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/Rwave/2.6-5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/S4Vectors/0.36.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/samr/3.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/SamSPECTRAL/1.52.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/SC3/1.26.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/ScaledMatrix/1.6.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/SCANVIS/1.12.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/scater/1.26.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/scattermore/0.8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/scDblFinder/1.12.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/scistreer/1.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/scran/1.26.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/scrime/1.3.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/scuttle/1.8.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/SeqArray/1.38.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/seqLogo/1.64.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/SeqVarTools/1.36.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/seriation/1.4.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/Seurat/4.3.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/SeuratObject/4.1.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/shinyBS/0.61.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/shinydashboardPlus/2.0.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/shinyFiles/0.9.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/shinyhelper/0.3.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/shinypanel/0.1.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/shinyWidgets/0.7.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/ShortRead/1.56.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/siggenes/1.72.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/Signac/1.9.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/simplifyEnrichment/1.8.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/SingleCellExperiment/1.20.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/SingleR/2.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/sitmo/2.0.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/slingshot/2.6.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/SMVar/1.3.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/SNPRelate/1.32.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/snpStats/1.48.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/sparseMatrixStats/1.10.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/sparsesvd/0.2-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/SpatialExperiment/1.8.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/SPIA/2.50.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/splancs/2.01-43": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/SPOTlight/1.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/stageR/1.20.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/struct/1.10.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/structToolbox/1.10.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/SummarizedExperiment/1.28.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/susieR/0.12.35": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/sva/3.46.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/TailRank/3.2.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/TFBSTools/1.36.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/TFMPvalue/0.0.9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/tkWidgets/1.76.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/TrajectoryUtils/1.6.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/treeio/1.22.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/TreeSummarizedExperiment/2.6.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/TSP/1.2-3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/TxDb.Hsapiens.UCSC.hg19.knownGene/3.2.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/TxDb.Mmusculus.UCSC.mm10.knownGene/3.10.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/tximport/1.26.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/UCell/2.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/uwot/0.1.14": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/variancePartition/1.28.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/VariantAnnotation/1.44.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/venn/1.11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/vsn/3.66.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/waiter/0.2.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/wateRmelon/2.4.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/WGCNA/1.72-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/widgetTools/1.76.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/Wrench/1.16.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/xcms/3.20.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/XVector/0.38.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/zCompositions/1.4.0-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/zellkonverter/1.8.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2/zlibbioc/1.44.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/affxparser/1.74.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/affy/1.80.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/affycoretools/1.74.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/affyio/1.72.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/AgiMicroRna/2.52.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/agricolae/1.3-7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/ALDEx2/1.34.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/ALL/1.44.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/ANCOMBC/2.4.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/annaffy/1.74.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/annotate/1.80.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/AnnotationDbi/1.64.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/AnnotationFilter/1.26.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/AnnotationForge/1.44.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/AnnotationHub/3.10.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/anytime/0.3.9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/aroma.affymetrix/3.2.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/aroma.apd/0.7.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/aroma.core/3.3.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/aroma.light/3.32.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/ash/1.0-15": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/ATACseqQC/1.26.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/AUCell/1.24.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/aws.s3/0.3.21": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/aws.signature/0.6.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/babelgene/22.9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/ballgown/2.34.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/basilisk.utils/1.14.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/basilisk/1.14.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/batchelor/1.18.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/baySeq/2.36.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/beachmat/2.18.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/BH/1.84.0-0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/Biobase/2.62.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/BiocBaseUtils/1.4.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/BiocFileCache/2.10.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/BiocGenerics/0.48.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/BiocIO/1.12.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/BiocManager/1.30.22": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/BiocNeighbors/1.20.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/BiocParallel/1.36.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/BiocSingular/1.18.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/BiocStyle/2.30.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/BiocVersion/3.18.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/biomaRt/2.58.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/biomformat/1.30.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/Biostrings/2.70.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/biovizBase/1.50.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/blme/1.0-5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/bluster/1.12.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/bookdown/0.37": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/BSgenome.Cfamiliaris.UCSC.canFam3/1.4.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/BSgenome.Hsapiens.UCSC.hg19/1.4.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/BSgenome.Hsapiens.UCSC.hg38/1.4.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/BSgenome.Mmusculus.UCSC.mm10/1.4.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/BSgenome/1.70.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/bsseq/1.38.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/bumphunter/1.44.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/ca/0.71.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/CAGEfightR/1.22.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/CAGEr/2.8.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/CAMERA/1.58.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/Category/2.68.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/ccdata/1.28.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/ccmap/1.28.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/CGHbase/1.62.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/CGHcall/2.64.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/ChIPpeakAnno/3.36.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/ChIPseeker/1.38.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/chromVAR/1.24.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/clusterProfiler/4.10.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/CNEr/1.38.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/coloc/5.2.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/colorRamps/2.3.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/ComplexHeatmap/2.18.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/ConsensusClusterPlus/1.66.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/conumee/1.36.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/crossmeta/1.28.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/cummeRbund/2.44.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/cytolib/2.14.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/CytoML/2.14.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/dada2/1.30.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/ddPCRclust/1.22.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/DECIPHER/2.30.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/DeconRNASeq/1.44.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/decontam/1.22.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/decoupleR/2.8.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/DEGseq/1.56.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/DelayedArray/0.28.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/DelayedMatrixStats/1.24.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/densEstBayes/1.0-2.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/derfinder/1.36.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/derfinderHelper/1.36.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/DESeq2/1.42.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/diffcyt/1.22.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/dir.expiry/1.10.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/directlabels/2024.1.21": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/DirichletMultinomial/1.44.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/DNABarcodes/1.32.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/DNAcopy/1.76.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/DO.db/2.9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/docopt/0.7.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/DOSE/3.28.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/dqrng/0.3.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/DRIMSeq/1.30.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/DropletUtils/1.22.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/DSS/2.50.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/dupRadar/1.32.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/DynDoc/1.80.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/EBImage/4.44.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/edgeR/4.0.12": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/egg/0.4.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/emmeans/1.10.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/enrichplot/1.22.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/EnsDb.Hsapiens.v75/2.99.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/EnsDb.Hsapiens.v79/2.99.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/EnsDb.Hsapiens.v86/2.99.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/ensembldb/2.26.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/escape/1.12.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/estimability/1.4.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/ExperimentHub/2.10.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/extraDistr/1.10.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/factoextra/1.0.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/fANCOVA/0.6-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/fda/6.1.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/FDb.InfiniumMethylation.hg19/2.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/fds/1.8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/feature/1.2.15": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/fgsea/1.28.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/filelock/1.0.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/flowAI/1.32.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/flowClean/1.40.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/flowClust/3.40.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/flowCore/2.14.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/flowDensity/1.36.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/flowFP/1.60.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/flowMerge/2.50.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/flowPeaks/1.48.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/FlowSOM/2.10.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/FlowSorted.Blood.EPIC/2.6.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/FlowSorted.CordBloodCombined.450k/1.18.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/flowStats/4.14.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/flowViz/1.66.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/flowWorkspace/4.14.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/FRASER/1.14.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/fresh/0.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/gcrma/2.74.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/gdsfmt/1.38.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/genefilter/1.84.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/geneLenDataBase/1.38.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/geneplotter/1.80.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/GENESIS/2.32.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/GENIE3/1.24.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/genomation/1.34.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/GenomeInfoDb/1.38.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/GenomeInfoDbData/1.2.11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/GenomicAlignments/1.38.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/GenomicFeatures/1.54.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/GenomicFiles/1.38.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/GenomicInteractions/1.36.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/GenomicRanges/1.54.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/GenomicScores/2.14.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/GEOmap/2.5-5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/GEOquery/2.70.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/ggbio/1.50.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/ggcyto/1.30.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/ggdendro/0.1.23": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/ggnewscale/0.4.9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/ggpointdensity/0.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/ggrastr/1.0.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/ggseqlogo/0.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/ggthemes/5.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/ggtree/3.10.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/GLAD/2.66.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/Glimma/2.12.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/GlobalAncova/4.20.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/globaltest/5.56.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/GO.db/3.18.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/GOSemSim/2.28.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/goseq/1.54.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/GOstats/2.68.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/graph/1.80.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/graphite/1.48.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/GSEABase/1.64.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/gsmoothr/0.1.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/gson/0.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/GSVA/1.50.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/Gviz/1.46.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/GWASExactHW/1.01": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/GWASTools/1.48.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/HDF5Array/1.30.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/HDO.db/0.99.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/hdrcde/3.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/heatmaply/1.5.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/hgu133plus2.db/3.13.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/HiCBricks/1.20.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/HiCcompare/1.24.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/HMMcopy/1.44.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/Homo.sapiens/1.3.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/IHW/1.30.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/IlluminaHumanMethylation450kanno.ilmn12.hg19/0.6.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/IlluminaHumanMethylation450kmanifest/0.4.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/IlluminaHumanMethylationEPICanno.ilm10b2.hg19/0.6.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/IlluminaHumanMethylationEPICanno.ilm10b4.hg19/0.6.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/IlluminaHumanMethylationEPICmanifest/0.3.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/illuminaio/0.44.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/impute/1.76.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/InteractionSet/1.30.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/interactiveDisplayBase/1.40.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/intervals/0.15.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/IRanges/2.36.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/isva/1.9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/JASPAR2020/0.99.10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/KEGGgraph/1.62.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/KEGGREST/1.42.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/LEA/3.14.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/limma/3.58.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/log4r/0.4.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/lpsymphony/1.30.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/lsa/0.73.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/lumi/2.54.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/M3Drop/1.28.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/marray/1.80.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/maSigPro/1.74.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/MassSpecWavelet/1.68.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/MatrixGenerics/1.14.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/MBA/0.1-0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/MEDIPS/1.54.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/MetaboCoreUtils/1.10.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/metagenomeSeq/1.43.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/metaMA/3.1.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/metap/1.9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/metapod/1.10.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/MethylSeekR/1.42.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/methylumi/2.48.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/Mfuzz/2.62.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/mia/1.10.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/minfi/1.48.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/missMethyl/1.36.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/mixOmics/6.26.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/mixsqp/0.3-54": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/MLInterfaces/1.82.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/MotifDb/1.44.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/motifmatchr/1.24.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/motifStack/1.46.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/MsCoreUtils/1.14.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/MsExperiment/1.4.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/MsFeatures/1.10.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/msigdbr/7.5.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/MSnbase/2.28.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/MSstats/4.10.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/MSstatsConvert/1.12.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/MSstatsLiP/1.8.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/MSstatsPTM/2.4.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/MSstatsTMT/2.10.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/MultiAssayExperiment/1.28.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/MultiDataSet/1.30.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/multtest/2.58.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/muscat/1.16.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/mutoss/0.1-13": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/mzID/1.40.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/mzR/2.36.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/NADA/1.6-1.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/ncdfFlow/2.48.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/NMF/0.26": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/NOISeq/2.46.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/numbat/1.3.2-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/oligo/1.66.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/oligoClasses/1.64.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/ontologyIndex/2.11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/oompaBase/3.2.9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/oompaData/3.1.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/openCyto/2.14.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/org.Hs.eg.db/3.18.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/org.Mm.eg.db/3.18.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/org.Rn.eg.db/3.18.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/OrganismDbi/1.44.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/OUTRIDER/1.20.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/pathview/1.42.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/pcaMethods/1.94.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/perm/1.0-0.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/PFAM.db/3.18.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/phyloseq/1.46.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/plyranges/1.22.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/pmp/1.14.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/polyester/1.38.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/poweRlaw/0.70.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/preprocessCore/1.64.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/pRoloc/1.42.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/pRolocdata/1.40.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/pRolocGUI/2.12.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/ProtGenerics/1.34.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/PRROC/1.3.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/PSCBS/0.66.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/PureCN/2.8.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/qap/0.1-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/QDNAseq/1.38.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/QFeatures/1.12.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/qlcMatrix/0.9.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/qqconf/1.3.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/quantsmooth/1.68.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/qvalue/2.34.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/R.devices/2.17.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/R.filesets/2.15.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/R.huge/0.10.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/rainbow/3.8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/randomcoloR/1.1.0.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/rARPACK/0.11-0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/RBGL/1.78.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/RcisTarget/1.22.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/RcppAnnoy/0.0.22": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/RcppHNSW/0.5.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/RcppML/0.3.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/RcppZiggurat/0.1.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/reactome.db/1.86.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/ReactomePA/1.46.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/regioneR/1.34.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/reldist/1.7-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/remaCor/0.0.16": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/Repitools/1.48.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/ReportingTools/2.42.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/ResidualMatrix/1.12.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/restfulr/0.0.15": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/Rfast/2.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/RFOC/3.4-10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/rGADEM/2.50.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/Rgraphviz/2.46.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/rhdf5/2.46.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/rhdf5filters/1.14.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/Rhdf5lib/1.24.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/Rhtslib/2.4.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/Ringo/1.66.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/RNASeqPower/1.42.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/RnBeads.hg19/1.34.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/RnBeads.hg38/1.34.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/RnBeads.mm10/2.10.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/RnBeads.mm9/1.34.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/RnBeads.rn5/1.34.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/RnBeads/2.20.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/ROC/1.78.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/rols/2.30.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/ROntoTools/2.30.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/ropls/1.34.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/RPMG/2.2-7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/RProtoBufLib/2.14.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/Rsamtools/2.18.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/RSEIS/4.1-6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/Rsubread/2.16.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/rsvd/1.0.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/rtracklayer/1.62.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/Rwave/2.6-5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/S4Arrays/1.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/S4Vectors/0.40.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/samr/3.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/SamSPECTRAL/1.56.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/SC3/1.30.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/ScaledMatrix/1.10.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/SCANVIS/1.16.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/scater/1.30.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/scattermore/1.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/scDblFinder/1.16.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/scistreer/1.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/scran/1.30.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/scrime/1.3.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/scuttle/1.12.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/SeqArray/1.42.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/seqLogo/1.68.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/seqPattern/1.34.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/SeqVarTools/1.40.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/seriation/1.5.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/Seurat/5.0.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/SeuratObject/5.0.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/shinyBS/0.61.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/shinydashboardPlus/2.0.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/shinyFiles/0.9.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/shinyhelper/0.3.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/shinypanel/0.1.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/shinyWidgets/0.8.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/ShortRead/1.60.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/siggenes/1.76.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/Signac/1.12.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/SimBu/1.4.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/simplifyEnrichment/1.12.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/SingleCellExperiment/1.24.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/SingleR/2.4.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/sitmo/2.0.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/slingshot/2.10.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/SMVar/1.3.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/SNPRelate/1.36.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/snpStats/1.52.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/SparseArray/1.2.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/sparseMatrixStats/1.14.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/sparsesvd/0.2-2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/SpatialExperiment/1.12.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/Spectra/1.12.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/SPIA/2.54.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/splancs/2.01-44": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/SPOTlight/1.6.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/stageR/1.24.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/struct/1.14.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/structToolbox/1.14.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/SummarizedExperiment/1.32.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/susieR/0.12.35": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/sva/3.50.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/TailRank/3.2.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/TFBSTools/1.40.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/TFMPvalue/0.0.9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/tkWidgets/1.80.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/TrajectoryUtils/1.10.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/treeio/1.26.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/TreeSummarizedExperiment/2.10.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/TSP/1.2-4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/TxDb.Hsapiens.UCSC.hg19.knownGene/3.2.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/TxDb.Mmusculus.UCSC.mm10.knownGene/3.10.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/tximport/1.30.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/UCell/2.6.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/uwot/0.1.16": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/variancePartition/1.32.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/VariantAnnotation/1.48.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/venn/1.12": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/vsn/3.70.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/waiter/0.2.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/wateRmelon/2.8.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/WGCNA/1.72-5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/widgetTools/1.80.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/Wrench/1.20.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/xcms/4.0.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/XVector/0.42.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/zCompositions/1.5.0-1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/zellkonverter/1.12.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "R-bundle-Bioconductor/3.18-foss-2023a-R-4.3.2/zlibbioc/1.48.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "GROMACS/2024.1-foss-2023b/gmxapi/0.5.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "GROMACS/2024.3-foss-2023b/gmxapi/0.4.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "GROMACS/2024.4-foss-2023b/gmxapi/0.4.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "scikit-build-core/0.9.3-GCCcore-12.3.0/pyproject-metadata/0.8.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "scikit-build-core/0.9.3-GCCcore-12.3.0/scikit_build_core/0.9.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "scikit-build-core/0.9.3-GCCcore-13.2.0/pyproject-metadata/0.8.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "scikit-build-core/0.9.3-GCCcore-13.2.0/scikit_build_core/0.9.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "pyfaidx/0.8.1.1-GCCcore-12.3.0/importlib_metadata/7.0.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "pyfaidx/0.8.1.1-GCCcore-12.3.0/pyfaidx/0.8.1.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "pyfaidx/0.8.1.1-GCCcore-12.3.0/zipp/3.17.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "WhatsHap/2.2-foss-2023a/PuLP/2.8.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "WhatsHap/2.2-foss-2023a/whatshap/2.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "WhatsHap/2.2-foss-2023a/xopen/1.7.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "WhatsHap/2.1-foss-2022b/pulp/2.8.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "WhatsHap/2.1-foss-2022b/WhatsHap/2.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "WhatsHap/2.1-foss-2022b/xopen/1.7.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Flask/2.2.3-GCCcore-12.2.0/asgiref/3.6.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Flask/2.2.3-GCCcore-12.2.0/cachelib/0.10.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Flask/2.2.3-GCCcore-12.2.0/Flask-Cors/3.0.10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Flask/2.2.3-GCCcore-12.2.0/Flask-Session/0.4.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Flask/2.2.3-GCCcore-12.2.0/Flask/2.2.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Flask/2.2.3-GCCcore-12.2.0/itsdangerous/2.1.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Flask/2.2.3-GCCcore-12.2.0/Werkzeug/2.2.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "ASE/3.22.1-gfbf-2022b/ase-ext/20.9.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "ASE/3.22.1-gfbf-2022b/ase/3.22.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "ASE/3.22.1-gfbf-2022b/pytest-mock/3.8.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "NLTK/3.8.1-foss-2023b/NLTK/3.8.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "NLTK/3.8.1-foss-2023b/python-crfsuite/0.9.10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "NLTK/3.8.1-foss-2023b/regex/2023.12.25": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "jedi/0.19.1-GCCcore-13.2.0/jedi/0.19.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "jedi/0.19.1-GCCcore-13.2.0/parso/0.8.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "jedi/0.19.0-GCCcore-12.3.0/jedi/0.19.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "jedi/0.19.0-GCCcore-12.3.0/parso/0.8.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "pystencils/1.3.4-gfbf-2023b/pystencils/1.3.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "pyMBE/0.8.0-foss-2023b/biopandas/0.5.1.dev0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "pyMBE/0.8.0-foss-2023b/looseversion/1.1.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "pyMBE/0.8.0-foss-2023b/mmtf-python/1.1.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "pyMBE/0.8.0-foss-2023b/Pint-Pandas/0.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "pyMBE/0.8.0-foss-2023b/pyMBE/0.8.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "numba/0.58.1-foss-2023a/llvmlite/0.41.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "numba/0.58.1-foss-2023a/numba/0.58.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "librosa/0.10.1-foss-2023a/audioread/3.0.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "librosa/0.10.1-foss-2023a/lazy_loader/0.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "librosa/0.10.1-foss-2023a/librosa/0.10.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "librosa/0.10.1-foss-2023a/resampy/0.4.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "librosa/0.10.1-foss-2023a/soundfile/0.12.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "librosa/0.10.1-foss-2023a/soxr/0.3.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "xarray/2023.9.0-gfbf-2023a/xarray/2023.9.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "netcdf4-python/1.6.4-foss-2023a/cftime/1.6.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "netcdf4-python/1.6.4-foss-2023a/netcdf4-python/1.6.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "netcdf4-python/1.6.3-foss-2022b/cftime/1.6.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "netcdf4-python/1.6.3-foss-2022b/netcdf4-python/1.6.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "python-xxhash/3.4.1-GCCcore-12.3.0/xxhash/3.4.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Fiona/1.9.5-foss-2023a/click-plugins/1.1.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Fiona/1.9.5-foss-2023a/cligj/0.7.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Fiona/1.9.5-foss-2023a/fiona/1.9.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Fiona/1.9.5-foss-2023a/munch/4.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Cartopy/0.22.0-foss-2023a/Cartopy/0.22.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Cartopy/0.22.0-foss-2023a/OWSLib/0.29.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Cartopy/0.22.0-foss-2023a/pyepsg/0.4.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Cartopy/0.22.0-foss-2023a/pykdtree/1.3.10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Cartopy/0.22.0-foss-2023a/pyshp/2.3.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "SciTools-Iris/3.9.0-foss-2023a/antlr4-python3-runtime/4.7.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "SciTools-Iris/3.9.0-foss-2023a/cf-units/3.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "SciTools-Iris/3.9.0-foss-2023a/scitools_iris/3.9.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "XML-LibXML/2.0209-GCCcore-12.3.0/Alien::Base/2.80": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "XML-LibXML/2.0209-GCCcore-12.3.0/Alien::Build::Plugin::Download::GitLab/0.01": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "XML-LibXML/2.0209-GCCcore-12.3.0/Alien::Libxml2/0.19": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "XML-LibXML/2.0209-GCCcore-12.3.0/File::chdir/0.1011": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "XML-LibXML/2.0209-GCCcore-12.3.0/XML::LibXML/2.0209": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "XML-LibXML/2.0208-GCCcore-12.2.0/Alien::Base/2.80": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "XML-LibXML/2.0208-GCCcore-12.2.0/Alien::Build::Plugin::Download::GitLab/0.01": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "XML-LibXML/2.0208-GCCcore-12.2.0/Alien::Libxml2/0.19": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "XML-LibXML/2.0208-GCCcore-12.2.0/File::chdir/0.1011": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "XML-LibXML/2.0208-GCCcore-12.2.0/XML::LibXML/2.0208": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "BioPerl/1.7.8-GCCcore-12.2.0/Bio::Procedural/1.7.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "BioPerl/1.7.8-GCCcore-12.2.0/BioPerl/1.7.8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "BioPerl/1.7.8-GCCcore-12.2.0/XML::Writer/0.900": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "BioPerl/1.7.8-GCCcore-12.3.0/Bio::Procedural/1.7.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "BioPerl/1.7.8-GCCcore-12.3.0/BioPerl/1.7.8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "BioPerl/1.7.8-GCCcore-12.3.0/XML::Writer/0.900": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Algorithm::Dependency/1.112": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Algorithm::Diff/1.201": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/aliased/0.34": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/AnyEvent/7.17": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/App::Cmd/0.335": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/App::cpanminus/1.7046": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/AppConfig/1.71": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Archive::Extract/0.88": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Array::Transpose/0.06": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Array::Utils/0.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Authen::NTLM/1.09": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Authen::SASL/2.16": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/AutoLoader/5.74": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/B::COW/0.007": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/B::Hooks::EndOfScope/0.26": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/B::Lint/1.20": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/boolean/0.46": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Business::ISBN/3.008": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Business::ISBN::Data/20230516.001": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Canary::Stability/2013": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Capture::Tiny/0.48": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Carp::Clan/6.08": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Carp::Heavy/1.50": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/CGI/4.57": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Class::Accessor/0.51": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Class::Data::Inheritable/0.09": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Class::DBI/v3.0.17": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Class::DBI::SQLite/0.11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Class::Inspector/1.36": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Class::ISA/0.36": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Class::Load/0.25": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Class::Load::XS/0.10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Class::Method::Modifiers/2.15": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Class::Singleton/1.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Class::Tiny/1.008": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Class::Trigger/0.15": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Class::XSAccessor/1.19": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Clone/0.46": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Clone::Choose/0.010": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/common::sense/3.75": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Compress::Raw::Zlib/2.204": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Config::General/2.65": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Config::INI/0.029": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Config::MVP/2.200013": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Config::MVP::Reader::INI/2.101465": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Config::Simple/4.58": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Config::Tiny/2.29": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Const::Exporter/1.2.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Const::Fast/0.014": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/CPAN::Meta::Check/0.017": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/CPAN::Uploader/0.103018": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/CPANPLUS/0.9914": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Crypt::DES/2.07": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Crypt::Rijndael/1.16": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Cwd/3.75": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Cwd::Guard/0.05": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Data::Dump/1.25": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Data::Dumper::Concise/2.023": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Data::Grove/0.08": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Data::OptList/0.114": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Data::Section/0.200008": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Data::Section::Simple/0.07": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Data::Stag/0.14": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Data::Types/0.17": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Data::UUID/1.226": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Date::Handler/1.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Date::Language/2.33": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/DateTime/1.59": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/DateTime::Locale/1.38": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/DateTime::TimeZone/2.60": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/DateTime::Tiny/1.07": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/DBD::CSV/0.60": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/DBD::SQLite/1.72": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/DBI/1.643": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/DBIx::Admin::CreateTable/2.11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/DBIx::Admin::DSNManager/2.02": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/DBIx::Admin::TableInfo/3.04": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/DBIx::ContextualFetch/1.03": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/DBIx::Simple/1.37": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Devel::CheckCompiler/0.07": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Devel::CheckLib/1.16": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Devel::Cycle/1.12": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Devel::FindPerl/0.016": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Devel::GlobalDestruction/0.14": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Devel::OverloadInfo/0.007": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Devel::Size/0.83": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Devel::StackTrace/2.04": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Digest::HMAC/1.04": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Digest::MD5::File/0.08": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Digest::SHA1/2.13": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Dist::CheckConflicts/0.11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Dist::Zilla/6.030": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Email::Date::Format/1.008": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Encode/3.19": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Encode::Locale/1.05": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Error/0.17029": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Eval::Closure/0.14": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Exception::Class/1.45": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Expect/1.35": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Exporter::Declare/0.114": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Exporter::Tiny/1.006002": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/ExtUtils::CBuilder/0.280236": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/ExtUtils::Config/0.008": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/ExtUtils::Constant/0.25": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/ExtUtils::CppGuess/0.26": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/ExtUtils::Helpers/0.026": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/ExtUtils::InstallPaths/0.012": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/ExtUtils::MakeMaker/7.70": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/ExtUtils::ParseXS/3.44": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Fennec::Lite/0.004": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/File::CheckTree/4.42": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/File::Copy::Recursive/0.45": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/File::Copy::Recursive::Reduced/0.006": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/File::Find::Rule/0.34": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/File::Find::Rule::Perl/1.16": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/File::Grep/0.02": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/File::HomeDir/1.006": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/File::Listing/6.15": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/File::Next/1.18": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/File::pushd/1.016": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/File::Remove/1.61": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/File::ShareDir/1.118": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/File::ShareDir::Install/0.14": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/File::Slurp/9999.32": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/File::Slurp::Tiny/0.004": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/File::Slurper/0.014": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/File::Temp/0.2311": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/File::Which/1.27": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Font::TTF/1.06": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Getopt::Long::Descriptive/0.111": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Git/0.42": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/GO/0.04": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/GO::Utils/0.15": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Graph/0.9726": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Graph::ReadWrite/2.10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Hash::Merge/0.302": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Hash::Objectify/0.008": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Heap/0.80": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Hook::LexWrap/0.26": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/HTML::Entities::Interpolate/1.10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/HTML::Form/6.11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/HTML::Parser/3.81": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/HTML::Tagset/3.20": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/HTML::Template/2.97": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/HTML::Tree/5.07": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/HTTP::CookieJar/0.014": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/HTTP::Cookies/6.10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/HTTP::Daemon/6.16": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/HTTP::Date/6.05": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/HTTP::Message/6.44": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/HTTP::Negotiate/6.01": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/HTTP::Tiny/0.082": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/if/0.0608": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Ima::DBI/0.35": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Import::Into/1.002005": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Importer/0.026": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Inline/0.86": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/IO::Compress::Zip/2.204": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/IO::HTML/1.004": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/IO::Socket::SSL/2.083": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/IO::String/1.08": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/IO::Stringy/2.113": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/IO::TieCombine/1.005": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/IO::Tty/1.17": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/IPC::Cmd/1.04": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/IPC::Run/20220807.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/IPC::Run3/0.048": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/IPC::System::Simple/1.30": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/JSON/4.10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/JSON::MaybeXS/1.004005": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/JSON::XS/4.03": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Lingua::EN::PluralToSingular/0.21": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/List::AllUtils/0.19": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/List::MoreUtils/0.430": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/List::MoreUtils::XS/0.430": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/List::SomeUtils/0.59": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/List::UtilsBy/0.12": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/local::lib/2.000029": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Locale::Maketext::Simple/0.21": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Log::Dispatch/2.71": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Log::Dispatch::Array/1.005": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Log::Dispatchouli/3.002": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Log::Handler/0.90": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Log::Log4perl/1.57": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Log::Message/0.08": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Log::Message::Simple/0.10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Log::Report/1.34": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Log::Report::Optional/1.07": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Logger::Simple/2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/LWP::MediaTypes/6.04": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/LWP::Protocol::https/6.10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/LWP::Simple/6.70": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Mail::Util/2.21": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Math::Bezier/0.01": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Math::CDF/0.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Math::Round/0.07": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Math::Utils/1.14": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Math::VecStat/0.08": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/MCE::Mutex/1.884": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Meta::Builder/0.004": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/MIME::Base64/3.16": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/MIME::Charset/v1.013.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/MIME::Lite/3.033": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/MIME::Types/2.24": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Mixin::Linewise::Readers/0.111": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Mock::Quick/1.111": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Module::Build/0.4234": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Module::Build::Tiny/0.045": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Module::Build::XSUtil/0.19": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Module::CoreList/5.20230423": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Module::Implementation/0.09": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Module::Install/1.21": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Module::Load/0.36": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Module::Load::Conditional/0.74": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Module::Metadata/1.000038": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Module::Path/0.19": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Module::Pluggable/5.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Module::Runtime/0.016": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Module::Runtime::Conflicts/0.003": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Moo/2.005005": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Moose/2.2203": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/MooseX::LazyRequire/0.11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/MooseX::OneArgNew/0.007": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/MooseX::Role::Parameterized/1.11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/MooseX::SetOnce/0.203": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/MooseX::Types/0.50": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/MooseX::Types::Perl/0.101344": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Mouse/v2.5.10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Mozilla::CA/20221114": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/MRO::Compat/0.15": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/namespace::autoclean/0.29": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/namespace::clean/0.27": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Net::Domain/3.15": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Net::HTTP/6.22": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Net::SMTP::SSL/1.04": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Net::SNMP/v6.0.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Net::SSLeay/1.92": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Number::Compare/0.03": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Number::Format/1.75": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Object::Accessor/0.48": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Object::InsideOut/4.05": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Package::Constants/0.06": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Package::DeprecationManager/0.18": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Package::Stash/0.40": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Package::Stash::XS/0.30": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/PadWalker/2.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Parallel::ForkManager/2.02": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Params::Check/0.38": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Params::Util/1.102": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Params::Validate/1.31": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Params::ValidationCompiler/0.31": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/parent/0.241": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Parse::RecDescent/1.967015": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Parse::Yapp/1.21": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Path::Tiny/0.144": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/PDF::API2/2.044": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Perl::OSType/1.010": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Perl::PrereqScanner/1.100": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/PerlIO::utf8_strict/0.010": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Pod::Elemental/0.103006": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Pod::Escapes/1.07": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Pod::Eventual/0.094003": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Pod::LaTeX/0.61": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Pod::Man/5.01": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Pod::Parser/1.66": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Pod::Plainer/1.04": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Pod::POM/2.01": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Pod::Simple/3.45": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Pod::Weaver/4.019": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/PPI/1.276": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Readonly/2.05": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Ref::Util/0.204": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Regexp::Common/2017060201": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Role::HasMessage/0.007": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Role::Identifiable::HasIdent/0.009": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Role::Tiny/2.002004": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Scalar::Util/1.63": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Scalar::Util::Numeric/0.40": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Scope::Guard/0.21": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Set::Array/0.30": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Set::IntervalTree/0.12": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Set::IntSpan/1.19": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Set::IntSpan::Fast/1.15": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Set::Object/1.42": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Set::Scalar/1.29": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Shell/0.73": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Socket/2.036": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Software::License/0.104003": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Specio/0.48": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Spiffy/0.46": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/SQL::Abstract/2.000001": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/SQL::Statement/1.414": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Statistics::Basic/1.6611": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Statistics::Descriptive/3.0800": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Storable/3.25": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/strictures/2.000006": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/String::Errf/0.009": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/String::Flogger/1.101246": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/String::Formatter/1.235": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/String::Print/0.94": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/String::RewritePrefix/0.009": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/String::Truncate/1.100603": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/String::TtyLength/0.03": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Sub::Exporter/0.989": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Sub::Exporter::ForMethods/0.100055": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Sub::Exporter::GlobExporter/0.006": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Sub::Exporter::Progressive/0.001013": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Sub::Identify/0.14": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Sub::Info/0.002": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Sub::Install/0.929": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Sub::Name/0.27": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Sub::Quote/2.006008": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Sub::Uplevel/0.2800": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/SVG/2.87": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Switch/2.17": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Sys::Info/0.7811": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Sys::Info::Base/0.7807": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Sys::Info::Driver::Linux/0.7905": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Sys::Info::Driver::Linux::Device::CPU/0.7905": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Sys::Info::Driver::Unknown/0.79": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Sys::Info::Driver::Unknown::Device::CPU/0.79": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Template/3.101": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Template::Plugin::Number::Format/1.06": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Term::Encoding/0.03": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Term::ReadKey/2.38": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Term::ReadLine::Gnu/1.45": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Term::Table/0.016": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Term::UI/0.50": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Test/1.26": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Test2::Plugin::NoWarnings/0.09": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Test2::Require::Module/0.000155": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Test::Base/0.89": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Test::CheckDeps/0.010": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Test::ClassAPI/1.07": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Test::CleanNamespaces/0.24": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Test::Deep/1.204": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Test::Differences/0.69": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Test::Exception/0.43": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Test::FailWarnings/0.008": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Test::Fatal/0.017": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Test::File/1.993": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Test::File::ShareDir::Dist/1.001002": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Test::Harness/3.44": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Test::LeakTrace/0.17": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Test::Memory::Cycle/1.06": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Test::More::UTF8/0.05": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Test::Most/0.38": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Test::Needs/0.002010": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Test::NoWarnings/1.06": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Test::Object/0.08": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Test::Output/1.033": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Test::Pod/1.52": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Test::Requires/0.11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Test::RequiresInternet/0.05": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Test::Simple/1.302195": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Test::SubCalls/1.10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Test::Sys::Info/0.23": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Test::Version/2.09": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Test::Warn/0.37": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Test::Warnings/0.031": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Test::Without::Module/0.21": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Test::YAML/1.07": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Text::Aligner/0.16": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Text::Balanced/2.06": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Text::CSV/2.02": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Text::CSV_XS/1.50": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Text::Diff/1.45": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Text::Format/0.62": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Text::Glob/0.11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Text::Iconv/1.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Text::Soundex/3.05": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Text::Table/1.135": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Text::Table::Manifold/1.03": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Text::Template/1.61": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Throwable/1.001": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Tie::Function/0.02": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Tie::IxHash/1.23": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Time::HiRes/1.9764": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Time::Local/1.35": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Time::Piece/1.3401": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Time::Piece::MySQL/0.06": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Tree::DAG_Node/1.32": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Try::Tiny/0.31": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Type::Tiny/2.004000": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Types::Serialiser/1.01": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Unicode::EastAsianWidth/12.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Unicode::LineBreak/2019.001": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/UNIVERSAL::moniker/0.08": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Unix::Processors/2.046": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/URI/5.19": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Variable::Magic/0.63": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/version/0.9929": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/Want/0.29": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/WWW::RobotRules/6.02": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/XML::Bare/0.53": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/XML::DOM/1.46": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/XML::Filter::BufferText/1.01": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/XML::NamespaceSupport/1.12": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/XML::Parser/2.46": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/XML::RegExp/0.04": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/XML::SAX/1.02": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/XML::SAX::Base/1.09": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/XML::SAX::Expat/0.51": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/XML::SAX::Writer/0.57": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/XML::Simple/2.25": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/XML::Tiny/2.07": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/XML::Twig/3.52": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/XML::Writer/0.900": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/XML::XPath/1.48": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/XSLoader/0.24": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/YAML/1.30": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0/YAML::Tiny/1.74": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "grpcio/1.57.0-GCCcore-12.3.0/grpcio/1.57.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "MDAnalysis/2.4.2-foss-2022b/fasteners/0.18": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "MDAnalysis/2.4.2-foss-2022b/funcsigs/1.0.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "MDAnalysis/2.4.2-foss-2022b/GridDataFormats/1.0.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "MDAnalysis/2.4.2-foss-2022b/gsd/2.8.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "MDAnalysis/2.4.2-foss-2022b/MDAnalysis/2.4.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "MDAnalysis/2.4.2-foss-2022b/mmtf-python/1.1.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "MDAnalysis/2.4.2-foss-2022b/mrcfile/1.4.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "MDAnalysis/2.4.2-foss-2022b/msgpack/1.0.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "orjson/3.9.15-GCCcore-12.3.0/mypy/1.10.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "orjson/3.9.15-GCCcore-12.3.0/mypy_extensions/1.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "orjson/3.9.15-GCCcore-12.3.0/orjson/3.9.15": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "orjson/3.9.15-GCCcore-12.3.0/ruff/0.4.8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Ruby/3.2.2-GCCcore-12.2.0/activesupport/5.2.8.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Ruby/3.2.2-GCCcore-12.2.0/addressable/2.8.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Ruby/3.2.2-GCCcore-12.2.0/arr-pm/0.0.12": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Ruby/3.2.2-GCCcore-12.2.0/backports/3.24.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Ruby/3.2.2-GCCcore-12.2.0/bundler/2.4.14": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Ruby/3.2.2-GCCcore-12.2.0/cabin/0.9.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Ruby/3.2.2-GCCcore-12.2.0/childprocess/4.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Ruby/3.2.2-GCCcore-12.2.0/clamp/1.3.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Ruby/3.2.2-GCCcore-12.2.0/concurrent-ruby/1.2.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Ruby/3.2.2-GCCcore-12.2.0/connection_pool/2.4.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Ruby/3.2.2-GCCcore-12.2.0/diff-lcs/1.5.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Ruby/3.2.2-GCCcore-12.2.0/ethon/0.16.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Ruby/3.2.2-GCCcore-12.2.0/faraday-net_http/3.0.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Ruby/3.2.2-GCCcore-12.2.0/faraday/1.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Ruby/3.2.2-GCCcore-12.2.0/faraday_middleware/1.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Ruby/3.2.2-GCCcore-12.2.0/ffi/1.15.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Ruby/3.2.2-GCCcore-12.2.0/gh/0.18.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Ruby/3.2.2-GCCcore-12.2.0/highline/2.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Ruby/3.2.2-GCCcore-12.2.0/i18n/1.14.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Ruby/3.2.2-GCCcore-12.2.0/json/2.6.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Ruby/3.2.2-GCCcore-12.2.0/launchy/2.5.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Ruby/3.2.2-GCCcore-12.2.0/minitest/5.18.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Ruby/3.2.2-GCCcore-12.2.0/multi_json/1.15.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Ruby/3.2.2-GCCcore-12.2.0/multipart-post/2.3.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Ruby/3.2.2-GCCcore-12.2.0/mustermann/3.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Ruby/3.2.2-GCCcore-12.2.0/net-http-persistent/2.9.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Ruby/3.2.2-GCCcore-12.2.0/net-http-pipeline/1.0.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Ruby/3.2.2-GCCcore-12.2.0/public_suffix/5.0.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Ruby/3.2.2-GCCcore-12.2.0/pusher-client/0.6.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Ruby/3.2.2-GCCcore-12.2.0/rack-protection/3.0.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Ruby/3.2.2-GCCcore-12.2.0/rack-test/2.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Ruby/3.2.2-GCCcore-12.2.0/rack/2.2.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Ruby/3.2.2-GCCcore-12.2.0/rspec-core/3.12.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Ruby/3.2.2-GCCcore-12.2.0/rspec-expectations/3.12.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Ruby/3.2.2-GCCcore-12.2.0/rspec-mocks/3.12.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Ruby/3.2.2-GCCcore-12.2.0/rspec-support/3.12.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Ruby/3.2.2-GCCcore-12.2.0/rspec/3.12.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Ruby/3.2.2-GCCcore-12.2.0/ruby2_keywords/0.0.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Ruby/3.2.2-GCCcore-12.2.0/sinatra/3.0.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Ruby/3.2.2-GCCcore-12.2.0/thread_safe/0.3.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Ruby/3.2.2-GCCcore-12.2.0/tilt/2.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Ruby/3.2.2-GCCcore-12.2.0/typhoeus/1.4.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Ruby/3.2.2-GCCcore-12.2.0/tzinfo/1.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Ruby/3.2.2-GCCcore-12.2.0/websocket/1.2.9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Ruby/3.2.2-GCCcore-12.2.0/zeitwerk/2.6.8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "crb-blast/0.6.9-GCC-12.3.0/bindeps/1.2.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "crb-blast/0.6.9-GCC-12.3.0/bio/1.6.0.pre.20181210": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "crb-blast/0.6.9-GCC-12.3.0/crb-blast/0.6.9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "crb-blast/0.6.9-GCC-12.3.0/facade/1.2.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "crb-blast/0.6.9-GCC-12.3.0/fixwhich/1.0.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "crb-blast/0.6.9-GCC-12.3.0/pathname2/1.8.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "crb-blast/0.6.9-GCC-12.3.0/threach/0.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "crb-blast/0.6.9-GCC-12.3.0/trollop/2.9.10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "h5netcdf/1.2.0-foss-2023a/h5netcdf/1.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "psycopg2/2.9.9-GCCcore-12.3.0/psycopg2/2.9.9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "SQLAlchemy/2.0.25-GCCcore-12.3.0/alembic/1.13.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "SQLAlchemy/2.0.25-GCCcore-12.3.0/async-timeout/4.0.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "SQLAlchemy/2.0.25-GCCcore-12.3.0/asyncpg/0.29.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "SQLAlchemy/2.0.25-GCCcore-12.3.0/greenlet/3.0.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "SQLAlchemy/2.0.25-GCCcore-12.3.0/SQLAlchemy/2.0.25": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "geopandas/0.14.2-foss-2023a/geopandas/0.14.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "geopandas/0.14.2-foss-2023a/mapclassify/2.6.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "wradlib/2.0.3-foss-2023a/cmweather/0.3.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "wradlib/2.0.3-foss-2023a/deprecation/2.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "wradlib/2.0.3-foss-2023a/lat_lon_parser/1.3.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "wradlib/2.0.3-foss-2023a/wradlib/2.0.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "wradlib/2.0.3-foss-2023a/xarray-datatree/0.0.13": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "wradlib/2.0.3-foss-2023a/xmltodict/0.13.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "wradlib/2.0.3-foss-2023a/xradar/0.5.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "LRBinner/0.1-foss-2023a/LRBinner/0.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "LRBinner/0.1-foss-2023a/tabulate/0.9.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "MultiQC/1.14-foss-2022b/coloredlogs/15.0.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "MultiQC/1.14-foss-2022b/colormath/3.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "MultiQC/1.14-foss-2022b/commonmark/0.9.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "MultiQC/1.14-foss-2022b/humanfriendly/10.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "MultiQC/1.14-foss-2022b/lzstring/1.0.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "MultiQC/1.14-foss-2022b/markdown-it-py/2.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "MultiQC/1.14-foss-2022b/Markdown/3.4.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "MultiQC/1.14-foss-2022b/mdurl/0.1.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "MultiQC/1.14-foss-2022b/multiqc/1.14": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "MultiQC/1.14-foss-2022b/Pygments/2.14.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "MultiQC/1.14-foss-2022b/rich-click/1.6.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "MultiQC/1.14-foss-2022b/rich/13.3.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "MultiQC/1.14-foss-2022b/spectra/0.0.11": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "basemap/1.3.9-foss-2023a/basemap/1.3.9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "basemap/1.3.9-foss-2023a/basemap_data/1.3.9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "basemap/1.3.9-foss-2023a/pyshp/2.3.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "mpl-ascii/0.10.0-gfbf-2023a/mpl-ascii/0.10.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "hatch-jupyter-builder/0.9.1-GCCcore-12.3.0/hatch_jupyter_builder/0.9.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "hatch-jupyter-builder/0.9.1-GCCcore-12.3.0/hatch_nodejs_version/0.3.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "statsmodels/0.14.1-gfbf-2023a/patsy/0.5.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "statsmodels/0.14.1-gfbf-2023a/statsmodels/0.14.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "statsmodels/0.14.1-gfbf-2023b/patsy/0.5.6": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "statsmodels/0.14.1-gfbf-2023b/statsmodels/0.14.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Cassiopeia/2.0.0-foss-2023a/bleach/6.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Cassiopeia/2.0.0-foss-2023a/Cassiopeia/2.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Cassiopeia/2.0.0-foss-2023a/comm/0.2.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Cassiopeia/2.0.0-foss-2023a/defusedxml/0.7.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Cassiopeia/2.0.0-foss-2023a/deprecation/2.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Cassiopeia/2.0.0-foss-2023a/fastjsonschema/2.19.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Cassiopeia/2.0.0-foss-2023a/hits/0.4.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Cassiopeia/2.0.0-foss-2023a/ipywidgets/8.1.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Cassiopeia/2.0.0-foss-2023a/itolapi/4.1.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Cassiopeia/2.0.0-foss-2023a/jupyter_client/8.6.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Cassiopeia/2.0.0-foss-2023a/jupyter_core/5.7.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Cassiopeia/2.0.0-foss-2023a/jupyter_packaging/0.12.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Cassiopeia/2.0.0-foss-2023a/jupyterlab_pygments/0.3.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Cassiopeia/2.0.0-foss-2023a/jupyterlab_widgets/3.0.10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Cassiopeia/2.0.0-foss-2023a/Levenshtein/0.22.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Cassiopeia/2.0.0-foss-2023a/mistune/3.0.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Cassiopeia/2.0.0-foss-2023a/nbclient/0.10.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Cassiopeia/2.0.0-foss-2023a/nbconvert/7.16.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Cassiopeia/2.0.0-foss-2023a/nbformat/5.10.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Cassiopeia/2.0.0-foss-2023a/ngs-tools/1.8.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Cassiopeia/2.0.0-foss-2023a/pandocfilters/1.5.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Cassiopeia/2.0.0-foss-2023a/python-Levenshtein/0.22.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Cassiopeia/2.0.0-foss-2023a/shortuuid/1.0.13": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Cassiopeia/2.0.0-foss-2023a/tinycss2/1.2.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Cassiopeia/2.0.0-foss-2023a/traitlets/5.14.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Cassiopeia/2.0.0-foss-2023a/widgetsnbextension/4.0.10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "cooler/0.10.2-foss-2023b/asciitree/0.3.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "cooler/0.10.2-foss-2023b/cooler/0.10.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "cooler/0.10.2-foss-2023b/cytoolz/1.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "cooler/0.10.2-foss-2023b/toolz/1.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "LightGBM/4.5.0-foss-2023a/lightgbm/4.5.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "pydantic/2.7.4-GCCcore-13.2.0/annotated_types/0.6.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "pydantic/2.7.4-GCCcore-13.2.0/pydantic/2.7.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "pydantic/2.7.4-GCCcore-13.2.0/pydantic_core/2.18.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "SlurmViewer/1.0.1-GCCcore-13.2.0/asyncssh/2.18.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "SlurmViewer/1.0.1-GCCcore-13.2.0/plotext/5.2.8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "SlurmViewer/1.0.1-GCCcore-13.2.0/slurm-viewer/1.0.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "SlurmViewer/1.0.1-GCCcore-13.2.0/textual-plotext/0.2.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "SlurmViewer/1.0.1-GCCcore-13.2.0/textual/0.85.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "rpy2/3.5.15-foss-2023a/coverage/7.4.3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "rpy2/3.5.15-foss-2023a/pytest-cov/4.1.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "rpy2/3.5.15-foss-2023a/rpy2/3.5.15": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "rpy2/3.5.15-foss-2023a/tzlocal/5.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Tombo/1.5.1-foss-2023a/mappy/2.28": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Tombo/1.5.1-foss-2023a/ont-tombo/1.5.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "Tombo/1.5.1-foss-2023a/pyfaidx/0.5.8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "lit/18.1.2-GCCcore-12.3.0/lit/18.1.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "lit/18.1.7-GCCcore-13.2.0/lit/18.1.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "lit/18.1.7-GCCcore-13.2.0/pexpect/4.9.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "lit/18.1.7-GCCcore-13.2.0/ptyprocess/0.7.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "coverage/7.4.4-GCCcore-13.2.0/coverage/7.4.4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "pre-commit/3.7.0-GCCcore-13.2.0/cfgv/3.4.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "pre-commit/3.7.0-GCCcore-13.2.0/identify/2.5.35": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "pre-commit/3.7.0-GCCcore-13.2.0/nodeenv/1.8.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "pre-commit/3.7.0-GCCcore-13.2.0/pre-commit/3.7.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "astropy-testing/7.0.0-gfbf-2023b/pytest-arraydiff/0.6.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "astropy-testing/7.0.0-gfbf-2023b/pytest-astropy-header/0.2.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "astropy-testing/7.0.0-gfbf-2023b/pytest-astropy/0.11.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "astropy-testing/7.0.0-gfbf-2023b/pytest-cov/5.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "astropy-testing/7.0.0-gfbf-2023b/pytest-doctestplus/1.3.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "astropy-testing/7.0.0-gfbf-2023b/pytest-filter-subpackage/0.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "astropy-testing/7.0.0-gfbf-2023b/pytest-mock/3.14.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "astropy-testing/7.0.0-gfbf-2023b/pytest-remotedata/0.4.1": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "astropy/7.0.0-gfbf-2023b/astropy-iers-data/0.2025.1.6.0.33.42": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "astropy/7.0.0-gfbf-2023b/astropy/7.0.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "astropy/7.0.0-gfbf-2023b/colorlog/6.9.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "astropy/7.0.0-gfbf-2023b/extension-helpers/1.2.0": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "astropy/7.0.0-gfbf-2023b/pyerfa/2.0.1.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "ruamel.yaml/0.17.32-GCCcore-12.3.0/configobj/5.0.8": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "ruamel.yaml/0.17.32-GCCcore-12.3.0/lz4/4.3.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "ruamel.yaml/0.17.32-GCCcore-12.3.0/ruamel.yaml.base/0.3.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "ruamel.yaml/0.17.32-GCCcore-12.3.0/ruamel.yaml.clib/0.2.7": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "ruamel.yaml/0.17.32-GCCcore-12.3.0/ruamel.yaml.cmd/0.6.5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "ruamel.yaml/0.17.32-GCCcore-12.3.0/ruamel.yaml.convert/0.3.2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, - "ruamel.yaml/0.17.32-GCCcore-12.3.0/ruamel.yaml/0.17.32": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - } -} \ No newline at end of file From 365afa89764c126e8a2c5a94289150e1dd085476 Mon Sep 17 00:00:00 2001 From: Arturo Gimeno Date: Wed, 16 Apr 2025 15:53:29 +0200 Subject: [PATCH 12/30] changed license for cachecontrol --- licenses/extension_licenses.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/licenses/extension_licenses.json b/licenses/extension_licenses.json index f2a4e3dc85..52f903b096 100644 --- a/licenses/extension_licenses.json +++ b/licenses/extension_licenses.json @@ -76,7 +76,9 @@ "Retrieved from": "https://github.com/DanielStutzbach/blist" }, "CacheControl": { - "License": "not found", + "License": [ + "Apache Software License" + ], "Permission to redistribute": false, "Retrieved from": "not found" }, From 24b62279fdafc139e0c558c21483ff1fece422ef Mon Sep 17 00:00:00 2001 From: torri Date: Wed, 16 Apr 2025 15:57:12 +0200 Subject: [PATCH 13/30] adding things --- licenses/extension_licenses.json | 4268 +++++++++++++++--------------- 1 file changed, 2134 insertions(+), 2134 deletions(-) diff --git a/licenses/extension_licenses.json b/licenses/extension_licenses.json index f2a4e3dc85..03021b640e 100644 --- a/licenses/extension_licenses.json +++ b/licenses/extension_licenses.json @@ -1130,89 +1130,89 @@ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Carp" }, "constant": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=constant" }, - "Data-Dumper": { + "Data::Dumper": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Data-Dumper" }, "Exporter": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Exporter" }, - "File-Path": { + "File::Path": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/jkeenan/File-Path" }, - "File-Spec": { + "File::Spec": { "License": "not found", "Permission to redistribute": false, "Retrieved from": "not found" }, - "Getopt-Long": { + "Getopt::Long": { "License": [ "Other" ], "Permission to redistribute": false, "Retrieved from": "https://github.com/sciurius/perl-Getopt-Long" }, - "IO-File": { + "IO::File": { "License": "not found", "Permission to redistribute": false, "Retrieved from": "not found" }, - "Text-ParseWords": { + "Text::ParseWords": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Text-ParseWords" }, - "Thread-Queue": { + "Thread::Queue": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Thread-Queue" }, "threads": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=threads" } }, "Perl/5.36.0-GCCcore-12.2.0": { - "Algorithm-Dependency": { + "Algorithm::Dependency": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/karenetheridge/Algorithm-Dependency" }, - "Algorithm-Diff": { + "Algorithm::Diff": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Algorithm-Diff" }, "aliased": { "License": [ @@ -1226,16 +1226,16 @@ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=AnyEvent" }, - "App-Cmd": { + "App::Cmd": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/rjbs/App-Cmd" }, - "App-cpanminus": { + "App::cpanminus": { "License": [ "Artistic-1.0-Perl" ], @@ -1249,33 +1249,33 @@ "Permission to redistribute": true, "Retrieved from": "https://github.com/neilbowers/AppConfig" }, - "Archive-Extract": { + "Archive::Extract": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Archive-Extract" }, - "Array-Transpose": { + "Array::Transpose": { "License": [ "BSD-3-Clause" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/mrdvt92/perl-Array-Transpose" }, - "Array-Utils": { + "Array::Utils": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Array-Utils" }, - "Authen-NTLM": { + "Authen::NTLM": { "License": "not found", "Permission to redistribute": false, "Retrieved from": "not found" }, - "Authen-SASL": { + "Authen::SASL": { "License": [ "Artistic-1.0-Perl" ], @@ -1287,21 +1287,21 @@ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=AutoLoader" }, - "B-Hooks-EndOfScope": { + "B::Hooks::EndOfScope": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/karenetheridge/B-Hooks-EndOfScope" }, - "B-Lint": { + "B::Lint": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=B-Lint" }, "boolean": { "License": [ @@ -1310,28 +1310,28 @@ "Permission to redistribute": true, "Retrieved from": "https://github.com/ingydotnet/boolean-pm" }, - "Business-ISBN": { + "Business::ISBN": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/briandfoy/business-isbn" }, - "Business-ISBN-Data": { + "Business::ISBN::Data": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/briandfoy/business-isbn-data" }, - "Canary-Stability": { + "Canary::Stability": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Canary-Stability" }, - "Capture-Tiny": { + "Capture::Tiny": { "License": [ "Apache-2.0" ], @@ -1343,91 +1343,91 @@ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Carp" }, - "Carp-Clan": { + "Carp::Clan": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/karenetheridge/Carp-Clan" }, - "Carp-Heavy": { + "Carp::Heavy": { "License": "not found", "Permission to redistribute": false, "Retrieved from": "not found" }, - "Class-Accessor": { + "Class::Accessor": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Class-Accessor" }, - "Class-Data-Inheritable": { + "Class::Data::Inheritable": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Class-Data-Inheritable" }, - "Class-DBI": { + "Class::DBI": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Class-DBI" }, - "Class-DBI-SQLite": { + "Class::DBI::SQLite": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Class-DBI-SQLite" }, - "Class-Inspector": { + "Class::Inspector": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/plicease/Class-Inspector" }, - "Class-ISA": { + "Class::ISA": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Class-ISA" }, - "Class-Load": { + "Class::Load": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/moose/Class-Load" }, - "Class-Load-XS": { + "Class::Load::XS": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/moose/Class-Load-XS" }, - "Class-Singleton": { + "Class::Singleton": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/steve-m-hay/Class-Singleton" }, - "Class-Tiny": { + "Class::Tiny": { "License": [ "Apache-2.0" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/dagolden/Class-Tiny" }, - "Class-Trigger": { + "Class::Trigger": { "License": [ "Artistic-1.0-Perl" ], @@ -1439,51 +1439,51 @@ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Clone" }, - "Clone-Choose": { + "Clone::Choose": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/perl5-utils/Clone-Choose" }, - "common-sense": { + "common::sense": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=common-sense" }, - "Config-General": { + "Config::General": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Config-General" }, - "Config-INI": { + "Config::INI": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/rjbs/Config-INI" }, - "Config-MVP": { + "Config::MVP": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/rjbs/Config-MVP" }, - "Config-Simple": { + "Config::Simple": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Config-Simple" }, - "Config-Tiny": { + "Config::Tiny": { "License": [ "Artistic-1.0-Perl" ], @@ -1495,9 +1495,9 @@ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=constant" }, - "CPAN-Meta-Check": { + "CPAN::Meta::Check": { "License": [ "Artistic-1.0-Perl" ], @@ -1511,14 +1511,14 @@ "Permission to redistribute": true, "Retrieved from": "https://github.com/jib/cpanplus-devel" }, - "Crypt-DES": { + "Crypt::DES": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Crypt-DES" }, - "Crypt-Rijndael": { + "Crypt::Rijndael": { "License": [ "Other" ], @@ -1530,89 +1530,89 @@ "Permission to redistribute": false, "Retrieved from": "not found" }, - "Cwd-Guard": { + "Cwd::Guard": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/kazeburo/Cwd-Guard" }, - "Data-Dump": { + "Data::Dump": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Data-Dump" }, - "Data-Dumper": { + "Data::Dumper": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Data-Dumper" }, - "Data-Dumper-Concise": { + "Data::Dumper::Concise": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/p5sagit/Data-Dumper-Concise" }, - "Data-Grove": { + "Data::Grove": { "License": "not found", "Permission to redistribute": false, "Retrieved from": "not found" }, - "Data-OptList": { + "Data::OptList": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/rjbs/Data-OptList" }, - "Data-Section": { + "Data::Section": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/rjbs/Data-Section" }, - "Data-Section-Simple": { + "Data::Section::Simple": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/miyagawa/Data-Section-Simple" }, - "Data-Stag": { + "Data::Stag": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Data-Stag" }, - "Data-Types": { + "Data::Types": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/manwar/Data-Types" }, - "Data-UUID": { + "Data::UUID": { "License": [ "BSD-3-Clause" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Data-UUID" }, - "Date-Handler": { + "Date::Handler": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Date-Handler" }, - "Date-Language": { + "Date::Language": { "License": "not found", "Permission to redistribute": false, "Retrieved from": "not found" @@ -1624,154 +1624,154 @@ "Permission to redistribute": true, "Retrieved from": "https://github.com/houseabsolute/DateTime.pm" }, - "DateTime-Locale": { + "DateTime::Locale": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/houseabsolute/DateTime-Locale" }, - "DateTime-TimeZone": { + "DateTime::TimeZone": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/houseabsolute/DateTime-TimeZone" }, - "DateTime-Tiny": { + "DateTime::Tiny": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/dagolden/DateTime-Tiny" }, - "DBD-CSV": { + "DBD::CSV": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/perl5-dbi/DBD-CSV" }, - "DBD-SQLite": { + "DBD::SQLite": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=DBD-SQLite" }, "DBI": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=DBI" }, - "DBIx-Admin-TableInfo": { + "DBIx::Admin::TableInfo": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/ronsavage/DBIx-Admin-TableInfo" }, - "DBIx-ContextualFetch": { + "DBIx::ContextualFetch": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=DBIx-ContextualFetch" }, - "DBIx-Simple": { + "DBIx::Simple": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=DBIx-Simple" }, - "Devel-CheckCompiler": { + "Devel::CheckCompiler": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/tokuhirom/Devel-CheckCompiler" }, - "Devel-CheckLib": { + "Devel::CheckLib": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Devel-CheckLib" }, - "Devel-Cycle": { + "Devel::Cycle": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Devel-Cycle" }, - "Devel-GlobalDestruction": { + "Devel::GlobalDestruction": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/Devel-GlobalDestruction.git" }, - "Devel-OverloadInfo": { + "Devel::OverloadInfo": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/ilmari/Devel-OverloadInfo" }, - "Devel-Size": { + "Devel::Size": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Devel-Size" }, - "Devel-StackTrace": { + "Devel::StackTrace": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/houseabsolute/Devel-StackTrace" }, - "Digest-HMAC": { + "Digest::HMAC": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/arodland/Digest-HMAC" }, - "Digest-MD5-File": { + "Digest::MD5::File": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Digest-MD5-File" }, - "Digest-SHA1": { + "Digest::SHA1": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Digest-SHA1" }, - "Dist-CheckConflicts": { + "Dist::CheckConflicts": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/doy/dist-checkconflicts" }, - "Dist-Zilla": { + "Dist::Zilla": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/rjbs/Dist-Zilla" }, - "Email-Date-Format": { + "Email::Date::Format": { "License": [ "Artistic-1.0-Perl" ], @@ -1783,14 +1783,14 @@ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Encode" }, - "Encode-Locale": { + "Encode::Locale": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Encode-Locale" }, "Error": { "License": [ @@ -1799,14 +1799,14 @@ "Permission to redistribute": true, "Retrieved from": "https://github.com/shlomif/perl-error.pm" }, - "Eval-Closure": { + "Eval::Closure": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/doy/eval-closure" }, - "Exception-Class": { + "Exception::Class": { "License": [ "Artistic-1.0-Perl" ], @@ -1825,238 +1825,238 @@ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Exporter" }, - "Exporter-Declare": { + "Exporter::Declare": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Exporter-Declare" }, - "Exporter-Tiny": { + "Exporter::Tiny": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/tobyink/p5-exporter-tiny" }, - "ExtUtils-CBuilder": { + "ExtUtils::CBuilder": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/Perl-Toolchain-Gang/ExtUtils-CBuilder" }, - "ExtUtils-Config": { + "ExtUtils::Config": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/Perl-Toolchain-Gang/extutils-config" }, - "ExtUtils-Constant": { + "ExtUtils::Constant": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=ExtUtils-Constant" }, - "ExtUtils-CppGuess": { + "ExtUtils::CppGuess": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/tsee/extutils-cppguess" }, - "ExtUtils-Helpers": { + "ExtUtils::Helpers": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/Perl-Toolchain-Gang/extutils-helpers" }, - "ExtUtils-InstallPaths": { + "ExtUtils::InstallPaths": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/Leont/extutils-installpaths" }, - "ExtUtils-MakeMaker": { + "ExtUtils::MakeMaker": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=ExtUtils-MakeMaker" }, - "ExtUtils-ParseXS": { + "ExtUtils::ParseXS": { "License": [ "Other" ], "Permission to redistribute": false, "Retrieved from": "https://github.com/Perl/perl5" }, - "Fennec-Lite": { + "Fennec::Lite": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Fennec-Lite" }, - "File-CheckTree": { + "File::CheckTree": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/rafl/file-checktree" }, - "File-Copy-Recursive": { + "File::Copy::Recursive": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/drmuey/p5-File-Copy-Recursive" }, - "File-Copy-Recursive-Reduced": { + "File::Copy::Recursive::Reduced": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/jkeenan/file-copy-recursive-reduced" }, - "File-Find-Rule": { + "File::Find::Rule": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=File-Find-Rule" }, - "File-Find-Rule-Perl": { + "File::Find::Rule::Perl": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/karenetheridge/File-Find-Rule-Perl" }, - "File-Grep": { + "File::Grep": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=File-Grep" }, - "File-HomeDir": { + "File::HomeDir": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/perl5-utils/File-HomeDir" }, - "File-Listing": { + "File::Listing": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/PerlAlien/File-Listing" }, - "File-Next": { + "File::Next": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=File-Next" }, - "File-Path": { + "File::Path": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/jkeenan/File-Path" }, - "File-pushd": { + "File::pushd": { "License": [ "Apache-2.0" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/dagolden/File-pushd" }, - "File-Remove": { + "File::Remove": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/shlomif/File-Remove" }, - "File-ShareDir": { + "File::ShareDir": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/perl5-utils/File-ShareDir" }, - "File-ShareDir-Install": { + "File::ShareDir::Install": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/Perl-Toolchain-Gang/File-ShareDir-Install" }, - "File-Slurp": { + "File::Slurp": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/perhunter/slurp" }, - "File-Slurp-Tiny": { + "File::Slurp::Tiny": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/Leont/file-slurp-tiny" }, - "File-Slurper": { + "File::Slurper": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/Leont/file-slurp-sane" }, - "File-Spec": { + "File::Spec": { "License": "not found", "Permission to redistribute": false, "Retrieved from": "not found" }, - "File-Temp": { + "File::Temp": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/Perl-Toolchain-Gang/File-Temp" }, - "File-Which": { + "File::Which": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/uperl/File-Which" }, - "Font-TTF": { + "Font::TTF": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/silnrsi/font-ttf" }, - "Getopt-Long": { + "Getopt::Long": { "License": [ "Other" ], "Permission to redistribute": false, "Retrieved from": "https://github.com/sciurius/perl-Getopt-Long" }, - "Getopt-Long-Descriptive": { + "Getopt::Long::Descriptive": { "License": [ "Artistic-1.0-Perl" ], @@ -2068,14 +2068,14 @@ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Git" }, "GO": { "License": "not found", "Permission to redistribute": false, "Retrieved from": "not found" }, - "GO-Utils": { + "GO::Utils": { "License": "not found", "Permission to redistribute": false, "Retrieved from": "not found" @@ -2087,14 +2087,14 @@ "Permission to redistribute": true, "Retrieved from": "https://github.com/graphviz-perl/Graph" }, - "Graph-ReadWrite": { + "Graph::ReadWrite": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/neilb/Graph-ReadWrite" }, - "Hash-Merge": { + "Hash::Merge": { "License": [ "Artistic-1.0-Perl" ], @@ -2106,84 +2106,84 @@ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Heap" }, - "HTML-Entities-Interpolate": { + "HTML::Entities::Interpolate": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/ronsavage/HTML-Entities-Interpolate" }, - "HTML-Form": { + "HTML::Form": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/libwww-perl/HTML-Form" }, - "HTML-Parser": { + "HTML::Parser": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/libwww-perl/HTML-Parser" }, - "HTML-Tagset": { + "HTML::Tagset": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/petdance/html-tagset" }, - "HTML-Template": { + "HTML::Template": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=HTML-Template" }, - "HTML-Tree": { + "HTML::Tree": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/kentfredric/HTML-Tree" }, - "HTTP-Cookies": { + "HTTP::Cookies": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/libwww-perl/HTTP-Cookies" }, - "HTTP-Daemon": { + "HTTP::Daemon": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/libwww-perl/HTTP-Daemon" }, - "HTTP-Date": { + "HTTP::Date": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/libwww-perl/HTTP-Date" }, - "HTTP-Negotiate": { + "HTTP::Negotiate": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=HTTP-Negotiate" }, - "HTTP-Request": { + "HTTP::Request": { "License": "not found", "Permission to redistribute": false, "Retrieved from": "not found" }, - "HTTP-Tiny": { + "HTTP::Tiny": { "License": [ "Artistic-1.0-Perl" ], @@ -2195,16 +2195,16 @@ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=if" }, - "Ima-DBI": { + "Ima::DBI": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Ima-DBI" }, - "Import-Into": { + "Import::Into": { "License": [ "Artistic-1.0-Perl" ], @@ -2216,7 +2216,7 @@ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Importer" }, "Inline": { "License": [ @@ -2225,63 +2225,63 @@ "Permission to redistribute": true, "Retrieved from": "https://github.com/ingydotnet/inline-pm" }, - "IO-HTML": { + "IO::HTML": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/madsen/io-html" }, - "IO-Socket-SSL": { + "IO::Socket::SSL": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/noxxi/p5-io-socket-ssl" }, - "IO-String": { + "IO::String": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=IO-String" }, - "IO-Stringy": { + "IO::Stringy": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/genio/IO-Stringy" }, - "IO-Tty": { + "IO::Tty": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=IO-Tty" }, - "IPC-Cmd": { + "IPC::Cmd": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=IPC-Cmd" }, - "IPC-Run": { + "IPC::Run": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=IPC-Run" }, - "IPC-Run3": { + "IPC::Run3": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=IPC-Run3" }, - "IPC-System-Simple": { + "IPC::System::Simple": { "License": [ "Artistic-1.0-Perl" ], @@ -2293,335 +2293,335 @@ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=JSON" }, - "JSON-XS": { + "JSON::XS": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=JSON-XS" }, - "Lingua-EN-PluralToSingular": { + "Lingua::EN::PluralToSingular": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Lingua-EN-PluralToSingular" }, - "List-AllUtils": { + "List::AllUtils": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/houseabsolute/List-AllUtils" }, - "List-MoreUtils": { + "List::MoreUtils": { "License": [ "Apache-2.0" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/perl5-utils/List-MoreUtils" }, - "List-MoreUtils-XS": { + "List::MoreUtils::XS": { "License": [ "Apache-2.0" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/perl5-utils/List-MoreUtils-XS" }, - "List-SomeUtils": { + "List::SomeUtils": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/houseabsolute/List-SomeUtils" }, - "List-Util": { + "List::Util": { "License": "not found", "Permission to redistribute": false, "Retrieved from": "not found" }, - "List-UtilsBy": { + "List::UtilsBy": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=List-UtilsBy" }, - "local-lib": { + "local::lib": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/Perl-Toolchain-Gang/local-lib" }, - "Locale-Maketext-Simple": { + "Locale::Maketext::Simple": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Locale-Maketext-Simple" }, - "Log-Dispatch": { + "Log::Dispatch": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/houseabsolute/Log-Dispatch" }, - "Log-Dispatchouli": { + "Log::Dispatchouli": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/rjbs/Log-Dispatchouli" }, - "Log-Handler": { + "Log::Handler": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Log-Handler" }, - "Log-Log4perl": { + "Log::Log4perl": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/mschilli/log4perl" }, - "Log-Message": { + "Log::Message": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Log-Message" }, - "Log-Message-Simple": { + "Log::Message::Simple": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Log-Message-Simple" }, - "Log-Report": { + "Log::Report": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/markov2/perl5-Log-Report" }, - "Log-Report-Optional": { + "Log::Report::Optional": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/markov2/perl5-Log-Report-Optional" }, - "Logger-Simple": { + "Logger::Simple": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Logger-Simple" }, - "LWP-MediaTypes": { + "LWP::MediaTypes": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/libwww-perl/lwp-mediatypes" }, - "LWP-Protocol-https": { + "LWP::Protocol::https": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/libwww-perl/LWP-Protocol-https" }, - "LWP-Simple": { + "LWP::Simple": { "License": "not found", "Permission to redistribute": false, "Retrieved from": "not found" }, - "Mail-Util": { + "Mail::Util": { "License": "not found", "Permission to redistribute": false, "Retrieved from": "not found" }, - "Math-Bezier": { + "Math::Bezier": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Math-Bezier" }, - "Math-CDF": { + "Math::CDF": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Math-CDF" }, - "Math-Round": { + "Math::Round": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/neilb/Math-Round" }, - "Math-Utils": { + "Math::Utils": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Math-Utils" }, - "Math-VecStat": { + "Math::VecStat": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Math-VecStat" }, - "MCE-Mutex": { + "MCE::Mutex": { "License": "not found", "Permission to redistribute": false, "Retrieved from": "not found" }, - "Meta-Builder": { + "Meta::Builder": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Meta-Builder" }, - "MIME-Base64": { + "MIME::Base64": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/Dual-Life/mime-base64" }, - "MIME-Charset": { + "MIME::Charset": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=MIME-Charset" }, - "MIME-Lite": { + "MIME::Lite": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=MIME-Lite" }, - "MIME-Types": { + "MIME::Types": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/markov2/perl5-MIME-Types" }, - "Mixin-Linewise-Readers": { + "Mixin::Linewise::Readers": { "License": "not found", "Permission to redistribute": false, "Retrieved from": "not found" }, - "Mock-Quick": { + "Mock::Quick": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Mock-Quick" }, - "Module-Build": { + "Module::Build": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Module-Build" }, - "Module-Build-Tiny": { + "Module::Build::Tiny": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/Perl-Toolchain-Gang/module-build-tiny" }, - "Module-Build-XSUtil": { + "Module::Build::XSUtil": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/hideo55/Module-Build-XSUtil" }, - "Module-CoreList": { + "Module::CoreList": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Module-CoreList" }, - "Module-Implementation": { + "Module::Implementation": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/autarch/Module-Implementation" }, - "Module-Install": { + "Module::Install": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Module-Install" }, - "Module-Load": { + "Module::Load": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Module-Load" }, - "Module-Load-Conditional": { + "Module::Load::Conditional": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Module-Load-Conditional" }, - "Module-Metadata": { + "Module::Metadata": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/Perl-Toolchain-Gang/Module-Metadata" }, - "Module-Path": { + "Module::Path": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/neilbowers/Module-Path" }, - "Module-Pluggable": { + "Module::Pluggable": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/simonwistow/Module-Pluggable" }, - "Module-Runtime": { + "Module::Runtime": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/haarg/Module-Runtime" }, - "Module-Runtime-Conflicts": { + "Module::Runtime::Conflicts": { "License": [ "Artistic-1.0-Perl" ], @@ -2642,42 +2642,42 @@ "Permission to redistribute": true, "Retrieved from": "https://github.com/moose/Moose" }, - "MooseX-LazyRequire": { + "MooseX::LazyRequire": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/moose/MooseX-LazyRequire" }, - "MooseX-OneArgNew": { + "MooseX::OneArgNew": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/rjbs/MooseX-OneArgNew" }, - "MooseX-Role-Parameterized": { + "MooseX::Role::Parameterized": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/moose/MooseX-Role-Parameterized" }, - "MooseX-SetOnce": { + "MooseX::SetOnce": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/rjbs/MooseX-SetOnce" }, - "MooseX-Types": { + "MooseX::Types": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/moose/MooseX-Types" }, - "MooseX-Types-Perl": { + "MooseX::Types::Perl": { "License": [ "Artistic-1.0-Perl" ], @@ -2691,117 +2691,117 @@ "Permission to redistribute": true, "Retrieved from": "https://github.com/xslate/p5-Mouse" }, - "Mozilla-CA": { + "Mozilla::CA": { "License": [ "Other" ], "Permission to redistribute": false, "Retrieved from": "https://github.com/libwww-perl/Mozilla-CA" }, - "MRO-Compat": { + "MRO::Compat": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/moose/MRO-Compat" }, - "namespace-autoclean": { + "namespace::autoclean": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/moose/namespace-autoclean" }, - "namespace-clean": { + "namespace::clean": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/p5sagit/namespace-clean" }, - "Net-Domain": { + "Net::Domain": { "License": "not found", "Permission to redistribute": false, "Retrieved from": "not found" }, - "Net-HTTP": { + "Net::HTTP": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/libwww-perl/Net-HTTP" }, - "Net-SMTP-SSL": { + "Net::SMTP::SSL": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Net-SMTP-SSL" }, - "Net-SNMP": { + "Net::SNMP": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Net-SNMP" }, - "Net-SSLeay": { + "Net::SSLeay": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/radiator-software/p5-net-ssleay" }, - "Number-Compare": { + "Number::Compare": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Number-Compare" }, - "Number-Format": { + "Number::Format": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Number-Format" }, - "Object-Accessor": { + "Object::Accessor": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/jib/object-accessor" }, - "Object-InsideOut": { + "Object::InsideOut": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Object-InsideOut" }, - "Package-Constants": { + "Package::Constants": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Package-Constants" }, - "Package-DeprecationManager": { + "Package::DeprecationManager": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/moose/Package-DeprecationManager" }, - "Package-Stash": { + "Package::Stash": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/moose/Package-Stash" }, - "Package-Stash-XS": { + "Package::Stash::XS": { "License": [ "Artistic-1.0-Perl" ], @@ -2813,37 +2813,37 @@ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=PadWalker" }, - "Parallel-ForkManager": { + "Parallel::ForkManager": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/dluxhu/perl-parallel-forkmanager" }, - "Params-Check": { + "Params::Check": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Params-Check" }, - "Params-Util": { + "Params::Util": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/perl5-utils/Params-Util" }, - "Params-Validate": { + "Params::Validate": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/houseabsolute/Params-Validate" }, - "Params-ValidationCompiler": { + "Params::ValidationCompiler": { "License": [ "Artistic-2.0" ], @@ -2857,103 +2857,103 @@ "Permission to redistribute": true, "Retrieved from": "https://github.com/Corion/parent" }, - "Parse-RecDescent": { + "Parse::RecDescent": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/jtbraun/Parse-RecDescent" }, - "Path-Tiny": { + "Path::Tiny": { "License": [ "Apache-2.0" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/dagolden/Path-Tiny" }, - "PDF-API2": { + "PDF::API2": { "License": [ "LGPL-2.1" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/ssimms/pdfapi2" }, - "Perl-OSType": { + "Perl::OSType": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/Perl-Toolchain-Gang/Perl-OSType" }, - "PerlIO-utf8_strict": { + "PerlIO::utf8_strict": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/Leont/perlio-utf8_strict" }, - "Pod-Elemental": { + "Pod::Elemental": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/rjbs/Pod-Elemental" }, - "Pod-Escapes": { + "Pod::Escapes": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/neilbowers/Pod-Escapes" }, - "Pod-Eventual": { + "Pod::Eventual": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/rjbs/Pod-Eventual" }, - "Pod-LaTeX": { + "Pod::LaTeX": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/timj/perl-Pod-LaTeX" }, - "Pod-Man": { + "Pod::Man": { "License": "not found", "Permission to redistribute": false, "Retrieved from": "not found" }, - "Pod-Parser": { + "Pod::Parser": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Pod-Parser" }, - "Pod-Plainer": { + "Pod::Plainer": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Pod-Plainer" }, - "Pod-POM": { + "Pod::POM": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/neilb/Pod-POM" }, - "Pod-Simple": { + "Pod::Simple": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/perl-pod/pod-simple" }, - "Pod-Weaver": { + "Pod::Weaver": { "License": [ "Artistic-1.0-Perl" ], @@ -2967,7 +2967,7 @@ "Permission to redistribute": true, "Retrieved from": "https://github.com/sanko/readonly" }, - "Regexp-Common": { + "Regexp::Common": { "License": [ "MIT", "MIT", @@ -2976,82 +2976,82 @@ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Regexp-Common" }, - "Role-HasMessage": { + "Role::HasMessage": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/rjbs/Role-HasMessage" }, - "Role-Identifiable-HasIdent": { + "Role::Identifiable::HasIdent": { "License": "not found", "Permission to redistribute": false, "Retrieved from": "not found" }, - "Role-Tiny": { + "Role::Tiny": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/moose/Role-Tiny" }, - "Scalar-Util": { + "Scalar::Util": { "License": "not found", "Permission to redistribute": false, "Retrieved from": "not found" }, - "Scalar-Util-Numeric": { + "Scalar::Util::Numeric": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Scalar-Util-Numeric" }, - "Scope-Guard": { + "Scope::Guard": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Scope-Guard" }, - "Set-Array": { + "Set::Array": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Set-Array" }, - "Set-IntervalTree": { + "Set::IntervalTree": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Set-IntervalTree" }, - "Set-IntSpan": { + "Set::IntSpan": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Set-IntSpan" }, - "Set-IntSpan-Fast": { + "Set::IntSpan::Fast": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Set-IntSpan-Fast" }, - "Set-Object": { + "Set::Object": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/rurban/Set-Object" }, - "Set-Scalar": { + "Set::Scalar": { "License": [ "Artistic-1.0-Perl" ], @@ -3063,16 +3063,16 @@ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Shell" }, "Socket": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Socket" }, - "Software-License": { + "Software::License": { "License": [ "Artistic-1.0-Perl" ], @@ -3086,28 +3086,28 @@ "Permission to redistribute": true, "Retrieved from": "https://github.com/houseabsolute/Specio" }, - "SQL-Abstract": { + "SQL::Abstract": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/dbsrgits/sql-abstract" }, - "SQL-Statement": { + "SQL::Statement": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/perl5-dbi/SQL-Statement" }, - "Statistics-Basic": { + "Statistics::Basic": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Statistics-Basic" }, - "Statistics-Descriptive": { + "Statistics::Descriptive": { "License": [ "Artistic-1.0-Perl" ], @@ -3119,7 +3119,7 @@ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Storable" }, "strictures": { "License": [ @@ -3128,91 +3128,91 @@ "Permission to redistribute": true, "Retrieved from": "https://github.com/p5sagit/strictures" }, - "String-Flogger": { + "String::Flogger": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/rjbs/String-Flogger" }, - "String-Print": { + "String::Print": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/markov2/perl5-String-Print" }, - "String-RewritePrefix": { + "String::RewritePrefix": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/rjbs/String-RewritePrefix" }, - "String-Truncate": { + "String::Truncate": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/rjbs/String-Truncate" }, - "Sub-Exporter": { + "Sub::Exporter": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/rjbs/Sub-Exporter" }, - "Sub-Exporter-ForMethods": { + "Sub::Exporter::ForMethods": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/rjbs/Sub-Exporter-ForMethods" }, - "Sub-Exporter-Progressive": { + "Sub::Exporter::Progressive": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/frioux/Sub-Exporter-Progressive" }, - "Sub-Identify": { + "Sub::Identify": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/rgs/Sub-Identify" }, - "Sub-Info": { + "Sub::Info": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Sub-Info" }, - "Sub-Install": { + "Sub::Install": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/rjbs/Sub-Install" }, - "Sub-Name": { + "Sub::Name": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/p5sagit/Sub-Name" }, - "Sub-Quote": { + "Sub::Quote": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/moose/Sub-Quote" }, - "Sub-Uplevel": { + "Sub::Uplevel": { "License": [ "Artistic-1.0-Perl" ], @@ -3231,30 +3231,30 @@ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Switch" }, - "Sys-Info": { + "Sys::Info": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/burak/CPAN-Sys-Info" }, - "Sys-Info-Base": { + "Sys::Info::Base": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/burak/CPAN-Sys-Info-Base" }, - "Sys-Info-Driver-Linux": { + "Sys::Info::Driver::Linux": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/burak/CPAN-Sys-Info-Driver-Linux" }, - "Sys-Info-Driver-Unknown": { + "Sys::Info::Driver::Unknown": { "License": [ "Artistic-1.0-Perl" ], @@ -3266,40 +3266,40 @@ "Permission to redistribute": false, "Retrieved from": "not found" }, - "Template-Plugin-Number-Format": { + "Template::Plugin::Number::Format": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Template-Plugin-Number-Format" }, - "Term-Encoding": { + "Term::Encoding": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/miyagawa/Term-Encoding" }, - "Term-ReadKey": { + "Term::ReadKey": { "License": "not found", "Permission to redistribute": false, "Retrieved from": "not found" }, - "Term-ReadLine-Gnu": { + "Term::ReadLine::Gnu": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/hirooih/perl-trg" }, - "Term-Table": { + "Term::Table": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Term-Table" }, - "Term-UI": { + "Term::UI": { "License": [ "Artistic-1.0-Perl" ], @@ -3311,275 +3311,275 @@ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Test" }, - "Test2-Plugin-NoWarnings": { + "Test2::Plugin::NoWarnings": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/houseabsolute/Test2-Plugin-NoWarnings" }, - "Test2-Require-Module": { + "Test2::Require::Module": { "License": "not found", "Permission to redistribute": false, "Retrieved from": "not found" }, - "Test-ClassAPI": { + "Test::ClassAPI": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/karenetheridge/Test-ClassAPI" }, - "Test-CleanNamespaces": { + "Test::CleanNamespaces": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/karenetheridge/Test-CleanNamespaces" }, - "Test-Deep": { + "Test::Deep": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/rjbs/Test-Deep" }, - "Test-Differences": { + "Test::Differences": { "License": [ "Artistic-1.0", "GPL-1.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Test-Differences" }, - "Test-Exception": { + "Test::Exception": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/Test-More/test-exception" }, - "Test-Fatal": { + "Test::Fatal": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/rjbs/Test-Fatal" }, - "Test-File-ShareDir-Dist": { + "Test::File::ShareDir::Dist": { "License": "not found", "Permission to redistribute": false, "Retrieved from": "not found" }, - "Test-Harness": { + "Test::Harness": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Test-Harness" }, - "Test-LeakTrace": { + "Test::LeakTrace": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/gfx/p5-Test-LeakTrace" }, - "Test-Memory-Cycle": { + "Test::Memory::Cycle": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Test-Memory-Cycle" }, - "Test-More": { + "Test::More": { "License": "not found", "Permission to redistribute": false, "Retrieved from": "not found" }, - "Test-More-UTF8": { + "Test::More::UTF8": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Test-More-UTF8" }, - "Test-Most": { + "Test::Most": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/Ovid/test--most" }, - "Test-Needs": { + "Test::Needs": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/haarg/Test-Needs" }, - "Test-NoWarnings": { + "Test::NoWarnings": { "License": [ "LGPL-2.1" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/haarg/Test-NoWarnings" }, - "Test-Output": { + "Test::Output": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/briandfoy/test-output" }, - "Test-Pod": { + "Test::Pod": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/perl-pod/test-pod" }, - "Test-Requires": { + "Test::Requires": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/tokuhirom/Test-Requires" }, - "Test-RequiresInternet": { + "Test::RequiresInternet": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/mrallen1/Test-RequiresInternet" }, - "Test-Simple": { + "Test::Simple": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Test-Simple" }, - "Test-Version": { + "Test::Version": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/plicease/test-version" }, - "Test-Warn": { + "Test::Warn": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/hanfried/test-warn" }, - "Test-Warnings": { + "Test::Warnings": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/karenetheridge/Test-Warnings" }, - "Test-Without-Module": { + "Test::Without::Module": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/Corion/test-without-module" }, - "Text-Aligner": { + "Text::Aligner": { "License": [ "Other" ], "Permission to redistribute": false, "Retrieved from": "https://github.com/shlomif/text-aligner" }, - "Text-Balanced": { + "Text::Balanced": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/steve-m-hay/Text-Balanced" }, - "Text-CSV": { + "Text::CSV": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Text-CSV" }, - "Text-CSV_XS": { + "Text::CSV_XS": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/Tux/Text-CSV_XS" }, - "Text-Diff": { + "Text::Diff": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Text-Diff" }, - "Text-Format": { + "Text::Format": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/shlomif/perl-Module-Format" }, - "Text-Glob": { + "Text::Glob": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Text-Glob" }, - "Text-Iconv": { + "Text::Iconv": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Text-Iconv" }, - "Text-ParseWords": { + "Text::ParseWords": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Text-ParseWords" }, - "Text-Soundex": { + "Text::Soundex": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Text-Soundex" }, - "Text-Table": { + "Text::Table": { "License": [ "Other" ], "Permission to redistribute": false, "Retrieved from": "https://github.com/shlomif/Text-Table" }, - "Text-Template": { + "Text::Template": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/mschout/perl-text-template" }, - "Thread-Queue": { + "Thread::Queue": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Thread-Queue" }, "Throwable": { "License": [ @@ -3588,89 +3588,89 @@ "Permission to redistribute": true, "Retrieved from": "https://github.com/rjbs/Throwable" }, - "Tie-Function": { + "Tie::Function": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Tie-Function" }, - "Tie-IxHash": { + "Tie::IxHash": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Tie-IxHash" }, - "Time-HiRes": { + "Time::HiRes": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/Perl/perl5" }, - "Time-Local": { + "Time::Local": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/houseabsolute/Time-Local" }, - "Time-Piece": { + "Time::Piece": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Time-Piece" }, - "Time-Piece-MySQL": { + "Time::Piece::MySQL": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Time-Piece-MySQL" }, - "Tree-DAG_Node": { + "Tree::DAG_Node": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/ronsavage/Tree-DAG_Node" }, - "Try-Tiny": { + "Try::Tiny": { "License": [ "MIT" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/p5sagit/Try-Tiny" }, - "Types-Serialiser": { + "Types::Serialiser": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Types-Serialiser" }, - "Unicode-LineBreak": { + "Unicode::LineBreak": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Unicode-LineBreak" }, - "UNIVERSAL-moniker": { + "UNIVERSAL::moniker": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=UNIVERSAL-moniker" }, - "Unix-Processors": { + "Unix::Processors": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Unix-Processors" }, "URI": { "License": [ @@ -3679,12 +3679,12 @@ "Permission to redistribute": true, "Retrieved from": "https://github.com/libwww-perl/URI" }, - "URI-Escape": { + "URI::Escape": { "License": "not found", "Permission to redistribute": false, "Retrieved from": "not found" }, - "Variable-Magic": { + "Variable::Magic": { "License": [ "Artistic-1.0-Perl" ], @@ -3703,107 +3703,107 @@ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Want" }, - "WWW-RobotRules": { + "WWW::RobotRules": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=WWW-RobotRules" }, - "XML-Bare": { + "XML::Bare": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=XML-Bare" }, - "XML-DOM": { + "XML::DOM": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=XML-DOM" }, - "XML-Filter-BufferText": { + "XML::Filter::BufferText": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=XML-Filter-BufferText" }, - "XML-NamespaceSupport": { + "XML::NamespaceSupport": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/perigrin/xml-namespacesupport" }, - "XML-Parser": { + "XML::Parser": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=XML-Parser" }, - "XML-RegExp": { + "XML::RegExp": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=XML-RegExp" }, - "XML-SAX": { + "XML::SAX": { "License": [ "Other" ], "Permission to redistribute": false, "Retrieved from": "https://github.com/grantm/xml-sax" }, - "XML-SAX-Base": { + "XML::SAX::Base": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/grantm/XML-SAX-Base" }, - "XML-SAX-Expat": { + "XML::SAX::Expat": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=XML-SAX-Expat" }, - "XML-SAX-Writer": { + "XML::SAX::Writer": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/perigrin/xml-sax-writer" }, - "XML-Simple": { + "XML::Simple": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/grantm/xml-simple" }, - "XML-Tiny": { + "XML::Tiny": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=XML-Tiny" }, - "XML-Twig": { + "XML::Twig": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=XML-Twig" }, - "XML-XPath": { + "XML::XPath": { "License": [ "Artistic-2.0" ], @@ -3815,7 +3815,7 @@ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=XSLoader" }, "YAML": { "License": [ @@ -3824,7 +3824,7 @@ "Permission to redistribute": true, "Retrieved from": "https://github.com/ingydotnet/yaml-pm" }, - "YAML-Tiny": { + "YAML::Tiny": { "License": [ "Artistic-1.0-Perl" ], @@ -3838,73 +3838,73 @@ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Carp" }, "constant": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=constant" }, - "Data-Dumper": { + "Data::Dumper": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Data-Dumper" }, "Exporter": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Exporter" }, - "File-Path": { + "File::Path": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/jkeenan/File-Path" }, - "File-Spec": { + "File::Spec": { "License": "not found", "Permission to redistribute": false, "Retrieved from": "not found" }, - "Getopt-Long": { + "Getopt::Long": { "License": [ "Other" ], "Permission to redistribute": false, "Retrieved from": "https://github.com/sciurius/perl-Getopt-Long" }, - "IO-File": { + "IO::File": { "License": "not found", "Permission to redistribute": false, "Retrieved from": "not found" }, - "Text-ParseWords": { + "Text::ParseWords": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Text-ParseWords" }, - "Thread-Queue": { + "Thread::Queue": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Thread-Queue" }, "threads": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=threads" } }, "hatchling/1.18.0-GCCcore-13.2.0": { @@ -7444,7 +7444,7 @@ "MIT" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=jquerylib" }, "jsonlite": { "License": [ @@ -7505,7 +7505,7 @@ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=miniUI" }, "openssl": { "License": [ @@ -7906,42 +7906,42 @@ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=abc.data" }, "abc": { "License": [ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=abc" }, "abe": { "License": [ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=abe" }, "abind": { "License": [ "MIT" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=abind" }, "acepack": { "License": [ "MIT" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=acepack" }, "adabag": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=adabag" }, "ade4": { "License": [ @@ -7955,7 +7955,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ADGofTest" }, "admisc": { "License": [ @@ -7969,28 +7969,28 @@ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=aggregation" }, "AICcmodavg": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=AICcmodavg" }, "akima": { "License": [ "MIT-CMU" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=akima" }, "alabama": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=alabama" }, "AlgDesign": { "License": [ @@ -8081,7 +8081,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=asnipe" }, "assertive.base": { "License": [ @@ -8200,14 +8200,14 @@ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=assertthat" }, "AUC": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=AUC" }, "audio": { "License": [ @@ -8242,21 +8242,21 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=bacr" }, "bartMachine": { "License": [ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=bartMachine" }, "bartMachineJARs": { "License": [ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=bartMachineJARs" }, "base": { "License": "not found", @@ -8268,7 +8268,7 @@ "MIT" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=base64" }, "base64enc": { "License": [ @@ -8289,7 +8289,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=batchmeans" }, "BayesianTools": { "License": [ @@ -8310,7 +8310,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=bayesm" }, "BayesPen": { "License": "not found", @@ -8350,7 +8350,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=BCEE" }, "BDgraph": { "License": [ @@ -8364,14 +8364,14 @@ "LGPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=bdsmatrix" }, "beanplot": { "License": [ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=beanplot" }, "beeswarm": { "License": [ @@ -8434,7 +8434,7 @@ "Apache-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=bigmemory.sri" }, "bigmemory": { "License": [ @@ -8523,7 +8523,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=bmp" }, "bnlearn": { "License": [ @@ -8544,7 +8544,7 @@ "FSFUL" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=boot" }, "bootstrap": { "License": [ @@ -8642,7 +8642,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=bst" }, "cachem": { "License": [ @@ -8663,7 +8663,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=calibrate" }, "callr": { "License": [ @@ -8705,21 +8705,21 @@ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=caTools" }, "CBPS": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=CBPS" }, "celestial": { "License": [ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=celestial" }, "cellranger": { "License": [ @@ -8766,14 +8766,14 @@ "Apache-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=chkptstanr" }, "chron": { "License": [ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=chron" }, "circlize": { "License": [ @@ -8787,7 +8787,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=circular" }, "class": { "License": [ @@ -8843,7 +8843,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=clue" }, "cluster": { "License": [ @@ -8857,7 +8857,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=clusterGeneration" }, "clusterRepro": { "License": [ @@ -8878,7 +8878,7 @@ "LGPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=clValid" }, "cmprsk": { "License": [ @@ -8913,7 +8913,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=coda" }, "codetools": { "License": [ @@ -8955,7 +8955,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=combinat" }, "ComICS": { "License": [ @@ -8995,7 +8995,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=CompQuadForm" }, "conditionz": { "License": [ @@ -9030,7 +9030,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=copCAR" }, "copula": { "License": [ @@ -9065,14 +9065,14 @@ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=CovSel" }, "covsim": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=covsim" }, "cowplot": { "License": [ @@ -9093,7 +9093,7 @@ "LGPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=coxme" }, "cpp11": { "License": [ @@ -9154,7 +9154,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ctmle" }, "cubature": { "License": [ @@ -9189,7 +9189,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=CVST" }, "CVXR": { "License": [ @@ -9243,7 +9243,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=date" }, "dbarts": { "License": [ @@ -9285,14 +9285,14 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ddalpha" }, "deal": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=deal" }, "debugme": { "License": [ @@ -9306,7 +9306,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=deldir" }, "dendextend": { "License": [ @@ -9390,14 +9390,14 @@ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=dHSIC" }, "diagram": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=diagram" }, "DiagrammeR": { "License": [ @@ -9418,7 +9418,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=dichromat" }, "diffobj": { "License": [ @@ -9453,7 +9453,7 @@ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=DiscriMiner" }, "dismo": { "License": [ @@ -9467,7 +9467,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=distillery" }, "distr": { "License": [ @@ -9495,7 +9495,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=DistributionUtils" }, "diveRsity": { "License": [ @@ -9509,7 +9509,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=dlm" }, "DMCfun": { "License": [ @@ -9537,7 +9537,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=doMC" }, "doParallel": { "License": [ @@ -9558,7 +9558,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=doSNOW" }, "dotCall64": { "License": [ @@ -9600,7 +9600,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=drgee" }, "DRR": { "License": [ @@ -9626,7 +9626,7 @@ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=dtangle" }, "dtplyr": { "License": [ @@ -9640,7 +9640,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=DTRreg" }, "dtw": { "License": [ @@ -9654,7 +9654,7 @@ "Sendmail" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=dummies" }, "dygraphs": { "License": [ @@ -9675,7 +9675,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=e1071" }, "earth": { "License": [ @@ -9787,7 +9787,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=epitools" }, "ergm.count": { "License": [ @@ -9822,21 +9822,21 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=EValue" }, "evd": { "License": [ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=evd" }, "Exact": { "License": [ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=Exact" }, "expm": { "License": [ @@ -9878,7 +9878,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=extRemes" }, "FactoMineR": { "License": [ @@ -9892,7 +9892,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=FactorCopula" }, "fail": { "License": [ @@ -9941,7 +9941,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=fastICA" }, "fastmap": { "License": [ @@ -9983,7 +9983,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=fftw" }, "fftwtools": { "License": [ @@ -10025,7 +10025,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=fishMod" }, "fitdistrplus": { "License": [ @@ -10039,28 +10039,28 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=FKSUM" }, "flashClust": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=flashClust" }, "flexclust": { "License": [ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=flexclust" }, "flexmix": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=flexmix" }, "flextable": { "License": [ @@ -10095,7 +10095,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=FNN" }, "fontawesome": { "License": [ @@ -10109,21 +10109,21 @@ "MirOS" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=fontBitstreamVera" }, "fontLiberation": { "License": [ "MIT-feh" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=fontLiberation" }, "fontquiver": { "License": [ "AML" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=fontquiver" }, "forcats": { "License": [ @@ -10172,7 +10172,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=Formula" }, "fossil": { "License": [ @@ -10221,14 +10221,14 @@ "LGPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=futile.logger" }, "futile.options": { "License": [ "LGPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=futile.options" }, "future.apply": { "License": [ @@ -10249,7 +10249,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=gam" }, "gamlss.data": { "License": [ @@ -10284,7 +10284,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=gamm4" }, "gap.datasets": { "License": [ @@ -10319,7 +10319,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=gaussquad" }, "gbm": { "License": [ @@ -10333,14 +10333,14 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=gbRd" }, "gclus": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=gclus" }, "gdalUtilities": { "License": [ @@ -10382,21 +10382,21 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=gee" }, "geeM": { "License": [ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=geeM" }, "geepack": { "License": [ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=geepack" }, "geex": { "License": [ @@ -10410,7 +10410,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=geiger" }, "GeneNet": { "License": [ @@ -10438,7 +10438,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=GenSA" }, "geojson": { "License": [ @@ -10641,7 +10641,7 @@ "MIT" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ggvenn" }, "ggvis": { "License": [ @@ -10711,7 +10711,7 @@ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=glmmML" }, "glmmTMB": { "License": [ @@ -10753,7 +10753,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=gmm" }, "gmodels": { "License": [ @@ -10774,7 +10774,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=gnumeric" }, "goftest": { "License": [ @@ -10788,7 +10788,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=gomms" }, "googledrive": { "License": [ @@ -10859,14 +10859,14 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=gridBase" }, "gridExtra": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=gridExtra" }, "gridGraphics": { "License": [ @@ -10950,7 +10950,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=GUTS" }, "gWidgets2": { "License": [ @@ -10971,7 +10971,7 @@ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=GxEScanR" }, "h2o": { "License": [ @@ -11034,14 +11034,14 @@ "MIT" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=hdm" }, "heatmap3": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=heatmap3" }, "here": { "License": [ @@ -11153,7 +11153,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=huge" }, "hunspell": { "License": [ @@ -11167,7 +11167,7 @@ "LGPL-2.1" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=hwriter" }, "HWxtest": { "License": "not found", @@ -11179,28 +11179,28 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=hypergeo" }, "ica": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ica" }, "IDPmisc": { "License": [ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=IDPmisc" }, "idr": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=idr" }, "ids": { "License": [ @@ -11249,7 +11249,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ineq" }, "influenceR": { "License": [ @@ -11291,35 +11291,35 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=interp" }, "interpretR": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=interpretR" }, "intrinsicDimension": { "License": [ "MIT" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=intrinsicDimension" }, "inum": { "License": [ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=inum" }, "ipred": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ipred" }, "irace": { "License": [ @@ -11347,7 +11347,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=Iso" }, "isoband": { "License": [ @@ -11361,14 +11361,14 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ISOcodes" }, "ISOweek": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ISOweek" }, "iterators": { "License": [ @@ -11382,14 +11382,14 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=itertools" }, "JADE": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=JADE" }, "janeaustenr": { "License": [ @@ -11422,7 +11422,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=jomo" }, "jpeg": { "License": [ @@ -11443,14 +11443,14 @@ "MIT" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=jquerylib" }, "jsonify": { "License": [ "MIT" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=jsonify" }, "jsonlite": { "License": [ @@ -11492,14 +11492,14 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=kernlab" }, "KernSmooth": { "License": [ "FSFUL" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=KernSmooth" }, "kinship2": { "License": [ @@ -11527,14 +11527,14 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=KODAMA" }, "kohonen": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=kohonen" }, "ks": { "License": [ @@ -11548,14 +11548,14 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=labdsv" }, "labeling": { "License": [ "FSFUL" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=labeling" }, "labelled": { "License": [ @@ -11569,14 +11569,14 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=laeken" }, "lambda.r": { "License": [ "LGPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=lambda.r" }, "LaplacesDemon": { "License": [ @@ -11637,35 +11637,35 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=lazy" }, "lazyeval": { "License": [ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=lazyeval" }, "LCFdata": { "License": [ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=LCFdata" }, "lda": { "License": [ "SSPL-1.0" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=lda" }, "ldbounds": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ldbounds" }, "leafem": { "License": [ @@ -11700,14 +11700,14 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=leaps" }, "LearnBayes": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=LearnBayes" }, "leiden": { "License": [ @@ -11728,7 +11728,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=libcoin" }, "lifecycle": { "License": [ @@ -11742,7 +11742,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=limSolve" }, "linkcomm": { "License": [ @@ -11782,7 +11782,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=LMERConvenienceFunctions" }, "lmerTest": { "License": [ @@ -11796,7 +11796,7 @@ "CPL-1.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=lmom" }, "Lmoments": { "License": [ @@ -11810,7 +11810,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=lmtest" }, "lobstr": { "License": [ @@ -11824,14 +11824,14 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=locfdr" }, "locfit": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=locfit" }, "logcondens": { "License": [ @@ -11859,7 +11859,7 @@ "Apache-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=logspline" }, "longitudinal": { "License": [ @@ -11873,7 +11873,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=longmemo" }, "loo": { "License": [ @@ -11894,7 +11894,7 @@ "LGPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=lpSolveAPI" }, "lqa": { "License": "not found", @@ -11969,14 +11969,14 @@ "LPL-1.02" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=mapproj" }, "maps": { "License": [ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=maps" }, "maptools": { "License": [ @@ -12061,14 +12061,14 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=maxLik" }, "maxlike": { "License": [ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=maxlike" }, "maxnet": { "License": [ @@ -12117,14 +12117,14 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=mcmcse" }, "mda": { "License": [ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=mda" }, "medflex": { "License": [ @@ -12187,7 +12187,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=MetaUtility" }, "methods": { "License": "not found", @@ -12206,7 +12206,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=mgcv" }, "mgsub": { "License": [ @@ -12220,7 +12220,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=mhsmm" }, "mi": { "License": [ @@ -12276,14 +12276,14 @@ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=miniUI" }, "minpack.lm": { "License": [ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=minpack.lm" }, "minqa": { "License": [ @@ -12332,7 +12332,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=mitools" }, "mixtools": { "License": [ @@ -12346,14 +12346,14 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=mlbench" }, "mlegp": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=mlegp" }, "MLmetrics": { "License": [ @@ -12402,7 +12402,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ModelMetrics" }, "modelr": { "License": [ @@ -12416,7 +12416,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=modeltools" }, "MODIStsp": { "License": [ @@ -12430,7 +12430,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=momentfit" }, "moments": { "License": [ @@ -12493,7 +12493,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=multcompView" }, "multicool": { "License": [ @@ -12507,7 +12507,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=multipol" }, "munsell": { "License": [ @@ -12521,7 +12521,7 @@ "SSPL-1.0" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=mvabund" }, "mvnfast": { "License": [ @@ -12570,7 +12570,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ncbit" }, "ncdf4": { "License": [ @@ -12584,7 +12584,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=NCmisc" }, "network": { "License": [ @@ -12619,28 +12619,28 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=neuRosim" }, "ngspatial": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ngspatial" }, "NISTunits": { "License": [ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=NISTunits" }, "nleqslv": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=nleqslv" }, "nlme": { "License": [ @@ -12661,7 +12661,7 @@ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=NLP" }, "nlsem": { "License": [ @@ -12682,7 +12682,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=nnls" }, "nonnest2": { "License": [ @@ -12703,14 +12703,14 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=norm" }, "nortest": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=nortest" }, "np": { "License": [ @@ -12752,7 +12752,7 @@ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=OceanView" }, "oddsratio": { "License": [ @@ -12808,7 +12808,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=optextras" }, "optimParallel": { "License": [ @@ -12822,7 +12822,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=optimr" }, "optimx": { "License": [ @@ -12871,7 +12871,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=orthopolynom" }, "osqp": { "License": [ @@ -12913,14 +12913,14 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=pamr" }, "pan": { "License": [ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=pan" }, "parallel": { "License": "not found", @@ -13037,21 +13037,21 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=PearsonDS" }, "pec": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=pec" }, "penalized": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=penalized" }, "penfa": { "License": [ @@ -13072,7 +13072,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=PermAlgo" }, "permute": { "License": [ @@ -13093,7 +13093,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=pheatmap" }, "phylobase": { "License": [ @@ -13128,14 +13128,14 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=pinfsc50" }, "pixmap": { "License": [ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=pixmap" }, "pkgbuild": { "License": [ @@ -13184,14 +13184,14 @@ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=plot3D" }, "plot3Drgl": { "License": [ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=plot3Drgl" }, "plotly": { "License": [ @@ -13259,7 +13259,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=polspline" }, "Polychrome": { "License": [ @@ -13287,7 +13287,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=polynom" }, "posterior": { "License": [ @@ -13301,7 +13301,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ppcor" }, "prabclus": { "License": [ @@ -13315,7 +13315,7 @@ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=pracma" }, "praise": { "License": [ @@ -13329,14 +13329,14 @@ "FSFUL" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=PresenceAbsence" }, "preseqR": { "License": [ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=preseqR" }, "prettyGraphs": { "License": [ @@ -13392,7 +13392,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=proftools" }, "profvis": { "License": [ @@ -13448,7 +13448,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=proxy" }, "proxyC": { "License": [ @@ -13483,7 +13483,7 @@ "FSFUL" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=pspline" }, "psych": { "License": [ @@ -13497,7 +13497,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=Publish" }, "pulsar": { "License": [ @@ -13525,7 +13525,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=qgam" }, "qgraph": { "License": [ @@ -13546,14 +13546,14 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=qrnn" }, "quadprog": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=quadprog" }, "quanteda": { "License": [ @@ -13630,7 +13630,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=R2WinBUGS" }, "R6": { "License": [ @@ -13679,7 +13679,7 @@ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=rangeModelMetadata" }, "ranger": { "License": [ @@ -13700,7 +13700,7 @@ "MIT" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=rapidjsonr" }, "rappdirs": { "License": [ @@ -13777,7 +13777,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=Rcgmin" }, "RCircos": { "License": [ @@ -13798,7 +13798,7 @@ "Apache-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=RColorBrewer" }, "Rcpp": { "License": [ @@ -13847,7 +13847,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=RcppRoll" }, "RcppThread": { "License": [ @@ -13868,7 +13868,7 @@ "BSD-1-Clause" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=RCurl" }, "rda": { "License": [ @@ -13903,7 +13903,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=reader" }, "readODS": { "License": [ @@ -13950,7 +13950,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=registry" }, "regsem": { "License": [ @@ -13964,7 +13964,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=relsurv" }, "rematch": { "License": [ @@ -14013,7 +14013,7 @@ "BSD-1-Clause" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=resample" }, "reshape": { "License": [ @@ -14169,7 +14169,7 @@ "BSD-1-Clause" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=RJSONIO" }, "rlang": { "License": [ @@ -14218,7 +14218,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=rmeta" }, "Rmpfr": { "License": [ @@ -14253,7 +14253,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=rnetcarto" }, "RNeXML": { "License": [ @@ -14274,7 +14274,7 @@ "BSD-1-Clause" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=rngWELL" }, "RNifti": { "License": [ @@ -14323,7 +14323,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=rootSolve" }, "roptim": { "License": [ @@ -14372,7 +14372,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=RPMM" }, "rprojroot": { "License": [ @@ -14428,7 +14428,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=Rsolnp" }, "RSpectra": { "License": [ @@ -14505,7 +14505,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=RUnit" }, "ruv": { "License": [ @@ -14547,21 +14547,21 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=Rvmmin" }, "RWeka": { "License": [ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=RWeka" }, "RWekajars": { "License": [ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=RWekajars" }, "s2": { "License": [ @@ -14575,7 +14575,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=sampling" }, "sandwich": { "License": [ @@ -14596,7 +14596,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=SBdecomp" }, "scales": { "License": [ @@ -14610,21 +14610,21 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=scam" }, "scatterpie": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=scatterpie" }, "scatterplot3d": { "License": [ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=scatterplot3d" }, "scs": { "License": [ @@ -14657,7 +14657,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=segmented" }, "selectr": { "License": [ @@ -14767,14 +14767,14 @@ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=shape" }, "shapefiles": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=shapefiles" }, "shiny": { "License": [ @@ -14830,7 +14830,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=SignifReg" }, "simex": { "License": [ @@ -14844,21 +14844,21 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=SimSeq" }, "SKAT": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=SKAT" }, "slam": { "License": [ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=slam" }, "slider": { "License": [ @@ -14872,7 +14872,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=sm" }, "smoof": { "License": [ @@ -14886,7 +14886,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=smoother" }, "sn": { "License": [ @@ -14907,14 +14907,14 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=SNFtool" }, "snow": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=snow" }, "SnowballC": { "License": [ @@ -14928,14 +14928,14 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=snowfall" }, "SOAR": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=SOAR" }, "solrium": { "License": [ @@ -14949,7 +14949,7 @@ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=som" }, "soundecology": { "License": [ @@ -15005,7 +15005,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=SPAtest" }, "spatial": { "License": [ @@ -15108,7 +15108,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=spls" }, "spocc": { "License": [ @@ -15157,7 +15157,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=stargazer" }, "stars": { "License": [ @@ -15171,7 +15171,7 @@ "LGPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=startupmsg" }, "StatMatch": { "License": [ @@ -15185,7 +15185,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=statmod" }, "statnet.common": { "License": [ @@ -15216,7 +15216,7 @@ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=stdReg" }, "stopwords": { "License": [ @@ -15251,7 +15251,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=strucchange" }, "styler": { "License": [ @@ -15279,7 +15279,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=SuppDists" }, "survey": { "License": [ @@ -15300,7 +15300,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=survivalROC" }, "svd": { "License": [ @@ -15328,7 +15328,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=symmoments" }, "sys": { "License": [ @@ -15361,7 +15361,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=tau" }, "taxize": { "License": [ @@ -15394,14 +15394,14 @@ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=TeachingDemos" }, "tensor": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=tensor" }, "tensorA": { "License": [ @@ -15443,7 +15443,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=textcat" }, "textplot": { "License": [ @@ -15464,14 +15464,14 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=TFisher" }, "TH.data": { "License": [ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=TH.data" }, "threejs": { "License": [ @@ -15576,7 +15576,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=tkrplot" }, "tm": { "License": [ @@ -15644,7 +15644,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=topicmodels" }, "TraMineR": { "License": [ @@ -15658,7 +15658,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=tree" }, "triebeard": { "License": [ @@ -15679,7 +15679,7 @@ "MIT-CMU" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=tripack" }, "TruncatedNormal": { "License": [ @@ -15707,14 +15707,14 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=tseries" }, "tseriesChaos": { "License": [ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=tseriesChaos" }, "tsna": { "License": [ @@ -15749,14 +15749,14 @@ "AML" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=twang" }, "tweedie": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=tweedie" }, "tweenr": { "License": [ @@ -15798,7 +15798,7 @@ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=unbalanced" }, "unikn": { "License": [ @@ -15838,7 +15838,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=urca" }, "urlchecker": { "License": [ @@ -15906,7 +15906,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=vcd" }, "vcfR": { "License": [ @@ -15934,7 +15934,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=VennDiagram" }, "VGAM": { "License": [ @@ -15969,7 +15969,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=vipor" }, "viridis": { "License": [ @@ -16060,7 +16060,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=weights" }, "WeightSVM": { "License": [ @@ -16186,7 +16186,7 @@ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=xlsxjars" }, "XML": { "License": [ @@ -16554,7 +16554,7 @@ "MIT" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=jquerylib" }, "jsonlite": { "License": [ @@ -16615,7 +16615,7 @@ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=miniUI" }, "openssl": { "License": [ @@ -18258,42 +18258,42 @@ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=abc.data" }, "abc": { "License": [ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=abc" }, "abe": { "License": [ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=abe" }, "abind": { "License": [ "MIT" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=abind" }, "acepack": { "License": [ "MIT" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=acepack" }, "adabag": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=adabag" }, "ade4": { "License": [ @@ -18307,7 +18307,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ADGofTest" }, "admisc": { "License": [ @@ -18321,28 +18321,28 @@ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=aggregation" }, "AICcmodavg": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=AICcmodavg" }, "akima": { "License": [ "MIT-CMU" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=akima" }, "alabama": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=alabama" }, "AlgDesign": { "License": [ @@ -18433,7 +18433,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=asnipe" }, "assertive.base": { "License": [ @@ -18552,14 +18552,14 @@ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=assertthat" }, "AUC": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=AUC" }, "audio": { "License": [ @@ -18594,28 +18594,28 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=bacr" }, "bartMachine": { "License": [ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=bartMachine" }, "bartMachineJARs": { "License": [ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=bartMachineJARs" }, "base64": { "License": [ "MIT" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=base64" }, "BatchJobs": { "License": [ @@ -18629,7 +18629,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=batchmeans" }, "BayesianTools": { "License": [ @@ -18650,7 +18650,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=bayesm" }, "BayesPen": { "License": "not found", @@ -18697,7 +18697,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=BCEE" }, "BDgraph": { "License": [ @@ -18711,14 +18711,14 @@ "LGPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=bdsmatrix" }, "beanplot": { "License": [ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=beanplot" }, "beeswarm": { "License": [ @@ -18767,7 +18767,7 @@ "MIT" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=BIEN" }, "bigD": { "License": [ @@ -18788,7 +18788,7 @@ "Apache-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=bigmemory.sri" }, "bigmemory": { "License": [ @@ -18877,7 +18877,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=bmp" }, "bnlearn": { "License": [ @@ -18898,7 +18898,7 @@ "FSFUL" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=boot" }, "bootstrap": { "License": [ @@ -18975,7 +18975,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=bst" }, "Cairo": { "License": [ @@ -18989,7 +18989,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=calibrate" }, "car": { "License": [ @@ -19024,21 +19024,21 @@ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=caTools" }, "CBPS": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=CBPS" }, "celestial": { "License": [ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=celestial" }, "cellranger": { "License": [ @@ -19092,14 +19092,14 @@ "Apache-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=chkptstanr" }, "chron": { "License": [ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=chron" }, "circlize": { "License": [ @@ -19113,7 +19113,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=circular" }, "class": { "License": [ @@ -19155,7 +19155,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=clue" }, "cluster": { "License": [ @@ -19169,7 +19169,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=clusterGeneration" }, "clusterRepro": { "License": [ @@ -19190,7 +19190,7 @@ "LGPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=clValid" }, "cmna": { "License": [ @@ -19232,7 +19232,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=coda" }, "codetools": { "License": [ @@ -19274,7 +19274,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=combinat" }, "ComICS": { "License": [ @@ -19302,7 +19302,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=CompQuadForm" }, "conditionz": { "License": [ @@ -19344,7 +19344,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=copCAR" }, "copula": { "License": [ @@ -19379,14 +19379,14 @@ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=CovSel" }, "covsim": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=covsim" }, "cowplot": { "License": [ @@ -19407,7 +19407,7 @@ "LGPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=coxme" }, "crfsuite": { "License": [ @@ -19447,7 +19447,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ctmle" }, "cubature": { "License": [ @@ -19475,7 +19475,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=CVST" }, "CVXR": { "License": [ @@ -19531,7 +19531,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=date" }, "dbarts": { "License": [ @@ -19573,14 +19573,14 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ddalpha" }, "deal": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=deal" }, "debugme": { "License": [ @@ -19594,7 +19594,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=deldir" }, "dendextend": { "License": [ @@ -19664,14 +19664,14 @@ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=dHSIC" }, "diagram": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=diagram" }, "DiagrammeR": { "License": [ @@ -19692,7 +19692,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=dichromat" }, "dimRed": { "License": [ @@ -19713,7 +19713,7 @@ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=DiscriMiner" }, "dismo": { "License": [ @@ -19727,7 +19727,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=distillery" }, "distr": { "License": [ @@ -19755,7 +19755,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=DistributionUtils" }, "diveRsity": { "License": [ @@ -19769,7 +19769,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=dlm" }, "DMCfun": { "License": [ @@ -19797,7 +19797,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=doMC" }, "doParallel": { "License": [ @@ -19818,7 +19818,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=doSNOW" }, "dotCall64": { "License": [ @@ -19860,7 +19860,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=drgee" }, "DRR": { "License": [ @@ -19886,7 +19886,7 @@ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=dtangle" }, "dtplyr": { "License": [ @@ -19900,7 +19900,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=DTRreg" }, "dtw": { "License": [ @@ -19914,7 +19914,7 @@ "Sendmail" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=dummies" }, "dygraphs": { "License": [ @@ -19935,7 +19935,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=e1071" }, "earth": { "License": [ @@ -20033,7 +20033,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=epitools" }, "ergm.count": { "License": [ @@ -20068,21 +20068,21 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=EValue" }, "evd": { "License": [ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=evd" }, "Exact": { "License": [ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=Exact" }, "expm": { "License": [ @@ -20124,7 +20124,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=extRemes" }, "FactoMineR": { "License": [ @@ -20138,7 +20138,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=FactorCopula" }, "fail": { "License": [ @@ -20180,7 +20180,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=fastICA" }, "fastmatch": { "License": [ @@ -20215,7 +20215,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=fftw" }, "fftwtools": { "License": [ @@ -20257,7 +20257,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=fishMod" }, "fitdistrplus": { "License": [ @@ -20278,28 +20278,28 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=FKSUM" }, "flashClust": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=flashClust" }, "flexclust": { "License": [ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=flexclust" }, "flexmix": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=flexmix" }, "flextable": { "License": [ @@ -20334,28 +20334,28 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=FNN" }, "fontBitstreamVera": { "License": [ "MirOS" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=fontBitstreamVera" }, "fontLiberation": { "License": [ "MIT-feh" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=fontLiberation" }, "fontquiver": { "License": [ "AML" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=fontquiver" }, "forcats": { "License": [ @@ -20404,7 +20404,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=Formula" }, "fossil": { "License": [ @@ -20446,14 +20446,14 @@ "LGPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=futile.logger" }, "futile.options": { "License": [ "LGPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=futile.options" }, "future.apply": { "License": [ @@ -20474,7 +20474,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=gam" }, "gamlss.data": { "License": [ @@ -20509,7 +20509,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=gamm4" }, "gap.datasets": { "License": [ @@ -20544,7 +20544,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=gaussquad" }, "gbm": { "License": [ @@ -20558,14 +20558,14 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=gbRd" }, "gclus": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=gclus" }, "gdalUtils": { "License": [ @@ -20600,21 +20600,21 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=gee" }, "geeM": { "License": [ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=geeM" }, "geepack": { "License": [ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=geepack" }, "geex": { "License": [ @@ -20628,7 +20628,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=geiger" }, "GeneNet": { "License": [ @@ -20656,7 +20656,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=GenSA" }, "geojsonsf": { "License": [ @@ -20852,7 +20852,7 @@ "MIT" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ggvenn" }, "ggvis": { "License": [ @@ -20908,7 +20908,7 @@ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=glmmML" }, "glmmTMB": { "License": [ @@ -20943,7 +20943,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=gmm" }, "gmodels": { "License": [ @@ -20964,7 +20964,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=gnumeric" }, "goftest": { "License": [ @@ -20978,7 +20978,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=gomms" }, "googledrive": { "License": [ @@ -21034,14 +21034,14 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=gridBase" }, "gridExtra": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=gridExtra" }, "gridGraphics": { "License": [ @@ -21125,7 +21125,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=GUTS" }, "gWidgets2": { "License": [ @@ -21146,7 +21146,7 @@ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=GxEScanR" }, "h2o": { "License": [ @@ -21209,14 +21209,14 @@ "MIT" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=hdm" }, "heatmap3": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=heatmap3" }, "here": { "License": [ @@ -21286,7 +21286,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=huge" }, "hunspell": { "License": [ @@ -21300,7 +21300,7 @@ "LGPL-2.1" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=hwriter" }, "HWxtest": { "License": "not found", @@ -21312,28 +21312,28 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=hypergeo" }, "ica": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ica" }, "IDPmisc": { "License": [ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=IDPmisc" }, "idr": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=idr" }, "ids": { "License": [ @@ -21382,7 +21382,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ineq" }, "influenceR": { "License": [ @@ -21424,35 +21424,35 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=interp" }, "interpretR": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=interpretR" }, "intrinsicDimension": { "License": [ "MIT" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=intrinsicDimension" }, "inum": { "License": [ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=inum" }, "ipred": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ipred" }, "irace": { "License": [ @@ -21480,7 +21480,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=Iso" }, "isoband": { "License": [ @@ -21494,14 +21494,14 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ISOcodes" }, "ISOweek": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ISOweek" }, "iterators": { "License": [ @@ -21515,14 +21515,14 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=itertools" }, "JADE": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=JADE" }, "janeaustenr": { "License": [ @@ -21555,7 +21555,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=jomo" }, "jpeg": { "License": [ @@ -21569,7 +21569,7 @@ "MIT" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=jsonify" }, "jstable": { "License": [ @@ -21604,14 +21604,14 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=kernlab" }, "KernSmooth": { "License": [ "FSFUL" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=KernSmooth" }, "kinship2": { "License": [ @@ -21632,14 +21632,14 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=KODAMA" }, "kohonen": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=kohonen" }, "ks": { "License": [ @@ -21653,14 +21653,14 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=labdsv" }, "labeling": { "License": [ "FSFUL" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=labeling" }, "labelled": { "License": [ @@ -21674,14 +21674,14 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=laeken" }, "lambda.r": { "License": [ "LGPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=lambda.r" }, "LaplacesDemon": { "License": [ @@ -21735,35 +21735,35 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=lazy" }, "lazyeval": { "License": [ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=lazyeval" }, "LCFdata": { "License": [ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=LCFdata" }, "lda": { "License": [ "SSPL-1.0" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=lda" }, "ldbounds": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ldbounds" }, "leafem": { "License": [ @@ -21798,14 +21798,14 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=leaps" }, "LearnBayes": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=LearnBayes" }, "leiden": { "License": [ @@ -21826,14 +21826,14 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=libcoin" }, "limSolve": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=limSolve" }, "linkcomm": { "License": [ @@ -21873,7 +21873,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=LMERConvenienceFunctions" }, "lmerTest": { "License": [ @@ -21887,7 +21887,7 @@ "CPL-1.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=lmom" }, "Lmoments": { "License": [ @@ -21901,7 +21901,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=lmtest" }, "lobstr": { "License": [ @@ -21915,14 +21915,14 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=locfdr" }, "locfit": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=locfit" }, "logcondens": { "License": [ @@ -21950,7 +21950,7 @@ "Apache-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=logspline" }, "longitudinal": { "License": [ @@ -21964,7 +21964,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=longmemo" }, "loo": { "License": [ @@ -21985,7 +21985,7 @@ "LGPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=lpSolveAPI" }, "lqa": { "License": "not found", @@ -22053,14 +22053,14 @@ "LPL-1.02" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=mapproj" }, "maps": { "License": [ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=maps" }, "maptools": { "License": [ @@ -22145,14 +22145,14 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=maxLik" }, "maxlike": { "License": [ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=maxlike" }, "maxnet": { "License": [ @@ -22201,14 +22201,14 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=mcmcse" }, "mda": { "License": [ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=mda" }, "medflex": { "License": [ @@ -22264,7 +22264,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=MetaUtility" }, "mets": { "License": [ @@ -22278,7 +22278,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=mgcv" }, "mgsub": { "License": [ @@ -22292,7 +22292,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=mhsmm" }, "mi": { "License": [ @@ -22341,7 +22341,7 @@ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=minpack.lm" }, "minqa": { "License": [ @@ -22404,7 +22404,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=mitools" }, "mixtools": { "License": [ @@ -22418,14 +22418,14 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=mlbench" }, "mlegp": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=mlegp" }, "MLmetrics": { "License": [ @@ -22474,7 +22474,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ModelMetrics" }, "modelr": { "License": [ @@ -22488,14 +22488,14 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=modeltools" }, "momentfit": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=momentfit" }, "moments": { "License": [ @@ -22558,7 +22558,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=multcompView" }, "multicool": { "License": [ @@ -22572,7 +22572,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=multipol" }, "multitaper": { "License": [ @@ -22593,7 +22593,7 @@ "SSPL-1.0" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=mvabund" }, "mvnfast": { "License": [ @@ -22642,7 +22642,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ncbit" }, "ncdf4": { "License": [ @@ -22656,7 +22656,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=NCmisc" }, "network": { "License": [ @@ -22691,28 +22691,28 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=neuRosim" }, "ngspatial": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ngspatial" }, "NISTunits": { "License": [ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=NISTunits" }, "nleqslv": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=nleqslv" }, "nlme": { "License": [ @@ -22733,7 +22733,7 @@ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=NLP" }, "nlsem": { "License": [ @@ -22754,7 +22754,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=nnls" }, "nonnest2": { "License": [ @@ -22775,14 +22775,14 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=norm" }, "nortest": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=nortest" }, "np": { "License": [ @@ -22824,7 +22824,7 @@ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=OceanView" }, "oddsratio": { "License": [ @@ -22873,7 +22873,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=optextras" }, "optimParallel": { "License": [ @@ -22887,7 +22887,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=optimr" }, "optimx": { "License": [ @@ -22936,7 +22936,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=orthopolynom" }, "osqp": { "License": [ @@ -22978,14 +22978,14 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=pamr" }, "pan": { "License": [ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=pan" }, "parallelDist": { "License": [ @@ -23097,21 +23097,21 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=PearsonDS" }, "pec": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=pec" }, "penalized": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=penalized" }, "penfa": { "License": [ @@ -23139,7 +23139,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=PermAlgo" }, "permute": { "License": [ @@ -23160,7 +23160,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=pheatmap" }, "phylobase": { "License": [ @@ -23188,14 +23188,14 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=pinfsc50" }, "pixmap": { "License": [ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=pixmap" }, "pkgmaker": { "License": [ @@ -23223,14 +23223,14 @@ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=plot3D" }, "plot3Drgl": { "License": [ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=plot3Drgl" }, "plotly": { "License": [ @@ -23298,7 +23298,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=polspline" }, "Polychrome": { "License": [ @@ -23326,7 +23326,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=polynom" }, "posterior": { "License": [ @@ -23340,7 +23340,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ppcor" }, "prabclus": { "License": [ @@ -23354,21 +23354,21 @@ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=pracma" }, "PresenceAbsence": { "License": [ "FSFUL" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=PresenceAbsence" }, "preseqR": { "License": [ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=preseqR" }, "prettyGraphs": { "License": [ @@ -23410,7 +23410,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=proftools" }, "progress": { "License": [ @@ -23445,7 +23445,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=proxy" }, "proxyC": { "License": [ @@ -23473,7 +23473,7 @@ "FSFUL" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=pspline" }, "psych": { "License": [ @@ -23487,7 +23487,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=Publish" }, "pulsar": { "License": [ @@ -23508,7 +23508,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=qgam" }, "qgraph": { "License": [ @@ -23529,14 +23529,14 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=qrnn" }, "quadprog": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=quadprog" }, "quanteda": { "License": [ @@ -23620,7 +23620,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=R2WinBUGS" }, "random": { "License": [ @@ -23655,7 +23655,7 @@ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=rangeModelMetadata" }, "ranger": { "License": [ @@ -23676,7 +23676,7 @@ "MIT" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=rapidjsonr" }, "rARPACK": { "License": [ @@ -23746,7 +23746,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=Rcgmin" }, "RCircos": { "License": [ @@ -23760,7 +23760,7 @@ "Apache-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=RColorBrewer" }, "RcppArmadillo": { "License": [ @@ -23802,7 +23802,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=RcppRoll" }, "RcppThread": { "License": [ @@ -23823,7 +23823,7 @@ "BSD-1-Clause" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=RCurl" }, "rda": { "License": [ @@ -23872,7 +23872,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=reader" }, "readODS": { "License": [ @@ -23919,7 +23919,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=registry" }, "regsem": { "License": [ @@ -23933,7 +23933,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=relsurv" }, "rematch": { "License": [ @@ -23968,7 +23968,7 @@ "BSD-1-Clause" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=resample" }, "reshape": { "License": [ @@ -24131,7 +24131,7 @@ "BSD-1-Clause" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=RJSONIO" }, "rle": { "License": [ @@ -24166,7 +24166,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=rmeta" }, "Rmpfr": { "License": [ @@ -24201,7 +24201,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=rnetcarto" }, "RNeXML": { "License": [ @@ -24222,7 +24222,7 @@ "BSD-1-Clause" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=rngWELL" }, "RNifti": { "License": [ @@ -24271,7 +24271,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=rootSolve" }, "roptim": { "License": [ @@ -24313,7 +24313,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=RPMM" }, "RPostgreSQL": { "License": [ @@ -24369,7 +24369,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=Rsolnp" }, "RSpectra": { "License": [ @@ -24439,7 +24439,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=RUnit" }, "ruv": { "License": [ @@ -24474,21 +24474,21 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=Rvmmin" }, "RWeka": { "License": [ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=RWeka" }, "RWekajars": { "License": [ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=RWekajars" }, "s2": { "License": [ @@ -24502,7 +24502,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=sampling" }, "sandwich": { "License": [ @@ -24516,7 +24516,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=SBdecomp" }, "scales": { "License": [ @@ -24530,21 +24530,21 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=scam" }, "scatterpie": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=scatterpie" }, "scatterplot3d": { "License": [ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=scatterplot3d" }, "scs": { "License": [ @@ -24577,7 +24577,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=segmented" }, "selectr": { "License": [ @@ -24680,14 +24680,14 @@ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=shape" }, "shapefiles": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=shapefiles" }, "shinycssloaders": { "License": [ @@ -24736,7 +24736,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=SignifReg" }, "simex": { "License": [ @@ -24750,21 +24750,21 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=SimSeq" }, "SKAT": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=SKAT" }, "slam": { "License": [ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=slam" }, "slider": { "License": [ @@ -24778,7 +24778,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=sm" }, "smoof": { "License": [ @@ -24792,7 +24792,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=smoother" }, "sn": { "License": [ @@ -24813,14 +24813,14 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=SNFtool" }, "snow": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=snow" }, "SnowballC": { "License": [ @@ -24834,14 +24834,14 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=snowfall" }, "SOAR": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=SOAR" }, "solrium": { "License": [ @@ -24855,7 +24855,7 @@ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=som" }, "soundecology": { "License": [ @@ -24904,7 +24904,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=SPAtest" }, "spatial": { "License": [ @@ -25009,7 +25009,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=spls" }, "spocc": { "License": [ @@ -25058,7 +25058,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=stargazer" }, "stars": { "License": [ @@ -25072,7 +25072,7 @@ "LGPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=startupmsg" }, "StatMatch": { "License": [ @@ -25086,7 +25086,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=statmod" }, "statnet.common": { "License": [ @@ -25107,7 +25107,7 @@ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=stdReg" }, "stopwords": { "License": [ @@ -25135,7 +25135,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=strucchange" }, "styler": { "License": [ @@ -25163,7 +25163,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=SuppDists" }, "survey": { "License": [ @@ -25184,7 +25184,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=survivalROC" }, "svd": { "License": [ @@ -25219,7 +25219,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=symmoments" }, "tableone": { "License": [ @@ -25238,7 +25238,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=tau" }, "taxize": { "License": [ @@ -25266,14 +25266,14 @@ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=TeachingDemos" }, "tensor": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=tensor" }, "tensorA": { "License": [ @@ -25308,7 +25308,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=textcat" }, "textplot": { "License": [ @@ -25322,14 +25322,14 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=TFisher" }, "TH.data": { "License": [ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=TH.data" }, "threejs": { "License": [ @@ -25427,7 +25427,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=tkrplot" }, "tm": { "License": [ @@ -25490,7 +25490,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=topicmodels" }, "TraMineR": { "License": [ @@ -25504,7 +25504,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=tree" }, "triebeard": { "License": [ @@ -25525,7 +25525,7 @@ "MIT-CMU" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=tripack" }, "TruncatedNormal": { "License": [ @@ -25553,14 +25553,14 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=tseries" }, "tseriesChaos": { "License": [ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=tseriesChaos" }, "tsna": { "License": [ @@ -25595,14 +25595,14 @@ "AML" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=twang" }, "tweedie": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=tweedie" }, "tweenr": { "License": [ @@ -25644,7 +25644,7 @@ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=unbalanced" }, "unikn": { "License": [ @@ -25684,7 +25684,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=urca" }, "urltools": { "License": [ @@ -25726,7 +25726,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=vcd" }, "vcfR": { "License": [ @@ -25747,7 +25747,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=VennDiagram" }, "VGAM": { "License": [ @@ -25782,7 +25782,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=vipor" }, "viridis": { "License": [ @@ -25866,7 +25866,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=weights" }, "WeightSVM": { "License": [ @@ -25964,7 +25964,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=XBRL" }, "xgboost": { "License": [ @@ -25985,7 +25985,7 @@ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=xlsxjars" }, "XML": { "License": [ @@ -26036,42 +26036,42 @@ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=abc.data" }, "abc": { "License": [ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=abc" }, "abe": { "License": [ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=abe" }, "abind": { "License": [ "MIT" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=abind" }, "acepack": { "License": [ "MIT" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=acepack" }, "adabag": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=adabag" }, "ade4": { "License": [ @@ -26085,7 +26085,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ADGofTest" }, "admisc": { "License": [ @@ -26099,28 +26099,28 @@ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=aggregation" }, "AICcmodavg": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=AICcmodavg" }, "akima": { "License": [ "MIT-CMU" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=akima" }, "alabama": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=alabama" }, "AlgDesign": { "License": [ @@ -26211,7 +26211,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=asnipe" }, "assertive.base": { "License": [ @@ -26330,14 +26330,14 @@ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=assertthat" }, "AUC": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=AUC" }, "audio": { "License": [ @@ -26372,28 +26372,28 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=bacr" }, "bartMachine": { "License": [ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=bartMachine" }, "bartMachineJARs": { "License": [ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=bartMachineJARs" }, "base64": { "License": [ "MIT" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=base64" }, "BatchJobs": { "License": [ @@ -26407,7 +26407,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=batchmeans" }, "BayesianTools": { "License": [ @@ -26428,7 +26428,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=bayesm" }, "BayesPen": { "License": "not found", @@ -26468,7 +26468,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=BCEE" }, "BDgraph": { "License": [ @@ -26482,14 +26482,14 @@ "LGPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=bdsmatrix" }, "beanplot": { "License": [ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=beanplot" }, "beeswarm": { "License": [ @@ -26538,7 +26538,7 @@ "MIT" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=BIEN" }, "bigD": { "License": [ @@ -26559,7 +26559,7 @@ "Apache-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=bigmemory.sri" }, "bigmemory": { "License": [ @@ -26648,7 +26648,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=bmp" }, "bnlearn": { "License": [ @@ -26669,7 +26669,7 @@ "FSFUL" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=boot" }, "bootstrap": { "License": [ @@ -26746,7 +26746,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=bst" }, "Cairo": { "License": [ @@ -26760,7 +26760,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=calibrate" }, "car": { "License": [ @@ -26795,21 +26795,21 @@ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=caTools" }, "CBPS": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=CBPS" }, "celestial": { "License": [ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=celestial" }, "cellranger": { "License": [ @@ -26863,14 +26863,14 @@ "Apache-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=chkptstanr" }, "chron": { "License": [ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=chron" }, "circlize": { "License": [ @@ -26884,7 +26884,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=circular" }, "class": { "License": [ @@ -26926,7 +26926,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=clue" }, "cluster": { "License": [ @@ -26940,7 +26940,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=clusterGeneration" }, "clusterRepro": { "License": [ @@ -26961,7 +26961,7 @@ "LGPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=clValid" }, "cmna": { "License": [ @@ -27003,7 +27003,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=coda" }, "codetools": { "License": [ @@ -27045,7 +27045,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=combinat" }, "ComICS": { "License": [ @@ -27073,7 +27073,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=CompQuadForm" }, "conditionz": { "License": [ @@ -27115,7 +27115,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=copCAR" }, "copula": { "License": [ @@ -27150,14 +27150,14 @@ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=CovSel" }, "covsim": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=covsim" }, "cowplot": { "License": [ @@ -27178,7 +27178,7 @@ "LGPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=coxme" }, "crfsuite": { "License": [ @@ -27218,7 +27218,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ctmle" }, "cubature": { "License": [ @@ -27246,7 +27246,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=CVST" }, "CVXR": { "License": [ @@ -27295,7 +27295,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=date" }, "dbarts": { "License": [ @@ -27337,14 +27337,14 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ddalpha" }, "deal": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=deal" }, "debugme": { "License": [ @@ -27358,7 +27358,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=deldir" }, "dendextend": { "License": [ @@ -27428,14 +27428,14 @@ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=dHSIC" }, "diagram": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=diagram" }, "DiagrammeR": { "License": [ @@ -27456,7 +27456,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=dichromat" }, "dimRed": { "License": [ @@ -27477,7 +27477,7 @@ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=DiscriMiner" }, "dismo": { "License": [ @@ -27491,7 +27491,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=distillery" }, "distr": { "License": [ @@ -27519,7 +27519,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=DistributionUtils" }, "diveRsity": { "License": [ @@ -27533,7 +27533,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=dlm" }, "DMCfun": { "License": [ @@ -27561,7 +27561,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=doMC" }, "doParallel": { "License": [ @@ -27582,7 +27582,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=doSNOW" }, "dotCall64": { "License": [ @@ -27624,7 +27624,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=drgee" }, "DRR": { "License": [ @@ -27650,7 +27650,7 @@ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=dtangle" }, "dtplyr": { "License": [ @@ -27664,7 +27664,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=DTRreg" }, "dtw": { "License": [ @@ -27678,7 +27678,7 @@ "Sendmail" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=dummies" }, "dygraphs": { "License": [ @@ -27699,7 +27699,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=e1071" }, "earth": { "License": [ @@ -27797,7 +27797,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=epitools" }, "ergm.count": { "License": [ @@ -27832,21 +27832,21 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=EValue" }, "evd": { "License": [ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=evd" }, "Exact": { "License": [ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=Exact" }, "expm": { "License": [ @@ -27888,7 +27888,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=extRemes" }, "FactoMineR": { "License": [ @@ -27902,7 +27902,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=FactorCopula" }, "fail": { "License": [ @@ -27944,7 +27944,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=fastICA" }, "fastmatch": { "License": [ @@ -27979,7 +27979,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=fftw" }, "fftwtools": { "License": [ @@ -28021,7 +28021,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=fishMod" }, "fitdistrplus": { "License": [ @@ -28042,28 +28042,28 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=FKSUM" }, "flashClust": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=flashClust" }, "flexclust": { "License": [ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=flexclust" }, "flexmix": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=flexmix" }, "flextable": { "License": [ @@ -28098,28 +28098,28 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=FNN" }, "fontBitstreamVera": { "License": [ "MirOS" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=fontBitstreamVera" }, "fontLiberation": { "License": [ "MIT-feh" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=fontLiberation" }, "fontquiver": { "License": [ "AML" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=fontquiver" }, "forcats": { "License": [ @@ -28168,7 +28168,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=Formula" }, "fossil": { "License": [ @@ -28210,14 +28210,14 @@ "LGPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=futile.logger" }, "futile.options": { "License": [ "LGPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=futile.options" }, "future.apply": { "License": [ @@ -28238,7 +28238,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=gam" }, "gamlss.data": { "License": [ @@ -28273,7 +28273,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=gamm4" }, "gap.datasets": { "License": [ @@ -28308,7 +28308,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=gaussquad" }, "gbm": { "License": [ @@ -28322,14 +28322,14 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=gbRd" }, "gclus": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=gclus" }, "gdalUtils": { "License": [ @@ -28364,21 +28364,21 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=gee" }, "geeM": { "License": [ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=geeM" }, "geepack": { "License": [ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=geepack" }, "geex": { "License": [ @@ -28392,7 +28392,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=geiger" }, "GeneNet": { "License": [ @@ -28420,7 +28420,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=GenSA" }, "geojsonsf": { "License": [ @@ -28616,7 +28616,7 @@ "MIT" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ggvenn" }, "ggvis": { "License": [ @@ -28672,7 +28672,7 @@ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=glmmML" }, "glmmTMB": { "License": [ @@ -28707,7 +28707,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=gmm" }, "gmodels": { "License": [ @@ -28728,7 +28728,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=gnumeric" }, "goftest": { "License": [ @@ -28742,7 +28742,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=gomms" }, "googledrive": { "License": [ @@ -28798,14 +28798,14 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=gridBase" }, "gridExtra": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=gridExtra" }, "gridGraphics": { "License": [ @@ -28889,7 +28889,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=GUTS" }, "gWidgets2": { "License": [ @@ -28910,7 +28910,7 @@ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=GxEScanR" }, "h2o": { "License": [ @@ -28973,14 +28973,14 @@ "MIT" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=hdm" }, "heatmap3": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=heatmap3" }, "here": { "License": [ @@ -29050,7 +29050,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=huge" }, "hunspell": { "License": [ @@ -29064,7 +29064,7 @@ "LGPL-2.1" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=hwriter" }, "HWxtest": { "License": "not found", @@ -29076,28 +29076,28 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=hypergeo" }, "ica": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ica" }, "IDPmisc": { "License": [ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=IDPmisc" }, "idr": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=idr" }, "ids": { "License": [ @@ -29146,7 +29146,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ineq" }, "influenceR": { "License": [ @@ -29181,35 +29181,35 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=interp" }, "interpretR": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=interpretR" }, "intrinsicDimension": { "License": [ "MIT" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=intrinsicDimension" }, "inum": { "License": [ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=inum" }, "ipred": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ipred" }, "irace": { "License": [ @@ -29237,7 +29237,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=Iso" }, "isoband": { "License": [ @@ -29251,14 +29251,14 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ISOcodes" }, "ISOweek": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ISOweek" }, "iterators": { "License": [ @@ -29272,14 +29272,14 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=itertools" }, "JADE": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=JADE" }, "janeaustenr": { "License": [ @@ -29312,7 +29312,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=jomo" }, "jpeg": { "License": [ @@ -29326,7 +29326,7 @@ "MIT" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=jsonify" }, "jstable": { "License": [ @@ -29361,14 +29361,14 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=kernlab" }, "KernSmooth": { "License": [ "FSFUL" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=KernSmooth" }, "kinship2": { "License": [ @@ -29389,14 +29389,14 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=KODAMA" }, "kohonen": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=kohonen" }, "ks": { "License": [ @@ -29410,14 +29410,14 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=labdsv" }, "labeling": { "License": [ "FSFUL" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=labeling" }, "labelled": { "License": [ @@ -29431,14 +29431,14 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=laeken" }, "lambda.r": { "License": [ "LGPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=lambda.r" }, "LaplacesDemon": { "License": [ @@ -29492,35 +29492,35 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=lazy" }, "lazyeval": { "License": [ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=lazyeval" }, "LCFdata": { "License": [ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=LCFdata" }, "lda": { "License": [ "SSPL-1.0" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=lda" }, "ldbounds": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ldbounds" }, "leafem": { "License": [ @@ -29555,14 +29555,14 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=leaps" }, "LearnBayes": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=LearnBayes" }, "leiden": { "License": [ @@ -29583,14 +29583,14 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=libcoin" }, "limSolve": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=limSolve" }, "linkcomm": { "License": [ @@ -29630,7 +29630,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=LMERConvenienceFunctions" }, "lmerTest": { "License": [ @@ -29644,7 +29644,7 @@ "CPL-1.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=lmom" }, "Lmoments": { "License": [ @@ -29658,7 +29658,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=lmtest" }, "lobstr": { "License": [ @@ -29672,14 +29672,14 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=locfdr" }, "locfit": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=locfit" }, "logcondens": { "License": [ @@ -29707,7 +29707,7 @@ "Apache-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=logspline" }, "longitudinal": { "License": [ @@ -29721,7 +29721,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=longmemo" }, "loo": { "License": [ @@ -29742,7 +29742,7 @@ "LGPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=lpSolveAPI" }, "lqa": { "License": "not found", @@ -29810,14 +29810,14 @@ "LPL-1.02" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=mapproj" }, "maps": { "License": [ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=maps" }, "maptools": { "License": [ @@ -29902,14 +29902,14 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=maxLik" }, "maxlike": { "License": [ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=maxlike" }, "maxnet": { "License": [ @@ -29958,14 +29958,14 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=mcmcse" }, "mda": { "License": [ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=mda" }, "medflex": { "License": [ @@ -30021,7 +30021,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=MetaUtility" }, "mets": { "License": [ @@ -30035,7 +30035,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=mgcv" }, "mgsub": { "License": [ @@ -30049,7 +30049,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=mhsmm" }, "mi": { "License": [ @@ -30098,7 +30098,7 @@ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=minpack.lm" }, "minqa": { "License": [ @@ -30154,7 +30154,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=mitools" }, "mixtools": { "License": [ @@ -30168,14 +30168,14 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=mlbench" }, "mlegp": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=mlegp" }, "MLmetrics": { "License": [ @@ -30224,7 +30224,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ModelMetrics" }, "modelr": { "License": [ @@ -30238,14 +30238,14 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=modeltools" }, "momentfit": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=momentfit" }, "moments": { "License": [ @@ -30308,7 +30308,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=multcompView" }, "multicool": { "License": [ @@ -30322,7 +30322,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=multipol" }, "munsell": { "License": [ @@ -30336,7 +30336,7 @@ "SSPL-1.0" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=mvabund" }, "mvnfast": { "License": [ @@ -30385,7 +30385,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ncbit" }, "ncdf4": { "License": [ @@ -30399,7 +30399,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=NCmisc" }, "network": { "License": [ @@ -30434,28 +30434,28 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=neuRosim" }, "ngspatial": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ngspatial" }, "NISTunits": { "License": [ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=NISTunits" }, "nleqslv": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=nleqslv" }, "nlme": { "License": [ @@ -30476,7 +30476,7 @@ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=NLP" }, "nlsem": { "License": [ @@ -30497,7 +30497,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=nnls" }, "nonnest2": { "License": [ @@ -30518,14 +30518,14 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=norm" }, "nortest": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=nortest" }, "np": { "License": [ @@ -30567,7 +30567,7 @@ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=OceanView" }, "oddsratio": { "License": [ @@ -30616,7 +30616,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=optextras" }, "optimParallel": { "License": [ @@ -30630,7 +30630,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=optimr" }, "optimx": { "License": [ @@ -30679,7 +30679,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=orthopolynom" }, "osqp": { "License": [ @@ -30721,14 +30721,14 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=pamr" }, "pan": { "License": [ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=pan" }, "parallelDist": { "License": [ @@ -30840,21 +30840,21 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=PearsonDS" }, "pec": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=pec" }, "penalized": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=penalized" }, "penfa": { "License": [ @@ -30875,7 +30875,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=PermAlgo" }, "permute": { "License": [ @@ -30896,7 +30896,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=pheatmap" }, "phylobase": { "License": [ @@ -30924,14 +30924,14 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=pinfsc50" }, "pixmap": { "License": [ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=pixmap" }, "pkgmaker": { "License": [ @@ -30952,14 +30952,14 @@ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=plot3D" }, "plot3Drgl": { "License": [ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=plot3Drgl" }, "plotly": { "License": [ @@ -31027,7 +31027,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=polspline" }, "Polychrome": { "License": [ @@ -31055,7 +31055,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=polynom" }, "posterior": { "License": [ @@ -31069,7 +31069,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ppcor" }, "prabclus": { "License": [ @@ -31083,21 +31083,21 @@ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=pracma" }, "PresenceAbsence": { "License": [ "FSFUL" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=PresenceAbsence" }, "preseqR": { "License": [ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=preseqR" }, "prettyGraphs": { "License": [ @@ -31139,7 +31139,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=proftools" }, "progress": { "License": [ @@ -31174,7 +31174,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=proxy" }, "proxyC": { "License": [ @@ -31202,7 +31202,7 @@ "FSFUL" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=pspline" }, "psych": { "License": [ @@ -31216,7 +31216,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=Publish" }, "pulsar": { "License": [ @@ -31237,7 +31237,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=qgam" }, "qgraph": { "License": [ @@ -31258,14 +31258,14 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=qrnn" }, "quadprog": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=quadprog" }, "quanteda": { "License": [ @@ -31349,7 +31349,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=R2WinBUGS" }, "random": { "License": [ @@ -31384,7 +31384,7 @@ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=rangeModelMetadata" }, "ranger": { "License": [ @@ -31405,7 +31405,7 @@ "MIT" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=rapidjsonr" }, "rARPACK": { "License": [ @@ -31475,7 +31475,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=Rcgmin" }, "RCircos": { "License": [ @@ -31489,7 +31489,7 @@ "Apache-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=RColorBrewer" }, "RcppArmadillo": { "License": [ @@ -31531,7 +31531,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=RcppRoll" }, "RcppThread": { "License": [ @@ -31552,7 +31552,7 @@ "BSD-1-Clause" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=RCurl" }, "rda": { "License": [ @@ -31601,7 +31601,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=reader" }, "readODS": { "License": [ @@ -31648,7 +31648,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=registry" }, "regsem": { "License": [ @@ -31662,7 +31662,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=relsurv" }, "rematch": { "License": [ @@ -31697,7 +31697,7 @@ "BSD-1-Clause" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=resample" }, "reshape": { "License": [ @@ -31860,7 +31860,7 @@ "BSD-1-Clause" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=RJSONIO" }, "rle": { "License": [ @@ -31895,7 +31895,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=rmeta" }, "Rmpfr": { "License": [ @@ -31930,7 +31930,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=rnetcarto" }, "RNeXML": { "License": [ @@ -31951,7 +31951,7 @@ "BSD-1-Clause" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=rngWELL" }, "RNifti": { "License": [ @@ -32000,7 +32000,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=rootSolve" }, "roptim": { "License": [ @@ -32042,7 +32042,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=RPMM" }, "RPostgreSQL": { "License": [ @@ -32098,7 +32098,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=Rsolnp" }, "RSpectra": { "License": [ @@ -32168,7 +32168,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=RUnit" }, "ruv": { "License": [ @@ -32203,21 +32203,21 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=Rvmmin" }, "RWeka": { "License": [ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=RWeka" }, "RWekajars": { "License": [ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=RWekajars" }, "s2": { "License": [ @@ -32231,7 +32231,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=sampling" }, "sandwich": { "License": [ @@ -32245,7 +32245,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=SBdecomp" }, "scales": { "License": [ @@ -32259,21 +32259,21 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=scam" }, "scatterpie": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=scatterpie" }, "scatterplot3d": { "License": [ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=scatterplot3d" }, "scs": { "License": [ @@ -32306,7 +32306,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=segmented" }, "selectr": { "License": [ @@ -32409,14 +32409,14 @@ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=shape" }, "shapefiles": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=shapefiles" }, "shinycssloaders": { "License": [ @@ -32465,7 +32465,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=SignifReg" }, "simex": { "License": [ @@ -32479,21 +32479,21 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=SimSeq" }, "SKAT": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=SKAT" }, "slam": { "License": [ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=slam" }, "slider": { "License": [ @@ -32507,7 +32507,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=sm" }, "smoof": { "License": [ @@ -32521,7 +32521,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=smoother" }, "sn": { "License": [ @@ -32542,14 +32542,14 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=SNFtool" }, "snow": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=snow" }, "SnowballC": { "License": [ @@ -32563,14 +32563,14 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=snowfall" }, "SOAR": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=SOAR" }, "solrium": { "License": [ @@ -32584,7 +32584,7 @@ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=som" }, "soundecology": { "License": [ @@ -32633,7 +32633,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=SPAtest" }, "spatial": { "License": [ @@ -32738,7 +32738,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=spls" }, "spocc": { "License": [ @@ -32787,7 +32787,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=stargazer" }, "stars": { "License": [ @@ -32801,7 +32801,7 @@ "LGPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=startupmsg" }, "StatMatch": { "License": [ @@ -32815,7 +32815,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=statmod" }, "statnet.common": { "License": [ @@ -32836,7 +32836,7 @@ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=stdReg" }, "stopwords": { "License": [ @@ -32864,7 +32864,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=strucchange" }, "styler": { "License": [ @@ -32892,7 +32892,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=SuppDists" }, "survey": { "License": [ @@ -32913,7 +32913,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=survivalROC" }, "svd": { "License": [ @@ -32948,7 +32948,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=symmoments" }, "tableone": { "License": [ @@ -32967,7 +32967,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=tau" }, "taxize": { "License": [ @@ -32995,14 +32995,14 @@ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=TeachingDemos" }, "tensor": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=tensor" }, "tensorA": { "License": [ @@ -33037,7 +33037,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=textcat" }, "textplot": { "License": [ @@ -33051,14 +33051,14 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=TFisher" }, "TH.data": { "License": [ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=TH.data" }, "threejs": { "License": [ @@ -33156,7 +33156,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=tkrplot" }, "tm": { "License": [ @@ -33219,7 +33219,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=topicmodels" }, "TraMineR": { "License": [ @@ -33233,7 +33233,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=tree" }, "triebeard": { "License": [ @@ -33254,7 +33254,7 @@ "MIT-CMU" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=tripack" }, "TruncatedNormal": { "License": [ @@ -33282,14 +33282,14 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=tseries" }, "tseriesChaos": { "License": [ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=tseriesChaos" }, "tsna": { "License": [ @@ -33324,14 +33324,14 @@ "AML" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=twang" }, "tweedie": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=tweedie" }, "tweenr": { "License": [ @@ -33373,7 +33373,7 @@ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=unbalanced" }, "unikn": { "License": [ @@ -33413,7 +33413,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=urca" }, "urltools": { "License": [ @@ -33455,7 +33455,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=vcd" }, "vcfR": { "License": [ @@ -33476,7 +33476,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=VennDiagram" }, "VGAM": { "License": [ @@ -33511,7 +33511,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=vipor" }, "viridis": { "License": [ @@ -33595,7 +33595,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=weights" }, "WeightSVM": { "License": [ @@ -33693,7 +33693,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=XBRL" }, "xgboost": { "License": [ @@ -33714,7 +33714,7 @@ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=xlsxjars" }, "XML": { "License": [ @@ -33797,7 +33797,7 @@ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=affycoretools" }, "affyio": { "License": [ @@ -33811,14 +33811,14 @@ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=AgiMicroRna" }, "agricolae": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=agricolae" }, "ALDEx2": { "License": [ @@ -33844,14 +33844,14 @@ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=annaffy" }, "annotate": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=annotate" }, "AnnotationDbi": { "License": [ @@ -33879,7 +33879,7 @@ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=AnnotationHub" }, "anytime": { "License": [ @@ -33921,14 +33921,14 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ash" }, "ATACseqQC": { "License": [ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=ATACseqQC" }, "AUCell": { "License": [ @@ -33963,28 +33963,28 @@ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=ballgown" }, "basilisk.utils": { "License": [ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=basilisk.utils" }, "basilisk": { "License": [ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=basilisk" }, "batchelor": { "License": [ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=batchelor" }, "baySeq": { "License": [ @@ -34012,14 +34012,14 @@ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=BiocBaseUtils" }, "BiocFileCache": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=BiocFileCache" }, "BiocGenerics": { "License": [ @@ -34033,7 +34033,7 @@ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=BiocIO" }, "BiocManager": { "License": [ @@ -34047,7 +34047,7 @@ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=BiocNeighbors" }, "BiocParallel": { "License": [ @@ -34075,7 +34075,7 @@ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=BiocVersion" }, "biomaRt": { "License": [ @@ -34103,7 +34103,7 @@ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=biovizBase" }, "blme": { "License": [ @@ -34117,7 +34117,7 @@ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=bluster" }, "bookdown": { "License": [ @@ -34179,7 +34179,7 @@ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=CAGEr" }, "CAMERA": { "License": [ @@ -34193,7 +34193,7 @@ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=Category" }, "ccdata": { "License": "not found", @@ -34205,7 +34205,7 @@ "MIT" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=ccmap" }, "CGHbase": { "License": [ @@ -34220,21 +34220,21 @@ "MPL-2.0-no-copyleft-exception" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=CGHcall" }, "ChIPpeakAnno": { "License": [ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=ChIPpeakAnno" }, "chromVAR": { "License": [ "MIT" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=chromVAR" }, "clusterProfiler": { "License": [ @@ -34262,7 +34262,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=colorRamps" }, "ComplexHeatmap": { "License": [ @@ -34276,14 +34276,14 @@ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=ConsensusClusterPlus" }, "conumee": { "License": [ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=conumee" }, "crossmeta": { "License": [ @@ -34297,14 +34297,14 @@ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=cummeRbund" }, "cytolib": { "License": [ "AGPL-3.0-only" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=cytolib" }, "CytoML": { "License": [ @@ -34339,7 +34339,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=DeconRNASeq" }, "decontam": { "License": [ @@ -34360,7 +34360,7 @@ "libpng-2.0" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=DEGseq" }, "DelayedArray": { "License": [ @@ -34381,7 +34381,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=densEstBayes" }, "derfinder": { "License": [ @@ -34416,7 +34416,7 @@ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=dir.expiry" }, "DirichletMultinomial": { "License": [ @@ -34430,14 +34430,14 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=DNABarcodes" }, "DNAcopy": { "License": [ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=DNAcopy" }, "DO.db": { "License": "not found", @@ -34470,21 +34470,21 @@ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=DRIMSeq" }, "DropletUtils": { "License": [ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=DropletUtils" }, "DSS": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=DSS" }, "dupRadar": { "License": [ @@ -34498,7 +34498,7 @@ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=DynDoc" }, "EBImage": { "License": [ @@ -34519,7 +34519,7 @@ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=egg" }, "emmeans": { "License": [ @@ -34562,7 +34562,7 @@ "MIT" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=escape" }, "estimability": { "License": [ @@ -34576,7 +34576,7 @@ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=ExperimentHub" }, "extraDistr": { "License": [ @@ -34609,7 +34609,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=fds" }, "feature": { "License": [ @@ -34637,56 +34637,56 @@ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=flowAI" }, "flowClean": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=flowClean" }, "flowClust": { "License": [ "MIT" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=flowClust" }, "flowCore": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=flowCore" }, "flowDensity": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=flowDensity" }, "flowFP": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=flowFP" }, "flowMerge": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=flowMerge" }, "flowPeaks": { "License": [ "Artistic-1.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=flowPeaks" }, "FlowSOM": { "License": [ @@ -34717,14 +34717,14 @@ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=flowViz" }, "flowWorkspace": { "License": [ "AGPL-3.0-only" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=flowWorkspace" }, "FRASER": { "License": [ @@ -34745,7 +34745,7 @@ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=gcrma" }, "gdsfmt": { "License": [ @@ -34759,7 +34759,7 @@ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=genefilter" }, "geneLenDataBase": { "License": "not found", @@ -34771,7 +34771,7 @@ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=geneplotter" }, "GENESIS": { "License": [ @@ -34785,7 +34785,7 @@ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=GENIE3" }, "GenomeInfoDb": { "License": [ @@ -34818,7 +34818,7 @@ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=GenomicFiles" }, "GenomicRanges": { "License": [ @@ -34839,7 +34839,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=GEOmap" }, "GEOquery": { "License": [ @@ -34930,14 +34930,14 @@ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=GlobalAncova" }, "globaltest": { "License": [ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=globaltest" }, "GO.db": { "License": "not found", @@ -34963,14 +34963,14 @@ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=GOstats" }, "graph": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=graph" }, "graphite": { "License": [ @@ -34984,21 +34984,21 @@ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=GSEABase" }, "gsmoothr": { "License": [ "SSPL-1.0" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=gsmoothr" }, "gson": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=gson" }, "GSVA": { "License": [ @@ -35019,7 +35019,7 @@ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=GWASExactHW" }, "GWASTools": { "License": [ @@ -35064,7 +35064,7 @@ "MIT" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=HiCBricks" }, "HiCcompare": { "License": [ @@ -35078,7 +35078,7 @@ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=HMMcopy" }, "Homo.sapiens": { "License": "not found", @@ -35090,7 +35090,7 @@ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=IHW" }, "IlluminaHumanMethylation450kanno.ilmn12.hg19": { "License": "not found", @@ -35129,21 +35129,21 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=impute" }, "InteractionSet": { "License": [ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=InteractionSet" }, "interactiveDisplayBase": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=interactiveDisplayBase" }, "intervals": { "License": [ @@ -35164,7 +35164,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=isva" }, "JASPAR2020": { "License": "not found", @@ -35218,14 +35218,14 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=lsa" }, "lumi": { "License": [ "libpng-2.0" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=lumi" }, "M3Drop": { "License": [ @@ -35246,7 +35246,7 @@ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=maSigPro" }, "MassSpecWavelet": { "License": [ @@ -35267,14 +35267,14 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=MBA" }, "MEDIPS": { "License": [ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=MEDIPS" }, "metagenomeSeq": { "License": [ @@ -35288,35 +35288,35 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=metaMA" }, "metap": { "License": [ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=metap" }, "metapod": { "License": [ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=metapod" }, "MethylSeekR": { "License": [ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=MethylSeekR" }, "methylumi": { "License": [ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=methylumi" }, "Mfuzz": { "License": [ @@ -35344,7 +35344,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=missMethyl" }, "mixOmics": { "License": [ @@ -35365,28 +35365,28 @@ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=MLInterfaces" }, "MotifDb": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=MotifDb" }, "motifmatchr": { "License": [ "AML" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=motifmatchr" }, "motifStack": { "License": [ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=motifStack" }, "MsCoreUtils": { "License": [ @@ -35428,21 +35428,21 @@ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=MSstatsConvert" }, "MSstatsLiP": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=MSstatsLiP" }, "MSstatsPTM": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=MSstatsPTM" }, "MSstatsTMT": { "License": [ @@ -35463,14 +35463,14 @@ "MIT-feh" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=MultiDataSet" }, "multtest": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=multtest" }, "muscat": { "License": [ @@ -35491,7 +35491,7 @@ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=mzID" }, "mzR": { "License": [ @@ -35505,14 +35505,14 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=NADA" }, "ncdfFlow": { "License": [ "AGPL-3.0-only" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=ncdfFlow" }, "NMF": { "License": [ @@ -35526,7 +35526,7 @@ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=NOISeq" }, "numbat": { "License": [ @@ -35547,14 +35547,14 @@ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=oligoClasses" }, "ontologyIndex": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ontologyIndex" }, "oompaBase": { "License": [ @@ -35575,7 +35575,7 @@ "AGPL-3.0-only" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=openCyto" }, "org.Hs.eg.db": { "License": "not found", @@ -35597,7 +35597,7 @@ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=OrganismDbi" }, "OUTRIDER": { "License": [ @@ -35625,7 +35625,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=perm" }, "PFAM.db": { "License": "not found", @@ -35644,14 +35644,14 @@ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=pmp" }, "polyester": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=polyester" }, "poweRlaw": { "License": [ @@ -35698,7 +35698,7 @@ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=PRROC" }, "PSCBS": { "License": [ @@ -35747,7 +35747,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=quantsmooth" }, "qvalue": { "License": [ @@ -35782,7 +35782,7 @@ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=rainbow" }, "randomcoloR": { "License": [ @@ -35857,7 +35857,7 @@ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=regioneR" }, "reldist": { "License": [ @@ -35878,14 +35878,14 @@ "libpng-2.0" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=Repitools" }, "ReportingTools": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=ReportingTools" }, "ResidualMatrix": { "License": [ @@ -35899,7 +35899,7 @@ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=restfulr" }, "Rfast": { "License": [ @@ -35913,21 +35913,21 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=RFOC" }, "rGADEM": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=rGADEM" }, "Rgraphviz": { "License": [ "EPL-1.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=Rgraphviz" }, "rhdf5": { "License": [ @@ -35962,14 +35962,14 @@ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=Ringo" }, "RNASeqPower": { "License": [ "libpng-2.0" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=RNASeqPower" }, "RnBeads.hg19": { "License": "not found", @@ -36001,7 +36001,7 @@ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=RnBeads" }, "ROC": { "License": [ @@ -36022,7 +36022,7 @@ "Ruby" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=ROntoTools" }, "ropls": { "License": [ @@ -36036,14 +36036,14 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=RPMG" }, "RProtoBufLib": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=RProtoBufLib" }, "Rsamtools": { "License": [ @@ -36057,7 +36057,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=RSEIS" }, "Rsubread": { "License": [ @@ -36078,7 +36078,7 @@ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=rtracklayer" }, "Rwave": { "License": [ @@ -36106,7 +36106,7 @@ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=SamSPECTRAL" }, "SC3": { "License": [ @@ -36127,7 +36127,7 @@ "MIT-feh" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=SCANVIS" }, "scater": { "License": [ @@ -36141,7 +36141,7 @@ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=scattermore" }, "scDblFinder": { "License": [ @@ -36169,14 +36169,14 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=scrime" }, "scuttle": { "License": [ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=scuttle" }, "SeqArray": { "License": [ @@ -36190,7 +36190,7 @@ "libpng-2.0" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=seqLogo" }, "SeqVarTools": { "License": [ @@ -36253,7 +36253,7 @@ "MIT" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=shinypanel" }, "shinyWidgets": { "License": [ @@ -36274,7 +36274,7 @@ "libpng-2.0" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=siggenes" }, "Signac": { "License": [ @@ -36295,7 +36295,7 @@ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=SingleCellExperiment" }, "SingleR": { "License": [ @@ -36316,14 +36316,14 @@ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=slingshot" }, "SMVar": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=SMVar" }, "SNPRelate": { "License": [ @@ -36337,7 +36337,7 @@ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=snpStats" }, "sparseMatrixStats": { "License": [ @@ -36386,14 +36386,14 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=stageR" }, "struct": { "License": [ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=struct" }, "structToolbox": { "License": [ @@ -36421,7 +36421,7 @@ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=sva" }, "TailRank": { "License": [ @@ -36449,7 +36449,7 @@ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=tkWidgets" }, "TrajectoryUtils": { "License": [ @@ -36470,7 +36470,7 @@ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=TreeSummarizedExperiment" }, "TSP": { "License": [ @@ -36522,7 +36522,7 @@ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=VariantAnnotation" }, "venn": { "License": [ @@ -36550,21 +36550,21 @@ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=wateRmelon" }, "WGCNA": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=WGCNA" }, "widgetTools": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=widgetTools" }, "Wrench": { "License": [ @@ -36629,7 +36629,7 @@ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=affycoretools" }, "affyio": { "License": [ @@ -36643,14 +36643,14 @@ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=AgiMicroRna" }, "agricolae": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=agricolae" }, "ALDEx2": { "License": [ @@ -36676,14 +36676,14 @@ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=annaffy" }, "annotate": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=annotate" }, "AnnotationDbi": { "License": [ @@ -36711,7 +36711,7 @@ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=AnnotationHub" }, "anytime": { "License": [ @@ -36753,14 +36753,14 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ash" }, "ATACseqQC": { "License": [ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=ATACseqQC" }, "AUCell": { "License": [ @@ -36795,28 +36795,28 @@ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=ballgown" }, "basilisk.utils": { "License": [ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=basilisk.utils" }, "basilisk": { "License": [ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=basilisk" }, "batchelor": { "License": [ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=batchelor" }, "baySeq": { "License": [ @@ -36851,14 +36851,14 @@ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=BiocBaseUtils" }, "BiocFileCache": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=BiocFileCache" }, "BiocGenerics": { "License": [ @@ -36872,7 +36872,7 @@ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=BiocIO" }, "BiocManager": { "License": [ @@ -36886,7 +36886,7 @@ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=BiocNeighbors" }, "BiocParallel": { "License": [ @@ -36914,7 +36914,7 @@ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=BiocVersion" }, "biomaRt": { "License": [ @@ -36942,7 +36942,7 @@ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=biovizBase" }, "blme": { "License": [ @@ -36956,7 +36956,7 @@ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=bluster" }, "bookdown": { "License": [ @@ -37025,7 +37025,7 @@ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=CAGEr" }, "CAMERA": { "License": [ @@ -37039,7 +37039,7 @@ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=Category" }, "ccdata": { "License": "not found", @@ -37051,7 +37051,7 @@ "MIT" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=ccmap" }, "CGHbase": { "License": [ @@ -37066,14 +37066,14 @@ "MPL-2.0-no-copyleft-exception" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=CGHcall" }, "ChIPpeakAnno": { "License": [ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=ChIPpeakAnno" }, "ChIPseeker": { "License": [ @@ -37087,7 +37087,7 @@ "MIT" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=chromVAR" }, "clusterProfiler": { "License": [ @@ -37115,7 +37115,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=colorRamps" }, "ComplexHeatmap": { "License": [ @@ -37129,14 +37129,14 @@ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=ConsensusClusterPlus" }, "conumee": { "License": [ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=conumee" }, "crossmeta": { "License": [ @@ -37150,14 +37150,14 @@ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=cummeRbund" }, "cytolib": { "License": [ "AGPL-3.0-only" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=cytolib" }, "CytoML": { "License": [ @@ -37192,7 +37192,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=DeconRNASeq" }, "decontam": { "License": [ @@ -37213,7 +37213,7 @@ "libpng-2.0" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=DEGseq" }, "DelayedArray": { "License": [ @@ -37234,7 +37234,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=densEstBayes" }, "derfinder": { "License": [ @@ -37269,7 +37269,7 @@ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=dir.expiry" }, "directlabels": { "License": [ @@ -37290,14 +37290,14 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=DNABarcodes" }, "DNAcopy": { "License": [ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=DNAcopy" }, "DO.db": { "License": "not found", @@ -37330,21 +37330,21 @@ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=DRIMSeq" }, "DropletUtils": { "License": [ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=DropletUtils" }, "DSS": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=DSS" }, "dupRadar": { "License": [ @@ -37358,7 +37358,7 @@ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=DynDoc" }, "EBImage": { "License": [ @@ -37379,7 +37379,7 @@ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=egg" }, "emmeans": { "License": [ @@ -37422,7 +37422,7 @@ "MIT" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=escape" }, "estimability": { "License": [ @@ -37436,7 +37436,7 @@ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=ExperimentHub" }, "extraDistr": { "License": [ @@ -37457,7 +37457,7 @@ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=fANCOVA" }, "fda": { "License": [ @@ -37476,7 +37476,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=fds" }, "feature": { "License": [ @@ -37504,56 +37504,56 @@ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=flowAI" }, "flowClean": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=flowClean" }, "flowClust": { "License": [ "MIT" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=flowClust" }, "flowCore": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=flowCore" }, "flowDensity": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=flowDensity" }, "flowFP": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=flowFP" }, "flowMerge": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=flowMerge" }, "flowPeaks": { "License": [ "Artistic-1.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=flowPeaks" }, "FlowSOM": { "License": [ @@ -37584,14 +37584,14 @@ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=flowViz" }, "flowWorkspace": { "License": [ "AGPL-3.0-only" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=flowWorkspace" }, "FRASER": { "License": [ @@ -37612,7 +37612,7 @@ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=gcrma" }, "gdsfmt": { "License": [ @@ -37626,7 +37626,7 @@ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=genefilter" }, "geneLenDataBase": { "License": "not found", @@ -37638,7 +37638,7 @@ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=geneplotter" }, "GENESIS": { "License": [ @@ -37652,7 +37652,7 @@ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=GENIE3" }, "genomation": { "License": [ @@ -37692,7 +37692,7 @@ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=GenomicFiles" }, "GenomicInteractions": { "License": [ @@ -37720,7 +37720,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=GEOmap" }, "GEOquery": { "License": [ @@ -37811,14 +37811,14 @@ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=GlobalAncova" }, "globaltest": { "License": [ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=globaltest" }, "GO.db": { "License": "not found", @@ -37844,14 +37844,14 @@ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=GOstats" }, "graph": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=graph" }, "graphite": { "License": [ @@ -37865,21 +37865,21 @@ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=GSEABase" }, "gsmoothr": { "License": [ "SSPL-1.0" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=gsmoothr" }, "gson": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=gson" }, "GSVA": { "License": [ @@ -37900,7 +37900,7 @@ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=GWASExactHW" }, "GWASTools": { "License": [ @@ -37945,7 +37945,7 @@ "MIT" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=HiCBricks" }, "HiCcompare": { "License": [ @@ -37959,7 +37959,7 @@ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=HMMcopy" }, "Homo.sapiens": { "License": "not found", @@ -37971,7 +37971,7 @@ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=IHW" }, "IlluminaHumanMethylation450kanno.ilmn12.hg19": { "License": "not found", @@ -38010,21 +38010,21 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=impute" }, "InteractionSet": { "License": [ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=InteractionSet" }, "interactiveDisplayBase": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=interactiveDisplayBase" }, "intervals": { "License": [ @@ -38045,7 +38045,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=isva" }, "JASPAR2020": { "License": "not found", @@ -38099,14 +38099,14 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=lsa" }, "lumi": { "License": [ "libpng-2.0" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=lumi" }, "M3Drop": { "License": [ @@ -38127,7 +38127,7 @@ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=maSigPro" }, "MassSpecWavelet": { "License": [ @@ -38148,14 +38148,14 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=MBA" }, "MEDIPS": { "License": [ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=MEDIPS" }, "MetaboCoreUtils": { "License": [ @@ -38176,35 +38176,35 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=metaMA" }, "metap": { "License": [ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=metap" }, "metapod": { "License": [ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=metapod" }, "MethylSeekR": { "License": [ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=MethylSeekR" }, "methylumi": { "License": [ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=methylumi" }, "Mfuzz": { "License": [ @@ -38232,7 +38232,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=missMethyl" }, "mixOmics": { "License": [ @@ -38253,28 +38253,28 @@ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=MLInterfaces" }, "MotifDb": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=MotifDb" }, "motifmatchr": { "License": [ "AML" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=motifmatchr" }, "motifStack": { "License": [ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=motifStack" }, "MsCoreUtils": { "License": [ @@ -38323,21 +38323,21 @@ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=MSstatsConvert" }, "MSstatsLiP": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=MSstatsLiP" }, "MSstatsPTM": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=MSstatsPTM" }, "MSstatsTMT": { "License": [ @@ -38358,14 +38358,14 @@ "MIT-feh" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=MultiDataSet" }, "multtest": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=multtest" }, "muscat": { "License": [ @@ -38386,7 +38386,7 @@ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=mzID" }, "mzR": { "License": [ @@ -38400,14 +38400,14 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=NADA" }, "ncdfFlow": { "License": [ "AGPL-3.0-only" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=ncdfFlow" }, "NMF": { "License": [ @@ -38421,7 +38421,7 @@ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=NOISeq" }, "numbat": { "License": [ @@ -38442,14 +38442,14 @@ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=oligoClasses" }, "ontologyIndex": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ontologyIndex" }, "oompaBase": { "License": [ @@ -38470,7 +38470,7 @@ "AGPL-3.0-only" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=openCyto" }, "org.Hs.eg.db": { "License": "not found", @@ -38492,7 +38492,7 @@ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=OrganismDbi" }, "OUTRIDER": { "License": [ @@ -38520,7 +38520,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=perm" }, "PFAM.db": { "License": "not found", @@ -38539,21 +38539,21 @@ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=plyranges" }, "pmp": { "License": [ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=pmp" }, "polyester": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=polyester" }, "poweRlaw": { "License": [ @@ -38600,7 +38600,7 @@ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=PRROC" }, "PSCBS": { "License": [ @@ -38656,7 +38656,7 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=quantsmooth" }, "qvalue": { "License": [ @@ -38691,7 +38691,7 @@ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=rainbow" }, "randomcoloR": { "License": [ @@ -38766,7 +38766,7 @@ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=regioneR" }, "reldist": { "License": [ @@ -38787,14 +38787,14 @@ "libpng-2.0" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=Repitools" }, "ReportingTools": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=ReportingTools" }, "ResidualMatrix": { "License": [ @@ -38808,7 +38808,7 @@ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=restfulr" }, "Rfast": { "License": [ @@ -38822,21 +38822,21 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=RFOC" }, "rGADEM": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=rGADEM" }, "Rgraphviz": { "License": [ "EPL-1.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=Rgraphviz" }, "rhdf5": { "License": [ @@ -38871,14 +38871,14 @@ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=Ringo" }, "RNASeqPower": { "License": [ "libpng-2.0" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=RNASeqPower" }, "RnBeads.hg19": { "License": "not found", @@ -38910,7 +38910,7 @@ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=RnBeads" }, "ROC": { "License": [ @@ -38931,7 +38931,7 @@ "Ruby" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=ROntoTools" }, "ropls": { "License": [ @@ -38945,14 +38945,14 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=RPMG" }, "RProtoBufLib": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=RProtoBufLib" }, "Rsamtools": { "License": [ @@ -38966,7 +38966,7 @@ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=RSEIS" }, "Rsubread": { "License": [ @@ -38987,7 +38987,7 @@ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=rtracklayer" }, "Rwave": { "License": [ @@ -39022,7 +39022,7 @@ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=SamSPECTRAL" }, "SC3": { "License": [ @@ -39043,7 +39043,7 @@ "MIT-feh" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=SCANVIS" }, "scater": { "License": [ @@ -39057,7 +39057,7 @@ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=scattermore" }, "scDblFinder": { "License": [ @@ -39085,14 +39085,14 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=scrime" }, "scuttle": { "License": [ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=scuttle" }, "SeqArray": { "License": [ @@ -39106,14 +39106,14 @@ "libpng-2.0" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=seqLogo" }, "seqPattern": { "License": [ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=seqPattern" }, "SeqVarTools": { "License": [ @@ -39176,7 +39176,7 @@ "MIT" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=shinypanel" }, "shinyWidgets": { "License": [ @@ -39197,7 +39197,7 @@ "libpng-2.0" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=siggenes" }, "Signac": { "License": [ @@ -39225,7 +39225,7 @@ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=SingleCellExperiment" }, "SingleR": { "License": [ @@ -39246,14 +39246,14 @@ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=slingshot" }, "SMVar": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=SMVar" }, "SNPRelate": { "License": [ @@ -39267,7 +39267,7 @@ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=snpStats" }, "SparseArray": { "License": [ @@ -39330,14 +39330,14 @@ "GPL-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=stageR" }, "struct": { "License": [ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=struct" }, "structToolbox": { "License": [ @@ -39365,7 +39365,7 @@ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=sva" }, "TailRank": { "License": [ @@ -39393,7 +39393,7 @@ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=tkWidgets" }, "TrajectoryUtils": { "License": [ @@ -39414,7 +39414,7 @@ "CNRI-Python-GPL-Compatible" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=TreeSummarizedExperiment" }, "TSP": { "License": [ @@ -39466,7 +39466,7 @@ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=VariantAnnotation" }, "venn": { "License": [ @@ -39494,21 +39494,21 @@ "GPL-3.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=wateRmelon" }, "WGCNA": { "License": [ "GPL-2.0+" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=WGCNA" }, "widgetTools": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=widgetTools" }, "Wrench": { "License": [ @@ -40110,19 +40110,19 @@ } }, "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0": { - "Algorithm-Dependency": { + "Algorithm::Dependency": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/karenetheridge/Algorithm-Dependency" }, - "Algorithm-Diff": { + "Algorithm::Diff": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Algorithm-Diff" }, "aliased": { "License": [ @@ -40136,16 +40136,16 @@ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=AnyEvent" }, - "App-Cmd": { + "App::Cmd": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/rjbs/App-Cmd" }, - "App-cpanminus": { + "App::cpanminus": { "License": [ "Artistic-1.0-Perl" ], @@ -40159,33 +40159,33 @@ "Permission to redistribute": true, "Retrieved from": "https://github.com/neilbowers/AppConfig" }, - "Archive-Extract": { + "Archive::Extract": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Archive-Extract" }, - "Array-Transpose": { + "Array::Transpose": { "License": [ "BSD-3-Clause" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/mrdvt92/perl-Array-Transpose" }, - "Array-Utils": { + "Array::Utils": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Array-Utils" }, - "Authen-NTLM": { + "Authen::NTLM": { "License": "not found", "Permission to redistribute": false, "Retrieved from": "not found" }, - "Authen-SASL": { + "Authen::SASL": { "License": [ "Artistic-1.0-Perl" ], @@ -40197,28 +40197,28 @@ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=AutoLoader" }, - "B-COW": { + "B::COW": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/atoomic/B-COW" }, - "B-Hooks-EndOfScope": { + "B::Hooks::EndOfScope": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/karenetheridge/B-Hooks-EndOfScope" }, - "B-Lint": { + "B::Lint": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=B-Lint" }, "boolean": { "License": [ @@ -40227,42 +40227,42 @@ "Permission to redistribute": true, "Retrieved from": "https://github.com/ingydotnet/boolean-pm" }, - "Business-ISBN": { + "Business::ISBN": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/briandfoy/business-isbn" }, - "Business-ISBN-Data": { + "Business::ISBN::Data": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/briandfoy/business-isbn-data" }, - "Canary-Stability": { + "Canary::Stability": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Canary-Stability" }, - "Capture-Tiny": { + "Capture::Tiny": { "License": [ "Apache-2.0" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/dagolden/Capture-Tiny" }, - "Carp-Clan": { + "Carp::Clan": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/karenetheridge/Carp-Clan" }, - "Carp-Heavy": { + "Carp::Heavy": { "License": "not found", "Permission to redistribute": false, "Retrieved from": "not found" @@ -40274,189 +40274,189 @@ "Permission to redistribute": true, "Retrieved from": "https://github.com/leejo/CGI.pm" }, - "Class-Accessor": { + "Class::Accessor": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Class-Accessor" }, - "Class-Data-Inheritable": { + "Class::Data::Inheritable": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Class-Data-Inheritable" }, - "Class-DBI": { + "Class::DBI": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Class-DBI" }, - "Class-DBI-SQLite": { + "Class::DBI::SQLite": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Class-DBI-SQLite" }, - "Class-Inspector": { + "Class::Inspector": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/plicease/Class-Inspector" }, - "Class-ISA": { + "Class::ISA": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Class-ISA" }, - "Class-Load": { + "Class::Load": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/moose/Class-Load" }, - "Class-Load-XS": { + "Class::Load::XS": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/moose/Class-Load-XS" }, - "Class-Method-Modifiers": { + "Class::Method::Modifiers": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/moose/Class-Method-Modifiers" }, - "Class-Singleton": { + "Class::Singleton": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/steve-m-hay/Class-Singleton" }, - "Class-Tiny": { + "Class::Tiny": { "License": [ "Apache-2.0" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/dagolden/Class-Tiny" }, - "Class-Trigger": { + "Class::Trigger": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/miyagawa/Class-Trigger" }, - "Class-XSAccessor": { + "Class::XSAccessor": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Class-XSAccessor" }, "Clone": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Clone" }, - "Clone-Choose": { + "Clone::Choose": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/perl5-utils/Clone-Choose" }, - "common-sense": { + "common::sense": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=common-sense" }, - "Compress-Raw-Zlib": { + "Compress::Raw::Zlib": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/pmqs/Compress-Raw-Zlib" }, - "Config-General": { + "Config::General": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Config-General" }, - "Config-INI": { + "Config::INI": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/rjbs/Config-INI" }, - "Config-MVP": { + "Config::MVP": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/rjbs/Config-MVP" }, - "Config-MVP-Reader-INI": { + "Config::MVP::Reader::INI": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/rjbs/Config-MVP-Reader-INI" }, - "Config-Simple": { + "Config::Simple": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Config-Simple" }, - "Config-Tiny": { + "Config::Tiny": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/ronsavage/Config-Tiny" }, - "Const-Exporter": { + "Const::Exporter": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/robrwo/Const-Exporter" }, - "Const-Fast": { + "Const::Fast": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/Leont/const-fast" }, - "CPAN-Meta-Check": { + "CPAN::Meta::Check": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/Leont/cpan-meta-check" }, - "CPAN-Uploader": { + "CPAN::Uploader": { "License": [ "Artistic-1.0-Perl" ], @@ -40470,14 +40470,14 @@ "Permission to redistribute": true, "Retrieved from": "https://github.com/jib/cpanplus-devel" }, - "Crypt-DES": { + "Crypt::DES": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Crypt-DES" }, - "Crypt-Rijndael": { + "Crypt::Rijndael": { "License": [ "Other" ], @@ -40489,82 +40489,82 @@ "Permission to redistribute": false, "Retrieved from": "not found" }, - "Cwd-Guard": { + "Cwd::Guard": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/kazeburo/Cwd-Guard" }, - "Data-Dump": { + "Data::Dump": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Data-Dump" }, - "Data-Dumper-Concise": { + "Data::Dumper::Concise": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/p5sagit/Data-Dumper-Concise" }, - "Data-Grove": { + "Data::Grove": { "License": "not found", "Permission to redistribute": false, "Retrieved from": "not found" }, - "Data-OptList": { + "Data::OptList": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/rjbs/Data-OptList" }, - "Data-Section": { + "Data::Section": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/rjbs/Data-Section" }, - "Data-Section-Simple": { + "Data::Section::Simple": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/miyagawa/Data-Section-Simple" }, - "Data-Stag": { + "Data::Stag": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Data-Stag" }, - "Data-Types": { + "Data::Types": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/manwar/Data-Types" }, - "Data-UUID": { + "Data::UUID": { "License": [ "BSD-3-Clause" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Data-UUID" }, - "Date-Handler": { + "Date::Handler": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Date-Handler" }, - "Date-Language": { + "Date::Language": { "License": "not found", "Permission to redistribute": false, "Retrieved from": "not found" @@ -40576,175 +40576,175 @@ "Permission to redistribute": true, "Retrieved from": "https://github.com/houseabsolute/DateTime.pm" }, - "DateTime-Locale": { + "DateTime::Locale": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/houseabsolute/DateTime-Locale" }, - "DateTime-TimeZone": { + "DateTime::TimeZone": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/houseabsolute/DateTime-TimeZone" }, - "DateTime-Tiny": { + "DateTime::Tiny": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/dagolden/DateTime-Tiny" }, - "DBD-CSV": { + "DBD::CSV": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/perl5-dbi/DBD-CSV" }, - "DBD-SQLite": { + "DBD::SQLite": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=DBD-SQLite" }, "DBI": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=DBI" }, - "DBIx-Admin-CreateTable": { + "DBIx::Admin::CreateTable": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/ronsavage/DBIx-Admin-CreateTable" }, - "DBIx-Admin-DSNManager": { + "DBIx::Admin::DSNManager": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/ronsavage/DBIx-Admin-DSNManager" }, - "DBIx-Admin-TableInfo": { + "DBIx::Admin::TableInfo": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/ronsavage/DBIx-Admin-TableInfo" }, - "DBIx-ContextualFetch": { + "DBIx::ContextualFetch": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=DBIx-ContextualFetch" }, - "DBIx-Simple": { + "DBIx::Simple": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=DBIx-Simple" }, - "Devel-CheckCompiler": { + "Devel::CheckCompiler": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/tokuhirom/Devel-CheckCompiler" }, - "Devel-CheckLib": { + "Devel::CheckLib": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Devel-CheckLib" }, - "Devel-Cycle": { + "Devel::Cycle": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Devel-Cycle" }, - "Devel-FindPerl": { + "Devel::FindPerl": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/Leont/devel-findperl" }, - "Devel-GlobalDestruction": { + "Devel::GlobalDestruction": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/Devel-GlobalDestruction.git" }, - "Devel-OverloadInfo": { + "Devel::OverloadInfo": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/ilmari/Devel-OverloadInfo" }, - "Devel-Size": { + "Devel::Size": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Devel-Size" }, - "Devel-StackTrace": { + "Devel::StackTrace": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/houseabsolute/Devel-StackTrace" }, - "Digest-HMAC": { + "Digest::HMAC": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/arodland/Digest-HMAC" }, - "Digest-MD5-File": { + "Digest::MD5::File": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Digest-MD5-File" }, - "Digest-SHA1": { + "Digest::SHA1": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Digest-SHA1" }, - "Dist-CheckConflicts": { + "Dist::CheckConflicts": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/doy/dist-checkconflicts" }, - "Dist-Zilla": { + "Dist::Zilla": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/rjbs/Dist-Zilla" }, - "Email-Date-Format": { + "Email::Date::Format": { "License": [ "Artistic-1.0-Perl" ], @@ -40756,14 +40756,14 @@ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Encode" }, - "Encode-Locale": { + "Encode::Locale": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Encode-Locale" }, "Error": { "License": [ @@ -40772,14 +40772,14 @@ "Permission to redistribute": true, "Retrieved from": "https://github.com/shlomif/perl-error.pm" }, - "Eval-Closure": { + "Eval::Closure": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/doy/eval-closure" }, - "Exception-Class": { + "Exception::Class": { "License": [ "Artistic-1.0-Perl" ], @@ -40793,217 +40793,217 @@ "Permission to redistribute": true, "Retrieved from": "https://github.com/jacoby/expect.pm" }, - "Exporter-Declare": { + "Exporter::Declare": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Exporter-Declare" }, - "Exporter-Tiny": { + "Exporter::Tiny": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/tobyink/p5-exporter-tiny" }, - "ExtUtils-CBuilder": { + "ExtUtils::CBuilder": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/Perl-Toolchain-Gang/ExtUtils-CBuilder" }, - "ExtUtils-Config": { + "ExtUtils::Config": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/Perl-Toolchain-Gang/extutils-config" }, - "ExtUtils-Constant": { + "ExtUtils::Constant": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=ExtUtils-Constant" }, - "ExtUtils-CppGuess": { + "ExtUtils::CppGuess": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/tsee/extutils-cppguess" }, - "ExtUtils-Helpers": { + "ExtUtils::Helpers": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/Perl-Toolchain-Gang/extutils-helpers" }, - "ExtUtils-InstallPaths": { + "ExtUtils::InstallPaths": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/Leont/extutils-installpaths" }, - "ExtUtils-MakeMaker": { + "ExtUtils::MakeMaker": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=ExtUtils-MakeMaker" }, - "ExtUtils-ParseXS": { + "ExtUtils::ParseXS": { "License": [ "Other" ], "Permission to redistribute": false, "Retrieved from": "https://github.com/Perl/perl5" }, - "Fennec-Lite": { + "Fennec::Lite": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Fennec-Lite" }, - "File-CheckTree": { + "File::CheckTree": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/rafl/file-checktree" }, - "File-Copy-Recursive": { + "File::Copy::Recursive": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/drmuey/p5-File-Copy-Recursive" }, - "File-Copy-Recursive-Reduced": { + "File::Copy::Recursive::Reduced": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/jkeenan/file-copy-recursive-reduced" }, - "File-Find-Rule": { + "File::Find::Rule": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=File-Find-Rule" }, - "File-Find-Rule-Perl": { + "File::Find::Rule::Perl": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/karenetheridge/File-Find-Rule-Perl" }, - "File-Grep": { + "File::Grep": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=File-Grep" }, - "File-HomeDir": { + "File::HomeDir": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/perl5-utils/File-HomeDir" }, - "File-Listing": { + "File::Listing": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/PerlAlien/File-Listing" }, - "File-Next": { + "File::Next": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=File-Next" }, - "File-pushd": { + "File::pushd": { "License": [ "Apache-2.0" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/dagolden/File-pushd" }, - "File-Remove": { + "File::Remove": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/shlomif/File-Remove" }, - "File-ShareDir": { + "File::ShareDir": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/perl5-utils/File-ShareDir" }, - "File-ShareDir-Install": { + "File::ShareDir::Install": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/Perl-Toolchain-Gang/File-ShareDir-Install" }, - "File-Slurp": { + "File::Slurp": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/perhunter/slurp" }, - "File-Slurp-Tiny": { + "File::Slurp::Tiny": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/Leont/file-slurp-tiny" }, - "File-Slurper": { + "File::Slurper": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/Leont/file-slurp-sane" }, - "File-Temp": { + "File::Temp": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/Perl-Toolchain-Gang/File-Temp" }, - "File-Which": { + "File::Which": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/uperl/File-Which" }, - "Font-TTF": { + "Font::TTF": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/silnrsi/font-ttf" }, - "Getopt-Long-Descriptive": { + "Getopt::Long::Descriptive": { "License": [ "Artistic-1.0-Perl" ], @@ -41015,14 +41015,14 @@ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Git" }, "GO": { "License": "not found", "Permission to redistribute": false, "Retrieved from": "not found" }, - "GO-Utils": { + "GO::Utils": { "License": "not found", "Permission to redistribute": false, "Retrieved from": "not found" @@ -41034,21 +41034,21 @@ "Permission to redistribute": true, "Retrieved from": "https://github.com/graphviz-perl/Graph" }, - "Graph-ReadWrite": { + "Graph::ReadWrite": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/neilb/Graph-ReadWrite" }, - "Hash-Merge": { + "Hash::Merge": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/perl5-utils/Hash-Merge" }, - "Hash-Objectify": { + "Hash::Objectify": { "License": [ "Apache-2.0" ], @@ -41060,100 +41060,100 @@ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Heap" }, - "Hook-LexWrap": { + "Hook::LexWrap": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/karenetheridge/Hook-LexWrap" }, - "HTML-Entities-Interpolate": { + "HTML::Entities::Interpolate": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/ronsavage/HTML-Entities-Interpolate" }, - "HTML-Form": { + "HTML::Form": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/libwww-perl/HTML-Form" }, - "HTML-Parser": { + "HTML::Parser": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/libwww-perl/HTML-Parser" }, - "HTML-Tagset": { + "HTML::Tagset": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/petdance/html-tagset" }, - "HTML-Template": { + "HTML::Template": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=HTML-Template" }, - "HTML-Tree": { + "HTML::Tree": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/kentfredric/HTML-Tree" }, - "HTTP-CookieJar": { + "HTTP::CookieJar": { "License": [ "Apache-2.0" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/dagolden/HTTP-CookieJar" }, - "HTTP-Cookies": { + "HTTP::Cookies": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/libwww-perl/HTTP-Cookies" }, - "HTTP-Daemon": { + "HTTP::Daemon": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/libwww-perl/HTTP-Daemon" }, - "HTTP-Date": { + "HTTP::Date": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/libwww-perl/HTTP-Date" }, - "HTTP-Message": { + "HTTP::Message": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/libwww-perl/HTTP-Message" }, - "HTTP-Negotiate": { + "HTTP::Negotiate": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=HTTP-Negotiate" }, - "HTTP-Tiny": { + "HTTP::Tiny": { "License": [ "Artistic-1.0-Perl" ], @@ -41165,16 +41165,16 @@ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=if" }, - "Ima-DBI": { + "Ima::DBI": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Ima-DBI" }, - "Import-Into": { + "Import::Into": { "License": [ "Artistic-1.0-Perl" ], @@ -41186,7 +41186,7 @@ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Importer" }, "Inline": { "License": [ @@ -41195,75 +41195,75 @@ "Permission to redistribute": true, "Retrieved from": "https://github.com/ingydotnet/inline-pm" }, - "IO-Compress-Zip": { + "IO::Compress::Zip": { "License": "not found", "Permission to redistribute": false, "Retrieved from": "not found" }, - "IO-HTML": { + "IO::HTML": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/madsen/io-html" }, - "IO-Socket-SSL": { + "IO::Socket::SSL": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/noxxi/p5-io-socket-ssl" }, - "IO-String": { + "IO::String": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=IO-String" }, - "IO-Stringy": { + "IO::Stringy": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/genio/IO-Stringy" }, - "IO-TieCombine": { + "IO::TieCombine": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/rjbs/IO-TieCombine" }, - "IO-Tty": { + "IO::Tty": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=IO-Tty" }, - "IPC-Cmd": { + "IPC::Cmd": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=IPC-Cmd" }, - "IPC-Run": { + "IPC::Run": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=IPC-Run" }, - "IPC-Run3": { + "IPC::Run3": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=IPC-Run3" }, - "IPC-System-Simple": { + "IPC::System::Simple": { "License": [ "Artistic-1.0-Perl" ], @@ -41275,344 +41275,344 @@ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=JSON" }, - "JSON-MaybeXS": { + "JSON::MaybeXS": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/p5sagit/JSON-MaybeXS" }, - "JSON-XS": { + "JSON::XS": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=JSON-XS" }, - "Lingua-EN-PluralToSingular": { + "Lingua::EN::PluralToSingular": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Lingua-EN-PluralToSingular" }, - "List-AllUtils": { + "List::AllUtils": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/houseabsolute/List-AllUtils" }, - "List-MoreUtils": { + "List::MoreUtils": { "License": [ "Apache-2.0" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/perl5-utils/List-MoreUtils" }, - "List-MoreUtils-XS": { + "List::MoreUtils::XS": { "License": [ "Apache-2.0" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/perl5-utils/List-MoreUtils-XS" }, - "List-SomeUtils": { + "List::SomeUtils": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/houseabsolute/List-SomeUtils" }, - "List-UtilsBy": { + "List::UtilsBy": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=List-UtilsBy" }, - "local-lib": { + "local::lib": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/Perl-Toolchain-Gang/local-lib" }, - "Locale-Maketext-Simple": { + "Locale::Maketext::Simple": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Locale-Maketext-Simple" }, - "Log-Dispatch": { + "Log::Dispatch": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/houseabsolute/Log-Dispatch" }, - "Log-Dispatch-Array": { + "Log::Dispatch::Array": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/rjbs/Log-Dispatch-Array" }, - "Log-Dispatchouli": { + "Log::Dispatchouli": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/rjbs/Log-Dispatchouli" }, - "Log-Handler": { + "Log::Handler": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Log-Handler" }, - "Log-Log4perl": { + "Log::Log4perl": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/mschilli/log4perl" }, - "Log-Message": { + "Log::Message": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Log-Message" }, - "Log-Message-Simple": { + "Log::Message::Simple": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Log-Message-Simple" }, - "Log-Report": { + "Log::Report": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/markov2/perl5-Log-Report" }, - "Log-Report-Optional": { + "Log::Report::Optional": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/markov2/perl5-Log-Report-Optional" }, - "Logger-Simple": { + "Logger::Simple": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Logger-Simple" }, - "LWP-MediaTypes": { + "LWP::MediaTypes": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/libwww-perl/lwp-mediatypes" }, - "LWP-Protocol-https": { + "LWP::Protocol::https": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/libwww-perl/LWP-Protocol-https" }, - "LWP-Simple": { + "LWP::Simple": { "License": "not found", "Permission to redistribute": false, "Retrieved from": "not found" }, - "Mail-Util": { + "Mail::Util": { "License": "not found", "Permission to redistribute": false, "Retrieved from": "not found" }, - "Math-Bezier": { + "Math::Bezier": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Math-Bezier" }, - "Math-CDF": { + "Math::CDF": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Math-CDF" }, - "Math-Round": { + "Math::Round": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/neilb/Math-Round" }, - "Math-Utils": { + "Math::Utils": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Math-Utils" }, - "Math-VecStat": { + "Math::VecStat": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Math-VecStat" }, - "MCE-Mutex": { + "MCE::Mutex": { "License": "not found", "Permission to redistribute": false, "Retrieved from": "not found" }, - "Meta-Builder": { + "Meta::Builder": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Meta-Builder" }, - "MIME-Base64": { + "MIME::Base64": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/Dual-Life/mime-base64" }, - "MIME-Charset": { + "MIME::Charset": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=MIME-Charset" }, - "MIME-Lite": { + "MIME::Lite": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=MIME-Lite" }, - "MIME-Types": { + "MIME::Types": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/markov2/perl5-MIME-Types" }, - "Mixin-Linewise-Readers": { + "Mixin::Linewise::Readers": { "License": "not found", "Permission to redistribute": false, "Retrieved from": "not found" }, - "Mock-Quick": { + "Mock::Quick": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Mock-Quick" }, - "Module-Build": { + "Module::Build": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Module-Build" }, - "Module-Build-Tiny": { + "Module::Build::Tiny": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/Perl-Toolchain-Gang/module-build-tiny" }, - "Module-Build-XSUtil": { + "Module::Build::XSUtil": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/hideo55/Module-Build-XSUtil" }, - "Module-CoreList": { + "Module::CoreList": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Module-CoreList" }, - "Module-Implementation": { + "Module::Implementation": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/autarch/Module-Implementation" }, - "Module-Install": { + "Module::Install": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Module-Install" }, - "Module-Load": { + "Module::Load": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Module-Load" }, - "Module-Load-Conditional": { + "Module::Load::Conditional": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Module-Load-Conditional" }, - "Module-Metadata": { + "Module::Metadata": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/Perl-Toolchain-Gang/Module-Metadata" }, - "Module-Path": { + "Module::Path": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/neilbowers/Module-Path" }, - "Module-Pluggable": { + "Module::Pluggable": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/simonwistow/Module-Pluggable" }, - "Module-Runtime": { + "Module::Runtime": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/haarg/Module-Runtime" }, - "Module-Runtime-Conflicts": { + "Module::Runtime::Conflicts": { "License": [ "Artistic-1.0-Perl" ], @@ -41633,42 +41633,42 @@ "Permission to redistribute": true, "Retrieved from": "https://github.com/moose/Moose" }, - "MooseX-LazyRequire": { + "MooseX::LazyRequire": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/moose/MooseX-LazyRequire" }, - "MooseX-OneArgNew": { + "MooseX::OneArgNew": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/rjbs/MooseX-OneArgNew" }, - "MooseX-Role-Parameterized": { + "MooseX::Role::Parameterized": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/moose/MooseX-Role-Parameterized" }, - "MooseX-SetOnce": { + "MooseX::SetOnce": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/rjbs/MooseX-SetOnce" }, - "MooseX-Types": { + "MooseX::Types": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/moose/MooseX-Types" }, - "MooseX-Types-Perl": { + "MooseX::Types::Perl": { "License": [ "Artistic-1.0-Perl" ], @@ -41682,117 +41682,117 @@ "Permission to redistribute": true, "Retrieved from": "https://github.com/xslate/p5-Mouse" }, - "Mozilla-CA": { + "Mozilla::CA": { "License": [ "Other" ], "Permission to redistribute": false, "Retrieved from": "https://github.com/libwww-perl/Mozilla-CA" }, - "MRO-Compat": { + "MRO::Compat": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/moose/MRO-Compat" }, - "namespace-autoclean": { + "namespace::autoclean": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/moose/namespace-autoclean" }, - "namespace-clean": { + "namespace::clean": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/p5sagit/namespace-clean" }, - "Net-Domain": { + "Net::Domain": { "License": "not found", "Permission to redistribute": false, "Retrieved from": "not found" }, - "Net-HTTP": { + "Net::HTTP": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/libwww-perl/Net-HTTP" }, - "Net-SMTP-SSL": { + "Net::SMTP::SSL": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Net-SMTP-SSL" }, - "Net-SNMP": { + "Net::SNMP": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Net-SNMP" }, - "Net-SSLeay": { + "Net::SSLeay": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/radiator-software/p5-net-ssleay" }, - "Number-Compare": { + "Number::Compare": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Number-Compare" }, - "Number-Format": { + "Number::Format": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Number-Format" }, - "Object-Accessor": { + "Object::Accessor": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/jib/object-accessor" }, - "Object-InsideOut": { + "Object::InsideOut": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Object-InsideOut" }, - "Package-Constants": { + "Package::Constants": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Package-Constants" }, - "Package-DeprecationManager": { + "Package::DeprecationManager": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/moose/Package-DeprecationManager" }, - "Package-Stash": { + "Package::Stash": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/moose/Package-Stash" }, - "Package-Stash-XS": { + "Package::Stash::XS": { "License": [ "Artistic-1.0-Perl" ], @@ -41804,37 +41804,37 @@ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=PadWalker" }, - "Parallel-ForkManager": { + "Parallel::ForkManager": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/dluxhu/perl-parallel-forkmanager" }, - "Params-Check": { + "Params::Check": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Params-Check" }, - "Params-Util": { + "Params::Util": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/perl5-utils/Params-Util" }, - "Params-Validate": { + "Params::Validate": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/houseabsolute/Params-Validate" }, - "Params-ValidationCompiler": { + "Params::ValidationCompiler": { "License": [ "Artistic-2.0" ], @@ -41848,117 +41848,117 @@ "Permission to redistribute": true, "Retrieved from": "https://github.com/Corion/parent" }, - "Parse-RecDescent": { + "Parse::RecDescent": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/jtbraun/Parse-RecDescent" }, - "Parse-Yapp": { + "Parse::Yapp": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Parse-Yapp" }, - "Path-Tiny": { + "Path::Tiny": { "License": [ "Apache-2.0" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/dagolden/Path-Tiny" }, - "PDF-API2": { + "PDF::API2": { "License": [ "LGPL-2.1" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/ssimms/pdfapi2" }, - "Perl-OSType": { + "Perl::OSType": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/Perl-Toolchain-Gang/Perl-OSType" }, - "Perl-PrereqScanner": { + "Perl::PrereqScanner": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/rjbs/Perl-PrereqScanner" }, - "PerlIO-utf8_strict": { + "PerlIO::utf8_strict": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/Leont/perlio-utf8_strict" }, - "Pod-Elemental": { + "Pod::Elemental": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/rjbs/Pod-Elemental" }, - "Pod-Escapes": { + "Pod::Escapes": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/neilbowers/Pod-Escapes" }, - "Pod-Eventual": { + "Pod::Eventual": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/rjbs/Pod-Eventual" }, - "Pod-LaTeX": { + "Pod::LaTeX": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/timj/perl-Pod-LaTeX" }, - "Pod-Man": { + "Pod::Man": { "License": "not found", "Permission to redistribute": false, "Retrieved from": "not found" }, - "Pod-Parser": { + "Pod::Parser": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Pod-Parser" }, - "Pod-Plainer": { + "Pod::Plainer": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Pod-Plainer" }, - "Pod-POM": { + "Pod::POM": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/neilb/Pod-POM" }, - "Pod-Simple": { + "Pod::Simple": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/perl-pod/pod-simple" }, - "Pod-Weaver": { + "Pod::Weaver": { "License": [ "Artistic-1.0-Perl" ], @@ -41979,14 +41979,14 @@ "Permission to redistribute": true, "Retrieved from": "https://github.com/sanko/readonly" }, - "Ref-Util": { + "Ref::Util": { "License": [ "MIT" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/p5pclub/ref-util" }, - "Regexp-Common": { + "Regexp::Common": { "License": [ "MIT", "MIT", @@ -41995,82 +41995,82 @@ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Regexp-Common" }, - "Role-HasMessage": { + "Role::HasMessage": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/rjbs/Role-HasMessage" }, - "Role-Identifiable-HasIdent": { + "Role::Identifiable::HasIdent": { "License": "not found", "Permission to redistribute": false, "Retrieved from": "not found" }, - "Role-Tiny": { + "Role::Tiny": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/moose/Role-Tiny" }, - "Scalar-Util": { + "Scalar::Util": { "License": "not found", "Permission to redistribute": false, "Retrieved from": "not found" }, - "Scalar-Util-Numeric": { + "Scalar::Util::Numeric": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Scalar-Util-Numeric" }, - "Scope-Guard": { + "Scope::Guard": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Scope-Guard" }, - "Set-Array": { + "Set::Array": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Set-Array" }, - "Set-IntervalTree": { + "Set::IntervalTree": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Set-IntervalTree" }, - "Set-IntSpan": { + "Set::IntSpan": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Set-IntSpan" }, - "Set-IntSpan-Fast": { + "Set::IntSpan::Fast": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Set-IntSpan-Fast" }, - "Set-Object": { + "Set::Object": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/rurban/Set-Object" }, - "Set-Scalar": { + "Set::Scalar": { "License": [ "Artistic-1.0-Perl" ], @@ -42082,16 +42082,16 @@ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Shell" }, "Socket": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Socket" }, - "Software-License": { + "Software::License": { "License": [ "Artistic-1.0-Perl" ], @@ -42112,28 +42112,28 @@ "Permission to redistribute": true, "Retrieved from": "https://github.com/ingydotnet/spiffy-pm" }, - "SQL-Abstract": { + "SQL::Abstract": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/dbsrgits/sql-abstract" }, - "SQL-Statement": { + "SQL::Statement": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/perl5-dbi/SQL-Statement" }, - "Statistics-Basic": { + "Statistics::Basic": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Statistics-Basic" }, - "Statistics-Descriptive": { + "Statistics::Descriptive": { "License": [ "Artistic-1.0-Perl" ], @@ -42145,7 +42145,7 @@ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Storable" }, "strictures": { "License": [ @@ -42154,119 +42154,119 @@ "Permission to redistribute": true, "Retrieved from": "https://github.com/p5sagit/strictures" }, - "String-Errf": { + "String::Errf": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/rjbs/String-Errf" }, - "String-Flogger": { + "String::Flogger": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/rjbs/String-Flogger" }, - "String-Formatter": { + "String::Formatter": { "License": [ "GPL-2.0" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/rjbs/String-Formatter" }, - "String-Print": { + "String::Print": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/markov2/perl5-String-Print" }, - "String-RewritePrefix": { + "String::RewritePrefix": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/rjbs/String-RewritePrefix" }, - "String-Truncate": { + "String::Truncate": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/rjbs/String-Truncate" }, - "String-TtyLength": { + "String::TtyLength": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/neilb/String-TtyLength" }, - "Sub-Exporter": { + "Sub::Exporter": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/rjbs/Sub-Exporter" }, - "Sub-Exporter-ForMethods": { + "Sub::Exporter::ForMethods": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/rjbs/Sub-Exporter-ForMethods" }, - "Sub-Exporter-GlobExporter": { + "Sub::Exporter::GlobExporter": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/rjbs/Sub-Exporter-GlobExporter" }, - "Sub-Exporter-Progressive": { + "Sub::Exporter::Progressive": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/frioux/Sub-Exporter-Progressive" }, - "Sub-Identify": { + "Sub::Identify": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/rgs/Sub-Identify" }, - "Sub-Info": { + "Sub::Info": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Sub-Info" }, - "Sub-Install": { + "Sub::Install": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/rjbs/Sub-Install" }, - "Sub-Name": { + "Sub::Name": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/p5sagit/Sub-Name" }, - "Sub-Quote": { + "Sub::Quote": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/moose/Sub-Quote" }, - "Sub-Uplevel": { + "Sub::Uplevel": { "License": [ "Artistic-1.0-Perl" ], @@ -42285,42 +42285,42 @@ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Switch" }, - "Sys-Info": { + "Sys::Info": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/burak/CPAN-Sys-Info" }, - "Sys-Info-Base": { + "Sys::Info::Base": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/burak/CPAN-Sys-Info-Base" }, - "Sys-Info-Driver-Linux": { + "Sys::Info::Driver::Linux": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/burak/CPAN-Sys-Info-Driver-Linux" }, - "Sys-Info-Driver-Linux-Device-CPU": { + "Sys::Info::Driver::Linux::Device::CPU": { "License": "not found", "Permission to redistribute": false, "Retrieved from": "not found" }, - "Sys-Info-Driver-Unknown": { + "Sys::Info::Driver::Unknown": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/burak/CPAN-Sys-Info-Driver-Unknown" }, - "Sys-Info-Driver-Unknown-Device-CPU": { + "Sys::Info::Driver::Unknown::Device::CPU": { "License": "not found", "Permission to redistribute": false, "Retrieved from": "not found" @@ -42330,40 +42330,40 @@ "Permission to redistribute": false, "Retrieved from": "not found" }, - "Template-Plugin-Number-Format": { + "Template::Plugin::Number::Format": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Template-Plugin-Number-Format" }, - "Term-Encoding": { + "Term::Encoding": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/miyagawa/Term-Encoding" }, - "Term-ReadKey": { + "Term::ReadKey": { "License": "not found", "Permission to redistribute": false, "Retrieved from": "not found" }, - "Term-ReadLine-Gnu": { + "Term::ReadLine::Gnu": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/hirooih/perl-trg" }, - "Term-Table": { + "Term::Table": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Term-Table" }, - "Term-UI": { + "Term::UI": { "License": [ "Artistic-1.0-Perl" ], @@ -42375,314 +42375,314 @@ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Test" }, - "Test2-Plugin-NoWarnings": { + "Test2::Plugin::NoWarnings": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/houseabsolute/Test2-Plugin-NoWarnings" }, - "Test2-Require-Module": { + "Test2::Require::Module": { "License": "not found", "Permission to redistribute": false, "Retrieved from": "not found" }, - "Test-Base": { + "Test::Base": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/ingydotnet/test-base-pm" }, - "Test-CheckDeps": { + "Test::CheckDeps": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/Leont/test-checkdeps" }, - "Test-ClassAPI": { + "Test::ClassAPI": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/karenetheridge/Test-ClassAPI" }, - "Test-CleanNamespaces": { + "Test::CleanNamespaces": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/karenetheridge/Test-CleanNamespaces" }, - "Test-Deep": { + "Test::Deep": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/rjbs/Test-Deep" }, - "Test-Differences": { + "Test::Differences": { "License": [ "Artistic-1.0", "GPL-1.0" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Test-Differences" }, - "Test-Exception": { + "Test::Exception": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/Test-More/test-exception" }, - "Test-FailWarnings": { + "Test::FailWarnings": { "License": [ "Apache-2.0" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/dagolden/Test-FailWarnings" }, - "Test-Fatal": { + "Test::Fatal": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/rjbs/Test-Fatal" }, - "Test-File": { + "Test::File": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/briandfoy/test-file" }, - "Test-File-ShareDir-Dist": { + "Test::File::ShareDir::Dist": { "License": "not found", "Permission to redistribute": false, "Retrieved from": "not found" }, - "Test-Harness": { + "Test::Harness": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Test-Harness" }, - "Test-LeakTrace": { + "Test::LeakTrace": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/gfx/p5-Test-LeakTrace" }, - "Test-Memory-Cycle": { + "Test::Memory::Cycle": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Test-Memory-Cycle" }, - "Test-More-UTF8": { + "Test::More::UTF8": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Test-More-UTF8" }, - "Test-Most": { + "Test::Most": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/Ovid/test--most" }, - "Test-Needs": { + "Test::Needs": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/haarg/Test-Needs" }, - "Test-NoWarnings": { + "Test::NoWarnings": { "License": [ "LGPL-2.1" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/haarg/Test-NoWarnings" }, - "Test-Object": { + "Test::Object": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/karenetheridge/Test-Object" }, - "Test-Output": { + "Test::Output": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/briandfoy/test-output" }, - "Test-Pod": { + "Test::Pod": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/perl-pod/test-pod" }, - "Test-Requires": { + "Test::Requires": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/tokuhirom/Test-Requires" }, - "Test-RequiresInternet": { + "Test::RequiresInternet": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/mrallen1/Test-RequiresInternet" }, - "Test-Simple": { + "Test::Simple": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Test-Simple" }, - "Test-SubCalls": { + "Test::SubCalls": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/karenetheridge/Test-SubCalls" }, - "Test-Sys-Info": { + "Test::Sys::Info": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/burak/CPAN-Test-Sys-Info" }, - "Test-Version": { + "Test::Version": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/plicease/test-version" }, - "Test-Warn": { + "Test::Warn": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/hanfried/test-warn" }, - "Test-Warnings": { + "Test::Warnings": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/karenetheridge/Test-Warnings" }, - "Test-Without-Module": { + "Test::Without::Module": { "License": [ "Artistic-2.0" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/Corion/test-without-module" }, - "Test-YAML": { + "Test::YAML": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/ingydotnet/test-yaml-pm" }, - "Text-Aligner": { + "Text::Aligner": { "License": [ "Other" ], "Permission to redistribute": false, "Retrieved from": "https://github.com/shlomif/text-aligner" }, - "Text-Balanced": { + "Text::Balanced": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/steve-m-hay/Text-Balanced" }, - "Text-CSV": { + "Text::CSV": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Text-CSV" }, - "Text-CSV_XS": { + "Text::CSV_XS": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/Tux/Text-CSV_XS" }, - "Text-Diff": { + "Text::Diff": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Text-Diff" }, - "Text-Format": { + "Text::Format": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/shlomif/perl-Module-Format" }, - "Text-Glob": { + "Text::Glob": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Text-Glob" }, - "Text-Iconv": { + "Text::Iconv": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Text-Iconv" }, - "Text-Soundex": { + "Text::Soundex": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Text-Soundex" }, - "Text-Table": { + "Text::Table": { "License": [ "Other" ], "Permission to redistribute": false, "Retrieved from": "https://github.com/shlomif/Text-Table" }, - "Text-Table-Manifold": { + "Text::Table::Manifold": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/ronsavage/Text-Table-Manifold" }, - "Text-Template": { + "Text::Template": { "License": [ "Artistic-1.0-Perl" ], @@ -42696,103 +42696,103 @@ "Permission to redistribute": true, "Retrieved from": "https://github.com/rjbs/Throwable" }, - "Tie-Function": { + "Tie::Function": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Tie-Function" }, - "Tie-IxHash": { + "Tie::IxHash": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Tie-IxHash" }, - "Time-HiRes": { + "Time::HiRes": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/Perl/perl5" }, - "Time-Local": { + "Time::Local": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/houseabsolute/Time-Local" }, - "Time-Piece": { + "Time::Piece": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Time-Piece" }, - "Time-Piece-MySQL": { + "Time::Piece::MySQL": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Time-Piece-MySQL" }, - "Tree-DAG_Node": { + "Tree::DAG_Node": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/ronsavage/Tree-DAG_Node" }, - "Try-Tiny": { + "Try::Tiny": { "License": [ "MIT" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/p5sagit/Try-Tiny" }, - "Type-Tiny": { + "Type::Tiny": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/tobyink/p5-type-tiny" }, - "Types-Serialiser": { + "Types::Serialiser": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Types-Serialiser" }, - "Unicode-EastAsianWidth": { + "Unicode::EastAsianWidth": { "License": [ "Other" ], "Permission to redistribute": false, "Retrieved from": "https://github.com/audreyt/Unicode-EastAsianWidth" }, - "Unicode-LineBreak": { + "Unicode::LineBreak": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Unicode-LineBreak" }, - "UNIVERSAL-moniker": { + "UNIVERSAL::moniker": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=UNIVERSAL-moniker" }, - "Unix-Processors": { + "Unix::Processors": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Unix-Processors" }, "URI": { "License": [ @@ -42801,7 +42801,7 @@ "Permission to redistribute": true, "Retrieved from": "https://github.com/libwww-perl/URI" }, - "Variable-Magic": { + "Variable::Magic": { "License": [ "Artistic-1.0-Perl" ], @@ -42820,114 +42820,114 @@ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Want" }, - "WWW-RobotRules": { + "WWW::RobotRules": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=WWW-RobotRules" }, - "XML-Bare": { + "XML::Bare": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=XML-Bare" }, - "XML-DOM": { + "XML::DOM": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=XML-DOM" }, - "XML-Filter-BufferText": { + "XML::Filter::BufferText": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=XML-Filter-BufferText" }, - "XML-NamespaceSupport": { + "XML::NamespaceSupport": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/perigrin/xml-namespacesupport" }, - "XML-Parser": { + "XML::Parser": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=XML-Parser" }, - "XML-RegExp": { + "XML::RegExp": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=XML-RegExp" }, - "XML-SAX": { + "XML::SAX": { "License": [ "Other" ], "Permission to redistribute": false, "Retrieved from": "https://github.com/grantm/xml-sax" }, - "XML-SAX-Base": { + "XML::SAX::Base": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/grantm/XML-SAX-Base" }, - "XML-SAX-Expat": { + "XML::SAX::Expat": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=XML-SAX-Expat" }, - "XML-SAX-Writer": { + "XML::SAX::Writer": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/perigrin/xml-sax-writer" }, - "XML-Simple": { + "XML::Simple": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, "Retrieved from": "https://github.com/grantm/xml-simple" }, - "XML-Tiny": { + "XML::Tiny": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=XML-Tiny" }, - "XML-Twig": { + "XML::Twig": { "License": [ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=XML-Twig" }, - "XML-Writer": { + "XML::Writer": { "License": [ "Other" ], "Permission to redistribute": false, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=XML-Writer" }, - "XML-XPath": { + "XML::XPath": { "License": [ "Artistic-2.0" ], @@ -42939,7 +42939,7 @@ "Artistic-1.0-Perl" ], "Permission to redistribute": true, - "Retrieved from": "" + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=XSLoader" }, "YAML": { "License": [ @@ -42948,7 +42948,7 @@ "Permission to redistribute": true, "Retrieved from": "https://github.com/ingydotnet/yaml-pm" }, - "YAML-Tiny": { + "YAML::Tiny": { "License": [ "Artistic-1.0-Perl" ], From 2793975844bd2cde645ff08e447e7d460964532a Mon Sep 17 00:00:00 2001 From: Arturo Gimeno Date: Thu, 17 Apr 2025 09:48:29 +0200 Subject: [PATCH 14/30] reviewed python licenses --- licenses/extension_licenses.json | 347 +++++++++++++++++-------------- 1 file changed, 186 insertions(+), 161 deletions(-) diff --git a/licenses/extension_licenses.json b/licenses/extension_licenses.json index 5587360ccc..522019131c 100644 --- a/licenses/extension_licenses.json +++ b/licenses/extension_licenses.json @@ -37,7 +37,7 @@ }, "Babel": { "License": "BSD-3-Clause", - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://pypi.org/pypi/Babel/json" }, "backports.entry-points-selectable": { @@ -77,10 +77,10 @@ }, "CacheControl": { "License": [ - "Apache Software License" + "Apache-2.0" ], - "Permission to redistribute": false, - "Retrieved from": "not found" + "Permission to redistribute": true, + "Retrieved from": "https://github.com/psf/cachecontrol" }, "cachy": { "License": [ @@ -105,9 +105,9 @@ }, "chardet": { "License": [ - "Other" + "LGPL-2.1-only" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/chardet/chardet" }, "charset-normalizer": { @@ -175,8 +175,10 @@ "Retrieved from": "https://github.com/pyca/cryptography" }, "Cython": { - "License": "Apache-2.0", - "Permission to redistribute": false, + "License": [ + "Apache-2.0", + ], + "Permission to redistribute": true, "Retrieved from": "https://pypi.org/pypi/Cython/json" }, "decorator": { @@ -208,7 +210,7 @@ "Unlicense" ], "Permission to redistribute": true, - "Retrieved from": null + "Retrieved from": "https://pypi.org/project/docutils" }, "doit": { "License": [ @@ -284,9 +286,9 @@ }, "fsspec": { "License": [ - "Other" + "BSD-3-Clause" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/fsspec/filesystem_spec" }, "future": { @@ -402,9 +404,11 @@ "Retrieved from": "https://gitlab.com/takluyver/jeepney" }, "Jinja2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pallets/jinja" }, "joblib": { "License": [ @@ -446,11 +450,13 @@ "MIT" ], "Permission to redistribute": true, - "Retrieved from": null + "Retrieved from": "https://pypi.org/project/lockfile" }, "MarkupSafe": { - "License": "Copyright 2010 Pallets Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.", - "Permission to redistribute": false, + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, "Retrieved from": "https://pypi.org/pypi/MarkupSafe/json" }, "mock": { @@ -498,9 +504,9 @@ }, "paramiko": { "License": [ - "Other" + "LGPL-2.1-only" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/paramiko/paramiko" }, "pastel": { @@ -529,7 +535,7 @@ "Apache-2.0" ], "Permission to redistribute": true, - "Retrieved from": null + "Retrieved from": "https://pypi.org/project/pbr" }, "pexpect": { "License": [ @@ -550,7 +556,7 @@ "MIT" ], "Permission to redistribute": true, - "Retrieved from": null + "Retrieved from": "https://pypi.org/project/pkginfo" }, "platformdirs": { "License": [ @@ -653,7 +659,7 @@ }, "Pygments": { "License": "BSD-2-Clause", - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://pypi.org/pypi/Pygments/json" }, "pylev": { @@ -665,7 +671,7 @@ }, "PyNaCl": { "License": "Apache License 2.0", - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://pypi.org/pypi/PyNaCl/json" }, "pyparsing": { @@ -684,9 +690,9 @@ }, "pytest-xdist": { "License": [ - "Other" + "MIT" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/pytest-dev/pytest-xdist" }, "pytest": { @@ -740,9 +746,9 @@ }, "rich-click": { "License": [ - "Other" + "MIT" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/ewels/rich-click" }, "rich": { @@ -760,8 +766,8 @@ "Retrieved from": "https://github.com/benhoyt/scandir" }, "SecretStorage": { - "License": "BSD 3-Clause License", - "Permission to redistribute": false, + "License": "BSD-3-Clause", + "Permission to redistribute": true, "Retrieved from": "https://pypi.org/pypi/SecretStorage/json" }, "semantic-version": { @@ -787,9 +793,9 @@ }, "setuptools-scm": { "License": [ - "Other" + "MIT" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/pypa/setuptools-scm" }, "shellingham": { @@ -804,7 +810,7 @@ "ZPL-2.1" ], "Permission to redistribute": true, - "Retrieved from": null + "Retrieved from": "https://pypi.org/project/simplegeneric" }, "simplejson": { "License": [ @@ -842,9 +848,11 @@ "Retrieved from": "https://github.com/ryan-roemer/sphinx-bootstrap-theme" }, "Sphinx": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": [ + "BSD-2-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/Sphinx" }, "sphinxcontrib-applehelp": { "License": [ @@ -872,7 +880,7 @@ "BSD-3-Clause" ], "Permission to redistribute": true, - "Retrieved from": null + "Retrieved from": "https://pypi.org/project/sphinxcontrib-jsmath" }, "sphinxcontrib-qthelp": { "License": [ @@ -918,9 +926,9 @@ }, "tomli": { "License": [ - "Other" + "MIT" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/hukkin/tomli" }, "tomli-w": { @@ -941,7 +949,7 @@ "License": [ "GPL-1.0+" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/python/typing_extensions" }, "ujson": { @@ -991,7 +999,7 @@ "BSD-3-Clause" ], "Permission to redistribute": true, - "Retrieved from": null + "Retrieved from": "https://pypi.org/project/xlrd" }, "zipfile36": { "License": [ @@ -1040,23 +1048,23 @@ }, "setuptools-scm": { "License": [ - "Other" + "MIT" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/pypa/setuptools-scm" }, "tomli": { "License": [ - "Other" + "MIT" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/hukkin/tomli" }, "typing-extensions": { "License": [ "GPL-1.0+" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/python/typing_extensions" }, "wheel": { @@ -1092,9 +1100,9 @@ }, "setuptools-scm": { "License": [ - "Other" + "MIT" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/pypa/setuptools-scm" }, "setuptools": { @@ -1106,16 +1114,16 @@ }, "tomli": { "License": [ - "Other" + "MIT" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/hukkin/tomli" }, "typing-extensions": { "License": [ "GPL-1.0+" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/python/typing_extensions" }, "wheel": { @@ -4902,7 +4910,7 @@ }, "Babel": { "License": "BSD-3-Clause", - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://pypi.org/pypi/Babel/json" }, "backports.entry-points-selectable": { @@ -4934,9 +4942,9 @@ "Retrieved from": "https://github.com/DanielStutzbach/blist" }, "CacheControl": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Apache-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/psf/cachecontrol" }, "cachy": { "License": [ @@ -4961,9 +4969,9 @@ }, "chardet": { "License": [ - "Other" + "LGPL-2.1-only" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/chardet/chardet" }, "charset-normalizer": { @@ -5017,7 +5025,7 @@ }, "Cython": { "License": "Apache-2.0", - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://pypi.org/pypi/Cython/json" }, "decorator": { @@ -5056,7 +5064,7 @@ "Unlicense" ], "Permission to redistribute": true, - "Retrieved from": null + "Retrieved from": "https://pypi.org/project/docutils" }, "doit": { "License": [ @@ -5111,9 +5119,9 @@ }, "fsspec": { "License": [ - "Other" + "BSD-3-Clause" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/fsspec/filesystem_spec" }, "future": { @@ -5208,9 +5216,11 @@ "Retrieved from": "https://gitlab.com/takluyver/jeepney" }, "Jinja2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pallets/jinja" }, "joblib": { "License": [ @@ -5252,7 +5262,7 @@ "MIT" ], "Permission to redistribute": true, - "Retrieved from": null + "Retrieved from": "https://pypi.org/project/lockfile" }, "markdown-it-py": { "License": [ @@ -5262,9 +5272,11 @@ "Retrieved from": "https://github.com/executablebooks/markdown-it-py" }, "MarkupSafe": { - "License": "Copyright 2010 Pallets Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.", - "Permission to redistribute": false, - "Retrieved from": "https://pypi.org/pypi/MarkupSafe/json" + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pallets/markupsafe" }, "mdurl": { "License": [ @@ -5342,7 +5354,7 @@ "Apache-2.0" ], "Permission to redistribute": true, - "Retrieved from": null + "Retrieved from": "https://pypi.org/project/pbr" }, "pexpect": { "License": [ @@ -5356,7 +5368,7 @@ "MIT" ], "Permission to redistribute": true, - "Retrieved from": null + "Retrieved from": "https://pypi.org/project/pkginfo" }, "platformdirs": { "License": [ @@ -5438,7 +5450,7 @@ }, "Pygments": { "License": "BSD-2-Clause", - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://pypi.org/pypi/Pygments/json" }, "pylev": { @@ -5450,7 +5462,7 @@ }, "PyNaCl": { "License": "Apache License 2.0", - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://pypi.org/pypi/PyNaCl/json" }, "pyparsing": { @@ -5469,9 +5481,9 @@ }, "pytest-xdist": { "License": [ - "Other" + "MIT" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/pytest-dev/pytest-xdist" }, "pytest": { @@ -5532,9 +5544,9 @@ }, "rich-click": { "License": [ - "Other" + "MIT" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/ewels/rich-click" }, "rich": { @@ -5552,8 +5564,8 @@ "Retrieved from": "https://github.com/benhoyt/scandir" }, "SecretStorage": { - "License": "BSD 3-Clause License", - "Permission to redistribute": false, + "License": "BSD-3-Clause", + "Permission to redistribute": true, "Retrieved from": "https://pypi.org/pypi/SecretStorage/json" }, "semantic-version": { @@ -5575,7 +5587,7 @@ "ZPL-2.1" ], "Permission to redistribute": true, - "Retrieved from": null + "Retrieved from": "https://pypi.org/project/simplegeneric" }, "simplejson": { "License": [ @@ -5613,9 +5625,11 @@ "Retrieved from": "https://github.com/ryan-roemer/sphinx-bootstrap-theme" }, "Sphinx": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": [ + "BSD-2-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/sphinx-doc/sphinx" }, "sphinxcontrib-applehelp": { "License": [ @@ -5643,7 +5657,7 @@ "BSD-3-Clause" ], "Permission to redistribute": true, - "Retrieved from": null + "Retrieved from": "https://pypi.org/project/sphinxcontrib-jsmath" }, "sphinxcontrib-qthelp": { "License": [ @@ -5689,9 +5703,9 @@ }, "tomli": { "License": [ - "Other" + "MIT" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/hukkin/tomli" }, "tomli-w": { @@ -5741,7 +5755,7 @@ "BSD-3-Clause" ], "Permission to redistribute": true, - "Retrieved from": null + "Retrieved from": "https://pypi.org/project/xlrd" }, "zipfile36": { "License": [ @@ -5796,7 +5810,7 @@ }, "Babel": { "License": "BSD-3-Clause", - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://pypi.org/pypi/Babel/json" }, "backports.entry-points-selectable": { @@ -5864,9 +5878,9 @@ }, "chardet": { "License": [ - "Other" + "LGPL-2.1-only" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/chardet/chardet" }, "charset-normalizer": { @@ -5920,7 +5934,7 @@ }, "Cython": { "License": "Apache-2.0", - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://pypi.org/pypi/Cython/json" }, "decorator": { @@ -5959,7 +5973,7 @@ "Unlicense" ], "Permission to redistribute": true, - "Retrieved from": null + "Retrieved from": "https://pypi.org/project/docutils" }, "doit": { "License": [ @@ -6014,9 +6028,9 @@ }, "fsspec": { "License": [ - "Other" + "BSD-3-Clause" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/fsspec/filesystem_spec" }, "future": { @@ -6111,9 +6125,9 @@ "Retrieved from": "https://gitlab.com/takluyver/jeepney" }, "Jinja2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pallets/jinja" }, "joblib": { "License": [ @@ -6155,7 +6169,7 @@ "MIT" ], "Permission to redistribute": true, - "Retrieved from": null + "Retrieved from": "https://pypi.org/project/lockfile" }, "markdown-it-py": { "License": [ @@ -6165,9 +6179,11 @@ "Retrieved from": "https://github.com/executablebooks/markdown-it-py" }, "MarkupSafe": { - "License": "Copyright 2010 Pallets Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.", - "Permission to redistribute": false, - "Retrieved from": "https://pypi.org/pypi/MarkupSafe/json" + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pallets/markupsafe" }, "mdurl": { "License": [ @@ -6245,7 +6261,7 @@ "Apache-2.0" ], "Permission to redistribute": true, - "Retrieved from": null + "Retrieved from": "https://pypi.org/project/pbr" }, "pexpect": { "License": [ @@ -6259,7 +6275,7 @@ "MIT" ], "Permission to redistribute": true, - "Retrieved from": null + "Retrieved from": "https://pypi.org/project/pkginfo" }, "platformdirs": { "License": [ @@ -6341,7 +6357,7 @@ }, "Pygments": { "License": "BSD-2-Clause", - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://pypi.org/pypi/Pygments/json" }, "pylev": { @@ -6353,7 +6369,7 @@ }, "PyNaCl": { "License": "Apache License 2.0", - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://pypi.org/pypi/PyNaCl/json" }, "pyparsing": { @@ -6372,9 +6388,9 @@ }, "pytest-xdist": { "License": [ - "Other" + "MIT" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/pytest-dev/pytest-xdist" }, "pytest": { @@ -6435,9 +6451,9 @@ }, "rich-click": { "License": [ - "Other" + "MIT" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/ewels/rich-click" }, "rich": { @@ -6455,8 +6471,8 @@ "Retrieved from": "https://github.com/benhoyt/scandir" }, "SecretStorage": { - "License": "BSD 3-Clause License", - "Permission to redistribute": false, + "License": "BSD-3-Clause", + "Permission to redistribute": true, "Retrieved from": "https://pypi.org/pypi/SecretStorage/json" }, "semantic-version": { @@ -6478,7 +6494,7 @@ "ZPL-2.1" ], "Permission to redistribute": true, - "Retrieved from": null + "Retrieved from": "https://pypi.org/project/simplegeneric" }, "simplejson": { "License": [ @@ -6519,7 +6535,7 @@ "License": [ "GPL-1.0+" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/sphinx-doc/sphinx" }, "sphinxcontrib-jsmath": { @@ -6527,7 +6543,7 @@ "BSD-3-Clause" ], "Permission to redistribute": true, - "Retrieved from": null + "Retrieved from": "https://pypi.org/project/sphinxcontrib-jsmath" }, "sphinxcontrib-applehelp": { "License": [ @@ -6594,9 +6610,9 @@ }, "tomli": { "License": [ - "Other" + "MIT" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/hukkin/tomli" }, "tomli-w": { @@ -6646,7 +6662,7 @@ "BSD-3-Clause" ], "Permission to redistribute": true, - "Retrieved from": null + "Retrieved from": "https://pypi.org/project/xlrd" }, "zipfile36": { "License": [ @@ -6672,15 +6688,15 @@ "Retrieved from": "https://github.com/serge-sans-paille/beniget" }, "Bottleneck": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "BSD-2-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pydata/bottleneck" }, "deap": { "License": [ - "Other" + "MIT" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/rodrigo-arenas/Sklearn-genetic-opt," }, "gast": { @@ -6706,16 +6722,19 @@ }, "numpy": { "License": [ - "Other" + "BSD-3-Clause", + "MIT", + "Zlib", + "Apache-2.0", ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/numpy/numpy" }, "pandas": { "License": [ - "Other" + "BSD-3-Clause" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/pandas-dev/pandas" }, "ply": { @@ -6723,20 +6742,20 @@ "BSD-3-Clause" ], "Permission to redistribute": true, - "Retrieved from": null + "Retrieved from": "https://pypi.org/project/ply" }, "pythran": { "License": [ - "Other" + "BSD-3-Clause" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/serge-sans-paille/pythran" }, "scipy": { "License": [ - "Other" + "BSD-3-Clause" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/scipy/scipy" }, "tzdata": { @@ -6748,9 +6767,9 @@ }, "versioneer": { "License": [ - "Other" + "Unlicense" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/python-versioneer/python-versioneer" } }, @@ -6763,15 +6782,15 @@ "Retrieved from": "https://github.com/serge-sans-paille/beniget" }, "Bottleneck": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "BSD-2-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pydata/bottleneck" }, "deap": { "License": [ - "Other" + "MIT" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/rodrigo-arenas/Sklearn-genetic-opt," }, "gast": { @@ -6797,16 +6816,19 @@ }, "numpy": { "License": [ - "Other" + "BSD-3-Clause", + "MIT", + "Zlib", + "Apache-2.0", ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/numpy/numpy" }, "pandas": { "License": [ - "Other" + "BSD-3-Clause" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/pandas-dev/pandas" }, "ply": { @@ -6814,20 +6836,20 @@ "BSD-3-Clause" ], "Permission to redistribute": true, - "Retrieved from": null + "Retrieved from": "https://pypi.org/project/ply" }, "pythran": { "License": [ - "Other" + "BSD-3-Clause" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/serge-sans-paille/pythran" }, "scipy": { "License": [ - "Other" + "BSD-3-Clause" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/scipy/scipy" } }, @@ -6840,15 +6862,15 @@ "Retrieved from": "https://github.com/serge-sans-paille/beniget" }, "Bottleneck": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "BSD-2-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pydata/bottleneck" }, "deap": { "License": [ - "Other" + "MIT" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/rodrigo-arenas/Sklearn-genetic-opt," }, "gast": { @@ -6874,16 +6896,19 @@ }, "numpy": { "License": [ - "Other" + "BSD-3-Clause", + "MIT", + "Zlib", + "Apache-2.0", ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/numpy/numpy" }, "pandas": { "License": [ - "Other" + "BSD-3-Clause" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/pandas-dev/pandas" }, "ply": { @@ -6891,20 +6916,20 @@ "BSD-3-Clause" ], "Permission to redistribute": true, - "Retrieved from": null + "Retrieved from": "https://pypi.org/project/ply" }, "pythran": { "License": [ - "Other" + "BSD-3-Clause" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/serge-sans-paille/pythran" }, "scipy": { "License": [ - "Other" + "BSD-3-Clause" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/scipy/scipy" }, "tzdata": { @@ -6916,9 +6941,9 @@ }, "versioneer": { "License": [ - "Other" + "Unlicense" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/python-versioneer/python-versioneer" } }, From 26ef9e304fc97cd6b4db72bbf1e480d6310b39e9 Mon Sep 17 00:00:00 2001 From: torri Date: Thu, 17 Apr 2025 11:23:59 +0200 Subject: [PATCH 15/30] part of perl reviewed --- licenses/extension_licenses.json | 212 +++++++++++++++---------------- 1 file changed, 106 insertions(+), 106 deletions(-) diff --git a/licenses/extension_licenses.json b/licenses/extension_licenses.json index 5587360ccc..9594ab2d84 100644 --- a/licenses/extension_licenses.json +++ b/licenses/extension_licenses.json @@ -1211,10 +1211,10 @@ }, "Algorithm::Diff": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Algorithm-Diff" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Algorithm::Diff#LICENSE" }, "aliased": { "License": [ @@ -1225,10 +1225,10 @@ }, "AnyEvent": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=AnyEvent" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/release/MLEHMANN/AnyEvent-7.17/source/COPYING" }, "App::Cmd": { "License": [ @@ -1267,15 +1267,15 @@ }, "Array::Utils": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Array-Utils" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Array::Utils#COPYRIGHT" }, "Authen::NTLM": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Authen::NTLM#HISTORY" }, "Authen::SASL": { "License": [ @@ -1328,10 +1328,10 @@ }, "Canary::Stability": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Canary-Stability" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/release/MLEHMANN/Canary-Stability-2013/source/COPYING" }, "Capture::Tiny": { "License": [ @@ -1355,9 +1355,9 @@ "Retrieved from": "https://github.com/karenetheridge/Carp-Clan" }, "Carp::Heavy": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/release/XSAWYERX/Carp-1.50/source/README" }, "Class::Accessor": { "License": [ @@ -1375,17 +1375,17 @@ }, "Class::DBI": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Class-DBI" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Class::DBI#LICENSE" }, "Class::DBI::SQLite": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Class-DBI-SQLite" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Class::DBI#LICENSE", }, "Class::Inspector": { "License": [ @@ -1396,10 +1396,10 @@ }, "Class::ISA": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Class-ISA" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Class::Inspector#COPYRIGHT-AND-LICENSE" }, "Class::Load": { "License": [ @@ -1452,10 +1452,10 @@ }, "common::sense": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=common-sense" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/release/MLEHMANN/common-sense-3.75/source/LICENSE" }, "Config::General": { "License": [ @@ -1480,10 +1480,10 @@ }, "Config::Simple": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Config-Simple" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Config::Simple#COPYRIGHT" }, "Config::Tiny": { "License": [ @@ -1518,19 +1518,19 @@ "Other" ], "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Crypt-DES" + "Retrieved from": "https://metacpan.org/pod/Crypt::DES#COPYRIGHT" }, "Crypt::Rijndael": { "License": [ - "Other" + "LGPL-3.0-only" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/leont/crypt-rijndael" }, "Cwd": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Cwd#COPYRIGHT" }, "Cwd::Guard": { "License": [ @@ -1561,9 +1561,9 @@ "Retrieved from": "https://github.com/p5sagit/Data-Dumper-Concise" }, "Data::Grove": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/release/KMACLEOD/libxml-perl-0.08/source/README" }, "Data::OptList": { "License": [ @@ -1588,10 +1588,10 @@ }, "Data::Stag": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Data-Stag" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Data::Stag#COPYRIGHT" }, "Data::Types": { "License": [ @@ -1609,15 +1609,15 @@ }, "Date::Handler": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Date-Handler" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Date::Handler#COPYRIGHT" }, "Date::Language": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/release/ATOOMIC/TimeDate-2.33/source/README" }, "DateTime": { "License": [ @@ -1677,17 +1677,17 @@ }, "DBIx::ContextualFetch": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=DBIx-ContextualFetch" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/DBIx::ContextualFetch#LICENSE" }, "DBIx::Simple": { "License": [ "Other" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=DBIx-Simple" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/DBIx::Simple#LICENSE" }, "Devel::CheckCompiler": { "License": [ @@ -1705,10 +1705,10 @@ }, "Devel::Cycle": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Devel-Cycle" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Devel::Cycle#COPYRIGHT-AND-LICENSE" }, "Devel::GlobalDestruction": { "License": [ @@ -1747,10 +1747,10 @@ }, "Digest::MD5::File": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Digest-MD5-File" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Digest::MD5::File#COPYRIGHT-AND-LICENSE" }, "Digest::SHA1": { "License": [ @@ -1859,10 +1859,10 @@ }, "ExtUtils::Constant": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=ExtUtils-Constant" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/release/NWCLARK/ExtUtils-Constant-0.25/source/README" }, "ExtUtils::CppGuess": { "License": [ @@ -1894,10 +1894,10 @@ }, "ExtUtils::ParseXS": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, - "Retrieved from": "https://github.com/Perl/perl5" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/ExtUtils::ParseXS#COPYRIGHT" }, "Fennec::Lite": { "License": [ @@ -1929,10 +1929,10 @@ }, "File::Find::Rule": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=File-Find-Rule" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/File::Find::Rule#COPYRIGHT" }, "File::Find::Rule::Perl": { "License": [ @@ -1943,10 +1943,10 @@ }, "File::Grep": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=File-Grep" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/release/MNEYLON/File-Grep-0.02/source/README" }, "File::HomeDir": { "License": [ @@ -2026,9 +2026,9 @@ "Retrieved from": "https://github.com/Leont/file-slurp-sane" }, "File::Spec": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/File::Spec#COPYRIGHT" }, "File::Temp": { "License": [ @@ -2053,9 +2053,9 @@ }, "Getopt::Long": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/sciurius/perl-Getopt-Long" }, "Getopt::Long::Descriptive": { @@ -2067,10 +2067,10 @@ }, "Git": { "License": [ - "Other" + "LGPL-2.0-or-later" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Git" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Git#COPYRIGHT" }, "GO": { "License": "not found", @@ -2105,10 +2105,10 @@ }, "Heap": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Heap" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Heap#COPYRIGHT" }, "HTML::Entities::Interpolate": { "License": [ @@ -2181,9 +2181,9 @@ "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=HTTP-Negotiate" }, "HTTP::Request": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/HTTP::Request#COPYRIGHT-AND-LICENSE" }, "HTTP::Tiny": { "License": [ @@ -2201,10 +2201,10 @@ }, "Ima::DBI": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Ima-DBI" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Ima::DBI#LICENSE" }, "Import::Into": { "License": [ @@ -2243,10 +2243,10 @@ }, "IO::String": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=IO-String" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/IO::String#COPYRIGHT" }, "IO::Stringy": { "License": [ @@ -2278,10 +2278,10 @@ }, "IPC::Run3": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=IPC-Run3" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/IPC::Run3#LICENSE" }, "IPC::System::Simple": { "License": [ @@ -2299,10 +2299,10 @@ }, "JSON::XS": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=JSON-XS" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/release/MLEHMANN/JSON-XS-4.03/source/COPYING" }, "Lingua::EN::PluralToSingular": { "License": [ @@ -2340,9 +2340,9 @@ "Retrieved from": "https://github.com/houseabsolute/List-SomeUtils" }, "List::Util": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/List::Util#COPYRIGHT" }, "List::UtilsBy": { "License": [ @@ -2423,10 +2423,10 @@ }, "Logger::Simple": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Logger-Simple" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Logger::Simple#COPYRIGHT" }, "LWP::MediaTypes": { "License": [ From 0151c34861405cac75bc4a941859d2ce56cb7a94 Mon Sep 17 00:00:00 2001 From: torri Date: Thu, 17 Apr 2025 15:16:21 +0200 Subject: [PATCH 16/30] R and Perl first batch of revision --- licenses/extension_licenses.json | 846 ++++++++++++++++--------------- 1 file changed, 429 insertions(+), 417 deletions(-) diff --git a/licenses/extension_licenses.json b/licenses/extension_licenses.json index e8bc4a7065..56324c34c5 100644 --- a/licenses/extension_licenses.json +++ b/licenses/extension_licenses.json @@ -192,7 +192,7 @@ "License": [ "PSF-2.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/pypa/distlib" }, "docopt": { @@ -386,7 +386,7 @@ "License": [ "PSF-2.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/phihag/ipaddress" }, "jaraco.classes": { @@ -1005,7 +1005,7 @@ "License": [ "PSF-2.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://gitlab.com/takluyver/zipfile36" }, "zipp": { @@ -1171,13 +1171,13 @@ "Retrieved from": "https://github.com/jkeenan/File-Path" }, "File::Spec": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/File::Spec#COPYRIGHT" }, "Getopt::Long": { "License": [ - "Other" + "Artistic-1.0-Perl" ], "Permission to redistribute": false, "Retrieved from": "https://github.com/sciurius/perl-Getopt-Long" @@ -2451,28 +2451,28 @@ "Retrieved from": "https://github.com/libwww-perl/LWP-Protocol-https" }, "LWP::Simple": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/LWP::Simple" }, "Mail::Util": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Mail::Util" }, "Math::Bezier": { "License": [ - "Other" + "Unknown" ], "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Math-Bezier" + "Retrieved from": "https://metacpan.org/pod/Math::Bezier" }, "Math::CDF": { "License": [ - "Other" + "Unknown" ], "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Math-CDF" + "Retrieved from": "https://metacpan.org/pod/Math::CDF" }, "Math::Round": { "License": [ @@ -2490,15 +2490,15 @@ }, "Math::VecStat": { "License": [ - "Other" + "Artistic-1.0-Perl" ], "Permission to redistribute": false, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Math-VecStat" }, "MCE::Mutex": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/MCE::Mutex" }, "Meta::Builder": { "License": [ @@ -2536,9 +2536,9 @@ "Retrieved from": "https://github.com/markov2/perl5-MIME-Types" }, "Mixin::Linewise::Readers": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Mixin::Linewise::Readers#COPYRIGHT-AND-LICENSE" }, "Mock::Quick": { "License": [ @@ -2703,9 +2703,9 @@ }, "Mozilla::CA": { "License": [ - "Other" + "MPL-2.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/libwww-perl/Mozilla-CA" }, "MRO::Compat": { @@ -2730,9 +2730,9 @@ "Retrieved from": "https://github.com/p5sagit/namespace-clean" }, "Net::Domain": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Net::Domain" }, "Net::HTTP": { "License": [ @@ -2743,10 +2743,10 @@ }, "Net::SMTP::SSL": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Net-SMTP-SSL" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Net::SMTP::SSL#COPYRIGHT" }, "Net::SNMP": { "License": [ @@ -2764,10 +2764,10 @@ }, "Number::Compare": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Number-Compare" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Net::SMTP::SSL#COPYRIGHT" }, "Number::Format": { "License": [ @@ -2820,9 +2820,9 @@ }, "PadWalker": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=PadWalker" }, "Parallel::ForkManager": { @@ -2931,16 +2931,16 @@ "Retrieved from": "https://github.com/timj/perl-Pod-LaTeX" }, "Pod::Man": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Pod::Man" }, "Pod::Parser": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Pod-Parser" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/release/MAREKR/Pod-Parser-1.67/source/README" }, "Pod::Plainer": { "License": [ @@ -2996,9 +2996,9 @@ "Retrieved from": "https://github.com/rjbs/Role-HasMessage" }, "Role::Identifiable::HasIdent": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Role::Identifiable::HasIdent" }, "Role::Tiny": { "License": [ @@ -3008,9 +3008,9 @@ "Retrieved from": "https://github.com/moose/Role-Tiny" }, "Scalar::Util": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Scalar::Util#COPYRIGHT" }, "Scalar::Util::Numeric": { "License": [ @@ -3042,10 +3042,10 @@ }, "Set::IntSpan": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Set-IntSpan" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Set::IntSpan#COPYRIGHT" }, "Set::IntSpan::Fast": { "License": [ @@ -3112,10 +3112,10 @@ }, "Statistics::Basic": { "License": [ - "Other" + "LGPL-2.0" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Statistics-Basic" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Statistics::Basic#COPYRIGHT" }, "Statistics::Descriptive": { "License": [ @@ -3272,16 +3272,16 @@ "Retrieved from": "https://github.com/burak/CPAN-Sys-Info-Driver-Unknown" }, "Template": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Template#COPYRIGHT" }, "Template::Plugin::Number::Format": { "License": [ - "Other" + "Unknown" ], "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Template-Plugin-Number-Format" + "Retrieved from": "https://metacpan.org/release/DARREN/Template-Plugin-Number-Format-1.06/source/README" }, "Term::Encoding": { "License": [ @@ -3291,9 +3291,9 @@ "Retrieved from": "https://github.com/miyagawa/Term-Encoding" }, "Term::ReadKey": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Term::ReadKey#LICENSE" }, "Term::ReadLine::Gnu": { "License": [ @@ -3318,10 +3318,10 @@ }, "Test": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Test" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/release/JESSE/Test-1.26/source/README" }, "Test2::Plugin::NoWarnings": { "License": [ @@ -3331,9 +3331,9 @@ "Retrieved from": "https://github.com/houseabsolute/Test2-Plugin-NoWarnings" }, "Test2::Require::Module": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Test2::Require::Module#COPYRIGHT" }, "Test::ClassAPI": { "License": [ @@ -3379,9 +3379,9 @@ "Retrieved from": "https://github.com/rjbs/Test-Fatal" }, "Test::File::ShareDir::Dist": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Test::File::ShareDir::Dist#COPYRIGHT-AND-LICENSE" }, "Test::Harness": { "License": [ @@ -3399,15 +3399,15 @@ }, "Test::Memory::Cycle": { "License": [ - "Other" + "Artistic-2.0" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Test-Memory-Cycle" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Test::Memory::Cycle#COPYRIGHT" }, "Test::More": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Test::More#COPYRIGHT" }, "Test::More::UTF8": { "License": [ @@ -3502,9 +3502,9 @@ }, "Text::Aligner": { "License": [ - "Other" + "ISC" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/shlomif/text-aligner" }, "Text::Balanced": { @@ -3551,10 +3551,10 @@ }, "Text::Iconv": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Text-Iconv" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/release/MPIOTR/Text-Iconv-1.7/source/README" }, "Text::ParseWords": { "License": [ @@ -3572,10 +3572,10 @@ }, "Text::Table": { "License": [ - "Other" + "ISC" ], - "Permission to redistribute": false, - "Retrieved from": "https://github.com/shlomif/Text-Table" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Text::Table#COPYRIGHT" }, "Text::Template": { "License": [ @@ -3600,10 +3600,10 @@ }, "Tie::Function": { "License": [ - "Other" + "Unknown" ], "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Tie-Function" + "Retrieved from": "https://metacpan.org/release/DAVIDNICO/Tie-Function-0.02/source/README" }, "Tie::IxHash": { "License": [ @@ -3635,10 +3635,10 @@ }, "Time::Piece::MySQL": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Time-Piece-MySQL" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Time::Piece::MySQL#COPYRIGHT" }, "Tree::DAG_Node": { "License": [ @@ -3656,10 +3656,10 @@ }, "Types::Serialiser": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Types-Serialiser" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/release/MLEHMANN/Types-Serialiser-1.01/source/COPYING" }, "Unicode::LineBreak": { "License": [ @@ -3670,10 +3670,10 @@ }, "UNIVERSAL::moniker": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=UNIVERSAL-moniker" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/UNIVERSAL::moniker#COPYRIGHT" }, "Unix::Processors": { "License": [ @@ -3690,9 +3690,9 @@ "Retrieved from": "https://github.com/libwww-perl/URI" }, "URI::Escape": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/URI::Escape#COPYRIGHT" }, "Variable::Magic": { "License": [ @@ -3710,10 +3710,10 @@ }, "Want": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Want" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Want#COPYRIGHT" }, "WWW::RobotRules": { "License": [ @@ -3738,10 +3738,10 @@ }, "XML::Filter::BufferText": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=XML-Filter-BufferText" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/XML::Filter::BufferText#COPYRIGHT" }, "XML::NamespaceSupport": { "License": [ @@ -3759,17 +3759,17 @@ }, "XML::RegExp": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=XML-RegExp" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/release/TJMATHER/XML-RegExp-0.04/source/README" }, "XML::SAX": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, - "Retrieved from": "https://github.com/grantm/xml-sax" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/XML::SAX#LICENSE" }, "XML::SAX::Base": { "License": [ @@ -3801,10 +3801,10 @@ }, "XML::Tiny": { "License": [ - "Other" + "GPL-2.0" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=XML-Tiny" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/XML::SAX#LICENSE" }, "XML::Twig": { "License": [ @@ -3879,21 +3879,21 @@ "Retrieved from": "https://github.com/jkeenan/File-Path" }, "File::Spec": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/File::Spec#COPYRIGHT" }, "Getopt::Long": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/sciurius/perl-Getopt-Long" }, "IO::File": { - "License": "not found", + "License": "unknown", "Permission to redistribute": false, - "Retrieved from": "not found" + "Retrieved from": "https://metacpan.org/pod/IO::File" }, "Text::ParseWords": { "License": [ @@ -3926,14 +3926,14 @@ "Retrieved from": "https://github.com/pfmoore/editables" }, "hatch_fancy_pypi_readme": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/hatch-fancy-pypi-readme/" }, "hatch_vcs": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/hatch-vcs/" }, "hatchling": { "License": [ @@ -3957,9 +3957,9 @@ "Retrieved from": "https://github.com/pytest-dev/pluggy" }, "trove_classifiers": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Apache-1.0", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/trove-classifiers/" } }, "hatchling/1.18.0-GCCcore-12.3.0": { @@ -3972,20 +3972,20 @@ }, "hatch-requirements-txt": { "License": [ - "Other" + "MIT" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/repo-helper/hatch-requirements-txt" }, "hatch_fancy_pypi_readme": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/hatch-fancy-pypi-readme/" }, "hatch_vcs": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/hatch-vcs/" }, "hatchling": { "License": [ @@ -4009,9 +4009,9 @@ "Retrieved from": "https://github.com/pytest-dev/pluggy" }, "trove_classifiers": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Apache-1.0", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/trove-classifiers/" } }, "scikit-build/0.17.6-GCCcore-12.3.0": { @@ -4031,9 +4031,9 @@ "Retrieved from": "https://github.com/pypa/packaging" }, "scikit_build": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/scikit-build/" } }, "scikit-build/0.17.6-GCCcore-13.2.0": { @@ -4053,9 +4053,9 @@ "Retrieved from": "https://github.com/pypa/packaging" }, "scikit_build": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/scikit-build/" } }, "flit/3.9.0-GCCcore-12.3.0": { @@ -4081,7 +4081,7 @@ "Unlicense" ], "Permission to redistribute": true, - "Retrieved from": null + "Retrieved from": "https://pypi.org/project/docutils/" }, "flit": { "License": [ @@ -4091,9 +4091,9 @@ "Retrieved from": "https://github.com/pypa/flit" }, "flit_scm": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/flit-scm/" }, "idna": { "License": [ @@ -4118,19 +4118,21 @@ "Retrieved from": "https://github.com/psf/requests" }, "setuptools_scm": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/setuptools-scm/" }, "tomli_w": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/tomli-w/" }, - "typing_extensions": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "typing-extensions": { + "License": [ + "GPL-1.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/python/typing_extensions" }, "urllib3": { "License": [ @@ -4138,7 +4140,7 @@ ], "Permission to redistribute": true, "Retrieved from": "https://github.com/urllib3/urllib3" - } + }, }, "flit/3.9.0-GCCcore-13.2.0": { "certifi": { @@ -4163,7 +4165,7 @@ "Unlicense" ], "Permission to redistribute": true, - "Retrieved from": null + "Retrieved from": "https://pypi.org/project/docutils/" }, "flit": { "License": [ @@ -4173,9 +4175,9 @@ "Retrieved from": "https://github.com/pypa/flit" }, "flit_scm": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/flit-scm/" }, "idna": { "License": [ @@ -4199,22 +4201,22 @@ "Permission to redistribute": true, "Retrieved from": "https://github.com/psf/requests" }, - "setuptools-scm": { - "License": [ - "Other" - ], - "Permission to redistribute": false, - "Retrieved from": "https://github.com/pypa/setuptools-scm" + "setuptools_scm": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/setuptools-scm/" }, "tomli_w": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/tomli-w/" }, - "typing_extensions": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "typing-extensions": { + "License": [ + "GPL-1.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/python/typing_extensions" }, "urllib3": { "License": [ @@ -4229,7 +4231,7 @@ "License": [ "PSF-2.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/pypa/distlib" }, "filelock": { @@ -4259,7 +4261,7 @@ "License": [ "PSF-2.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/pypa/distlib" }, "filelock": { @@ -4286,9 +4288,9 @@ }, "setuptools-rust/1.6.0-GCCcore-12.3.0": { "semantic_version": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "BSD", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/semantic-version/" }, "setuptools-rust": { "License": [ @@ -4297,17 +4299,19 @@ "Permission to redistribute": true, "Retrieved from": "https://github.com/PyO3/setuptools-rust" }, - "typing_extensions": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - } + "typing-extensions": { + "License": [ + "GPL-1.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/python/typing_extensions" + }, }, "setuptools-rust/1.8.0-GCCcore-13.2.0": { "semantic_version": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "BSD", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/semantic-version/" }, "setuptools-rust": { "License": [ @@ -4316,11 +4320,13 @@ "Permission to redistribute": true, "Retrieved from": "https://github.com/PyO3/setuptools-rust" }, - "typing_extensions": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - } + "typing-extensions": { + "License": [ + "GPL-1.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/python/typing_extensions" + }, }, "cffi/1.15.1-GCCcore-12.3.0": { "cffi": { @@ -4369,10 +4375,12 @@ "Permission to redistribute": true, "Retrieved from": "https://github.com/pypa/build" }, - "CacheControl": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "cachecontrol": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/psf/cachecontrol" }, "certifi": { "License": [ @@ -4425,10 +4433,12 @@ "Permission to redistribute": true, "Retrieved from": "https://github.com/kjd/idna" }, - "importlib_metadata": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "importlib-metadata": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/python/importlib_metadata" }, "installer": { "License": [ @@ -4470,7 +4480,7 @@ "MIT" ], "Permission to redistribute": true, - "Retrieved from": null + "Retrieved from": "https://pypi.org/project/lockfile/" }, "more-itertools": { "License": [ @@ -4498,7 +4508,7 @@ "MIT" ], "Permission to redistribute": true, - "Retrieved from": null + "Retrieved from": "https://pypi.org/project/pkginfo/" }, "platformdirs": { "License": [ @@ -4515,14 +4525,14 @@ "Retrieved from": "https://github.com/python-poetry/poetry" }, "poetry_core": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/poetry-core/" }, "poetry_plugin_export": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/poetry-plugin-export/" }, "ptyprocess": { "License": [ @@ -4532,9 +4542,9 @@ "Retrieved from": "https://github.com/pexpect/ptyprocess" }, "pyproject_hooks": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/pyproject-hooks/" }, "pyrsistent": { "License": [ @@ -4565,9 +4575,9 @@ "Retrieved from": "https://github.com/psf/requests" }, "SecretStorage": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/SecretStorage/json" }, "shellingham": { "License": [ @@ -4685,10 +4695,12 @@ "Permission to redistribute": true, "Retrieved from": "https://github.com/kjd/idna" }, - "importlib_metadata": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "importlib-metadata": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/python/importlib_metadata" }, "installer": { "License": [ @@ -4730,7 +4742,7 @@ "MIT" ], "Permission to redistribute": true, - "Retrieved from": null + "Retrieved from": "https://pypi.org/project/lockfile/" }, "more-itertools": { "License": [ @@ -4758,7 +4770,7 @@ "MIT" ], "Permission to redistribute": true, - "Retrieved from": null + "Retrieved from": "https://pypi.org/project/pkginfo" }, "platformdirs": { "License": [ @@ -4775,14 +4787,14 @@ "Retrieved from": "https://github.com/python-poetry/poetry" }, "poetry_core": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/poetry-core/" }, "poetry_plugin_export": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/poetry-plugin-export/" }, "ptyprocess": { "License": [ @@ -4792,9 +4804,9 @@ "Retrieved from": "https://github.com/pexpect/ptyprocess" }, "pyproject_hooks": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/pyproject-hooks/" }, "pyrsistent": { "License": [ @@ -4825,9 +4837,9 @@ "Retrieved from": "https://github.com/psf/requests" }, "SecretStorage": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/SecretStorage/json" }, "shellingham": { "License": [ @@ -5039,7 +5051,7 @@ "License": [ "PSF-2.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/pypa/distlib" }, "distro": { @@ -5198,7 +5210,7 @@ "License": [ "PSF-2.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/phihag/ipaddress" }, "jaraco.classes": { @@ -5761,7 +5773,7 @@ "License": [ "PSF-2.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://gitlab.com/takluyver/zipfile36" }, "zipp": { @@ -5831,7 +5843,7 @@ "License": [ "PSF-2.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/ilanschnell/bitarray" }, "bitstring": { @@ -5948,7 +5960,7 @@ "License": [ "PSF-2.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/pypa/distlib" }, "distro": { @@ -6107,7 +6119,7 @@ "License": [ "PSF-2.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/phihag/ipaddress" }, "jaraco.classes": { @@ -6668,7 +6680,7 @@ "License": [ "PSF-2.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://gitlab.com/takluyver/zipfile36" }, "zipp": { @@ -7046,9 +7058,9 @@ "Retrieved from": "https://github.com/keras-team/keras" }, "Markdown": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/Markdown/" }, "oauthlib": { "License": [ @@ -7135,9 +7147,9 @@ "Retrieved from": "https://github.com/tensorflow/estimator" }, "TensorFlow": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Apache-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/tensorflow/" }, "termcolor": { "License": [ @@ -7147,9 +7159,9 @@ "Retrieved from": "https://github.com/termcolor/termcolor" }, "Werkzeug": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "BSD", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/Werkzeug/" }, "wrapt": { "License": [ @@ -7161,26 +7173,26 @@ }, "Mako/1.2.4-GCCcore-12.3.0": { "Mako": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/Mako/" }, "MarkupSafe": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "BSD", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/MarkupSafe/" } }, "Mako/1.2.4-GCCcore-13.2.0": { "Mako": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/Mako/" }, "MarkupSafe": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "BSD", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/MarkupSafe/" } }, "R/4.3.2-gfbf-2023a": { @@ -7192,9 +7204,9 @@ "Retrieved from": "https://r-lib.r-universe.dev/askpass" }, "base": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://search.r-project.org/R/refmans/base/html/base-package.html" }, "base64enc": { "License": [ @@ -7260,9 +7272,9 @@ "Retrieved from": "https://docs.ropensci.org/commonmark/\nhttps://ropensci.r-universe.dev/commonmark" }, "compiler": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://search.r-project.org/R/refmans/compiler/html/ compiler-package.html" }, "cpp11": { "License": [ @@ -7293,9 +7305,9 @@ "Retrieved from": "https://jeroen.r-universe.dev/curl" }, "datasets": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://search.r-project.org/R/refmans/datasets/html/datasets-package.html" }, "desc": { "License": [ @@ -7403,19 +7415,19 @@ "Retrieved from": "https://github.com/tidyverse/glue" }, "graphics": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://search.r-project.org/R/refmans/graphics/html/graphics-package.html" }, "grDevices": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://search.r-project.org/R/refmans/grDevices/html/grDevices-package.html" }, "grid": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://search.r-project.org/R/refmans/grid/html/grid-package.html" }, "highr": { "License": [ @@ -7442,7 +7454,7 @@ "License": [ "Sendmail" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/rstudio/httpuv" }, "httr": { @@ -7516,9 +7528,9 @@ "Retrieved from": "https://github.com/r-lib/memoise" }, "methods": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://search.r-project.org/R/refmans/methods/html/methods-package.html" }, "mime": { "License": [ @@ -7542,9 +7554,9 @@ "Retrieved from": "https://jeroen.r-universe.dev/openssl" }, "parallel": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://search.r-project.org/R/refmans/parallel/html/parallel-package.html" }, "pillar": { "License": [ @@ -7750,25 +7762,25 @@ "Retrieved from": "https://github.com/kevinushey/sourcetools" }, "splines": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://search.r-project.org/R/refmans/splines/html/splines-package.html" }, "stats": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://search.r-project.org/R/refmans/stats/html/stats-package.html" }, "stats4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://search.r-project.org/R/refmans/stats4/html/stats4-package.html" }, "stringi": { "License": [ "MIT-feh" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://stringi.gagolewski.com/" }, "stringr": { @@ -7793,9 +7805,9 @@ "Retrieved from": "https://github.com/r-lib/systemfonts" }, "tcltk": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://search.r-project.org/R/refmans/tcltk/html/tcltk-package.html" }, "testthat": { "License": [ @@ -7826,9 +7838,9 @@ "Retrieved from": "https://github.com/rstudio/tinytex" }, "tools": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://search.r-project.org/R/refmans/tools/html/tools-package.html" }, "urlchecker": { "License": [ @@ -7852,9 +7864,9 @@ "Retrieved from": "https://github.com/patperry/r-utf8" }, "utils": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://search.r-project.org/R/refmans/utils/html/utils-package.html" }, "vctrs": { "License": [ @@ -17040,9 +17052,9 @@ "meson-python/0.15.0-GCCcore-13.2.0": { "meson-python": { "License": [ - "Other" + "MIT" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/mesonbuild/meson-python" }, "pyproject-metadata": { @@ -17056,9 +17068,9 @@ "meson-python/0.13.2-GCCcore-12.3.0": { "meson-python": { "License": [ - "Other" + "MIT" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/mesonbuild/meson-python" }, "pyproject-metadata": { @@ -17072,9 +17084,9 @@ "meson-python/0.15.0-GCCcore-12.3.0": { "meson-python": { "License": [ - "Other" + "MIT" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/mesonbuild/meson-python" }, "pyproject-metadata": { @@ -17088,9 +17100,9 @@ "meson-python/0.11.0-GCCcore-12.2.0": { "meson-python": { "License": [ - "Other" + "MIT" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/mesonbuild/meson-python" }, "pyproject-metadata": { @@ -17124,16 +17136,16 @@ "Retrieved from": "https://github.com/hgrecco/flexparser" }, "Pint": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "BSD", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/Pint/" } }, "BeautifulSoup/4.12.2-GCCcore-12.3.0": { "BeautifulSoup": { - "License": "not found", + "License": "MIT", "Permission to redistribute": false, - "Retrieved from": "not found" + "Retrieved from": "https://pypi.org/project/BeautifulSoup/" }, "soupsieve": { "License": [ @@ -17181,9 +17193,9 @@ }, "matplotlib-inline": { "License": [ - "Other" + "BSD-3-Clause" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/ipython/matplotlib-inline" }, "parso": { @@ -17201,19 +17213,19 @@ "Retrieved from": "https://github.com/pickleshare/pickleshare" }, "prompt_toolkit": { - "License": "not found", + "License": "BSD", "Permission to redistribute": false, - "Retrieved from": "not found" + "Retrieved from": "https://pypi.org/project/prompt-toolkit/" }, "pure_eval": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/pure-eval/" }, "stack_data": { - "License": "not found", + "License": "MIT", "Permission to redistribute": false, - "Retrieved from": "not found" + "Retrieved from": "https://pypi.org/project/stack-data/" }, "traitlets": { "License": [ @@ -17254,9 +17266,9 @@ }, "matplotlib-inline": { "License": [ - "Other" + "BSD-3-Clause" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/ipython/matplotlib-inline" }, "pickleshare": { @@ -17267,19 +17279,19 @@ "Retrieved from": "https://github.com/pickleshare/pickleshare" }, "prompt_toolkit": { - "License": "not found", + "License": "BSD", "Permission to redistribute": false, - "Retrieved from": "not found" + "Retrieved from": "https://pypi.org/project/prompt-toolkit/" }, "pure_eval": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/pure-eval/" }, "stack_data": { - "License": "not found", + "License": "MIT", "Permission to redistribute": false, - "Retrieved from": "not found" + "Retrieved from": "https://pypi.org/project/stack-data/" }, "traitlets": { "License": [ @@ -17345,15 +17357,15 @@ "matplotlib/3.8.2-gfbf-2023b": { "contourpy": { "License": [ - "Other" + "BSD-3-Clause" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/contourpy/contourpy" }, "Cycler": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "BSD", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/cycler/" }, "fonttools": { "License": [ @@ -17364,31 +17376,31 @@ }, "kiwisolver": { "License": [ - "Other" + "BSD" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/nucleic/kiwi" }, "matplotlib": { "License": [ - "Other" + "PSF-2.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/matplotlib/matplotlib" } }, "matplotlib/3.7.2-gfbf-2023a": { "contourpy": { "License": [ - "Other" + "BSD-3-Clause" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/contourpy/contourpy" }, "Cycler": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "BSD", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/cycler/" }, "fonttools": { "License": [ @@ -17399,31 +17411,31 @@ }, "kiwisolver": { "License": [ - "Other" + "BSD" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/nucleic/kiwi" }, "matplotlib": { "License": [ - "Other" + "PSF-2.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/matplotlib/matplotlib" } }, "matplotlib/3.7.0-gfbf-2022b": { "contourpy": { "License": [ - "Other" + "BSD-3-Clause" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/contourpy/contourpy" }, "Cycler": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "BSD", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/cycler/" }, "fonttools": { "License": [ @@ -17434,16 +17446,16 @@ }, "kiwisolver": { "License": [ - "Other" + "BSD" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/nucleic/kiwi" }, "matplotlib": { "License": [ - "Other" + "PSF-2.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/matplotlib/matplotlib" } }, @@ -17468,29 +17480,29 @@ "scikit-learn/1.3.1-gfbf-2023a": { "scikit-learn": { "License": [ - "Other" + "BSD-3-Clause" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/scikit-learn/scikit-learn" }, "sklearn": { - "License": [], - "Permission to redistribute": false, - "Retrieved from": null + "License": ["BSD-3-Clause"], + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/sklearn/" } }, "scikit-learn/1.4.0-gfbf-2023b": { "scikit-learn": { "License": [ - "Other" + "BSD-3-Clause" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/scikit-learn/scikit-learn" }, "sklearn": { - "License": [], - "Permission to redistribute": false, - "Retrieved from": null + "License": ["BSD-3-Clause"], + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/sklearn/" } }, "GitPython/3.1.40-GCCcore-12.3.0": { @@ -17502,9 +17514,9 @@ "Retrieved from": "https://github.com/gitpython-developers/gitdb" }, "GitPython": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/GitPython/" }, "smmap": { "License": [ @@ -17532,19 +17544,19 @@ "Retrieved from": "https://github.com/mivade/argparse_dataclass" }, "conda-inject": { - "License": [], + "License": ["unknown"], "Permission to redistribute": false, - "Retrieved from": null + "Retrieved from": "https://pypi.org/project/conda-inject/" }, "ConfigArgParse": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/ConfigArgParse/" }, "connection-pool": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/connection_pool/" }, "datrie": { "License": [ @@ -17583,16 +17595,16 @@ }, "jupyter-core": { "License": [ - "Other" + "BSD-3-Clause" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/jupyter/jupyter_core" }, "nbformat": { "License": [ - "Other" + "BSD-3-Clause" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/jupyter/nbformat" }, "plac": { @@ -17652,9 +17664,9 @@ "Retrieved from": "https://github.com/snakemake/snakemake-plugin-catalog" }, "snakemake-interface-common": { - "License": [], - "Permission to redistribute": false, - "Retrieved from": null + "License": ["MIT"], + "Permission to redistribute": true, + "Retrieved from": "https://anaconda.org/bioconda/snakemake-interface-common" }, "snakemake-interface-executor-plugins": { "License": [ @@ -17708,24 +17720,24 @@ }, "PyQt-builder/1.15.4-GCCcore-12.3.0": { "PyQt-builder": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "BSD", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/PyQt-builder/" } }, "bokeh/3.2.2-foss-2023a": { "bokeh": { "License": [ - "Other" + "BSD" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/bokeh/bokeh" }, "contourpy": { "License": [ - "Other" + "BSD-3-Clause" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/contourpy/contourpy" }, "xyzservices": { @@ -17739,16 +17751,16 @@ "bokeh/3.2.1-foss-2022b": { "bokeh": { "License": [ - "Other" + "BSD" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/bokeh/bokeh" }, "contourpy": { "License": [ - "Other" + "BSD-3-Clause" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/contourpy/contourpy" }, "tornado": { @@ -17803,9 +17815,9 @@ "Retrieved from": "https://github.com/Chilipp/docrep" }, "HeapDict": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "BSD", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/HeapDict/" }, "locket": { "License": [ @@ -17840,7 +17852,7 @@ "BSD-3-Clause" ], "Permission to redistribute": true, - "Retrieved from": null + "Retrieved from": "https://pypi.org/project/zict/" } }, "dask/2023.7.1-foss-2022b": { @@ -17880,9 +17892,9 @@ "Retrieved from": "https://github.com/Chilipp/docrep" }, "HeapDict": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "BSD", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/HeapDict/" }, "locket": { "License": [ @@ -17914,9 +17926,9 @@ }, "versioneer": { "License": [ - "Other" + "Unlicense" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/python-versioneer/python-versioneer" }, "zict": { @@ -17924,7 +17936,7 @@ "BSD-3-Clause" ], "Permission to redistribute": true, - "Retrieved from": null + "Retrieved from": "https://pypi.org/project/zict/" } }, "jupyter-server/2.7.2-GCCcore-12.3.0": { From d06e46f1f572f75130a0d4edc501b6df37543b6f Mon Sep 17 00:00:00 2001 From: Arturo Gimeno Date: Thu, 17 Apr 2025 16:00:56 +0200 Subject: [PATCH 17/30] reviewed licenses --- licenses/extension_licenses.json | 196 +++++++++++++++---------------- 1 file changed, 98 insertions(+), 98 deletions(-) diff --git a/licenses/extension_licenses.json b/licenses/extension_licenses.json index 56324c34c5..42c999ec78 100644 --- a/licenses/extension_licenses.json +++ b/licenses/extension_licenses.json @@ -43349,9 +43349,9 @@ }, "crb-blast/0.6.9-GCC-12.3.0": { "bindeps": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/cboursnell/bindeps" }, "bio": { "License": [ @@ -43361,9 +43361,9 @@ "Retrieved from": "https://github.com/ialbert/bio" }, "crb-blast": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/cboursnell/crb-blast" }, "facade": { "License": [ @@ -43373,34 +43373,34 @@ "Retrieved from": "https://github.com/oakfang/facade" }, "fixwhich": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://rubygems.org/gems/fixwhich" }, "pathname2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Apache-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://rubygems.org/gems/pathname2" }, "threach": { - "License": "not found", + "License": "unknown", "Permission to redistribute": false, - "Retrieved from": "not found" + "Retrieved from": "https://rubygems.org/gems/threach" }, "trollop": { "License": [ - "Other" + "MIT" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://bitbucket.org/btubbs/trollop" } }, "h5netcdf/1.2.0-foss-2023a": { "h5netcdf": { "License": [ - "Other" + "BSD-3-Clause" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/h5netcdf/h5netcdf" } }, @@ -43443,9 +43443,9 @@ "Retrieved from": "https://github.com/python-greenlet/greenlet" }, "SQLAlchemy": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/SQLAlchemy" } }, "geopandas/0.14.2-foss-2023a": { @@ -43480,15 +43480,15 @@ "Retrieved from": "https://github.com/briancurtin/deprecation" }, "lat_lon_parser": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "CC0-1.0", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/lat-lon-parser/" }, "wradlib": { "License": [ - "Other" + "MIT" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/wradlib/wradlib" }, "xarray-datatree": { @@ -43507,17 +43507,17 @@ }, "xradar": { "License": [ - "Other" + "MIT" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/openradar/xradar" } }, "LRBinner/0.1-foss-2023a": { "LRBinner": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2.0-only", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/anuradhawick/LRBinner" }, "tabulate": { "License": [ @@ -43571,9 +43571,9 @@ "Retrieved from": "https://github.com/executablebooks/markdown-it-py" }, "Markdown": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Python-Markdown/markdown" }, "mdurl": { "License": [ @@ -43584,21 +43584,21 @@ }, "multiqc": { "License": [ - "Other" + "GPL-3.0-only" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/MultiQC/MultiQC" }, "Pygments": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "BSD-2-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/Pygments" }, "rich-click": { "License": [ - "Other" + "MIT" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/ewels/rich-click" }, "rich": { @@ -43625,9 +43625,9 @@ "Retrieved from": "https://github.com/matplotlib/basemap" }, "basemap_data": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-3.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/basemap-data" }, "pyshp": { "License": [ @@ -43648,14 +43648,14 @@ }, "hatch-jupyter-builder/0.9.1-GCCcore-12.3.0": { "hatch_jupyter_builder": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jupyterlab/hatch-jupyter-builder" }, "hatch_nodejs_version": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/agoose77/hatch-nodejs-version" } }, "statsmodels/0.14.1-gfbf-2023a": { @@ -43699,15 +43699,15 @@ "Retrieved from": "https://github.com/mozilla/bleach" }, "Cassiopeia": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/cassiopeia" }, "comm": { "License": [ - "Other" + "BSD-3-Clause" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/ipython/comm" }, "defusedxml": { @@ -43753,34 +43753,34 @@ "Retrieved from": "https://github.com/albertyw/itolapi" }, "jupyter_client": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jupyter/jupyter_client" }, "jupyter_core": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jupyter/jupyter_core" }, "jupyter_packaging": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jupyter/jupyter-packaging" }, "jupyterlab_pygments": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jupyterlab/jupyterlab_pygments" }, "jupyterlab_widgets": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/jupyterlab-widgets" }, "Levenshtein": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/Levenshtein" }, "mistune": { "License": [ @@ -43791,23 +43791,23 @@ }, "nbclient": { "License": [ - "Other" + "BSD-3-Clause" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/jupyter/nbclient" }, "nbconvert": { "License": [ - "Other" + "BSD-3-Clause" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/jupyter/nbconvert" }, "nbformat": { "License": [ - "Other" + "BSD-3-Clause" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/jupyter/nbformat" }, "ngs-tools": { @@ -43825,9 +43825,9 @@ "Retrieved from": "https://github.com/jgm/pandocfilters" }, "python-Levenshtein": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/python-Levenshtein" }, "shortuuid": { "License": [ @@ -43845,9 +43845,9 @@ }, "traitlets": { "License": [ - "Other" + "BSD-3-Clause" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/ipython/traitlets" }, "widgetsnbextension": { @@ -43855,7 +43855,7 @@ "BSD-1-Clause" ], "Permission to redistribute": true, - "Retrieved from": null + "Retrieved from": "https://pypi.org/project/widgetsnbextension" } }, "cooler/0.10.2-foss-2023b": { @@ -43891,17 +43891,17 @@ "LightGBM/4.5.0-foss-2023a": { "lightgbm": { "License": [ - "Other" + "MIT" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/microsoft/LightGBM" } }, "pydantic/2.7.4-GCCcore-13.2.0": { "annotated_types": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/annotated-types/annotated-types" }, "pydantic": { "License": [ @@ -43911,9 +43911,9 @@ "Retrieved from": "https://github.com/pydantic/pydantic" }, "pydantic_core": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pydantic/pydantic-core" } }, "SlurmViewer/1.0.1-GCCcore-13.2.0": { @@ -44139,9 +44139,9 @@ "astropy/7.0.0-gfbf-2023b": { "astropy-iers-data": { "License": [ - "Other" + "BSD-3-Clause" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/astropy/astropy-iers-data" }, "astropy": { @@ -44193,21 +44193,21 @@ "CERN-OHL-P-2.0" ], "Permission to redistribute": true, - "Retrieved from": null + "Retrieved from": "https://pypi.org/project/ruamel.yaml.base" }, "ruamel.yaml.clib": { "License": [ "MIT" ], "Permission to redistribute": true, - "Retrieved from": null + "Retrieved from": "https://pypi.org/project/ruamel.yaml.clib" }, "ruamel.yaml.cmd": { "License": [ "MIT" ], "Permission to redistribute": true, - "Retrieved from": null + "Retrieved from": "https://pypi.org/project/ruamel.yaml.cmd" }, "ruamel.yaml.convert": { "License": [ From 6cf583d9af14bc492908716bec684a8ccbf5b190 Mon Sep 17 00:00:00 2001 From: torri Date: Thu, 17 Apr 2025 16:01:44 +0200 Subject: [PATCH 18/30] more revisions --- licenses/extension_licenses.json | 732 +++++++++++++++---------------- 1 file changed, 365 insertions(+), 367 deletions(-) diff --git a/licenses/extension_licenses.json b/licenses/extension_licenses.json index 56324c34c5..66b818eeb5 100644 --- a/licenses/extension_licenses.json +++ b/licenses/extension_licenses.json @@ -1179,13 +1179,13 @@ "License": [ "Artistic-1.0-Perl" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/sciurius/perl-Getopt-Long" }, "IO::File": { - "License": "not found", + "License": "unknown", "Permission to redistribute": false, - "Retrieved from": "not found" + "Retrieved from": "https://metacpan.org/pod/IO::File" }, "Text::ParseWords": { "License": [ @@ -2081,14 +2081,14 @@ "Retrieved from": "https://metacpan.org/pod/Git#COPYRIGHT" }, "GO": { - "License": "not found", + "License": "Unknown", "Permission to redistribute": false, - "Retrieved from": "not found" + "Retrieved from": "https://metacpan.org/pod/GO" }, "GO::Utils": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/GO::Utils::File" }, "Graph": { "License": [ @@ -40062,90 +40062,90 @@ }, "XML-LibXML/2.0209-GCCcore-12.3.0": { "Alien::Base": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Alien::Base" }, "Alien::Build::Plugin::Download::GitLab": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Alien::Build::Plugin::Download::GitLab" }, "Alien::Libxml2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Alien::Libxml2" }, "File::chdir": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/File::chdir" }, "XML::LibXML": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/XML::LibXML" } }, "XML-LibXML/2.0208-GCCcore-12.2.0": { "Alien::Base": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Alien::Base" }, "Alien::Build::Plugin::Download::GitLab": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Alien::Build::Plugin::Download::GitLab" }, "Alien::Libxml2": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Alien::Libxml2" }, "File::chdir": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/File::chdir" }, "XML::LibXML": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/XML::LibXML" } }, "BioPerl/1.7.8-GCCcore-12.2.0": { "Bio::Procedural": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Bio::Procedural" }, "BioPerl": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/BioPerl" }, "XML::Writer": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Unrestricted", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/XML::Writer#COPYRIGHT-AND-LICENSE" } }, "BioPerl/1.7.8-GCCcore-12.3.0": { "Bio::Procedural": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Bio::Procedural" }, "BioPerl": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/BioPerl" }, "XML::Writer": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Unrestricted", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/XML::Writer#COPYRIGHT-AND-LICENSE" } }, "Perl-bundle-CPAN/5.36.1-GCCcore-12.3.0": { @@ -40158,10 +40158,10 @@ }, "Algorithm::Diff": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Algorithm-Diff" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Algorithm::Diff#LICENSE" }, "aliased": { "License": [ @@ -40172,10 +40172,10 @@ }, "AnyEvent": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=AnyEvent" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/release/MLEHMANN/AnyEvent-7.17/source/COPYING" }, "App::Cmd": { "License": [ @@ -40220,9 +40220,9 @@ "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Array-Utils" }, "Authen::NTLM": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Authen::NTLM#HISTORY" }, "Authen::SASL": { "License": [ @@ -40282,10 +40282,10 @@ }, "Canary::Stability": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Canary-Stability" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/release/MLEHMANN/Canary-Stability-2013/source/COPYING" }, "Capture::Tiny": { "License": [ @@ -40302,9 +40302,9 @@ "Retrieved from": "https://github.com/karenetheridge/Carp-Clan" }, "Carp::Heavy": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/release/XSAWYERX/Carp-1.50/source/README" }, "CGI": { "License": [ @@ -40329,17 +40329,17 @@ }, "Class::DBI": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Class-DBI" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Class::DBI#LICENSE" }, "Class::DBI::SQLite": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Class-DBI-SQLite" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Class::DBI#LICENSE", }, "Class::Inspector": { "License": [ @@ -40350,10 +40350,10 @@ }, "Class::ISA": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Class-ISA" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Class::Inspector#COPYRIGHT-AND-LICENSE" }, "Class::Load": { "License": [ @@ -40420,10 +40420,10 @@ }, "common::sense": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=common-sense" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/release/MLEHMANN/common-sense-3.75/source/LICENSE" }, "Compress::Raw::Zlib": { "License": [ @@ -40462,10 +40462,10 @@ }, "Config::Simple": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Config-Simple" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Config::Simple#COPYRIGHT" }, "Config::Tiny": { "License": [ @@ -40514,19 +40514,19 @@ "Other" ], "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Crypt-DES" + "Retrieved from": "https://metacpan.org/pod/Crypt::DES#COPYRIGHT" }, "Crypt::Rijndael": { "License": [ - "Other" + "LGPL-3.0-only" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/leont/crypt-rijndael" }, "Cwd": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Cwd#COPYRIGHT" }, "Cwd::Guard": { "License": [ @@ -40550,9 +40550,9 @@ "Retrieved from": "https://github.com/p5sagit/Data-Dumper-Concise" }, "Data::Grove": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/release/KMACLEOD/libxml-perl-0.08/source/README" }, "Data::OptList": { "License": [ @@ -40577,10 +40577,10 @@ }, "Data::Stag": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Data-Stag" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Data::Stag#COPYRIGHT" }, "Data::Types": { "License": [ @@ -40604,9 +40604,9 @@ "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Date-Handler" }, "Date::Language": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/release/ATOOMIC/TimeDate-2.33/source/README" }, "DateTime": { "License": [ @@ -40680,17 +40680,17 @@ }, "DBIx::ContextualFetch": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=DBIx-ContextualFetch" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/DBIx::ContextualFetch#LICENSE" }, "DBIx::Simple": { "License": [ "Other" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=DBIx-Simple" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/DBIx::Simple#LICENSE" }, "Devel::CheckCompiler": { "License": [ @@ -40708,10 +40708,10 @@ }, "Devel::Cycle": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Devel-Cycle" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Devel::Cycle#COPYRIGHT-AND-LICENSE" }, "Devel::FindPerl": { "License": [ @@ -40757,10 +40757,10 @@ }, "Digest::MD5::File": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Digest-MD5-File" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Digest::MD5::File#COPYRIGHT-AND-LICENSE" }, "Digest::SHA1": { "License": [ @@ -40862,10 +40862,10 @@ }, "ExtUtils::Constant": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=ExtUtils-Constant" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/release/NWCLARK/ExtUtils-Constant-0.25/source/README" }, "ExtUtils::CppGuess": { "License": [ @@ -40897,10 +40897,10 @@ }, "ExtUtils::ParseXS": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, - "Retrieved from": "https://github.com/Perl/perl5" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/ExtUtils::ParseXS#COPYRIGHT" }, "Fennec::Lite": { "License": [ @@ -40932,10 +40932,10 @@ }, "File::Find::Rule": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=File-Find-Rule" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/File::Find::Rule#COPYRIGHT" }, "File::Find::Rule::Perl": { "License": [ @@ -40946,10 +40946,10 @@ }, "File::Grep": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=File-Grep" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/release/MNEYLON/File-Grep-0.02/source/README" }, "File::HomeDir": { "License": [ @@ -41057,14 +41057,14 @@ "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Git" }, "GO": { - "License": "not found", + "License": "Unknown", "Permission to redistribute": false, - "Retrieved from": "not found" + "Retrieved from": "https://metacpan.org/pod/GO" }, "GO::Utils": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/GO::Utils::File" }, "Graph": { "License": [ @@ -41096,10 +41096,10 @@ }, "Heap": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Heap" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Heap#COPYRIGHT" }, "Hook::LexWrap": { "License": [ @@ -41208,10 +41208,10 @@ }, "Ima::DBI": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Ima-DBI" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Ima::DBI#LICENSE" }, "Import::Into": { "License": [ @@ -41235,9 +41235,9 @@ "Retrieved from": "https://github.com/ingydotnet/inline-pm" }, "IO::Compress::Zip": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/IO::Compress::Zip" }, "IO::HTML": { "License": [ @@ -41255,10 +41255,10 @@ }, "IO::String": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=IO-String" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/IO::String#COPYRIGHT" }, "IO::Stringy": { "License": [ @@ -41297,10 +41297,10 @@ }, "IPC::Run3": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=IPC-Run3" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/IPC::Run3#LICENSE" }, "IPC::System::Simple": { "License": [ @@ -41325,10 +41325,10 @@ }, "JSON::XS": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=JSON-XS" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/release/MLEHMANN/JSON-XS-4.03/source/COPYING" }, "Lingua::EN::PluralToSingular": { "License": [ @@ -41451,10 +41451,10 @@ }, "Logger::Simple": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Logger-Simple" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Logger::Simple#COPYRIGHT" }, "LWP::MediaTypes": { "License": [ @@ -41471,21 +41471,21 @@ "Retrieved from": "https://github.com/libwww-perl/LWP-Protocol-https" }, "LWP::Simple": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/LWP::Simple" }, "Mail::Util": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Mail::Util" }, "Math::Bezier": { "License": [ - "Other" + "Unknown" ], "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Math-Bezier" + "Retrieved from": "https://metacpan.org/pod/Math::Bezier" }, "Math::CDF": { "License": [ @@ -41510,15 +41510,15 @@ }, "Math::VecStat": { "License": [ - "Other" + "Artistic-1.0-Perl" ], "Permission to redistribute": false, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Math-VecStat" }, "MCE::Mutex": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/MCE::Mutex" }, "Meta::Builder": { "License": [ @@ -41556,9 +41556,9 @@ "Retrieved from": "https://github.com/markov2/perl5-MIME-Types" }, "Mixin::Linewise::Readers": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Mixin::Linewise::Readers#COPYRIGHT-AND-LICENSE" }, "Mock::Quick": { "License": [ @@ -41723,9 +41723,9 @@ }, "Mozilla::CA": { "License": [ - "Other" + "MPL-2.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/libwww-perl/Mozilla-CA" }, "MRO::Compat": { @@ -41750,9 +41750,9 @@ "Retrieved from": "https://github.com/p5sagit/namespace-clean" }, "Net::Domain": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Net::Domain" }, "Net::HTTP": { "License": [ @@ -41763,10 +41763,10 @@ }, "Net::SMTP::SSL": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Net-SMTP-SSL" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Net::SMTP::SSL#COPYRIGHT" }, "Net::SNMP": { "License": [ @@ -41784,10 +41784,10 @@ }, "Number::Compare": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Number-Compare" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Net::SMTP::SSL#COPYRIGHT" }, "Number::Format": { "License": [ @@ -41840,9 +41840,9 @@ }, "PadWalker": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=PadWalker" }, "Parallel::ForkManager": { @@ -41896,10 +41896,10 @@ }, "Parse::Yapp": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Parse-Yapp" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Parse::Yapp#COPYRIGHT" }, "Path::Tiny": { "License": [ @@ -41965,16 +41965,16 @@ "Retrieved from": "https://github.com/timj/perl-Pod-LaTeX" }, "Pod::Man": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Pod::Man" }, "Pod::Parser": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Pod-Parser" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/release/MAREKR/Pod-Parser-1.67/source/README" }, "Pod::Plainer": { "License": [ @@ -42044,9 +42044,9 @@ "Retrieved from": "https://github.com/rjbs/Role-HasMessage" }, "Role::Identifiable::HasIdent": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Role::Identifiable::HasIdent" }, "Role::Tiny": { "License": [ @@ -42056,9 +42056,9 @@ "Retrieved from": "https://github.com/moose/Role-Tiny" }, "Scalar::Util": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Scalar::Util#COPYRIGHT" }, "Scalar::Util::Numeric": { "License": [ @@ -42090,10 +42090,10 @@ }, "Set::IntSpan": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Set-IntSpan" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Set::IntSpan#COPYRIGHT" }, "Set::IntSpan::Fast": { "License": [ @@ -42167,10 +42167,10 @@ }, "Statistics::Basic": { "License": [ - "Other" + "LGPL-2.0" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Statistics-Basic" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Statistics::Basic#COPYRIGHT" }, "Statistics::Descriptive": { "License": [ @@ -42348,9 +42348,9 @@ "Retrieved from": "https://github.com/burak/CPAN-Sys-Info-Driver-Linux" }, "Sys::Info::Driver::Linux::Device::CPU": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Sys::Info::Driver::Linux::Device::CPU" }, "Sys::Info::Driver::Unknown": { "License": [ @@ -42360,21 +42360,21 @@ "Retrieved from": "https://github.com/burak/CPAN-Sys-Info-Driver-Unknown" }, "Sys::Info::Driver::Unknown::Device::CPU": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Sys::Info::Driver::Unknown::Device::CPU" }, "Template": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Template#COPYRIGHT" }, "Template::Plugin::Number::Format": { "License": [ - "Other" + "Unknown" ], "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Template-Plugin-Number-Format" + "Retrieved from": "https://metacpan.org/release/DARREN/Template-Plugin-Number-Format-1.06/source/README" }, "Term::Encoding": { "License": [ @@ -42384,9 +42384,9 @@ "Retrieved from": "https://github.com/miyagawa/Term-Encoding" }, "Term::ReadKey": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Term::ReadKey#LICENSE" }, "Term::ReadLine::Gnu": { "License": [ @@ -42411,10 +42411,10 @@ }, "Test": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Test" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/release/JESSE/Test-1.26/source/README" }, "Test2::Plugin::NoWarnings": { "License": [ @@ -42423,10 +42423,12 @@ "Permission to redistribute": true, "Retrieved from": "https://github.com/houseabsolute/Test2-Plugin-NoWarnings" }, - "Test2::Require::Module": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "Test2::Plugin::NoWarnings": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/houseabsolute/Test2-Plugin-NoWarnings" }, "Test::Base": { "License": [ @@ -42500,9 +42502,9 @@ "Retrieved from": "https://github.com/briandfoy/test-file" }, "Test::File::ShareDir::Dist": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Test::File::ShareDir::Dist#COPYRIGHT-AND-LICENSE" }, "Test::Harness": { "License": [ @@ -42520,10 +42522,10 @@ }, "Test::Memory::Cycle": { "License": [ - "Other" + "Artistic-2.0" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Test-Memory-Cycle" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Test::Memory::Cycle#COPYRIGHT" }, "Test::More::UTF8": { "License": [ @@ -42646,9 +42648,9 @@ }, "Text::Aligner": { "License": [ - "Other" + "ISC" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/shlomif/text-aligner" }, "Text::Balanced": { @@ -42695,10 +42697,10 @@ }, "Text::Iconv": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Text-Iconv" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/release/MPIOTR/Text-Iconv-1.7/source/README" }, "Text::Soundex": { "License": [ @@ -42709,10 +42711,10 @@ }, "Text::Table": { "License": [ - "Other" + "ISC" ], - "Permission to redistribute": false, - "Retrieved from": "https://github.com/shlomif/Text-Table" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Text::Table#COPYRIGHT" }, "Text::Table::Manifold": { "License": [ @@ -42737,10 +42739,10 @@ }, "Tie::Function": { "License": [ - "Other" + "Unknown" ], "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Tie-Function" + "Retrieved from": "https://metacpan.org/release/DAVIDNICO/Tie-Function-0.02/source/README" }, "Tie::IxHash": { "License": [ @@ -42772,10 +42774,10 @@ }, "Time::Piece::MySQL": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Time-Piece-MySQL" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Time::Piece::MySQL#COPYRIGHT" }, "Tree::DAG_Node": { "License": [ @@ -42800,16 +42802,16 @@ }, "Types::Serialiser": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Types-Serialiser" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/release/MLEHMANN/Types-Serialiser-1.01/source/COPYING" }, "Unicode::EastAsianWidth": { "License": [ - "Other" + "CC0-1.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/audreyt/Unicode-EastAsianWidth" }, "Unicode::LineBreak": { @@ -42821,10 +42823,10 @@ }, "UNIVERSAL::moniker": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=UNIVERSAL-moniker" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/UNIVERSAL::moniker#COPYRIGHT" }, "Unix::Processors": { "License": [ @@ -42856,10 +42858,10 @@ }, "Want": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Want" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Want#COPYRIGHT" }, "WWW::RobotRules": { "License": [ @@ -42877,17 +42879,17 @@ }, "XML::DOM": { "License": [ - "Other" + "Unknown" ], "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=XML-DOM" + "Retrieved from": "https://metacpan.org/pod/XML::DOM" }, "XML::Filter::BufferText": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=XML-Filter-BufferText" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/XML::Filter::BufferText#COPYRIGHT" }, "XML::NamespaceSupport": { "License": [ @@ -42905,17 +42907,17 @@ }, "XML::RegExp": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=XML-RegExp" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/release/TJMATHER/XML-RegExp-0.04/source/README" }, "XML::SAX": { "License": [ - "Other" + "Artistic-1.0-Perl" ], - "Permission to redistribute": false, - "Retrieved from": "https://github.com/grantm/xml-sax" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/XML::SAX#LICENSE" }, "XML::SAX::Base": { "License": [ @@ -42947,10 +42949,10 @@ }, "XML::Tiny": { "License": [ - "Other" + "GPL-2.0" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=XML-Tiny" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/XML::SAX#LICENSE" }, "XML::Twig": { "License": [ @@ -42961,10 +42963,10 @@ }, "XML::Writer": { "License": [ - "Other" + "Unrestricted" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=XML-Writer" + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/XML::Writer" }, "XML::XPath": { "License": [ @@ -43089,9 +43091,9 @@ }, "Ruby/3.2.2-GCCcore-12.2.0": { "activesupport": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": ["MIT"], + "Permission to redistribute": true, + "Retrieved from": "https://rubygems.org/gems/activesupport" }, "addressable": { "License": [ @@ -43101,9 +43103,9 @@ "Retrieved from": "https://github.com/debrouwere/python-addressable" }, "arr-pm": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": ["MIT"], + "Permission to redistribute": true, + "Retrieved from": "https://rubygems.org/gems/arr-pm" }, "backports": { "License": [ @@ -43113,9 +43115,9 @@ "Retrieved from": "https://github.com/brandon-rhodes/backports" }, "bundler": { - "License": [], - "Permission to redistribute": false, - "Retrieved from": null + "License": ["MIT"], + "Permission to redistribute": true, + "Retrieved from": "https://rubygems.org/gems/bundler" }, "cabin": { "License": [ @@ -43126,9 +43128,9 @@ "Retrieved from": "https://github.com/scipp-atlas/cabin" }, "childprocess": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": ["MIT"], + "Permission to redistribute": true, + "Retrieved from": "https://rubygems.org/gems/childprocess" }, "clamp": { "License": [ @@ -43138,9 +43140,9 @@ "Retrieved from": null }, "concurrent-ruby": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": ["MIT"], + "Permission to redistribute": true, + "Retrieved from": "https://rubygems.org/gems/concurrent-ruby" }, "connection_pool": { "License": [ @@ -43150,9 +43152,9 @@ "Retrieved from": "https://github.com/zhouyl/ConnectionPool" }, "diff-lcs": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": ["MIT"], + "Permission to redistribute": true, + "Retrieved from": "https://rubygems.org/gems/diff-lcs" }, "ethon": { "License": [ @@ -43162,9 +43164,9 @@ "Retrieved from": "https://github.com/vasusen-code/ethon" }, "faraday-net_http": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": ["MIT"], + "Permission to redistribute": true, + "Retrieved from": "https://rubygems.org/gems/faraday-net_http" }, "faraday": { "License": [ @@ -43174,14 +43176,14 @@ "Retrieved from": "https://github.com/FaradayRF/Faraday-Software" }, "faraday_middleware": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": ["MIT"], + "Permission to redistribute": true, + "Retrieved from": "https://rubygems.org/gems/faraday_middleware" }, - "ffi": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "ffi": { + "License": ["MIT"], + "Permission to redistribute": true, + "Retrieved from": "https://rubygems.org/gems/ ffi" }, "gh": { "License": [ @@ -43191,9 +43193,9 @@ "Retrieved from": "https://github.com/danielwhatmuff/gh" }, "highline": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": ["GPL-2.0"], + "Permission to redistribute": true, + "Retrieved from": "https://rubygems.org/gems/highline" }, "i18n": { "License": [ @@ -43203,16 +43205,16 @@ "Retrieved from": "https://bitbucket.org/antocuni/i18n" }, "json": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": ["Ruby"], + "Permission to redistribute": true, + "Retrieved from": "https://rubygems.org/gems/json" }, "launchy": { "License": [ - "MIT" + "ISC" ], "Permission to redistribute": true, - "Retrieved from": null + "Retrieved from": "https://rubygems.org/gems/launchy" }, "minitest": { "License": [ @@ -43222,76 +43224,74 @@ "Retrieved from": "https://github.com/jichen3000/minitest" }, "multi_json": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": ["MIT"], + "Permission to redistribute": true, + "Retrieved from": "https://rubygems.org/gems/multi_json" }, "multipart-post": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": ["MIT"], + "Permission to redistribute": true, + "Retrieved from": "https://rubygems.org/gems/multipart-post" }, "mustermann": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": ["MIT"], + "Permission to redistribute": true, + "Retrieved from": "https://rubygems.org/gems/mustermann" }, "net-http-persistent": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": ["MIT"], + "Permission to redistribute": true, + "Retrieved from": "https://rubygems.org/gems/net-http-persistent" }, "net-http-pipeline": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": ["MIT"], + "Permission to redistribute": true, + "Retrieved from": "https://rubygems.org/gems/net-http-pipeline" }, "public_suffix": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": ["MIT"], + "Permission to redistribute": true, + "Retrieved from": "https://rubygems.org/gems/public_suffix" }, "pusher-client": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": ["MIT"], + "Permission to redistribute": true, + "Retrieved from": "https://rubygems.org/gems/pusher-client" }, "rack-protection": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": ["MIT"], + "Permission to redistribute": true, + "Retrieved from": "https://rubygems.org/gems/rack-protection" }, "rack-test": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": ["MIT"], + "Permission to redistribute": true, + "Retrieved from": "https://rubygems.org/gems/rack-test" }, "rack": { - "License": [ - "Other" - ], - "Permission to redistribute": false, - "Retrieved from": "https://gitlab.com/cJ/rack" + "License": ["MIT"], + "Permission to redistribute": true, + "Retrieved from": "https://rubygems.org/gems/rack" }, "rspec-core": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": ["MIT"], + "Permission to redistribute": true, + "Retrieved from": "https://rubygems.org/gems/rspec-core" }, "rspec-expectations": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": ["MIT"], + "Permission to redistribute": true, + "Retrieved from": "https://rubygems.org/gems/rspec-expectations" }, "rspec-mocks": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": ["MIT"], + "Permission to redistribute": true, + "Retrieved from": "https://rubygems.org/gems/rspec-mocks" }, "rspec-support": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": ["MIT"], + "Permission to redistribute": true, + "Retrieved from": "https://rubygems.org/gems/rspec-support" }, "rspec": { "License": [ @@ -43301,9 +43301,9 @@ "Retrieved from": "https://github.com/liuyenting/rspec" }, "ruby2_keywords": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": ["MIT"], + "Permission to redistribute": true, + "Retrieved from": "https://rubygems.org/gems/ruby2_keywords" }, "sinatra": { "License": [ @@ -43313,9 +43313,9 @@ "Retrieved from": null }, "thread_safe": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": ["MIT"], + "Permission to redistribute": true, + "Retrieved from": "https://rubygems.org/gems/thread_safe" }, "tilt": { "License": [ @@ -43325,26 +43325,24 @@ "Retrieved from": "https://github.com/Transparency-Information-Language/python-tilt" }, "typhoeus": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": ["MIT"], + "Permission to redistribute": true, + "Retrieved from": "https://rubygems.org/gems/typhoeus" }, "tzinfo": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": ["MIT"], + "Permission to redistribute": true, + "Retrieved from": "https://rubygems.org/gems/tzinfo" }, "websocket": { - "License": [ - "Other" - ], - "Permission to redistribute": false, - "Retrieved from": null + "License": ["MIT"], + "Permission to redistribute": true, + "Retrieved from": "https://rubygems.org/gems/websocket" }, "zeitwerk": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": ["MIT"], + "Permission to redistribute": true, + "Retrieved from": "https://rubygems.org/gems/zeitwerk" } }, "crb-blast/0.6.9-GCC-12.3.0": { From cf44c8dc3e42afce4ac7cce1f78e1b38567773d4 Mon Sep 17 00:00:00 2001 From: Arturo Gimeno Date: Thu, 17 Apr 2025 17:00:21 +0200 Subject: [PATCH 19/30] reviewed licenses --- licenses/extension_licenses.json | 202 +++++++++++++++---------------- 1 file changed, 101 insertions(+), 101 deletions(-) diff --git a/licenses/extension_licenses.json b/licenses/extension_licenses.json index cff56eac59..3043ee640a 100644 --- a/licenses/extension_licenses.json +++ b/licenses/extension_licenses.json @@ -17955,9 +17955,9 @@ "Retrieved from": "https://github.com/hynek/argon2-cffi-bindings" }, "argon2_cffi": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/argon2-cffi" }, "arrow": { "License": [ @@ -17975,9 +17975,9 @@ }, "comm": { "License": [ - "Other" + "BSD-3-Clause" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/ipython/comm" }, "debugpy": { @@ -18009,20 +18009,20 @@ "Retrieved from": "https://github.com/horejsek/python-fastjsonschema" }, "hatch_jupyter_builder": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jupyterlab/hatch-jupyter-builder" }, "hatch_nodejs_version": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/hatch-nodejs-version" }, "ipykernel": { "License": [ - "Other" + "BSD-3-Clause" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/ipython/ipykernel" }, "ipython_genutils": { @@ -18030,7 +18030,7 @@ "BSD-3-Clause" ], "Permission to redistribute": true, - "Retrieved from": null + "Retrieved from": "https://pypi.org/project/ipython_genutils" }, "ipywidgets": { "License": [ @@ -39595,28 +39595,28 @@ "GROMACS/2024.1-foss-2023b": { "gmxapi": { "License": [ - "Other" + "LGPL-2.1-or-later" ], - "Permission to redistribute": false, - "Retrieved from": null + "Permission to redistribute": true, + "Retrieved from": "https://github.com/kassonlab/gromacs-gmxapi" } }, "GROMACS/2024.3-foss-2023b": { "gmxapi": { "License": [ - "Other" + "LGPL-2.1-or-later" ], - "Permission to redistribute": false, - "Retrieved from": null + "Permission to redistribute": true, + "Retrieved from": "https://github.com/kassonlab/gromacs-gmxapi" } }, "GROMACS/2024.4-foss-2023b": { "gmxapi": { "License": [ - "Other" + "LGPL-2.1-or-later" ], - "Permission to redistribute": false, - "Retrieved from": null + "Permission to redistribute": true, + "Retrieved from": "https://github.com/kassonlab/gromacs-gmxapi" } }, "scikit-build-core/0.9.3-GCCcore-12.3.0": { @@ -39628,9 +39628,9 @@ "Retrieved from": "https://github.com/pypa/pyproject-metadata" }, "scikit_build_core": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Apache-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/scikit-build/scikit-build-core" } }, "scikit-build-core/0.9.3-GCCcore-13.2.0": { @@ -39642,16 +39642,16 @@ "Retrieved from": "https://github.com/pypa/pyproject-metadata" }, "scikit_build_core": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Apache-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/scikit-build/scikit-build-core" } }, "pyfaidx/0.8.1.1-GCCcore-12.3.0": { "importlib_metadata": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Apache-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/python/importlib_metadata" }, "pyfaidx": { "License": [ @@ -39670,9 +39670,9 @@ }, "WhatsHap/2.2-foss-2023a": { "PuLP": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/PuLP" }, "whatshap": { "License": [ @@ -39698,9 +39698,9 @@ "Retrieved from": "https://github.com/coin-or/pulp" }, "WhatsHap": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/whatshap" }, "xopen": { "License": [ @@ -39726,19 +39726,19 @@ "Retrieved from": "https://github.com/pallets-eco/cachelib" }, "Flask-Cors": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/corydolphin/flask-cors" }, "Flask-Session": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pallets-eco/flask-session" }, "Flask": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pallets/flask" }, "itsdangerous": { "License": [ @@ -39748,9 +39748,9 @@ "Retrieved from": "https://github.com/pallets/itsdangerous" }, "Werkzeug": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pallets/werkzeug" } }, "ASE/3.22.1-gfbf-2022b": { @@ -39778,9 +39778,9 @@ }, "NLTK/3.8.1-foss-2023b": { "NLTK": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Apache-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/nltk" }, "python-crfsuite": { "License": [ @@ -39832,10 +39832,10 @@ "pystencils/1.3.4-gfbf-2023b": { "pystencils": { "License": [ - "Other" + "AGPL-3.0-or-later" ], - "Permission to redistribute": false, - "Retrieved from": null + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/pystencils" } }, "pyMBE/0.8.0-foss-2023b": { @@ -39848,9 +39848,9 @@ }, "looseversion": { "License": [ - "Other" + "Python-2.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/effigies/looseversion" }, "mmtf-python": { @@ -39861,14 +39861,14 @@ "Retrieved from": "https://github.com/rcsb/mmtf-python" }, "Pint-Pandas": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "BSD", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/Pint-Pandas" }, "pyMBE": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-3.0", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pyMBE-dev/pyMBE/blob/main/LICENSE.txt" } }, "numba/0.58.1-foss-2023a": { @@ -39884,7 +39884,7 @@ "BSD-3-Clause" ], "Permission to redistribute": true, - "Retrieved from": null + "Retrieved from": "https://pypi.org/project/numba" } }, "librosa/0.10.1-foss-2023a": { @@ -39896,9 +39896,9 @@ "Retrieved from": "https://github.com/beetbox/audioread" }, "lazy_loader": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/lazy-loader" }, "librosa": { "License": [ @@ -39948,9 +39948,9 @@ "Retrieved from": "https://github.com/Unidata/cftime" }, "netcdf4-python": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Unidata/netcdf4-python" } }, "netcdf4-python/1.6.3-foss-2022b": { @@ -39962,9 +39962,9 @@ "Retrieved from": "https://github.com/Unidata/cftime" }, "netcdf4-python": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Unidata/netcdf4-python" } }, "python-xxhash/3.4.1-GCCcore-12.3.0": { @@ -40008,14 +40008,14 @@ }, "Cartopy/0.22.0-foss-2023a": { "Cartopy": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/Cartopy" }, "OWSLib": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/OWSLib" }, "pyepsg": { "License": [ @@ -40045,19 +40045,19 @@ "BSD-3-Clause" ], "Permission to redistribute": true, - "Retrieved from": null + "Retrieved from": "https://pypi.org/project/antlr3-python-runtime" }, "cf-units": { "License": [ - "Other" + "BSD-3-Clause" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/SciTools/cf-units" }, "scitools_iris": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/scitools-iris" } }, "XML-LibXML/2.0209-GCCcore-12.3.0": { @@ -40214,7 +40214,7 @@ }, "Array::Utils": { "License": [ - "Other" + "Unknown" ], "Permission to redistribute": false, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Array-Utils" @@ -40598,7 +40598,7 @@ }, "Date::Handler": { "License": [ - "Other" + "Uknown" ], "Permission to redistribute": false, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Date-Handler" @@ -41051,9 +41051,9 @@ }, "Git": { "License": [ - "Other" + "GPL-2.0-only" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Git" }, "GO": { @@ -41489,7 +41489,7 @@ }, "Math::CDF": { "License": [ - "Other" + "Unknown" ], "Permission to redistribute": false, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Math-CDF" @@ -41512,7 +41512,7 @@ "License": [ "Artistic-1.0-Perl" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Math-VecStat" }, "MCE::Mutex": { @@ -43022,9 +43022,9 @@ "Retrieved from": "https://github.com/testing-cabal/funcsigs" }, "GridDataFormats": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "LGPL-3.0-only", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/GridDataFormats" }, "gsd": { "License": [ @@ -43034,9 +43034,9 @@ "Retrieved from": "https://github.com/glotzerlab/gsd" }, "MDAnalysis": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "LGPL-3.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/MDAnalysis" }, "mmtf-python": { "License": [ @@ -43069,9 +43069,9 @@ "Retrieved from": "https://github.com/python/mypy" }, "mypy_extensions": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/mypy-extensions" }, "orjson": { "License": [ From d723106e4556848b01e3fc9062e90840f4a31e6e Mon Sep 17 00:00:00 2001 From: torri Date: Thu, 17 Apr 2025 17:01:19 +0200 Subject: [PATCH 20/30] last R and Perl revisioins --- licenses/extension_licenses.json | 1422 +++++++++++++++--------------- 1 file changed, 710 insertions(+), 712 deletions(-) diff --git a/licenses/extension_licenses.json b/licenses/extension_licenses.json index cff56eac59..524cc034b8 100644 --- a/licenses/extension_licenses.json +++ b/licenses/extension_licenses.json @@ -706,7 +706,7 @@ "License": [ "DOC" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/dateutil/dateutil" }, "pytoml": { @@ -2492,7 +2492,7 @@ "License": [ "Artistic-1.0-Perl" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Math-VecStat" }, "MCE::Mutex": { @@ -5509,7 +5509,7 @@ "License": [ "DOC" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/dateutil/dateutil" }, "pytoml": { @@ -6416,7 +6416,7 @@ "License": [ "DOC" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/dateutil/dateutil" }, "pytoml": { @@ -7751,7 +7751,7 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/rstudio/shiny" }, "sourcetools": { @@ -7944,14 +7944,14 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=abc.data" }, "abc": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=abc" }, "abe": { @@ -8000,7 +8000,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/dusadrian/admisc" }, "aggregation": { @@ -8021,7 +8021,7 @@ "License": [ "MIT-CMU" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=akima" }, "alabama": { @@ -8098,14 +8098,14 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/jchiquet/aricode" }, "arm": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://CRAN.R-project.org/package=arm" }, "askpass": { @@ -8126,112 +8126,112 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://bitbucket.org/richierocks/assertive.base" }, "assertive.code": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://bitbucket.org/richierocks/assertive.code" }, "assertive.data.uk": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://bitbucket.org/richierocks/assertive.data.uk" }, "assertive.data.us": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://bitbucket.org/richierocks/assertive.data.us" }, "assertive.data": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://bitbucket.org/richierocks/assertive.data" }, "assertive.datetimes": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://bitbucket.org/richierocks/assertive.datetimes" }, "assertive.files": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://bitbucket.org/richierocks/assertive.files" }, "assertive.matrices": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://bitbucket.org/richierocks/assertive.matrices" }, "assertive.models": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://bitbucket.org/richierocks/assertive.models" }, "assertive.numbers": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://bitbucket.org/richierocks/assertive.numbers" }, "assertive.properties": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://bitbucket.org/richierocks/assertive.properties" }, "assertive.reflection": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://bitbucket.org/richierocks/assertive.reflection" }, "assertive.sets": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://bitbucket.org/richierocks/assertive.sets" }, "assertive.strings": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://bitbucket.org/richierocks/assertive.strings" }, "assertive.types": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://bitbucket.org/richierocks/assertive.types" }, "assertive": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://bitbucket.org/richierocks/assertive" }, "assertthat": { @@ -8298,9 +8298,9 @@ "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=bartMachineJARs" }, "base": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://search.r-project.org/R/refmans/base/html/base-package.html" }, "base64": { "License": [ @@ -8341,7 +8341,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/jwindle/BayesLogit" }, "bayesm": { @@ -8353,14 +8353,14 @@ }, "BayesPen": { "License": "not found", - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "not found" }, "bayesplot": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://mc-stan.org/bayesplot/" }, "BB": { @@ -8505,7 +8505,7 @@ }, "biom": { "License": "not found", - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "not found" }, "biomod2": { @@ -8540,7 +8540,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/ecmerkle/blavaan" }, "blob": { @@ -8582,7 +8582,7 @@ "License": [ "FSFUL" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=boot" }, "bootstrap": { @@ -8652,7 +8652,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/larmarange/broom.helpers" }, "broom.mixed": { @@ -8776,7 +8776,7 @@ }, "cghFLasso": { "License": "not found", - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "not found" }, "changepoint": { @@ -8797,7 +8797,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "http://cstat.tuwien.ac.at/filz/" }, "chkptstanr": { @@ -8972,7 +8972,7 @@ "License": [ "Sendmail" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/sebkrantz/collapse" }, "colorspace": { @@ -9011,9 +9011,9 @@ "Retrieved from": "https://docs.ropensci.org/commonmark/\nhttps://ropensci.r-universe.dev/commonmark" }, "compiler": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://search.r-project.org/R/refmans/compiler/html/ compiler-package.html" }, "ComplexUpset": { "License": [ @@ -9082,7 +9082,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/strimmerlab/software" }, "corrplot": { @@ -9184,9 +9184,9 @@ "Retrieved from": "https://github.com/FloSchuberth/cSEM" }, "csSAM": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/csSAM" }, "ctmle": { "License": [ @@ -9241,7 +9241,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/christophergandrud/d3Network" }, "dagitty": { @@ -9255,7 +9255,7 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/Rdatatable/data.table" }, "data.tree": { @@ -9269,13 +9269,13 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "http://CRAN.R-project.org/package=DataCombine" }, "datasets": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://search.r-project.org/R/refmans/datasets/html/datasets-package.html" }, "date": { "License": [ @@ -9379,7 +9379,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/sgsokol/Deriv" }, "desc": { @@ -9421,7 +9421,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/florianhartig/DHARMa" }, "dHSIC": { @@ -9477,7 +9477,7 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://www.guido-kraemer.com/software/dimred/" }, "diptest": { @@ -9498,7 +9498,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://rspatial.org/raster/sdm/" }, "distillery": { @@ -9645,19 +9645,17 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/gdkrmr/DRR" }, "drugCombo": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/drugCombo" }, "DT": { - "License": [ - "AML" - ], - "Permission to redistribute": false, + "License": "MIT", + "Permission to redistribute": true, "Retrieved from": "https://github.com/rstudio/DT" }, "dtangle": { @@ -9692,7 +9690,7 @@ "License": [ "Sendmail" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=dummies" }, "dygraphs": { @@ -9734,7 +9732,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/bnaras/ECOSolveR" }, "elementR": { @@ -9811,14 +9809,14 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/strimmerlab/software" }, "EnvStats": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/alexkowa/EnvStats" }, "epitools": { @@ -9832,21 +9830,21 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://statnet.org" }, "ergm": { "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://statnet.org" }, "estimability": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/rvlenth/estimability" }, "evaluate": { @@ -10000,7 +9998,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/strimmerlab/software" }, "feather": { @@ -10014,7 +10012,7 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/truecluster/ff" }, "fftw": { @@ -10154,14 +10152,14 @@ "License": [ "MIT-feh" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=fontLiberation" }, "fontquiver": { "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=fontquiver" }, "forcats": { @@ -10203,7 +10201,7 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/decisionpatterns/formula.tools" }, "Formula": { @@ -10364,7 +10362,7 @@ "License": [ "Sendmail" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/gbm-developers/gbm" }, "gbRd": { @@ -10413,7 +10411,7 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/davidgohel/gdtools" }, "gee": { @@ -10434,7 +10432,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=geepack" }, "geex": { @@ -10455,7 +10453,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/strimmerlab/software" }, "generics": { @@ -10511,7 +10509,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/davidcsterratt/geometry" }, "gert": { @@ -10553,7 +10551,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/eclarke/ggbeeswarm" }, "ggdag": { @@ -10574,7 +10572,7 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/jasonhilton/ggfan" }, "ggforce": { @@ -10644,28 +10642,28 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/slowkow/ggrepel" }, "ggridges": { "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://wilkelab.org/ggridges/" }, "ggsci": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/nanxstats/ggsci" }, "ggsignif": { "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/const-ae/ggsignif" }, "ggstance": { @@ -10686,7 +10684,7 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://ggvis.rstudio.com/" }, "gh": { @@ -10700,7 +10698,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/rcannood/GillespieSSA" }, "git2r": { @@ -10749,7 +10747,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=glmmML" }, "glmmTMB": { @@ -10865,9 +10863,9 @@ "Retrieved from": "https://github.com/talgalili/gplots" }, "graphics": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://search.r-project.org/R/refmans/graphics/html/graphics-package.html" }, "graphlayouts": { "License": [ @@ -10877,9 +10875,9 @@ "Retrieved from": "https://github.com/schochastics/graphlayouts" }, "grDevices": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://search.r-project.org/R/refmans/grDevices/html/grDevices-package.html" }, "grf": { "License": [ @@ -10889,9 +10887,9 @@ "Retrieved from": "https://github.com/grf-labs/grf" }, "grid": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://search.r-project.org/R/refmans/grid/html/grid-package.html" }, "gridBase": { "License": [ @@ -10953,7 +10951,7 @@ "License": [ "Sendmail" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/teos-10/GSW-R" }, "gt": { @@ -10995,7 +10993,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/gWidgets3/gWidgets2" }, "gWidgets2tcltk": { @@ -11135,14 +11133,14 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://www.helsinki.fi/en/researchgroups/statistical-ecology/software/hmsc" }, "htmlTable": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://gforge.se/packages/" }, "htmltools": { @@ -11170,7 +11168,7 @@ "License": [ "Sendmail" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/rstudio/httpuv" }, "httr": { @@ -11198,7 +11196,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://docs.ropensci.org/hunspell/\nhttps://ropensci.r-universe.dev/hunspell" }, "hwriter": { @@ -11209,9 +11207,9 @@ "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=hwriter" }, "HWxtest": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/package=HWxtest" }, "hypergeo": { "License": [ @@ -11231,7 +11229,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=IDPmisc" }, "idr": { @@ -11301,7 +11299,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "http://homepage.meyerp.com/software" }, "ini": { @@ -11438,9 +11436,9 @@ "Retrieved from": "https://github.com/juliasilge/janeaustenr" }, "JBTools": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/src/contrib/Archive/JBTools/" }, "jiebaR": { "License": [ @@ -11537,7 +11535,7 @@ "License": [ "FSFUL" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=KernSmooth" }, "kinship2": { @@ -11593,14 +11591,14 @@ "License": [ "FSFUL" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=labeling" }, "labelled": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/larmarange/labelled" }, "laeken": { @@ -11632,9 +11630,9 @@ "Retrieved from": "https://doi.org/10.1214/009053604000000067" }, "lassosum": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-3.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/package=lassosum" }, "later": { "License": [ @@ -11752,7 +11750,7 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/TomKellyGenetics/leiden" }, "lhs": { @@ -11798,9 +11796,9 @@ "Retrieved from": "http://linprog.r-forge.r-project.org/" }, "liquidSVM": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-3.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/package=liquidSVM" }, "listenv": { "License": [ @@ -11904,7 +11902,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/strimmerlab/software" }, "longmemo": { @@ -11918,7 +11916,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://mc-stan.org/loo/" }, "lpSolve": { @@ -11936,9 +11934,9 @@ "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=lpSolveAPI" }, "lqa": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/package=lqa" }, "lsei": { "License": [ @@ -11993,14 +11991,14 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/strimmerlab/software" }, "manipulateWidget": { "License": [ "Sendmail" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/rte-antares-rpackage/manipulateWidget" }, "mapproj": { @@ -12022,7 +12020,7 @@ "CNRI-Python-GPL-Compatible", "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "http://maptools.r-forge.r-project.org/" }, "markdown": { @@ -12071,7 +12069,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://Matrix.R-forge.R-project.org" }, "matrixcalc": { @@ -12106,7 +12104,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=maxlike" }, "maxnet": { @@ -12229,9 +12227,9 @@ "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=MetaUtility" }, "methods": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://search.r-project.org/R/refmans/methods/html/methods-package.html" }, "mets": { "License": [ @@ -12335,7 +12333,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/philchalmers/mirt" }, "misc3d": { @@ -12615,7 +12613,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://cirrus.ucsd.edu/~pierce/ncdf/" }, "NCmisc": { @@ -12671,7 +12669,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=NISTunits" }, "nleqslv": { @@ -12690,9 +12688,9 @@ }, "nloptr": { "License": [ - "Other" + "LGPL-3.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/astamm/nloptr" }, "NLP": { @@ -12790,7 +12788,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=OceanView" }, "oddsratio": { @@ -12839,7 +12837,7 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/decisionpatterns/operator.tools" }, "optextras": { @@ -12962,9 +12960,9 @@ "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=pan" }, "parallel": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://search.r-project.org/R/refmans/parallel/html/parallel-package.html" }, "parallelDist": { "License": [ @@ -13061,7 +13059,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/valentint/pcaPP" }, "pdp": { @@ -13222,14 +13220,14 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=plot3D" }, "plot3Drgl": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=plot3Drgl" }, "plotly": { @@ -13282,9 +13280,9 @@ "Retrieved from": "http://www.rforge.net/png/" }, "PoissonSeq": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/PoissonSeq" }, "poLCA": { "License": [ @@ -13309,7 +13307,7 @@ }, "polyclip": { "License": [ - "Other" + "Unknown" ], "Permission to redistribute": false, "Retrieved from": "https://github.com/baddstats/polyclip" @@ -13353,7 +13351,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=pracma" }, "praise": { @@ -13367,7 +13365,7 @@ "License": [ "FSFUL" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=PresenceAbsence" }, "preseqR": { @@ -13402,7 +13400,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/xrobin/pROC" }, "processx": { @@ -13451,14 +13449,14 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/futureverse/progressr" }, "projpred": { "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://mc-stan.org/projpred/" }, "promises": { @@ -13521,7 +13519,7 @@ "License": [ "FSFUL" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=pspline" }, "psych": { @@ -13542,7 +13540,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/zdk123/pulsar" }, "purrr": { @@ -13703,7 +13701,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://www.randomforestsrc.org/ https://ishwaran.org/" }, "randtoolbox": { @@ -13717,7 +13715,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=rangeModelMetadata" }, "ranger": { @@ -13731,7 +13729,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/jefferislab/RANN" }, "rapidjsonr": { @@ -13759,7 +13757,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://rspatial.org/raster" }, "rasterVis": { @@ -13780,7 +13778,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://opensource.nibr.com/RBesT/" }, "rbibutils": { @@ -13857,7 +13855,7 @@ "License": [ "Sendmail" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/RcppCore/RcppEigen" }, "RcppGSL": { @@ -13871,14 +13869,14 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/rcppcore/RcppParallel" }, "RcppProgress": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/kforner/rcpp_progress" }, "RcppRoll": { @@ -13913,7 +13911,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/valentint/rda" }, "Rdpack": { @@ -13980,9 +13978,9 @@ "Retrieved from": "https://github.com/tidymodels/recipes" }, "RefFreeEWAS": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/RefFreeEWAS" }, "registry": { "License": [ @@ -14101,7 +14099,7 @@ "CNRI-Python-GPL-Compatible", "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "http://rgdal.r-forge.r-project.org" }, "rgeos": { @@ -14109,7 +14107,7 @@ "CNRI-Python-GPL-Compatible", "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://r-forge.r-project.org/projects/rgeos/ https://libgeos.org\nhttp://rgeos.r-forge.r-project.org/index.html" }, "rgexf": { @@ -14403,7 +14401,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/jpritikin/rpf" }, "RPMM": { @@ -14424,7 +14422,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/valentint/rrcov" }, "rredlist": { @@ -14452,14 +14450,14 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://www.rforge.net/Rserve/" }, "RSNNS": { "License": [ "Sendmail" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/cbergmeir/RSNNS" }, "Rsolnp": { @@ -14480,7 +14478,7 @@ "License": [ "SSPL-1.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/r-dbi/RSQLite" }, "Rssa": { @@ -14494,14 +14492,14 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://mc-stan.org/rstan/" }, "rstantools": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://mc-stan.org/rstantools/" }, "rstatix": { @@ -14522,21 +14520,21 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/rtdists/rtdists" }, "Rtsne": { "License": [ "MIT-feh" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/jkrijthe/Rtsne" }, "Rttf2pt1": { "License": [ "MIT-feh" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/wch/Rttf2pt1" }, "RUnit": { @@ -14578,7 +14576,7 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/vinecopulib/rvinecopulib" }, "Rvmmin": { @@ -14676,13 +14674,13 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/satijalab/sctransform" }, "SDMTools": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/package=SDMTools" }, "seewave": { "License": [ @@ -14713,9 +14711,9 @@ "Retrieved from": "https://CRAN.R-project.org/package=sem" }, "semPLS": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/package=semPLS" }, "semTools": { "License": [ @@ -14777,7 +14775,7 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/r-spatial/sf" }, "sfheaders": { @@ -14805,7 +14803,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=shape" }, "shapefiles": { @@ -14819,7 +14817,7 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/rstudio/shiny" }, "shinycssloaders": { @@ -14833,7 +14831,7 @@ "License": [ "Sendmail" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/rstudio/shinydashboard" }, "shinyjs": { @@ -14847,14 +14845,14 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://mc-stan.org/shinystan/" }, "shinythemes": { "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/rstudio/shinythemes" }, "signal": { @@ -14987,7 +14985,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=som" }, "soundecology": { @@ -15131,9 +15129,9 @@ "Retrieved from": "https://jakubnowosad.com/spData/" }, "splines": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://search.r-project.org/R/refmans/splines/html/splines-package.html" }, "splitstackshape": { "License": [ @@ -15230,32 +15228,32 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://statnet.org" }, "statnet": { "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "http://statnet.org" }, "stats": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://search.r-project.org/R/refmans/stats/html/stats-package.html" }, "stats4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://search.r-project.org/R/refmans/stats4/html/stats4-package.html" }, "stdReg": { "License": [ - "Other" + "LGPL-3.0" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=stdReg" + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/stdReg/index.html" }, "stopwords": { "License": [ @@ -15275,7 +15273,7 @@ "License": [ "MIT-feh" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://stringi.gagolewski.com/" }, "stringr": { @@ -15391,9 +15389,9 @@ "Retrieved from": "https://github.com/kaz-yos/tableone" }, "tabletools": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/package=tabletools" }, "tau": { "License": [ @@ -15410,15 +15408,15 @@ "Retrieved from": "https://docs.ropensci.org/taxize/ (website)" }, "tcltk": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://search.r-project.org/R/refmans/tcltk/html/tcltk-package.html" }, "tcltk2": { "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "http://www.sciviews.org/SciViews-R" }, "tclust": { @@ -15453,14 +15451,14 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://statnet.org" }, "terra": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/rspatial/terra" }, "testit": { @@ -15586,7 +15584,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/vspinu/timechange" }, "timeDate": { @@ -15674,9 +15672,9 @@ "Retrieved from": "https://github.com/ropensci/tokenizers" }, "tools": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://search.r-project.org/R/refmans/tools/html/tools-package.html" }, "topicmodels": { "License": [ @@ -15717,7 +15715,7 @@ "License": [ "MIT-CMU" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=tripack" }, "TruncatedNormal": { @@ -15787,7 +15785,7 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=twang" }, "tweedie": { @@ -15836,7 +15834,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=unbalanced" }, "unikn": { @@ -15847,9 +15845,9 @@ "Retrieved from": "https://CRAN.R-project.org/package=unikn" }, "uniqueAtomMat": { - "License": "not found", + "License": "unknown", "Permission to redistribute": false, - "Retrieved from": "not found" + "Retrieved from": "https://github.com/gitlongor/uniqueAtomMat" }, "units": { "License": [ @@ -15862,7 +15860,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/biodiverse/unmarked" }, "UpSetR": { @@ -15915,9 +15913,9 @@ "Retrieved from": "https://github.com/patperry/r-utf8" }, "utils": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://search.r-project.org/R/refmans/utils/html/utils-package.html" }, "uuid": { "License": [ @@ -16314,9 +16312,9 @@ "Retrieved from": "https://r-lib.r-universe.dev/askpass" }, "base": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://search.r-project.org/R/refmans/base/html/base-package.html" }, "base64enc": { "License": [ @@ -16382,9 +16380,9 @@ "Retrieved from": "https://docs.ropensci.org/commonmark/\nhttps://ropensci.r-universe.dev/commonmark" }, "compiler": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://search.r-project.org/R/refmans/compiler/html/ compiler-package.html" }, "cpp11": { "License": [ @@ -16415,10 +16413,10 @@ "Retrieved from": "https://jeroen.r-universe.dev/curl" }, "datasets": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://search.r-project.org/R/refmans/datasets/html/datasets-package.html" + },, "desc": { "License": [ "MIT" @@ -16525,19 +16523,19 @@ "Retrieved from": "https://github.com/tidyverse/glue" }, "graphics": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://search.r-project.org/R/refmans/graphics/html/graphics-package.html" }, "grDevices": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://search.r-project.org/R/refmans/grDevices/html/grDevices-package.html" }, "grid": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://search.r-project.org/R/refmans/grid/html/grid-package.html" }, "highr": { "License": [ @@ -16564,7 +16562,7 @@ "License": [ "Sendmail" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/rstudio/httpuv" }, "httr": { @@ -16638,9 +16636,9 @@ "Retrieved from": "https://github.com/r-lib/memoise" }, "methods": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://search.r-project.org/R/refmans/methods/html/methods-package.html" }, "mime": { "License": [ @@ -16664,9 +16662,9 @@ "Retrieved from": "https://jeroen.r-universe.dev/openssl" }, "parallel": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://search.r-project.org/R/refmans/parallel/html/parallel-package.html" }, "pillar": { "License": [ @@ -16861,7 +16859,7 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/rstudio/shiny" }, "sourcetools": { @@ -16872,25 +16870,25 @@ "Retrieved from": "https://github.com/kevinushey/sourcetools" }, "splines": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://search.r-project.org/R/refmans/splines/html/splines-package.html" }, "stats": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://search.r-project.org/R/refmans/stats/html/stats-package.html" }, "stats4": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://search.r-project.org/R/refmans/stats4/html/stats4-package.html" }, "stringi": { "License": [ "MIT-feh" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://stringi.gagolewski.com/" }, "stringr": { @@ -16915,9 +16913,9 @@ "Retrieved from": "https://github.com/r-lib/systemfonts" }, "tcltk": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://search.r-project.org/R/refmans/tcltk/html/tcltk-package.html" }, "testthat": { "License": [ @@ -16948,9 +16946,9 @@ "Retrieved from": "https://github.com/rstudio/tinytex" }, "tools": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://search.r-project.org/R/refmans/tools/html/tools-package.html" }, "urlchecker": { "License": [ @@ -16974,9 +16972,9 @@ "Retrieved from": "https://github.com/patperry/r-utf8" }, "utils": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://search.r-project.org/R/refmans/utils/html/utils-package.html" }, "vctrs": { "License": [ @@ -18296,14 +18294,14 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=abc.data" }, "abc": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=abc" }, "abe": { @@ -18352,7 +18350,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/dusadrian/admisc" }, "aggregation": { @@ -18373,7 +18371,7 @@ "License": [ "MIT-CMU" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=akima" }, "alabama": { @@ -18450,14 +18448,14 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/jchiquet/aricode" }, "arm": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://CRAN.R-project.org/package=arm" }, "arrayhelpers": { @@ -18478,112 +18476,112 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://bitbucket.org/richierocks/assertive.base" }, "assertive.code": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://bitbucket.org/richierocks/assertive.code" }, "assertive.data.uk": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://bitbucket.org/richierocks/assertive.data.uk" }, "assertive.data.us": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://bitbucket.org/richierocks/assertive.data.us" }, "assertive.data": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://bitbucket.org/richierocks/assertive.data" }, "assertive.datetimes": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://bitbucket.org/richierocks/assertive.datetimes" }, "assertive.files": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://bitbucket.org/richierocks/assertive.files" }, "assertive.matrices": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://bitbucket.org/richierocks/assertive.matrices" }, "assertive.models": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://bitbucket.org/richierocks/assertive.models" }, "assertive.numbers": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://bitbucket.org/richierocks/assertive.numbers" }, "assertive.properties": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://bitbucket.org/richierocks/assertive.properties" }, "assertive.reflection": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://bitbucket.org/richierocks/assertive.reflection" }, "assertive.sets": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://bitbucket.org/richierocks/assertive.sets" }, "assertive.strings": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://bitbucket.org/richierocks/assertive.strings" }, "assertive.types": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://bitbucket.org/richierocks/assertive.types" }, "assertive": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://bitbucket.org/richierocks/assertive" }, "assertthat": { @@ -18681,7 +18679,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/jwindle/BayesLogit" }, "bayesm": { @@ -18692,15 +18690,15 @@ "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=bayesm" }, "BayesPen": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/package=BayesPen" }, "bayesplot": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://mc-stan.org/bayesplot/" }, "bayestestR": { @@ -18858,9 +18856,9 @@ "Retrieved from": "https://bitbucket.org/Grantlab/bio3d" }, "biom": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/biom" }, "biomod2": { "License": [ @@ -18894,7 +18892,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/ecmerkle/blavaan" }, "blob": { @@ -18936,7 +18934,7 @@ "License": [ "FSFUL" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=boot" }, "bootstrap": { @@ -18992,7 +18990,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/larmarange/broom.helpers" }, "broom.mixed": { @@ -19094,9 +19092,9 @@ "Retrieved from": "https://github.com/cBioPortal/cgdsr" }, "cghFLasso": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/package=cghFLasso" }, "changepoint": { "License": [ @@ -19116,7 +19114,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "http://cstat.tuwien.ac.at/filz/" }, "chk": { @@ -19291,7 +19289,7 @@ "License": [ "Sendmail" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/sebkrantz/collapse" }, "colorspace": { @@ -19396,7 +19394,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/strimmerlab/software" }, "corrplot": { @@ -19477,9 +19475,9 @@ "Retrieved from": "https://github.com/FloSchuberth/cSEM" }, "csSAM": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/csSAM" }, "ctmle": { "License": [ @@ -19527,7 +19525,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/christophergandrud/d3Network" }, "dagitty": { @@ -19541,7 +19539,7 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/Rdatatable/data.table" }, "data.tree": { @@ -19555,7 +19553,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "http://CRAN.R-project.org/package=DataCombine" }, "datawizard": { @@ -19695,7 +19693,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/florianhartig/DHARMa" }, "dHSIC": { @@ -19737,7 +19735,7 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://www.guido-kraemer.com/software/dimred/" }, "diptest": { @@ -19758,7 +19756,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://rspatial.org/raster/sdm/" }, "distillery": { @@ -19905,19 +19903,19 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/gdkrmr/DRR" }, "drugCombo": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/drugCombo" }, "DT": { "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/rstudio/DT" }, "dtangle": { @@ -19952,7 +19950,7 @@ "License": [ "Sendmail" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=dummies" }, "dygraphs": { @@ -19994,7 +19992,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/bnaras/ECOSolveR" }, "ellipse": { @@ -20057,14 +20055,14 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/strimmerlab/software" }, "EnvStats": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/alexkowa/EnvStats" }, "epitools": { @@ -20078,28 +20076,28 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://statnet.org" }, "ergm.multi": { "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://statnet.org" }, "ergm": { "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://statnet.org" }, "estimability": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/rvlenth/estimability" }, "EValue": { @@ -20232,7 +20230,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/strimmerlab/software" }, "feather": { @@ -20246,7 +20244,7 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/truecluster/ff" }, "fftw": { @@ -20386,14 +20384,14 @@ "License": [ "MIT-feh" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=fontLiberation" }, "fontquiver": { "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=fontquiver" }, "forcats": { @@ -20435,7 +20433,7 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/decisionpatterns/formula.tools" }, "Formula": { @@ -20589,7 +20587,7 @@ "License": [ "Sendmail" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/gbm-developers/gbm" }, "gbRd": { @@ -20631,7 +20629,7 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/davidgohel/gdtools" }, "gee": { @@ -20652,7 +20650,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=geepack" }, "geex": { @@ -20673,7 +20671,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/strimmerlab/software" }, "generics": { @@ -20715,7 +20713,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/davidcsterratt/geometry" }, "getopt": { @@ -20750,7 +20748,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/eclarke/ggbeeswarm" }, "ggdag": { @@ -20764,7 +20762,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/mjskay/ggdist" }, "ggExtra": { @@ -20778,7 +20776,7 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/jasonhilton/ggfan" }, "ggforce": { @@ -20848,28 +20846,28 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/slowkow/ggrepel" }, "ggridges": { "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://wilkelab.org/ggridges/" }, "ggsci": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/nanxstats/ggsci" }, "ggsignif": { "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/const-ae/ggsignif" }, "ggstance": { @@ -20883,7 +20881,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/larmarange/ggstats" }, "ggvenn": { @@ -20897,14 +20895,14 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://ggvis.rstudio.com/" }, "GillespieSSA": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/rcannood/GillespieSSA" }, "git2r": { @@ -20946,7 +20944,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=glmmML" }, "glmmTMB": { @@ -21128,7 +21126,7 @@ "License": [ "Sendmail" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/teos-10/GSW-R" }, "gt": { @@ -21170,7 +21168,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/gWidgets3/gWidgets2" }, "gWidgets2tcltk": { @@ -21303,14 +21301,14 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://www.helsinki.fi/en/researchgroups/statistical-ecology/software/hmsc" }, "htmlTable": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://gforge.se/packages/" }, "httpcode": { @@ -21331,7 +21329,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://docs.ropensci.org/hunspell/\nhttps://ropensci.r-universe.dev/hunspell" }, "hwriter": { @@ -21342,9 +21340,9 @@ "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=hwriter" }, "HWxtest": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/package=HWxtest" }, "hypergeo": { "License": [ @@ -21364,7 +21362,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=IDPmisc" }, "idr": { @@ -21434,7 +21432,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "http://homepage.meyerp.com/software" }, "inline": { @@ -21571,9 +21569,9 @@ "Retrieved from": "https://github.com/juliasilge/janeaustenr" }, "JBTools": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/src/contrib/Archive/JBTools/" }, "jiebaR": { "License": [ @@ -21649,7 +21647,7 @@ "License": [ "FSFUL" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=KernSmooth" }, "kinship2": { @@ -21698,14 +21696,14 @@ "License": [ "FSFUL" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=labeling" }, "labelled": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/larmarange/labelled" }, "laeken": { @@ -21737,9 +21735,9 @@ "Retrieved from": "https://doi.org/10.1214/009053604000000067" }, "lassosum": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-3.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/package=lassosum" }, "lattice": { "License": [ @@ -21850,7 +21848,7 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/TomKellyGenetics/leiden" }, "lhs": { @@ -21889,9 +21887,9 @@ "Retrieved from": "http://linprog.r-forge.r-project.org/" }, "liquidSVM": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-3.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/package=liquidSVM" }, "listenv": { "License": [ @@ -21995,7 +21993,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/strimmerlab/software" }, "longmemo": { @@ -22009,7 +22007,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://mc-stan.org/loo/" }, "lpSolve": { @@ -22027,9 +22025,9 @@ "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=lpSolveAPI" }, "lqa": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/package=lqa" }, "lsei": { "License": [ @@ -22077,14 +22075,14 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/strimmerlab/software" }, "manipulateWidget": { "License": [ "Sendmail" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/rte-antares-rpackage/manipulateWidget" }, "mapproj": { @@ -22106,7 +22104,7 @@ "CNRI-Python-GPL-Compatible", "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "http://maptools.r-forge.r-project.org/" }, "markdown": { @@ -22155,7 +22153,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://Matrix.R-forge.R-project.org" }, "matrixcalc": { @@ -22190,7 +22188,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=maxlike" }, "maxnet": { @@ -22400,7 +22398,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/philchalmers/mirt" }, "misc3d": { @@ -22687,7 +22685,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://cirrus.ucsd.edu/~pierce/ncdf/" }, "NCmisc": { @@ -22743,7 +22741,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=NISTunits" }, "nleqslv": { @@ -22762,9 +22760,9 @@ }, "nloptr": { "License": [ - "Other" + "LGPL-3.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/astamm/nloptr" }, "NLP": { @@ -22862,7 +22860,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=OceanView" }, "oddsratio": { @@ -22904,7 +22902,7 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/decisionpatterns/operator.tools" }, "optextras": { @@ -23121,7 +23119,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/valentint/pcaPP" }, "pdp": { @@ -23247,7 +23245,7 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "http://www.rforge.net/PKI" }, "plogr": { @@ -23261,14 +23259,14 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=plot3D" }, "plot3Drgl": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=plot3Drgl" }, "plotly": { @@ -23321,9 +23319,9 @@ "Retrieved from": "http://www.rforge.net/png/" }, "PoissonSeq": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/PoissonSeq" }, "poLCA": { "License": [ @@ -23348,7 +23346,7 @@ }, "polyclip": { "License": [ - "Other" + "Unknown" ], "Permission to redistribute": false, "Retrieved from": "https://github.com/baddstats/polyclip" @@ -23392,14 +23390,14 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=pracma" }, "PresenceAbsence": { "License": [ "FSFUL" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=PresenceAbsence" }, "preseqR": { @@ -23427,7 +23425,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/xrobin/pROC" }, "prodlim": { @@ -23462,14 +23460,14 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/futureverse/progressr" }, "projpred": { "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://mc-stan.org/projpred/" }, "proto": { @@ -23511,7 +23509,7 @@ "License": [ "FSFUL" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=pspline" }, "psych": { @@ -23532,7 +23530,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/zdk123/pulsar" }, "pvclust": { @@ -23679,7 +23677,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://www.randomforestsrc.org/ https://ishwaran.org/" }, "randtoolbox": { @@ -23693,7 +23691,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=rangeModelMetadata" }, "ranger": { @@ -23707,7 +23705,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/jefferislab/RANN" }, "rapidjsonr": { @@ -23728,7 +23726,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://rspatial.org/raster" }, "rasterVis": { @@ -23749,7 +23747,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://opensource.nibr.com/RBesT/" }, "rbibutils": { @@ -23812,7 +23810,7 @@ "License": [ "Sendmail" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/RcppCore/RcppEigen" }, "RcppGSL": { @@ -23826,14 +23824,14 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/rcppcore/RcppParallel" }, "RcppProgress": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/kforner/rcpp_progress" }, "RcppRoll": { @@ -23868,7 +23866,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/valentint/rda" }, "Rdpack": { @@ -23949,9 +23947,9 @@ "Retrieved from": "https://github.com/tidymodels/recipes" }, "RefFreeEWAS": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/RefFreeEWAS" }, "registry": { "License": [ @@ -24056,7 +24054,7 @@ "CNRI-Python-GPL-Compatible", "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "http://rgdal.r-forge.r-project.org" }, "rgeos": { @@ -24064,7 +24062,7 @@ "CNRI-Python-GPL-Compatible", "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://r-forge.r-project.org/projects/rgeos/ https://libgeos.org\nhttp://rgeos.r-forge.r-project.org/index.html" }, "rgexf": { @@ -24344,7 +24342,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/jpritikin/rpf" }, "RPMM": { @@ -24358,14 +24356,14 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/tomoakin/RPostgreSQL" }, "rrcov": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/valentint/rrcov" }, "rredlist": { @@ -24393,14 +24391,14 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://www.rforge.net/Rserve/" }, "RSNNS": { "License": [ "Sendmail" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/cbergmeir/RSNNS" }, "Rsolnp": { @@ -24442,7 +24440,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://mc-stan.org/rstantools/" }, "rstatix": { @@ -24456,21 +24454,21 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/rtdists/rtdists" }, "Rtsne": { "License": [ "MIT-feh" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/jkrijthe/Rtsne" }, "Rttf2pt1": { "License": [ "MIT-feh" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/wch/Rttf2pt1" }, "RUnit": { @@ -24505,7 +24503,7 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/vinecopulib/rvinecopulib" }, "Rvmmin": { @@ -24596,13 +24594,13 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/satijalab/sctransform" }, "SDMTools": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/package=SDMTools" }, "seewave": { "License": [ @@ -24633,9 +24631,9 @@ "Retrieved from": "https://CRAN.R-project.org/package=sem" }, "semPLS": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/package=semPLS" }, "semTools": { "License": [ @@ -24683,14 +24681,14 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "http://distr.r-forge.r-project.org/" }, "sf": { "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/r-spatial/sf" }, "sfheaders": { @@ -24718,7 +24716,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=shape" }, "shapefiles": { @@ -24739,7 +24737,7 @@ "License": [ "Sendmail" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/rstudio/shinydashboard" }, "shinyjs": { @@ -24753,14 +24751,14 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://mc-stan.org/shinystan/" }, "shinythemes": { "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/rstudio/shinythemes" }, "signal": { @@ -24893,7 +24891,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=som" }, "soundecology": { @@ -25131,22 +25129,22 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://statnet.org" }, "statnet": { "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "http://statnet.org" }, "stdReg": { "License": [ - "Other" + "LGPL-3.0" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=stdReg" + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/stdReg/index.html" }, "stopwords": { "License": [ @@ -25268,9 +25266,9 @@ "Retrieved from": "https://github.com/kaz-yos/tableone" }, "tabletools": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/package=tabletools" }, "tau": { "License": [ @@ -25290,7 +25288,7 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "http://www.sciviews.org/SciViews-R" }, "tclust": { @@ -25325,14 +25323,14 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://statnet.org" }, "terra": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/rspatial/terra" }, "testit": { @@ -25388,7 +25386,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/mjskay/tidybayes" }, "tidygraph": { @@ -25444,7 +25442,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/vspinu/timechange" }, "timeDate": { @@ -25563,7 +25561,7 @@ "License": [ "MIT-CMU" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=tripack" }, "TruncatedNormal": { @@ -25633,7 +25631,7 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=twang" }, "tweedie": { @@ -25682,7 +25680,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=unbalanced" }, "unikn": { @@ -25693,9 +25691,9 @@ "Retrieved from": "https://CRAN.R-project.org/package=unikn" }, "uniqueAtomMat": { - "License": "not found", + "License": "unknown", "Permission to redistribute": false, - "Retrieved from": "not found" + "Retrieved from": "https://github.com/gitlongor/uniqueAtomMat" }, "units": { "License": [ @@ -25708,7 +25706,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/biodiverse/unmarked" }, "UpSetR": { @@ -26074,14 +26072,14 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=abc.data" }, "abc": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=abc" }, "abe": { @@ -26130,7 +26128,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/dusadrian/admisc" }, "aggregation": { @@ -26151,7 +26149,7 @@ "License": [ "MIT-CMU" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=akima" }, "alabama": { @@ -26228,14 +26226,14 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/jchiquet/aricode" }, "arm": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://CRAN.R-project.org/package=arm" }, "arrayhelpers": { @@ -26256,112 +26254,112 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://bitbucket.org/richierocks/assertive.base" }, "assertive.code": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://bitbucket.org/richierocks/assertive.code" }, "assertive.data.uk": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://bitbucket.org/richierocks/assertive.data.uk" }, "assertive.data.us": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://bitbucket.org/richierocks/assertive.data.us" }, "assertive.data": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://bitbucket.org/richierocks/assertive.data" }, "assertive.datetimes": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://bitbucket.org/richierocks/assertive.datetimes" }, "assertive.files": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://bitbucket.org/richierocks/assertive.files" }, "assertive.matrices": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://bitbucket.org/richierocks/assertive.matrices" }, "assertive.models": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://bitbucket.org/richierocks/assertive.models" }, "assertive.numbers": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://bitbucket.org/richierocks/assertive.numbers" }, "assertive.properties": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://bitbucket.org/richierocks/assertive.properties" }, "assertive.reflection": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://bitbucket.org/richierocks/assertive.reflection" }, "assertive.sets": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://bitbucket.org/richierocks/assertive.sets" }, "assertive.strings": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://bitbucket.org/richierocks/assertive.strings" }, "assertive.types": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://bitbucket.org/richierocks/assertive.types" }, "assertive": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://bitbucket.org/richierocks/assertive" }, "assertthat": { @@ -26459,7 +26457,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/jwindle/BayesLogit" }, "bayesm": { @@ -26470,15 +26468,15 @@ "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=bayesm" }, "BayesPen": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/package=BayesPen" }, "bayesplot": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://mc-stan.org/bayesplot/" }, "BB": { @@ -26629,9 +26627,9 @@ "Retrieved from": "https://bitbucket.org/Grantlab/bio3d" }, "biom": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/biom" }, "biomod2": { "License": [ @@ -26665,7 +26663,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/ecmerkle/blavaan" }, "blob": { @@ -26707,7 +26705,7 @@ "License": [ "FSFUL" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=boot" }, "bootstrap": { @@ -26763,7 +26761,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/larmarange/broom.helpers" }, "broom.mixed": { @@ -26865,9 +26863,9 @@ "Retrieved from": "https://github.com/cBioPortal/cgdsr" }, "cghFLasso": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/package=cghFLasso" }, "changepoint": { "License": [ @@ -26887,7 +26885,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "http://cstat.tuwien.ac.at/filz/" }, "chk": { @@ -27062,7 +27060,7 @@ "License": [ "Sendmail" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/sebkrantz/collapse" }, "colorspace": { @@ -27167,7 +27165,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/strimmerlab/software" }, "corrplot": { @@ -27248,9 +27246,9 @@ "Retrieved from": "https://github.com/FloSchuberth/cSEM" }, "csSAM": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/csSAM" }, "ctmle": { "License": [ @@ -27298,7 +27296,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/christophergandrud/d3Network" }, "dagitty": { @@ -27312,7 +27310,7 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/Rdatatable/data.table" }, "data.tree": { @@ -27326,7 +27324,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "http://CRAN.R-project.org/package=DataCombine" }, "date": { @@ -27431,7 +27429,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/sgsokol/Deriv" }, "DescTools": { @@ -27459,7 +27457,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/florianhartig/DHARMa" }, "dHSIC": { @@ -27501,7 +27499,7 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://www.guido-kraemer.com/software/dimred/" }, "diptest": { @@ -27522,7 +27520,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://rspatial.org/raster/sdm/" }, "distillery": { @@ -27669,19 +27667,19 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/gdkrmr/DRR" }, "drugCombo": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/drugCombo" }, "DT": { "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/rstudio/DT" }, "dtangle": { @@ -27716,7 +27714,7 @@ "License": [ "Sendmail" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=dummies" }, "dygraphs": { @@ -27758,7 +27756,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/bnaras/ECOSolveR" }, "ellipse": { @@ -27821,14 +27819,14 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/strimmerlab/software" }, "EnvStats": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/alexkowa/EnvStats" }, "epitools": { @@ -27842,28 +27840,28 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://statnet.org" }, "ergm.multi": { "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://statnet.org" }, "ergm": { "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://statnet.org" }, "estimability": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/rvlenth/estimability" }, "EValue": { @@ -27996,7 +27994,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/strimmerlab/software" }, "feather": { @@ -28010,7 +28008,7 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/truecluster/ff" }, "fftw": { @@ -28150,14 +28148,14 @@ "License": [ "MIT-feh" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=fontLiberation" }, "fontquiver": { "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=fontquiver" }, "forcats": { @@ -28199,7 +28197,7 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/decisionpatterns/formula.tools" }, "Formula": { @@ -28353,7 +28351,7 @@ "License": [ "Sendmail" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/gbm-developers/gbm" }, "gbRd": { @@ -28395,7 +28393,7 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/davidgohel/gdtools" }, "gee": { @@ -28416,7 +28414,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=geepack" }, "geex": { @@ -28437,7 +28435,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/strimmerlab/software" }, "generics": { @@ -28479,7 +28477,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/davidcsterratt/geometry" }, "getopt": { @@ -28514,7 +28512,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/eclarke/ggbeeswarm" }, "ggdag": { @@ -28528,7 +28526,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/mjskay/ggdist" }, "ggExtra": { @@ -28542,7 +28540,7 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/jasonhilton/ggfan" }, "ggforce": { @@ -28612,28 +28610,28 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/slowkow/ggrepel" }, "ggridges": { "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://wilkelab.org/ggridges/" }, "ggsci": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/nanxstats/ggsci" }, "ggsignif": { "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/const-ae/ggsignif" }, "ggstance": { @@ -28647,7 +28645,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/larmarange/ggstats" }, "ggvenn": { @@ -28661,14 +28659,14 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://ggvis.rstudio.com/" }, "GillespieSSA": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/rcannood/GillespieSSA" }, "git2r": { @@ -28710,7 +28708,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=glmmML" }, "glmmTMB": { @@ -28892,7 +28890,7 @@ "License": [ "Sendmail" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/teos-10/GSW-R" }, "gt": { @@ -28934,7 +28932,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/gWidgets3/gWidgets2" }, "gWidgets2tcltk": { @@ -29067,14 +29065,14 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://www.helsinki.fi/en/researchgroups/statistical-ecology/software/hmsc" }, "htmlTable": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://gforge.se/packages/" }, "httpcode": { @@ -29095,7 +29093,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://docs.ropensci.org/hunspell/\nhttps://ropensci.r-universe.dev/hunspell" }, "hwriter": { @@ -29107,7 +29105,7 @@ }, "HWxtest": { "License": "not found", - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "not found" }, "hypergeo": { @@ -29128,7 +29126,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=IDPmisc" }, "idr": { @@ -29198,7 +29196,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "http://homepage.meyerp.com/software" }, "inline": { @@ -29328,9 +29326,9 @@ "Retrieved from": "https://github.com/juliasilge/janeaustenr" }, "JBTools": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/src/contrib/Archive/JBTools/" }, "jiebaR": { "License": [ @@ -29406,7 +29404,7 @@ "License": [ "FSFUL" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=KernSmooth" }, "kinship2": { @@ -29455,14 +29453,14 @@ "License": [ "FSFUL" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=labeling" }, "labelled": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/larmarange/labelled" }, "laeken": { @@ -29494,9 +29492,9 @@ "Retrieved from": "https://doi.org/10.1214/009053604000000067" }, "lassosum": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-3.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/package=lassosum" }, "lattice": { "License": [ @@ -29607,7 +29605,7 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/TomKellyGenetics/leiden" }, "lhs": { @@ -29646,9 +29644,9 @@ "Retrieved from": "http://linprog.r-forge.r-project.org/" }, "liquidSVM": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-3.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/package=liquidSVM" }, "listenv": { "License": [ @@ -29752,7 +29750,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/strimmerlab/software" }, "longmemo": { @@ -29766,7 +29764,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://mc-stan.org/loo/" }, "lpSolve": { @@ -29784,9 +29782,9 @@ "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=lpSolveAPI" }, "lqa": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/package=lqa" }, "lsei": { "License": [ @@ -29834,14 +29832,14 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/strimmerlab/software" }, "manipulateWidget": { "License": [ "Sendmail" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/rte-antares-rpackage/manipulateWidget" }, "mapproj": { @@ -29863,7 +29861,7 @@ "CNRI-Python-GPL-Compatible", "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "http://maptools.r-forge.r-project.org/" }, "markdown": { @@ -29912,7 +29910,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://Matrix.R-forge.R-project.org" }, "matrixcalc": { @@ -29947,7 +29945,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=maxlike" }, "maxnet": { @@ -30150,7 +30148,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/philchalmers/mirt" }, "misc3d": { @@ -30430,7 +30428,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://cirrus.ucsd.edu/~pierce/ncdf/" }, "NCmisc": { @@ -30486,7 +30484,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=NISTunits" }, "nleqslv": { @@ -30505,7 +30503,7 @@ }, "nloptr": { "License": [ - "Other" + "Unknown" ], "Permission to redistribute": false, "Retrieved from": "https://github.com/astamm/nloptr" @@ -30605,7 +30603,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=OceanView" }, "oddsratio": { @@ -30647,7 +30645,7 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/decisionpatterns/operator.tools" }, "optextras": { @@ -30864,7 +30862,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/valentint/pcaPP" }, "pdp": { @@ -30990,14 +30988,14 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=plot3D" }, "plot3Drgl": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=plot3Drgl" }, "plotly": { @@ -31050,9 +31048,9 @@ "Retrieved from": "http://www.rforge.net/png/" }, "PoissonSeq": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/PoissonSeq" }, "poLCA": { "License": [ @@ -31077,7 +31075,7 @@ }, "polyclip": { "License": [ - "Other" + "Unknown" ], "Permission to redistribute": false, "Retrieved from": "https://github.com/baddstats/polyclip" @@ -31121,14 +31119,14 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=pracma" }, "PresenceAbsence": { "License": [ "FSFUL" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=PresenceAbsence" }, "preseqR": { @@ -31156,7 +31154,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/xrobin/pROC" }, "prodlim": { @@ -31191,14 +31189,14 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/futureverse/progressr" }, "projpred": { "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://mc-stan.org/projpred/" }, "proto": { @@ -31240,7 +31238,7 @@ "License": [ "FSFUL" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=pspline" }, "psych": { @@ -31261,7 +31259,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/zdk123/pulsar" }, "pvclust": { @@ -31352,35 +31350,35 @@ "License": [ "SSPL-1.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/HenrikBengtsson/R.matlab" }, "R.methodsS3": { "License": [ "SSPL-1.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/HenrikBengtsson/R.methodsS3" }, "R.oo": { "License": [ "SSPL-1.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/HenrikBengtsson/R.oo" }, "R.rsp": { "License": [ "SSPL-1.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/henrikbengtsson/R.rsp" }, "R.utils": { "License": [ "SSPL-1.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/henrikbengtsson/R.utils" }, "R2WinBUGS": { @@ -31408,7 +31406,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://www.randomforestsrc.org/ https://ishwaran.org/" }, "randtoolbox": { @@ -31422,7 +31420,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=rangeModelMetadata" }, "ranger": { @@ -31436,7 +31434,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/jefferislab/RANN" }, "rapidjsonr": { @@ -31457,7 +31455,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://rspatial.org/raster" }, "rasterVis": { @@ -31478,7 +31476,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://opensource.nibr.com/RBesT/" }, "rbibutils": { @@ -31541,7 +31539,7 @@ "License": [ "Sendmail" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/RcppCore/RcppEigen" }, "RcppGSL": { @@ -31555,14 +31553,14 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/rcppcore/RcppParallel" }, "RcppProgress": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/kforner/rcpp_progress" }, "RcppRoll": { @@ -31597,7 +31595,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/valentint/rda" }, "Rdpack": { @@ -31678,9 +31676,9 @@ "Retrieved from": "https://github.com/tidymodels/recipes" }, "RefFreeEWAS": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/RefFreeEWAS" }, "registry": { "License": [ @@ -31785,7 +31783,7 @@ "CNRI-Python-GPL-Compatible", "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "http://rgdal.r-forge.r-project.org" }, "rgeos": { @@ -31793,7 +31791,7 @@ "CNRI-Python-GPL-Compatible", "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://r-forge.r-project.org/projects/rgeos/ https://libgeos.org\nhttp://rgeos.r-forge.r-project.org/index.html" }, "rgexf": { @@ -32073,7 +32071,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/jpritikin/rpf" }, "RPMM": { @@ -32087,14 +32085,14 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/tomoakin/RPostgreSQL" }, "rrcov": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/valentint/rrcov" }, "rredlist": { @@ -32122,14 +32120,14 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://www.rforge.net/Rserve/" }, "RSNNS": { "License": [ "Sendmail" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/cbergmeir/RSNNS" }, "Rsolnp": { @@ -32171,7 +32169,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://mc-stan.org/rstantools/" }, "rstatix": { @@ -32185,21 +32183,21 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/rtdists/rtdists" }, "Rtsne": { "License": [ "MIT-feh" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/jkrijthe/Rtsne" }, "Rttf2pt1": { "License": [ "MIT-feh" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/wch/Rttf2pt1" }, "RUnit": { @@ -32234,7 +32232,7 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/vinecopulib/rvinecopulib" }, "Rvmmin": { @@ -32325,13 +32323,13 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/satijalab/sctransform" }, "SDMTools": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/package=SDMTools" }, "seewave": { "License": [ @@ -32362,9 +32360,9 @@ "Retrieved from": "https://CRAN.R-project.org/package=sem" }, "semPLS": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/package=semPLS" }, "semTools": { "License": [ @@ -32412,14 +32410,14 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "http://distr.r-forge.r-project.org/" }, "sf": { "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/r-spatial/sf" }, "sfheaders": { @@ -32447,7 +32445,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=shape" }, "shapefiles": { @@ -32468,7 +32466,7 @@ "License": [ "Sendmail" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/rstudio/shinydashboard" }, "shinyjs": { @@ -32482,14 +32480,14 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://mc-stan.org/shinystan/" }, "shinythemes": { "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/rstudio/shinythemes" }, "signal": { @@ -32622,7 +32620,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=som" }, "soundecology": { @@ -32860,22 +32858,22 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://statnet.org" }, "statnet": { "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "http://statnet.org" }, "stdReg": { "License": [ - "Other" + "LGPL-3.0" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=stdReg" + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/stdReg/index.html" }, "stopwords": { "License": [ @@ -32997,9 +32995,9 @@ "Retrieved from": "https://github.com/kaz-yos/tableone" }, "tabletools": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/package=tabletools" }, "tau": { "License": [ @@ -33019,7 +33017,7 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "http://www.sciviews.org/SciViews-R" }, "tclust": { @@ -33054,14 +33052,14 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://statnet.org" }, "terra": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/rspatial/terra" }, "testit": { @@ -33117,7 +33115,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/mjskay/tidybayes" }, "tidygraph": { @@ -33173,7 +33171,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/vspinu/timechange" }, "timeDate": { @@ -33292,7 +33290,7 @@ "License": [ "MIT-CMU" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=tripack" }, "TruncatedNormal": { @@ -33362,7 +33360,7 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=twang" }, "tweedie": { @@ -33411,7 +33409,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=unbalanced" }, "unikn": { @@ -33422,9 +33420,9 @@ "Retrieved from": "https://CRAN.R-project.org/package=unikn" }, "uniqueAtomMat": { - "License": "not found", + "License": "unknown", "Permission to redistribute": false, - "Retrieved from": "not found" + "Retrieved from": "https://github.com/gitlongor/uniqueAtomMat" }, "units": { "License": [ @@ -33437,7 +33435,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/biodiverse/unmarked" }, "UpSetR": { @@ -33821,7 +33819,7 @@ "License": [ "libpng-2.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/HenrikBengtsson/affxparser" }, "affy": { @@ -33842,7 +33840,7 @@ "License": [ "libpng-2.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/bmbolstad/affyio" }, "AgiMicroRna": { @@ -33863,13 +33861,13 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/ggloor/ALDEx_bioc" }, "ALL": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://www.bioconductor.org/packages/release/data/experiment/html/ALL.html" }, "ANCOMBC": { "License": [ @@ -33880,9 +33878,9 @@ }, "annaffy": { "License": [ - "Other" + "LGPL" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=annaffy" }, "annotate": { @@ -33952,7 +33950,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/HenrikBengtsson/aroma.light" }, "ash": { @@ -33966,7 +33964,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=ATACseqQC" }, "AUCell": { @@ -34166,24 +34164,24 @@ "Retrieved from": "https://github.com/rstudio/bookdown" }, "BSgenome.Cfamiliaris.UCSC.canFam3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://www.bioconductor.org/packages/release/data/annotation/html/BSgenome.Cfamiliaris.UCSC.canFam3.html" }, "BSgenome.Hsapiens.UCSC.hg19": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/release/data/annotation/html/BSgenome.Hsapiens.UCSC.hg19.html" }, "BSgenome.Hsapiens.UCSC.hg38": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/release/data/annotation/html/BSgenome.Hsapiens.UCSC.hg38.html" }, "BSgenome.Mmusculus.UCSC.mm10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://www.bioconductor.org/packages/release/data/annotation/html/BSgenome.Mmusculus.UCSC.mm10.html" }, "BSgenome": { "License": [ @@ -34224,7 +34222,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "http://msbi.ipb-halle.de/msbi/CAMERA/ " }, "Category": { @@ -34235,9 +34233,9 @@ "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=Category" }, "ccdata": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://www.bioconductor.org/packages/release/data/experiment/html/ccdata.html" }, "ccmap": { "License": [ @@ -34258,14 +34256,14 @@ "CNRI-Python-GPL-Compatible", "MPL-2.0-no-copyleft-exception" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=CGHcall" }, "ChIPpeakAnno": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=ChIPpeakAnno" }, "chromVAR": { @@ -34286,7 +34284,7 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/ge11232002/CNEr" }, "coloc": { @@ -34314,14 +34312,14 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=ConsensusClusterPlus" }, "conumee": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=conumee" }, "crossmeta": { @@ -34391,14 +34389,14 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/saezlab/decoupleR" }, "DEGseq": { "License": [ "libpng-2.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=DEGseq" }, "DelayedArray": { @@ -34438,9 +34436,9 @@ }, "DESeq2": { "License": [ - "Other" + "Unknown" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/thelovelab/DESeq2" }, "diffcyt": { @@ -34475,13 +34473,13 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=DNAcopy" }, "DO.db": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/release/data/annotation/html/DO.db.html" }, "docopt": { "License": [ From ba48dcbc8c6063ad073a3b6ecff9ecf9228c5ff9 Mon Sep 17 00:00:00 2001 From: torri Date: Tue, 22 Apr 2025 09:46:13 +0200 Subject: [PATCH 21/30] r-bundle-bioconductor bundles finished --- licenses/extension_licenses.json | 770 +++++++++++++++---------------- 1 file changed, 375 insertions(+), 395 deletions(-) diff --git a/licenses/extension_licenses.json b/licenses/extension_licenses.json index a32e836220..ac68bd472d 100644 --- a/licenses/extension_licenses.json +++ b/licenses/extension_licenses.json @@ -34539,16 +34539,16 @@ }, "EBImage": { "License": [ - "Other" + "LGPL" ], - "Permission to redistribute": false, - "Retrieved from": "https://github.com/aoles/EBImage" + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/release/bioc/html/EBImage.html" }, "edgeR": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://bioinf.wehi.edu.au/edgeR/ https://bioconductor.org/packages/edgeR " }, "egg": { @@ -34573,26 +34573,24 @@ "Retrieved from": "https://yulab-smu.top/biomedical-knowledge-mining-book/ " }, "EnsDb.Hsapiens.v75": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/EnsDb.Hsapiens.v75" }, "EnsDb.Hsapiens.v79": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/EnsDb.Hsapiens.v79" }, "EnsDb.Hsapiens.v86": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/EnsDb.Hsapiens.v86" }, "ensembldb": { - "License": [ - "Other" - ], - "Permission to redistribute": false, - "Retrieved from": "https://github.com/jorainer/ensembldb" + "License": "LGPL", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/ensembldb" }, "escape": { "License": [ @@ -34605,7 +34603,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/rvlenth/estimability" }, "ExperimentHub": { @@ -34637,9 +34635,9 @@ "Retrieved from": "http://www.functionaldata.org" }, "FDb.InfiniumMethylation.hg19": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/FDb.InfiniumMethylation.hg19/" }, "fds": { "License": [ @@ -34673,7 +34671,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=flowAI" }, "flowClean": { @@ -34729,18 +34727,18 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "http://www.r-project.org http://dambi.ugent.be " }, "FlowSorted.Blood.EPIC": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-3.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/FlowSorted.Blood.EPIC" }, "FlowSorted.CordBloodCombined.450k": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-3.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/FlowSorted.CordBloodCombined.450k" }, "flowStats": { "License": [ @@ -34779,10 +34777,10 @@ }, "gcrma": { "License": [ - "Other" + "LGPL" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=gcrma" + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/release/bioc/html/gcrma.html" }, "gdsfmt": { "License": [ @@ -34799,9 +34797,9 @@ "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=genefilter" }, "geneLenDataBase": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "LGPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/geneLenDataBase" }, "geneplotter": { "License": [ @@ -34821,7 +34819,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=GENIE3" }, "GenomeInfoDb": { @@ -34832,9 +34830,9 @@ "Retrieved from": "https://bioconductor.org/packages/GenomeInfoDb " }, "GenomeInfoDbData": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/GenomeInfoDbData" }, "GenomicAlignments": { "License": [ @@ -34966,20 +34964,20 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=GlobalAncova" }, "globaltest": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=globaltest" }, "GO.db": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/GO.db" }, "GOSemSim": { "License": [ @@ -34992,7 +34990,7 @@ "License": [ "libpng-2.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/federicomarini/goseq" }, "GOstats": { @@ -35041,7 +35039,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/rcastelo/GSVA" }, "Gviz": { @@ -35073,9 +35071,9 @@ "Retrieved from": "https://bioconductor.org/packages/HDF5Array " }, "HDO.db": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/HDO.db" }, "hdrcde": { "License": [ @@ -35092,9 +35090,9 @@ "Retrieved from": "https://github.com/talgalili/heatmaply" }, "hgu133plus2.db": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/hgu133plus2.db" }, "HiCBricks": { "License": [ @@ -35118,9 +35116,9 @@ "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=HMMcopy" }, "Homo.sapiens": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/Homo.sapiens" }, "IHW": { "License": [ @@ -35130,30 +35128,30 @@ "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=IHW" }, "IlluminaHumanMethylation450kanno.ilmn12.hg19": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/IlluminaHumanMethylation450kanno.ilmn12.hg19" }, "IlluminaHumanMethylation450kmanifest": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/IlluminaHumanMethylation450kmanifest" }, "IlluminaHumanMethylationEPICanno.ilm10b2.hg19": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/IlluminaHumanMethylationEPICanno.ilm10b2.hg19" }, "IlluminaHumanMethylationEPICanno.ilm10b4.hg19": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/IlluminaHumanMethylationEPICanno.ilm10b4.hg19" }, "IlluminaHumanMethylationEPICmanifest": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" - }, + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/IlluminaHumanMethylationEPICmanifest" + } "illuminaio": { "License": [ "GPL-2.0" @@ -35204,15 +35202,15 @@ "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=isva" }, "JASPAR2020": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/JASPAR2020" }, "KEGGgraph": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "http://www.nextbiomotif.com " }, "KEGGREST": { @@ -35233,7 +35231,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://bioinf.wehi.edu.au/limma/ " }, "log4r": { @@ -35261,35 +35259,33 @@ "License": [ "libpng-2.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=lumi" }, "M3Drop": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/tallulandrews/M3Drop" }, "marray": { - "License": [ - "Other" - ], - "Permission to redistribute": false, - "Retrieved from": "http://www.maths.usyd.edu.au/u/jeany/ " + "License": "LGPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/marray" }, "maSigPro": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=maSigPro" }, "MassSpecWavelet": { "License": [ "libpng-2.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/zeehio/MassSpecWavelet" }, "MatrixGenerics": { @@ -35310,7 +35306,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=MEDIPS" }, "metagenomeSeq": { @@ -35345,7 +35341,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=MethylSeekR" }, "methylumi": { @@ -35387,7 +35383,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "http://www.mixOmics.org " }, "mixsqp": { @@ -35398,11 +35394,9 @@ "Retrieved from": "https://github.com/stephenslab/mixsqp" }, "MLInterfaces": { - "License": [ - "Other" - ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=MLInterfaces" + "License": "LGPL", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/MLInterfaces" }, "MotifDb": { "License": [ @@ -35415,14 +35409,14 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=motifmatchr" }, "motifStack": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=motifStack" }, "MsCoreUtils": { @@ -35499,14 +35493,14 @@ "License": [ "MIT-feh" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=MultiDataSet" }, "multtest": { "License": [ - "Other" + "LGPL" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=multtest" }, "muscat": { @@ -35527,7 +35521,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=mzID" }, "mzR": { @@ -35576,14 +35570,14 @@ "License": [ "libpng-2.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/benilton/oligo" }, "oligoClasses": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=oligoClasses" }, "ontologyIndex": { @@ -35615,19 +35609,19 @@ "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=openCyto" }, "org.Hs.eg.db": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/org.Hs.eg.db" }, "org.Mm.eg.db": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/org.Mm.eg.db" }, "org.Rn.eg.db": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/org.Rn.eg.db" }, "OrganismDbi": { "License": [ @@ -35647,14 +35641,14 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/datapplab/pathview" }, "pcaMethods": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/hredestig/pcamethods" }, "perm": { @@ -35665,9 +35659,9 @@ "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=perm" }, "PFAM.db": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/PFAM.db" }, "phyloseq": { "License": [ @@ -35701,7 +35695,7 @@ "License": [ "libpng-2.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/bmbolstad/preprocessCore" }, "pRoloc": { @@ -35712,9 +35706,9 @@ "Retrieved from": "https://github.com/lgatto/pRoloc" }, "pRolocdata": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/pRolocdata" }, "pRolocGUI": { "License": [ @@ -35787,11 +35781,9 @@ "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=quantsmooth" }, "qvalue": { - "License": [ - "Other" - ], - "Permission to redistribute": false, - "Retrieved from": "https://github.com/jdstorey/qvalue" + "License": "GPL-3.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/qvalue" }, "R.devices": { "License": [ @@ -35860,7 +35852,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/jlmelville/rcpphnsw" }, "RcppML": { @@ -35878,9 +35870,9 @@ "Retrieved from": "https://github.com/eddelbuettel/rcppziggurat" }, "reactome.db": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/reactome.db" }, "ReactomePA": { "License": [ @@ -35900,7 +35892,7 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "http://www.stat.ucla.edu/~handcock/RelDist/" }, "remaCor": { @@ -35914,7 +35906,7 @@ "License": [ "libpng-2.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=Repitools" }, "ReportingTools": { @@ -35991,7 +35983,7 @@ "License": [ "libpng-2.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://bioconductor.org/packages/Rhtslib http://www.htslib.org/ " }, "Ringo": { @@ -36005,33 +35997,33 @@ "License": [ "libpng-2.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=RNASeqPower" }, "RnBeads.hg19": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-3.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/RnBeads.hg19" }, "RnBeads.hg38": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-3.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/RnBeads.hg38" }, "RnBeads.mm10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-3.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/RnBeads.mm10" }, "RnBeads.mm9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-3.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/RnBeads.mm9" }, "RnBeads.rn5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-3.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/RnBeads.rn5" }, "RnBeads": { "License": [ @@ -36079,7 +36071,7 @@ "License": [ "Other" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=RProtoBufLib" }, "Rsamtools": { @@ -36100,14 +36092,14 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "http://bioconductor.org/packages/Rsubread " }, "rsvd": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/erichson/rSVD" }, "rtracklayer": { @@ -36142,7 +36134,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=SamSPECTRAL" }, "SC3": { @@ -36163,7 +36155,7 @@ "License": [ "MIT-feh" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=SCANVIS" }, "scater": { @@ -36177,14 +36169,14 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=scattermore" }, "scDblFinder": { "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/plger/scDblFinder" }, "scistreer": { @@ -36226,7 +36218,7 @@ "License": [ "libpng-2.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=seqLogo" }, "SeqVarTools": { @@ -36268,7 +36260,7 @@ "License": [ "Sendmail" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/RinteRface/shinydashboardPlus" }, "shinyFiles": { @@ -36310,7 +36302,7 @@ "License": [ "libpng-2.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=siggenes" }, "Signac": { @@ -36401,7 +36393,7 @@ "License": [ "MIT-feh" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "http://bioinformatics.oxfordjournals.org/cgi/reprint/btn577v1 " }, "splancs": { @@ -36506,7 +36498,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=TreeSummarizedExperiment" }, "TSP": { @@ -36517,34 +36509,34 @@ "Retrieved from": "https://github.com/mhahsler/TSP" }, "TxDb.Hsapiens.UCSC.hg19.knownGene": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/ TxDb.Hsapiens.UCSC.hg19.knownGene" }, "TxDb.Mmusculus.UCSC.mm10.knownGene": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/TxDb.Mmusculus.UCSC.mm10.knownGene" }, "tximport": { "License": [ "libpng-2.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/thelovelab/tximport" }, "UCell": { "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/carmonalab/UCell" }, "uwot": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/jlmelville/uwot" }, "variancePartition": { @@ -36565,7 +36557,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/dusadrian/venn" }, "vsn": { @@ -36597,11 +36589,9 @@ "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=WGCNA" }, "widgetTools": { - "License": [ - "Other" - ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=widgetTools" + "License": "LGPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/widgetTools" }, "Wrench": { "License": [ @@ -36614,7 +36604,7 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/sneumann/xcms" }, "XVector": { @@ -36651,7 +36641,7 @@ "License": [ "libpng-2.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/HenrikBengtsson/affxparser" }, "affy": { @@ -36672,7 +36662,7 @@ "License": [ "libpng-2.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/bmbolstad/affyio" }, "AgiMicroRna": { @@ -36693,13 +36683,13 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/ggloor/ALDEx_bioc" }, "ALL": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://www.bioconductor.org/packages/release/data/experiment/html/ALL.html" }, "ANCOMBC": { "License": [ @@ -36710,9 +36700,9 @@ }, "annaffy": { "License": [ - "Other" + "LGPL" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=annaffy" }, "annotate": { @@ -36782,7 +36772,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/HenrikBengtsson/aroma.light" }, "ash": { @@ -36796,7 +36786,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=ATACseqQC" }, "AUCell": { @@ -37003,24 +36993,24 @@ "Retrieved from": "https://github.com/rstudio/bookdown" }, "BSgenome.Cfamiliaris.UCSC.canFam3": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://www.bioconductor.org/packages/release/data/annotation/html/BSgenome.Cfamiliaris.UCSC.canFam3.html" }, "BSgenome.Hsapiens.UCSC.hg19": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/release/data/annotation/html/BSgenome.Hsapiens.UCSC.hg19.html" }, "BSgenome.Hsapiens.UCSC.hg38": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/release/data/annotation/html/BSgenome.Hsapiens.UCSC.hg38.html" }, "BSgenome.Mmusculus.UCSC.mm10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://www.bioconductor.org/packages/release/data/annotation/html/BSgenome.Mmusculus.UCSC.mm10.html" }, "BSgenome": { "License": [ @@ -37054,7 +37044,7 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/MalteThodberg/CAGEfightR" }, "CAGEr": { @@ -37068,7 +37058,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "http://msbi.ipb-halle.de/msbi/CAMERA/ " }, "Category": { @@ -37079,9 +37069,9 @@ "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=Category" }, "ccdata": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://www.bioconductor.org/packages/release/data/experiment/html/ccdata.html" }, "ccmap": { "License": [ @@ -37102,14 +37092,14 @@ "CNRI-Python-GPL-Compatible", "MPL-2.0-no-copyleft-exception" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=CGHcall" }, "ChIPpeakAnno": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=ChIPpeakAnno" }, "ChIPseeker": { @@ -37137,7 +37127,7 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/ge11232002/CNEr" }, "coloc": { @@ -37165,14 +37155,14 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=ConsensusClusterPlus" }, "conumee": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=conumee" }, "crossmeta": { @@ -37242,14 +37232,14 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/saezlab/decoupleR" }, "DEGseq": { "License": [ "libpng-2.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=DEGseq" }, "DelayedArray": { @@ -37289,9 +37279,9 @@ }, "DESeq2": { "License": [ - "Other" + "Unknown" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/thelovelab/DESeq2" }, "diffcyt": { @@ -37333,13 +37323,13 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=DNAcopy" }, "DO.db": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/release/data/annotation/html/DO.db.html" }, "docopt": { "License": [ @@ -37366,7 +37356,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=DRIMSeq" }, "DropletUtils": { @@ -37399,16 +37389,16 @@ }, "EBImage": { "License": [ - "Other" + "LGPL" ], - "Permission to redistribute": false, - "Retrieved from": "https://github.com/aoles/EBImage" + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/release/bioc/html/EBImage.html" }, "edgeR": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://bioinf.wehi.edu.au/edgeR/ https://bioconductor.org/packages/edgeR " }, "egg": { @@ -37433,26 +37423,24 @@ "Retrieved from": "https://yulab-smu.top/biomedical-knowledge-mining-book/ " }, "EnsDb.Hsapiens.v75": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/EnsDb.Hsapiens.v75" }, "EnsDb.Hsapiens.v79": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/EnsDb.Hsapiens.v79" }, "EnsDb.Hsapiens.v86": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/EnsDb.Hsapiens.v86" }, "ensembldb": { - "License": [ - "Other" - ], - "Permission to redistribute": false, - "Retrieved from": "https://github.com/jorainer/ensembldb" + "License": "LGPL", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/ensembldb" }, "escape": { "License": [ @@ -37465,7 +37453,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/rvlenth/estimability" }, "ExperimentHub": { @@ -37504,9 +37492,9 @@ "Retrieved from": "http://www.functionaldata.org" }, "FDb.InfiniumMethylation.hg19": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/FDb.InfiniumMethylation.hg19/" }, "fds": { "License": [ @@ -37540,7 +37528,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=flowAI" }, "flowClean": { @@ -37596,18 +37584,18 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "http://www.r-project.org http://dambi.ugent.be " }, "FlowSorted.Blood.EPIC": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-3.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/FlowSorted.Blood.EPIC" }, "FlowSorted.CordBloodCombined.450k": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-3.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/FlowSorted.CordBloodCombined.450k" }, "flowStats": { "License": [ @@ -37646,10 +37634,10 @@ }, "gcrma": { "License": [ - "Other" + "LGPL" ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=gcrma" + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/release/bioc/html/gcrma.html" }, "gdsfmt": { "License": [ @@ -37666,9 +37654,9 @@ "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=genefilter" }, "geneLenDataBase": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "LGPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/geneLenDataBase" }, "geneplotter": { "License": [ @@ -37688,7 +37676,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=GENIE3" }, "genomation": { @@ -37706,9 +37694,9 @@ "Retrieved from": "https://bioconductor.org/packages/GenomeInfoDb " }, "GenomeInfoDbData": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/GenomeInfoDbData" }, "GenomicAlignments": { "License": [ @@ -37777,7 +37765,7 @@ "License": [ "MIT-feh" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/RGLab/ggcyto" }, "ggdendro": { @@ -37798,7 +37786,7 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/LKremer/ggpointdensity" }, "ggrastr": { @@ -37847,20 +37835,20 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=GlobalAncova" }, "globaltest": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=globaltest" }, "GO.db": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/GO.db" }, "GOSemSim": { "License": [ @@ -37873,7 +37861,7 @@ "License": [ "libpng-2.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/federicomarini/goseq" }, "GOstats": { @@ -37922,7 +37910,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/rcastelo/GSVA" }, "Gviz": { @@ -37954,9 +37942,9 @@ "Retrieved from": "https://bioconductor.org/packages/HDF5Array " }, "HDO.db": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/HDO.db" }, "hdrcde": { "License": [ @@ -37973,9 +37961,9 @@ "Retrieved from": "https://github.com/talgalili/heatmaply" }, "hgu133plus2.db": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/hgu133plus2.db" }, "HiCBricks": { "License": [ @@ -37999,9 +37987,9 @@ "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=HMMcopy" }, "Homo.sapiens": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/Homo.sapiens" }, "IHW": { "License": [ @@ -38011,29 +37999,29 @@ "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=IHW" }, "IlluminaHumanMethylation450kanno.ilmn12.hg19": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/IlluminaHumanMethylation450kanno.ilmn12.hg19" }, "IlluminaHumanMethylation450kmanifest": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/IlluminaHumanMethylation450kmanifest" }, "IlluminaHumanMethylationEPICanno.ilm10b2.hg19": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/IlluminaHumanMethylationEPICanno.ilm10b2.hg19" }, "IlluminaHumanMethylationEPICanno.ilm10b4.hg19": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/IlluminaHumanMethylationEPICanno.ilm10b4.hg19" }, "IlluminaHumanMethylationEPICmanifest": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/IlluminaHumanMethylationEPICmanifest" }, "illuminaio": { "License": [ @@ -38085,15 +38073,15 @@ "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=isva" }, "JASPAR2020": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/JASPAR2020" }, "KEGGgraph": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "http://www.nextbiomotif.com " }, "KEGGREST": { @@ -38114,7 +38102,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://bioinf.wehi.edu.au/limma/ " }, "log4r": { @@ -38142,35 +38130,33 @@ "License": [ "libpng-2.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=lumi" }, "M3Drop": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/tallulandrews/M3Drop" }, "marray": { - "License": [ - "Other" - ], - "Permission to redistribute": false, - "Retrieved from": "http://www.maths.usyd.edu.au/u/jeany/ " + "License": "LGPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/marray" }, "maSigPro": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=maSigPro" }, "MassSpecWavelet": { "License": [ "libpng-2.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/zeehio/MassSpecWavelet" }, "MatrixGenerics": { @@ -38191,7 +38177,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=MEDIPS" }, "MetaboCoreUtils": { @@ -38233,7 +38219,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=MethylSeekR" }, "methylumi": { @@ -38275,7 +38261,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "http://www.mixOmics.org " }, "mixsqp": { @@ -38286,11 +38272,9 @@ "Retrieved from": "https://github.com/stephenslab/mixsqp" }, "MLInterfaces": { - "License": [ - "Other" - ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=MLInterfaces" + "License": "LGPL", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/MLInterfaces" }, "MotifDb": { "License": [ @@ -38303,14 +38287,14 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=motifmatchr" }, "motifStack": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=motifStack" }, "MsCoreUtils": { @@ -38394,14 +38378,14 @@ "License": [ "MIT-feh" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=MultiDataSet" }, "multtest": { "License": [ - "Other" + "LGPL" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=multtest" }, "muscat": { @@ -38422,7 +38406,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=mzID" }, "mzR": { @@ -38471,14 +38455,14 @@ "License": [ "libpng-2.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/benilton/oligo" }, "oligoClasses": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=oligoClasses" }, "ontologyIndex": { @@ -38510,19 +38494,19 @@ "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=openCyto" }, "org.Hs.eg.db": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/org.Hs.eg.db" }, "org.Mm.eg.db": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/org.Mm.eg.db" }, "org.Rn.eg.db": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/org.Rn.eg.db" }, "OrganismDbi": { "License": [ @@ -38542,14 +38526,14 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/datapplab/pathview" }, "pcaMethods": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/hredestig/pcamethods" }, "perm": { @@ -38560,9 +38544,9 @@ "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=perm" }, "PFAM.db": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/PFAM.db" }, "phyloseq": { "License": [ @@ -38603,7 +38587,7 @@ "License": [ "libpng-2.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/bmbolstad/preprocessCore" }, "pRoloc": { @@ -38614,9 +38598,9 @@ "Retrieved from": "https://github.com/lgatto/pRoloc" }, "pRolocdata": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/pRolocdata" }, "pRolocGUI": { "License": [ @@ -38696,11 +38680,9 @@ "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=quantsmooth" }, "qvalue": { - "License": [ - "Other" - ], - "Permission to redistribute": false, - "Retrieved from": "https://github.com/jdstorey/qvalue" + "License": "GPL-3.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/qvalue" }, "R.devices": { "License": [ @@ -38769,7 +38751,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/jlmelville/rcpphnsw" }, "RcppML": { @@ -38787,9 +38769,9 @@ "Retrieved from": "https://github.com/eddelbuettel/rcppziggurat" }, "reactome.db": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/reactome.db" }, "ReactomePA": { "License": [ @@ -38809,7 +38791,7 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "http://www.stat.ucla.edu/~handcock/RelDist/" }, "remaCor": { @@ -38823,7 +38805,7 @@ "License": [ "libpng-2.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=Repitools" }, "ReportingTools": { @@ -38900,7 +38882,7 @@ "License": [ "libpng-2.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://bioconductor.org/packages/Rhtslib http://www.htslib.org/ " }, "Ringo": { @@ -38914,33 +38896,33 @@ "License": [ "libpng-2.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=RNASeqPower" }, "RnBeads.hg19": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-3.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/RnBeads.hg19" }, "RnBeads.hg38": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-3.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/RnBeads.hg38" }, "RnBeads.mm10": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-3.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/RnBeads.mm10" }, "RnBeads.mm9": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-3.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/RnBeads.mm9" }, "RnBeads.rn5": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "GPL-3.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/RnBeads.rn5" }, "RnBeads": { "License": [ @@ -38988,7 +38970,7 @@ "License": [ "Other" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=RProtoBufLib" }, "Rsamtools": { @@ -39009,14 +38991,14 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "http://bioconductor.org/packages/Rsubread " }, "rsvd": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/erichson/rSVD" }, "rtracklayer": { @@ -39058,7 +39040,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=SamSPECTRAL" }, "SC3": { @@ -39079,7 +39061,7 @@ "License": [ "MIT-feh" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=SCANVIS" }, "scater": { @@ -39093,14 +39075,14 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=scattermore" }, "scDblFinder": { "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/plger/scDblFinder" }, "scistreer": { @@ -39142,7 +39124,7 @@ "License": [ "libpng-2.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=seqLogo" }, "seqPattern": { @@ -39191,7 +39173,7 @@ "License": [ "Sendmail" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/RinteRface/shinydashboardPlus" }, "shinyFiles": { @@ -39233,7 +39215,7 @@ "License": [ "libpng-2.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=siggenes" }, "Signac": { @@ -39247,7 +39229,7 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/omnideconv/SimBu" }, "simplifyEnrichment": { @@ -39345,7 +39327,7 @@ "License": [ "MIT-feh" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "http://bioinformatics.oxfordjournals.org/cgi/reprint/btn577v1 " }, "splancs": { @@ -39450,7 +39432,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=TreeSummarizedExperiment" }, "TSP": { @@ -39461,34 +39443,34 @@ "Retrieved from": "https://github.com/mhahsler/TSP" }, "TxDb.Hsapiens.UCSC.hg19.knownGene": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/ TxDb.Hsapiens.UCSC.hg19.knownGene" }, "TxDb.Mmusculus.UCSC.mm10.knownGene": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/TxDb.Mmusculus.UCSC.mm10.knownGene" }, "tximport": { "License": [ "libpng-2.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/thelovelab/tximport" }, "UCell": { "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/carmonalab/UCell" }, "uwot": { "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/jlmelville/uwot" }, "variancePartition": { @@ -39509,7 +39491,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/dusadrian/venn" }, "vsn": { @@ -39541,11 +39523,9 @@ "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=WGCNA" }, "widgetTools": { - "License": [ - "Other" - ], - "Permission to redistribute": false, - "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=widgetTools" + "License": "LGPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/widgetTools" }, "Wrench": { "License": [ @@ -39558,7 +39538,7 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/sneumann/xcms" }, "XVector": { From 45fab1947251b1a09fcf8a6f3627bed3cd7c023f Mon Sep 17 00:00:00 2001 From: Arturo Gimeno Date: Tue, 22 Apr 2025 10:18:50 +0200 Subject: [PATCH 22/30] extension licenses update --- licenses/extension_licenses.json | 112 +++++++++++++++---------------- 1 file changed, 56 insertions(+), 56 deletions(-) diff --git a/licenses/extension_licenses.json b/licenses/extension_licenses.json index 3043ee640a..b730b78db4 100644 --- a/licenses/extension_licenses.json +++ b/licenses/extension_licenses.json @@ -18047,49 +18047,49 @@ "Retrieved from": "https://github.com/python-jsonschema/jsonschema" }, "jsonschema_specifications": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/python-jsonschema/jsonschema-specifications" }, "jupyter_client": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jupyter/jupyter_client" }, "jupyter_core": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jupyter/jupyter_core" }, "jupyter_events": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jupyter/jupyter_events" }, "jupyter_packaging": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jupyter/jupyter-packaging" }, "jupyter_server": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/jupyter-server" }, "jupyter_server_terminals": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/jupyter-server-terminals" }, "jupyterlab_pygments": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jupyterlab/jupyterlab_pygments" }, "jupyterlab_widgets": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/jupyterlab-widgets" }, "mistune": { "License": [ @@ -18100,34 +18100,34 @@ }, "nbclient": { "License": [ - "Other" + "BSD-3-Clause" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/jupyter/nbclient" }, "nbconvert": { "License": [ - "Other" + "BSD-3-Clause" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/jupyter/nbconvert" }, "nbformat": { "License": [ - "Other" + "BSD-3-Clause" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/jupyter/nbformat" }, "nest_asyncio": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "BSD-2-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/nest-asyncio" }, "notebook_shim": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/notebook-shim" }, "overrides": { "License": [ @@ -18144,9 +18144,9 @@ "Retrieved from": "https://github.com/jgm/pandocfilters" }, "prometheus_client": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "Apache-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/prometheus-client" }, "python-json-logger": { "License": [ @@ -18163,24 +18163,24 @@ "Retrieved from": "https://github.com/python-jsonschema/referencing" }, "rfc3339_validator": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/rfc3339-validator" }, "rfc3986_validator": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/rfc3339-validator" }, "rpds_py": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/crate-py/rpds" }, "Send2Trash": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/arsenetar/send2trash" }, "sniffio": { "License": [ @@ -18192,9 +18192,9 @@ }, "terminado": { "License": [ - "Other" + "BSD-2-Clause" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/jupyter/terminado" }, "tinycss2": { From d5495d13ac90dc439cc677b5ae1f7f17f0edebd5 Mon Sep 17 00:00:00 2001 From: Arturo Gimeno Date: Tue, 22 Apr 2025 10:26:00 +0200 Subject: [PATCH 23/30] extension licenses update --- licenses/extension_licenses.json | 34 ++++++++++++++++---------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/licenses/extension_licenses.json b/licenses/extension_licenses.json index 9eefe1facb..dddbf4af8e 100644 --- a/licenses/extension_licenses.json +++ b/licenses/extension_licenses.json @@ -18227,9 +18227,9 @@ }, "json5": { "License": [ - "Other" + "Apache-2.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/dpranke/pyjson5" }, "jupyter-lsp": { @@ -18241,23 +18241,23 @@ }, "jupyterlab": { "License": [ - "Other" + "MIT" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/jupyterlab/jupyterlab" }, "jupyterlab_server": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jupyterlab/jupyterlab_server" } }, "python-casacore/3.5.2-foss-2023b": { "python-casacore": { "License": [ - "Other" + "LGPL-3.0-only" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/casacore/python-casacore" }, "setuptools": { @@ -18270,22 +18270,22 @@ }, "PyOpenGL/3.1.7-GCCcore-12.3.0": { "PyOpenGL-accelerate": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/PyOpenGL-accelerate" }, "PyOpenGL": { - "License": "not found", - "Permission to redistribute": false, - "Retrieved from": "not found" + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/PyOpenGL" } }, "ipympl/0.9.3-gfbf-2023a": { "ipympl": { "License": [ - "Other" + "BSD-3-Clause" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/matplotlib/ipympl" } }, From a5811fdc90c389cb9bd61b75c007148673c95701 Mon Sep 17 00:00:00 2001 From: torri Date: Wed, 7 May 2025 10:48:10 +0200 Subject: [PATCH 24/30] last batch of manual reviews --- licenses/extension_licenses.json | 154 +++++++++++++++---------------- 1 file changed, 77 insertions(+), 77 deletions(-) diff --git a/licenses/extension_licenses.json b/licenses/extension_licenses.json index dddbf4af8e..2fa8dec39f 100644 --- a/licenses/extension_licenses.json +++ b/licenses/extension_licenses.json @@ -9295,7 +9295,7 @@ "License": [ "SSPL-1.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/r-dbi/DBI" }, "dbplyr": { @@ -10278,7 +10278,7 @@ "License": [ "SSPL-1.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/futureverse/future" }, "gam": { @@ -10775,7 +10775,7 @@ "License": [ "SSPL-1.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/futureverse/globals" }, "glue": { @@ -10930,7 +10930,7 @@ "License": [ "SSPL-1.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://tibshirani.su.domains/GSA/" }, "gsalib": { @@ -11313,7 +11313,7 @@ "License": [ "SSPL-1.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/eddelbuettel/inline" }, "intergraph": { @@ -11694,7 +11694,7 @@ "License": [ "SSPL-1.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=lda" }, "ldbounds": { @@ -11804,7 +11804,7 @@ "License": [ "SSPL-1.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/HenrikBengtsson/listenv" }, "lme4": { @@ -12557,7 +12557,7 @@ "License": [ "SSPL-1.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=mvabund" }, "mvnfast": { @@ -12975,7 +12975,7 @@ "License": [ "SSPL-1.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/futureverse/parallelly" }, "parallelMap": { @@ -13624,42 +13624,42 @@ "License": [ "SSPL-1.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/HenrikBengtsson/R.cache" }, "R.matlab": { "License": [ "SSPL-1.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/HenrikBengtsson/R.matlab" }, "R.methodsS3": { "License": [ "SSPL-1.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/HenrikBengtsson/R.methodsS3" }, "R.oo": { "License": [ "SSPL-1.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/HenrikBengtsson/R.oo" }, "R.rsp": { "License": [ "SSPL-1.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/henrikbengtsson/R.rsp" }, "R.utils": { "License": [ "SSPL-1.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/henrikbengtsson/R.utils" }, "R2WinBUGS": { @@ -15329,7 +15329,7 @@ "License": [ "SSPL-1.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/therneau/survival" }, "survivalROC": { @@ -17142,7 +17142,7 @@ "BeautifulSoup/4.12.2-GCCcore-12.3.0": { "BeautifulSoup": { "License": "MIT", - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://pypi.org/project/BeautifulSoup/" }, "soupsieve": { @@ -17212,7 +17212,7 @@ }, "prompt_toolkit": { "License": "BSD", - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://pypi.org/project/prompt-toolkit/" }, "pure_eval": { @@ -17222,7 +17222,7 @@ }, "stack_data": { "License": "MIT", - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://pypi.org/project/stack-data/" }, "traitlets": { @@ -17278,7 +17278,7 @@ }, "prompt_toolkit": { "License": "BSD", - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://pypi.org/project/prompt-toolkit/" }, "pure_eval": { @@ -17288,7 +17288,7 @@ }, "stack_data": { "License": "MIT", - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://pypi.org/project/stack-data/" }, "traitlets": { @@ -19581,7 +19581,7 @@ "License": [ "SSPL-1.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/r-dbi/DBI" }, "dbplyr": { @@ -19665,7 +19665,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/sgsokol/Deriv" }, "DescTools": { @@ -20503,7 +20503,7 @@ "License": [ "SSPL-1.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/futureverse/future" }, "gam": { @@ -20972,7 +20972,7 @@ "License": [ "SSPL-1.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/futureverse/globals" }, "gmm": { @@ -21105,7 +21105,7 @@ "License": [ "SSPL-1.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://tibshirani.su.domains/GSA/" }, "gsalib": { @@ -21439,7 +21439,7 @@ "License": [ "SSPL-1.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/eddelbuettel/inline" }, "insight": { @@ -21792,7 +21792,7 @@ "License": [ "SSPL-1.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=lda" }, "ldbounds": { @@ -21895,7 +21895,7 @@ "License": [ "SSPL-1.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/HenrikBengtsson/listenv" }, "lme4": { @@ -22629,7 +22629,7 @@ "License": [ "SSPL-1.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=mvabund" }, "mvnfast": { @@ -23035,7 +23035,7 @@ "License": [ "SSPL-1.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/futureverse/parallelly" }, "parallelMap": { @@ -23614,42 +23614,42 @@ "License": [ "SSPL-1.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/HenrikBengtsson/R.cache" }, "R.matlab": { "License": [ "SSPL-1.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/HenrikBengtsson/R.matlab" }, "R.methodsS3": { "License": [ "SSPL-1.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/HenrikBengtsson/R.methodsS3" }, "R.oo": { "License": [ "SSPL-1.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/HenrikBengtsson/R.oo" }, "R.rsp": { "License": [ "SSPL-1.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/henrikbengtsson/R.rsp" }, "R.utils": { "License": [ "SSPL-1.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/henrikbengtsson/R.utils" }, "R2WinBUGS": { @@ -24419,7 +24419,7 @@ "License": [ "SSPL-1.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/r-dbi/RSQLite" }, "Rssa": { @@ -24433,7 +24433,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://mc-stan.org/rstan/" }, "rstantools": { @@ -25213,7 +25213,7 @@ "License": [ "SSPL-1.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/therneau/survival" }, "survivalROC": { @@ -27345,7 +27345,7 @@ "License": [ "SSPL-1.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/r-dbi/DBI" }, "dbplyr": { @@ -28267,7 +28267,7 @@ "License": [ "SSPL-1.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/futureverse/future" }, "gam": { @@ -28736,7 +28736,7 @@ "License": [ "SSPL-1.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/futureverse/globals" }, "gmm": { @@ -28869,7 +28869,7 @@ "License": [ "SSPL-1.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://tibshirani.su.domains/GSA/" }, "gsalib": { @@ -29203,7 +29203,7 @@ "License": [ "SSPL-1.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/eddelbuettel/inline" }, "intergraph": { @@ -29549,7 +29549,7 @@ "License": [ "SSPL-1.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=lda" }, "ldbounds": { @@ -29652,7 +29652,7 @@ "License": [ "SSPL-1.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/HenrikBengtsson/listenv" }, "lme4": { @@ -30372,7 +30372,7 @@ "License": [ "SSPL-1.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=mvabund" }, "mvnfast": { @@ -30778,7 +30778,7 @@ "License": [ "SSPL-1.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/futureverse/parallelly" }, "parallelMap": { @@ -31343,7 +31343,7 @@ "License": [ "SSPL-1.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/HenrikBengtsson/R.cache" }, "R.matlab": { @@ -32148,7 +32148,7 @@ "License": [ "SSPL-1.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/r-dbi/RSQLite" }, "Rssa": { @@ -32162,7 +32162,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://mc-stan.org/rstan/" }, "rstantools": { @@ -32942,7 +32942,7 @@ "License": [ "SSPL-1.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/therneau/survival" }, "survivalROC": { @@ -33929,21 +33929,21 @@ "License": [ "SSPL-1.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/HenrikBengtsson/aroma.affymetrix" }, "aroma.apd": { "License": [ "SSPL-1.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/HenrikBengtsson/aroma.apd" }, "aroma.core": { "License": [ "SSPL-1.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/HenrikBengtsson/aroma.core" }, "aroma.light": { @@ -34506,7 +34506,7 @@ "License": [ "CNRI-Python-GPL-Compatible" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=DRIMSeq" }, "DropletUtils": { @@ -34894,7 +34894,7 @@ "License": [ "MIT-feh" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/RGLab/ggcyto" }, "ggdendro": { @@ -34915,7 +34915,7 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/LKremer/ggpointdensity" }, "ggrastr": { @@ -34929,7 +34929,7 @@ "License": [ "SSPL-1.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/omarwagih/ggseqlogo" }, "ggthemes": { @@ -35025,7 +35025,7 @@ "License": [ "SSPL-1.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=gsmoothr" }, "gson": { @@ -35789,21 +35789,21 @@ "License": [ "SSPL-1.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/henrikbengtsson/R.devices" }, "R.filesets": { "License": [ "SSPL-1.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/HenrikBengtsson/R.filesets" }, "R.huge": { "License": [ "SSPL-1.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/HenrikBengtsson/R.huge" }, "rainbow": { @@ -36127,7 +36127,7 @@ "License": [ "SSPL-1.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://statweb.stanford.edu/~tibs/SAM" }, "SamSPECTRAL": { @@ -36751,21 +36751,21 @@ "License": [ "SSPL-1.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/HenrikBengtsson/aroma.affymetrix" }, "aroma.apd": { "License": [ "SSPL-1.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/HenrikBengtsson/aroma.apd" }, "aroma.core": { "License": [ "SSPL-1.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/HenrikBengtsson/aroma.core" }, "aroma.light": { @@ -37800,7 +37800,7 @@ "License": [ "SSPL-1.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/omarwagih/ggseqlogo" }, "ggthemes": { @@ -37896,7 +37896,7 @@ "License": [ "SSPL-1.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=gsmoothr" }, "gson": { @@ -38688,21 +38688,21 @@ "License": [ "SSPL-1.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/henrikbengtsson/R.devices" }, "R.filesets": { "License": [ "SSPL-1.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/HenrikBengtsson/R.filesets" }, "R.huge": { "License": [ "SSPL-1.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/HenrikBengtsson/R.huge" }, "rainbow": { @@ -39033,7 +39033,7 @@ "License": [ "SSPL-1.0" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://statweb.stanford.edu/~tibs/SAM" }, "SamSPECTRAL": { @@ -39922,7 +39922,7 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/Unidata/cftime" }, "netcdf4-python": { @@ -39936,7 +39936,7 @@ "License": [ "AML" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/Unidata/cftime" }, "netcdf4-python": { @@ -43385,7 +43385,7 @@ "License": [ "BSD-3-Clause-Attribution" ], - "Permission to redistribute": false, + "Permission to redistribute": true, "Retrieved from": "https://github.com/psycopg/psycopg2" } }, From 4230409fcc1bc02860d469c62ad127b45fdde877 Mon Sep 17 00:00:00 2001 From: torri Date: Wed, 7 May 2025 14:49:16 +0200 Subject: [PATCH 25/30] actions test --- .github/workflows/check_licenses.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/check_licenses.yml b/.github/workflows/check_licenses.yml index 6fada32e31..1d49312679 100644 --- a/.github/workflows/check_licenses.yml +++ b/.github/workflows/check_licenses.yml @@ -28,13 +28,13 @@ jobs: run: | git fetch origin ${{ github.base_ref }} # FILES=$(git diff --name-only origin/${{ github.base_ref }} HEAD | grep "eessi-*.yml" ) - git diff --name-only origin/${{ github.base_ref }} HEAD | grep "easystacks*eessi-*.yml" - echo "Easystacks between PR and base branch:" - echo $FILES - for FILE in "${FILES[@]}"; do - echo "Diff for $FILE:" - git diff origin/${{ github.base_ref }} HEAD -- "$FILE" >> new.${FILE} - done + git diff --name-only origin/${{ github.base_ref }} HEAD | grep -E 'easystacks/.*/eessi-.*\.yml' + # echo "Easystacks between PR and base branch:" + #echo $FILES + #for FILE in "${FILES[@]}"; do + # echo "Diff for $FILE:" + # git diff origin/${{ github.base_ref }} HEAD -- "$FILE" >> new.${FILE} + #done - name: Parse this EasyStack run: | From b403188299b0117029dec329776083ac550f4772 Mon Sep 17 00:00:00 2001 From: torri Date: Wed, 7 May 2025 14:57:17 +0200 Subject: [PATCH 26/30] another test --- .github/workflows/check_licenses.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check_licenses.yml b/.github/workflows/check_licenses.yml index 1d49312679..616e8126b7 100644 --- a/.github/workflows/check_licenses.yml +++ b/.github/workflows/check_licenses.yml @@ -28,9 +28,9 @@ jobs: run: | git fetch origin ${{ github.base_ref }} # FILES=$(git diff --name-only origin/${{ github.base_ref }} HEAD | grep "eessi-*.yml" ) - git diff --name-only origin/${{ github.base_ref }} HEAD | grep -E 'easystacks/.*/eessi-.*\.yml' + FILES=$(git diff --name-only origin/${{ github.base_ref }} HEAD | grep -E 'easystacks/.*/eessi-.*\.yml') # echo "Easystacks between PR and base branch:" - #echo $FILES + echo $FILES #for FILE in "${FILES[@]}"; do # echo "Diff for $FILE:" # git diff origin/${{ github.base_ref }} HEAD -- "$FILE" >> new.${FILE} From 1ffbe5ac9bb575be3d3b75466360a62bb13b0415 Mon Sep 17 00:00:00 2001 From: torri Date: Wed, 28 May 2025 10:18:51 +0200 Subject: [PATCH 27/30] testing an hypothesis --- .github/workflows/check_licenses.yml | 36 +++++++++++++--------------- licenses/parse_easystack.py | 5 ++++ 2 files changed, 22 insertions(+), 19 deletions(-) create mode 100644 licenses/parse_easystack.py diff --git a/.github/workflows/check_licenses.yml b/.github/workflows/check_licenses.yml index 616e8126b7..d39d7a5d4a 100644 --- a/.github/workflows/check_licenses.yml +++ b/.github/workflows/check_licenses.yml @@ -14,29 +14,27 @@ jobs: runs-on: ubuntu-latest steps: - - name: Checkout out software-layer repository - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - - name: Set up Python - uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c - with: - python-version: '3.9' + - uses: actions/checkout@v4 + - uses: eessi/github-action-eessi@v3 - name: If an EasyStack has been modified, create a mini EasyStack file to parse run: | - git fetch origin ${{ github.base_ref }} - # FILES=$(git diff --name-only origin/${{ github.base_ref }} HEAD | grep "eessi-*.yml" ) - FILES=$(git diff --name-only origin/${{ github.base_ref }} HEAD | grep -E 'easystacks/.*/eessi-.*\.yml') - # echo "Easystacks between PR and base branch:" - echo $FILES - #for FILE in "${FILES[@]}"; do - # echo "Diff for $FILE:" - # git diff origin/${{ github.base_ref }} HEAD -- "$FILE" >> new.${FILE} - #done + git fetch https://github.com/${{ github.repository }} ${{ github.base_ref }} + FILES=$(git diff --name-only FETCH_HEAD HEAD | grep -E 'easystacks/.*/eessi-.*\.yml') + + echo "$FILES" | while read -r FILE; do + echo "Diff for $FILE:" + git diff --unified=0 --no-color FETCH_HEAD HEAD -- "$FILE" | grep '^+' | grep -v '^+++' >> new.added_lines.yml + done - name: Parse this EasyStack run: | - cat new.* + cat new.added_lines.yml + module load EasyBuild + if [ -s new.added_lines.yml ]; then + echo "Parsing the EasyStack file..." + python licenses/parse_easystack.py new.added_lines.yml + else + echo "No changes detected in the EasyStack file." + fi diff --git a/licenses/parse_easystack.py b/licenses/parse_easystack.py new file mode 100644 index 0000000000..238c0b05df --- /dev/null +++ b/licenses/parse_easystack.py @@ -0,0 +1,5 @@ +from easybuild.framework.easystack import parse_easystack + +test = parse_easystack(sys.argv[1]) + +print(test) \ No newline at end of file From 668d9a6c22f9e5d9f4d69e3819d5e823e6761d27 Mon Sep 17 00:00:00 2001 From: torri Date: Wed, 28 May 2025 10:28:38 +0200 Subject: [PATCH 28/30] tiny fixes --- .github/workflows/check_licenses.yml | 2 +- licenses/parse_easystack.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check_licenses.yml b/.github/workflows/check_licenses.yml index d39d7a5d4a..0377d34a74 100644 --- a/.github/workflows/check_licenses.yml +++ b/.github/workflows/check_licenses.yml @@ -24,7 +24,7 @@ jobs: echo "$FILES" | while read -r FILE; do echo "Diff for $FILE:" - git diff --unified=0 --no-color FETCH_HEAD HEAD -- "$FILE" | grep '^+' | grep -v '^+++' >> new.added_lines.yml + git diff --unified=0 --no-color FETCH_HEAD HEAD -- "$FILE" | grep '^+' | grep -v '^+++' | cut -c2- >> new.added_lines.yml done - name: Parse this EasyStack diff --git a/licenses/parse_easystack.py b/licenses/parse_easystack.py index 238c0b05df..eb0c079749 100644 --- a/licenses/parse_easystack.py +++ b/licenses/parse_easystack.py @@ -1,4 +1,5 @@ from easybuild.framework.easystack import parse_easystack +import sys test = parse_easystack(sys.argv[1]) From e9d08c14fabf842d56b4fa155c847125e8efed89 Mon Sep 17 00:00:00 2001 From: torri Date: Fri, 8 Aug 2025 09:57:48 +0200 Subject: [PATCH 29/30] adding new workflow and script --- .github/workflows/check_licenses_2.yml | 111 ++++++++++++ licenses/parse_licenses.py | 239 +++++++++++++++++++++++++ licenses/parsing_easyconfigs.py | 105 +++++++++++ 3 files changed, 455 insertions(+) create mode 100644 .github/workflows/check_licenses_2.yml create mode 100644 licenses/parse_licenses.py create mode 100644 licenses/parsing_easyconfigs.py diff --git a/.github/workflows/check_licenses_2.yml b/.github/workflows/check_licenses_2.yml new file mode 100644 index 0000000000..8909330de5 --- /dev/null +++ b/.github/workflows/check_licenses_2.yml @@ -0,0 +1,111 @@ +name: Check and update licenses 2 + +on: + push: + branches: [ "*-software.eessi.io" ] + pull_request: + branches: [ "*-software.eessi.io" ] + # types: [opened, synchronized] +permissions: + contents: read # we dont need to write + +jobs: + license_update: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v4 + - uses: eessi/github-action-eessi@v3 + + - name: Check for missing installlations + run: | + export EESSI_SOFTWARE_SUBDIR_OVERRIDE=${{matrix.EESSI_SOFTWARE_SUBDIR_OVERRIDE}} + source /cvmfs/software.eessi.io/versions/${EESSI_VERSION}/init/bash + + # set $EESSI_CPU_FAMILY to the CPU architecture that corresponds to $EESSI_SOFTWARE_SUBDIR_OVERRIDE (part before the first slash), + # to prevent issues with checks in the Easybuild configuration that use this variable + export EESSI_CPU_FAMILY=${EESSI_SOFTWARE_SUBDIR_OVERRIDE%%/*} + export EESSI_PREFIX=/cvmfs/software.eessi.io/versions/${EESSI_VERSION} + export EESSI_OS_TYPE=linux + env | grep ^EESSI | sort + + # first check the CPU-only builds for this target + echo "first run eb --missing --easystack " + # create a temporary directory to store the output + LOCAL_TMPDIR=$(mktemp -d) + eb_missing_out=$LOCAL_TMPDIR/eb_missing.out + + for easystack_file in $(EESSI_VERSION=${EESSI_VERSION} .github/workflows/scripts/only_latest_easystacks.sh); do + eb_version=$(echo ${easystack_file} | sed 's/.*eb-\([0-9.]*\).*.yml/\1/g') + echo "check missing installations for ${easystack_file} with EasyBuild ${eb_version}..." + module purge + module load EasyBuild/${eb_version} + which eb + eb --version + eb --missing --easystack ${easystack_file} 2>&1 | tee ${eb_missing_out} + + grep " required modules missing:" ${eb_missing_out} > /dev/null + + exit_code=$? + if [[ ${exit_code} -ne 0 ]]; then echo "missing installations found for ${easystack_file}!" >&2; + else + echo "no missing installations found for ${easystack_file}." + exit 0 + fi + + grep + + done + + - name: Check for modules existing in licenses.json file + run: | + if [ -s licenses/licenses.json ]; then + echo "licenses.json file exists, checking for modules that are not in the file..." + grep -oP '\(\K[^)]+' ${eb_missing_out} | sort | uniq > missing_modules.txt + echo "Modules to check" + cat missing_modules.txt + + # Check if module exists as key in JSON + while read -r module; do + if ! jq -e --arg key "$module" 'has($key)' "licenses.json" > /dev/null; then + missing_modules+=("$module") + fi + done < missing_modules.txt + + echo $missing_modules > missing_modules.txt + echo "Modules not in licenses.json: ${missing_modules[@]}" + + else + echo "licenses.json file does not exist? what happened?" + exit 1 + fi + + - name : Search sources for missing modules + run: | + if [ -s missing_modules.txt ]; then + echo "Searching sources for missing modules..." + # Generates a "modules_results.json" file + licenses/parse_easyconfig.py missing_modules.txt + fi + + - name : Try to fetch the license + run: | + if [ -s modules_results.json ]; then + echo "modules_results.json file exists, trying to fetch the license..." + licenses/parse_licenses.py modules_results.json + else + echo "modules_results.json file does not exist, skipping license fetch." + fi + + - name: Check for missing licenses + run: | + grep -3 "not found" licenses.json + exit_code=$? + if [[ ${exit_code} -ne 0 ]]; then + echo "No missing licenses found." + else + echo "Missing licenses found, please check the licenses.json file." + exit 1 + fi + + diff --git a/licenses/parse_licenses.py b/licenses/parse_licenses.py new file mode 100644 index 0000000000..2f09c9ba4f --- /dev/null +++ b/licenses/parse_licenses.py @@ -0,0 +1,239 @@ +import requests +import json +import os +import re +from urllib.parse import quote +from bs4 import BeautifulSoup + +# API Endpoints +URL_REPO = "https://repos.ecosyste.ms/api/v1/repositories/lookup?url=" +URL_REG = "https://packages.ecosyste.ms/api/v1/packages/lookup?repository_url=" + +# Constants +MAX_DEPTH = 3 + +# Load SPDX License Data to interpolate with found license files +with open("spdx-list.json", "r") as f: + spdx_data = json.load(f) +SPDX_LICENSES = { + entry["licenseId"].lower(): { + "id": entry["licenseId"], + "name": entry["name"], + "isOsiApproved": entry.get("isOsiApproved", False), + "isFsfLibre": entry.get("isFsfLibre", False) + } + for entry in spdx_data["licenses"] +} + +def clean_repo_url(url): + """Removes unnecessary parts like /archive/, /releases/, and .git from repo URLs.""" + url = re.sub(r"/(archive|releases|tags|download)/.*$", "", url) + return re.sub(r"\.git$", "", url) + +def is_valid_repo_url(url): + """Checks if the URL is a valid GitHub/GitLab repository.""" + return re.match(r"https?://(github|gitlab)\.com/[^/]+/[^/]+/?$", url) + +def fetch_license_from_ecosystems(url, depth=0): + """Fetches license information from ecosyste.ms API with a depth limit.""" + if depth > MAX_DEPTH: + print(f"Max depth reached for {url}, stopping recursion.") + return "not found", "not found" + + clean_url = clean_repo_url(url) + formatted_url = quote(clean_url, safe="") + print(f"Depth {depth}: Checking {url}") + + try: + repo_response = requests.get(f"{URL_REPO}{formatted_url}") + reg_response = requests.get(f"{URL_REG}{formatted_url}") + except requests.RequestException as e: + print(f"Request failed: {e}") + return "not found", "not found" + + if repo_response.status_code == 200: + data = repo_response.json() + license_info = data.get("license", "not found") + repo_url = data.get("repository_url", "not found") + + if license_info in ("not found", "other", "Other"): + scraped_license = scrape_license(clean_url) + print("SCRAPED LICENSE"+str(scraped_license)) + if scraped_license != "not found": + return scraped_license[0], scraped_license[1] + + return license_info, repo_url + + if reg_response.status_code == 200: + data = reg_response.json() + print(f"for {URL_REG}{formatted_url}") + if isinstance(data, list) and data: + license_info = data[0].get("normalized_licenses", "not found") + repo_url = data[0].get("repository_url", "not found") + if license_info in ("not found", "other", "Other"): + scraped_license = scrape_repo_from_package(clean_url, depth + 1) + print("SCRAPED LICENSE"+str(scraped_license)) + if scraped_license != "not found": + return scraped_license[0], scraped_license[1] + + return license_info, repo_url + else: + scraped_license = scrape_license(clean_url) + print("SCRAPED LICENSE"+str(scraped_license)) + if scraped_license != "not found": + return scraped_license, scraped_license[1] + + return scrape_repo_from_package(clean_url, depth + 1) + +#def scrape_license(repo_url): +# try: +# response = requests.get(repo_url) +# response.raise_for_status() +# except requests.RequestException: +# return "not found" + +# soup = BeautifulSoup(response.text, "html.parser") +# for link in soup.find_all("a", href=True): +# if re.search(r"license|copying|copyright|legal", link.text, re.IGNORECASE): +# license_url = requests.compat.urljoin(repo_url, link["href"]) +# license_text = requests.get(license_url).text.lower() +# print(str(license_text)) +# for spdx_id, content in SPDX_LICENSES.items(): +# print("spdx_id: "+spdx_id) +# print("name: "+content.get("name")) +# if spdx_id or content.get("name") in license_text: +# return spdx_id, license_url +# if "GNU General Public License" in license_text: +# return "GPL-3.0", license_url +# return "not found", license_url +# return "not found" + +def scrape_license(repo_url): + try: + response = requests.get(repo_url) + response.raise_for_status() + except requests.RequestException: + return "not found" + + soup = BeautifulSoup(response.text, "html.parser") + + # Step 1: Find the license file URL + license_url = None + for link in soup.find_all("a", href=True): + if re.search(r"license|copying|copyright|legal", link.text, re.IGNORECASE): + license_url = requests.compat.urljoin(repo_url, link["href"]) + break + + if not license_url: + return "not found" + + # Step 2: Handle the license file content based on the platform + if "github.com" in repo_url: + # GitHub specific handling + # Convert the GitHub blob URL to a raw URL + license_url = license_url.replace("/blob/", "/raw/") + elif "gitlab.com" in repo_url or "gitlab." in repo_url: # Custom GitLab instances + # GitLab specific handling + # Convert the GitLab blob URL to a raw URL + license_url = license_url.replace("/blob/", "/raw/") + + # Step 3: Fetch and process the license file content + try: + license_response = requests.get(license_url) + license_response.raise_for_status() + license_text = license_response.text.lower() + + # Step 4: Match the license text against SPDX licenses + for spdx_id, content in SPDX_LICENSES.items(): + if content.get("name").lower() in license_text: + return spdx_id, license_url + if "general public license" in license_text: + return "GPL-3.0", license_url + return "not found", license_url + except requests.RequestException: + return "not found", "not found" + +def scrape_repo_from_package(url, depth=0): + """Scrapes a package homepage for a GitHub/GitLab repository link.""" + if depth > MAX_DEPTH: + print(f"Max depth reached for {url}, stopping recursion.") + return "not found", "not found" + + try: + response = requests.get(url, timeout=10) + response.raise_for_status() + except requests.RequestException: + print(f"Failed to fetch {url}") + return "not found", "not found" + + soup = BeautifulSoup(response.text, "html.parser") + for tag in soup.find_all("a", href=True): + if is_valid_repo_url(tag["href"]): + return fetch_license_from_ecosystems(tag["href"], depth + 1) + + return "not found", "not found" + +def fetch_license_from_homepage_or_source(module_data): + """Attempts to fetch the license using the module's homepage or source URL.""" + for key in ["Homepage", "Source URL"]: + url = module_data.get(key, "N/A") + if url and url != "N/A": + license_info, repo_url = fetch_license_from_ecosystems(url) + if license_info != "not found": + return license_info, repo_url + return "not found", "not found" + +def process_modules_for_licenses(modules_file): + """Processes module JSON file to retrieve license information.""" + with open(modules_file, "r") as f: + modules = json.load(f) + + results = {} + for module in modules: + module_name = module["Module"] + license_info, url = fetch_license_from_homepage_or_source(module) + is_redistributable = False + + if isinstance(license_info, tuple): + license_info = license_info[0] # Extract the actual license ID + if isinstance(license_info, tuple): # don't know why sometimes there are tuples of tuples + license_info = license_info[0] # Extract the actual license ID + + if isinstance(license_info, dict): + license_info = license_info.get("id", "not found") # Ensure it's a string + + if isinstance(license_info, list): + license_info = ", ".join(license_info) if license_info else "not found" # Convert list to string + + license_info_normalized = license_info.lower() if isinstance(license_info, str) else license_info + + if license_info_normalized in SPDX_LICENSES: + spdx_details = SPDX_LICENSES[license_info_normalized] + is_redistributable = spdx_details["isOsiApproved"] or spdx_details["isFsfLibre"] + + results[module_name] = { + "License": license_info, + "Permission to redistribute": is_redistributable, + "Retrieved from": url + } + return results + + +def save_license_results(results, output_file="licenses.json"): + """Saves license information to a JSON file.""" + with open(output_file, "w") as f: + json.dump(results, f, indent=4) + print(f"License information saved to {output_file}") + +def main(): + modules_file = "modules_results.json" + if not os.path.exists(modules_file): + print(f"Error: {modules_file} not found.") + return + + license_results = process_modules_for_licenses(modules_file) + save_license_results(license_results) + +if __name__ == "__main__": + main() + diff --git a/licenses/parsing_easyconfigs.py b/licenses/parsing_easyconfigs.py new file mode 100644 index 0000000000..c0ca133f2e --- /dev/null +++ b/licenses/parsing_easyconfigs.py @@ -0,0 +1,105 @@ +import os +import re +import requests +import json + + +def get_easyconfig_filename(module_name): + """Generates the expected EasyConfig filename based on the module name.""" + return f"{module_name.replace('/', '-')}.eb" + + +def get_easyconfig_url(module_name): + """Constructs the GitHub raw URL for the EasyConfig file.""" + easyconfig_filename = get_easyconfig_filename(module_name) + first_letter = module_name[0].lower() + base_url = "https://raw.githubusercontent.com/easybuilders/easybuild-easyconfigs/develop/easybuild/easyconfigs" + return f"{base_url}/{first_letter}/{module_name.split('/')[0]}/{easyconfig_filename}" + + +def extract_homepage_or_source(easyconfig_url, module_name): + """Fetches the EasyConfig file and extracts the homepage or source URL.""" + try: + response = requests.get(easyconfig_url) + response.raise_for_status() + content = response.text + + homepage_match = re.search(r"homepage\s*=\s*['\"](.*?)['\"]", content) + source_match = re.search( + r"source_urls\s*=\s*\[['\"](.*?)['\"]\]", content) + + homepage = homepage_match.group(1) if homepage_match else "N/A" + source_url = source_match.group(1) if source_match else "N/A" + + match = re.match(r"^(.*?)/([\d\.]+)-.*$", module_name) + if match: + name, version = match.groups() + version_parts = version.split('.') + version_major = version_parts[0] if len(version_parts) > 0 else "" + version_major_minor = '.'.join(version_parts[:2]) if len(version_parts) > 1 else "" + nameletter = name[0] if name else "" + namelower = name.lower() + + # Replace placeholders + for placeholder, value in { + "%(name)s": name, + "%(namelower)s": namelower, + "%(version)s": version, + "%(version_major)s": version_major, + "%(version_major_minor)s": version_major_minor, + "%(nameletter)s": nameletter, + }.items(): + homepage = homepage.replace(placeholder, value) + source_url = source_url.replace(placeholder, value) + + return homepage, source_url + except requests.RequestException: + return "N/A", "N/A" + + +def process_modules(module_list): + """Processes a list of modules to retrieve homepage and source URLs.""" + results = [] + + for module in module_list: + easyconfig_url = get_easyconfig_url(module) + homepage, source_url = extract_homepage_or_source(easyconfig_url, module) + + results.append({ + "Module": module, + "EasyConfig URL": easyconfig_url, + "Homepage": homepage, + "Source URL": source_url + }) + + return results + + +def load_modules_from_file(filename): + """Loads module names from a text file.""" + with open(filename, "r") as f: + return [line.strip() for line in f if line.strip()] + + +def main(): + # Change this if your file has a different name + filename = "filtered_only_modules.txt" + + if not os.path.exists(filename): + print(f"Error: {filename} not found.") + return + + module_list = load_modules_from_file(filename) + results = process_modules(module_list) + + # Save results to a JSON file + output_file = "modules_results.json" # Output file to store results + + with open(output_file, "w") as f: + json.dump(results, f, indent=4) + + print(f"Results saved to {output_file}") + + +if __name__ == "__main__": + main() From ab3d4af7e3d2e35fae61857eac5fb22d7a488405 Mon Sep 17 00:00:00 2001 From: torri Date: Fri, 8 Aug 2025 10:02:01 +0200 Subject: [PATCH 30/30] removing deprecated script --- licenses/parse_easystack.py | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 licenses/parse_easystack.py diff --git a/licenses/parse_easystack.py b/licenses/parse_easystack.py deleted file mode 100644 index eb0c079749..0000000000 --- a/licenses/parse_easystack.py +++ /dev/null @@ -1,6 +0,0 @@ -from easybuild.framework.easystack import parse_easystack -import sys - -test = parse_easystack(sys.argv[1]) - -print(test) \ No newline at end of file