diff --git a/.github/workflows/check_licenses.yml b/.github/workflows/check_licenses.yml new file mode 100644 index 0000000000..0377d34a74 --- /dev/null +++ b/.github/workflows/check_licenses.yml @@ -0,0 +1,40 @@ +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: + - 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 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 '^+++' | cut -c2- >> new.added_lines.yml + done + + - name: Parse this EasyStack + run: | + 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/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 diff --git a/licenses/extension_licenses.json b/licenses/extension_licenses.json new file mode 100644 index 0000000000..2fa8dec39f --- /dev/null +++ b/licenses/extension_licenses.json @@ -0,0 +1,44203 @@ +{ + "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": true, + "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": [ + "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": [ + "LGPL-2.1-only" + ], + "Permission to redistribute": true, + "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": true, + "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": true, + "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": "https://pypi.org/project/docutils" + }, + "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": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "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": true, + "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": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pallets/jinja" + }, + "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": "https://pypi.org/project/lockfile" + }, + "MarkupSafe": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "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": [ + "LGPL-2.1-only" + ], + "Permission to redistribute": true, + "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": "https://pypi.org/project/pbr" + }, + "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": "https://pypi.org/project/pkginfo" + }, + "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": true, + "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": true, + "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": [ + "MIT" + ], + "Permission to redistribute": true, + "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": true, + "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": [ + "MIT" + ], + "Permission to redistribute": true, + "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", + "Permission to redistribute": true, + "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": [ + "MIT" + ], + "Permission to redistribute": true, + "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": "https://pypi.org/project/simplegeneric" + }, + "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": [ + "BSD-2-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/Sphinx" + }, + "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": "https://pypi.org/project/sphinxcontrib-jsmath" + }, + "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": [ + "MIT" + ], + "Permission to redistribute": true, + "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": true, + "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": "https://pypi.org/project/xlrd" + }, + "zipfile36": { + "License": [ + "PSF-2.0" + ], + "Permission to redistribute": true, + "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": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pypa/setuptools-scm" + }, + "tomli": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/hukkin/tomli" + }, + "typing-extensions": { + "License": [ + "GPL-1.0+" + ], + "Permission to redistribute": true, + "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": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pypa/setuptools-scm" + }, + "setuptools": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pypa/setuptools" + }, + "tomli": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/hukkin/tomli" + }, + "typing-extensions": { + "License": [ + "GPL-1.0+" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Carp" + }, + "constant": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=constant" + }, + "Data::Dumper": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Exporter" + }, + "File::Path": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jkeenan/File-Path" + }, + "File::Spec": { + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/File::Spec#COPYRIGHT" + }, + "Getopt::Long": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/sciurius/perl-Getopt-Long" + }, + "IO::File": { + "License": "unknown", + "Permission to redistribute": false, + "Retrieved from": "https://metacpan.org/pod/IO::File" + }, + "Text::ParseWords": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Text-ParseWords" + }, + "Thread::Queue": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=threads" + } + }, + "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": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Algorithm::Diff#LICENSE" + }, + "aliased": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/karenetheridge/aliased" + }, + "AnyEvent": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/release/MLEHMANN/AnyEvent-7.17/source/COPYING" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Archive-Extract" + }, + "Array::Transpose": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mrdvt92/perl-Array-Transpose" + }, + "Array::Utils": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Array::Utils#COPYRIGHT" + }, + "Authen::NTLM": { + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Authen::NTLM#HISTORY" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=AutoLoader" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=B-Lint" + }, + "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": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/release/MLEHMANN/Canary-Stability-2013/source/COPYING" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Carp" + }, + "Carp::Clan": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/karenetheridge/Carp-Clan" + }, + "Carp::Heavy": { + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/release/XSAWYERX/Carp-1.50/source/README" + }, + "Class::Accessor": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Class-Accessor" + }, + "Class::Data::Inheritable": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Class-Data-Inheritable" + }, + "Class::DBI": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Class::DBI#LICENSE" + }, + "Class::DBI::SQLite": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Class::DBI#LICENSE", + }, + "Class::Inspector": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/plicease/Class-Inspector" + }, + "Class::ISA": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Class::Inspector#COPYRIGHT-AND-LICENSE" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Clone" + }, + "Clone::Choose": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/perl5-utils/Clone-Choose" + }, + "common::sense": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/release/MLEHMANN/common-sense-3.75/source/LICENSE" + }, + "Config::General": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Config-General" + }, + "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": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Config::Simple#COPYRIGHT" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=constant" + }, + "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": "https://metacpan.org/pod/Crypt::DES#COPYRIGHT" + }, + "Crypt::Rijndael": { + "License": [ + "LGPL-3.0-only" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/leont/crypt-rijndael" + }, + "Cwd": { + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Cwd#COPYRIGHT" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Data-Dump" + }, + "Data::Dumper": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Data-Dumper" + }, + "Data::Dumper::Concise": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/p5sagit/Data-Dumper-Concise" + }, + "Data::Grove": { + "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": [ + "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": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Data::Stag#COPYRIGHT" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Data-UUID" + }, + "Date::Handler": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Date::Handler#COPYRIGHT" + }, + "Date::Language": { + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/release/ATOOMIC/TimeDate-2.33/source/README" + }, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=DBI" + }, + "DBIx::Admin::TableInfo": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ronsavage/DBIx-Admin-TableInfo" + }, + "DBIx::ContextualFetch": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/DBIx::ContextualFetch#LICENSE" + }, + "DBIx::Simple": { + "License": [ + "Other" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/DBIx::Simple#LICENSE" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Devel-CheckLib" + }, + "Devel::Cycle": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Devel::Cycle#COPYRIGHT-AND-LICENSE" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Devel-Size" + }, + "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": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Digest::MD5::File#COPYRIGHT-AND-LICENSE" + }, + "Digest::SHA1": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Digest-SHA1" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Encode" + }, + "Encode::Locale": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Encode-Locale" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Exporter" + }, + "Exporter::Declare": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Exporter-Declare" + }, + "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": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/release/NWCLARK/ExtUtils-Constant-0.25/source/README" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=ExtUtils-MakeMaker" + }, + "ExtUtils::ParseXS": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/ExtUtils::ParseXS#COPYRIGHT" + }, + "Fennec::Lite": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Fennec-Lite" + }, + "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": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/File::Find::Rule#COPYRIGHT" + }, + "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": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/release/MNEYLON/File-Grep-0.02/source/README" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=File-Next" + }, + "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": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/File::Spec#COPYRIGHT" + }, + "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": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "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": [ + "LGPL-2.0-or-later" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Git#COPYRIGHT" + }, + "GO": { + "License": "Unknown", + "Permission to redistribute": false, + "Retrieved from": "https://metacpan.org/pod/GO" + }, + "GO::Utils": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/GO::Utils::File" + }, + "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": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Heap#COPYRIGHT" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=HTML-Template" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=HTTP-Negotiate" + }, + "HTTP::Request": { + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/HTTP::Request#COPYRIGHT-AND-LICENSE" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=if" + }, + "Ima::DBI": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Ima::DBI#LICENSE" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Importer" + }, + "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": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/IO::String#COPYRIGHT" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=IO-Tty" + }, + "IPC::Cmd": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=IPC-Cmd" + }, + "IPC::Run": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=IPC-Run" + }, + "IPC::Run3": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/IPC::Run3#LICENSE" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=JSON" + }, + "JSON::XS": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/release/MLEHMANN/JSON-XS-4.03/source/COPYING" + }, + "Lingua::EN::PluralToSingular": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Lingua-EN-PluralToSingular" + }, + "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": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/List::Util#COPYRIGHT" + }, + "List::UtilsBy": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=List-UtilsBy" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Locale-Maketext-Simple" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Log-Handler" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Log-Message" + }, + "Log::Message::Simple": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Log-Message-Simple" + }, + "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": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Logger::Simple#COPYRIGHT" + }, + "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": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/LWP::Simple" + }, + "Mail::Util": { + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Mail::Util" + }, + "Math::Bezier": { + "License": [ + "Unknown" + ], + "Permission to redistribute": false, + "Retrieved from": "https://metacpan.org/pod/Math::Bezier" + }, + "Math::CDF": { + "License": [ + "Unknown" + ], + "Permission to redistribute": false, + "Retrieved from": "https://metacpan.org/pod/Math::CDF" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Math-Utils" + }, + "Math::VecStat": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Math-VecStat" + }, + "MCE::Mutex": { + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/MCE::Mutex" + }, + "Meta::Builder": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Meta-Builder" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=MIME-Charset" + }, + "MIME::Lite": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=MIME-Lite" + }, + "MIME::Types": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/markov2/perl5-MIME-Types" + }, + "Mixin::Linewise::Readers": { + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Mixin::Linewise::Readers#COPYRIGHT-AND-LICENSE" + }, + "Mock::Quick": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Mock-Quick" + }, + "Module::Build": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Module-Build" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Module-CoreList" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Module-Install" + }, + "Module::Load": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Module-Load" + }, + "Module::Load::Conditional": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Module-Load-Conditional" + }, + "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": [ + "MPL-2.0" + ], + "Permission to redistribute": true, + "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": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Net::Domain" + }, + "Net::HTTP": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/libwww-perl/Net-HTTP" + }, + "Net::SMTP::SSL": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Net::SMTP::SSL#COPYRIGHT" + }, + "Net::SNMP": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Net-SNMP" + }, + "Net::SSLeay": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/radiator-software/p5-net-ssleay" + }, + "Number::Compare": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Net::SMTP::SSL#COPYRIGHT" + }, + "Number::Format": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Number-Format" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Object-InsideOut" + }, + "Package::Constants": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Package-Constants" + }, + "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": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=PadWalker" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Params-Check" + }, + "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": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Pod::Man" + }, + "Pod::Parser": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/release/MAREKR/Pod-Parser-1.67/source/README" + }, + "Pod::Plainer": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Pod-Plainer" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Regexp-Common" + }, + "Role::HasMessage": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rjbs/Role-HasMessage" + }, + "Role::Identifiable::HasIdent": { + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Role::Identifiable::HasIdent" + }, + "Role::Tiny": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/moose/Role-Tiny" + }, + "Scalar::Util": { + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Scalar::Util#COPYRIGHT" + }, + "Scalar::Util::Numeric": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Scalar-Util-Numeric" + }, + "Scope::Guard": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Scope-Guard" + }, + "Set::Array": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Set-Array" + }, + "Set::IntervalTree": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Set-IntervalTree" + }, + "Set::IntSpan": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Set::IntSpan#COPYRIGHT" + }, + "Set::IntSpan::Fast": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Set-IntSpan-Fast" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Shell" + }, + "Socket": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Socket" + }, + "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": [ + "LGPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Statistics::Basic#COPYRIGHT" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Storable" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Sub-Info" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Switch" + }, + "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": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Template#COPYRIGHT" + }, + "Template::Plugin::Number::Format": { + "License": [ + "Unknown" + ], + "Permission to redistribute": false, + "Retrieved from": "https://metacpan.org/release/DARREN/Template-Plugin-Number-Format-1.06/source/README" + }, + "Term::Encoding": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/miyagawa/Term-Encoding" + }, + "Term::ReadKey": { + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Term::ReadKey#LICENSE" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Term-Table" + }, + "Term::UI": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jib/term-ui" + }, + "Test": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/release/JESSE/Test-1.26/source/README" + }, + "Test2::Plugin::NoWarnings": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/houseabsolute/Test2-Plugin-NoWarnings" + }, + "Test2::Require::Module": { + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Test2::Require::Module#COPYRIGHT" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Test-Differences" + }, + "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": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Test::File::ShareDir::Dist#COPYRIGHT-AND-LICENSE" + }, + "Test::Harness": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Test-Harness" + }, + "Test::LeakTrace": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/gfx/p5-Test-LeakTrace" + }, + "Test::Memory::Cycle": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Test::Memory::Cycle#COPYRIGHT" + }, + "Test::More": { + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Test::More#COPYRIGHT" + }, + "Test::More::UTF8": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Test-More-UTF8" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Test-Simple" + }, + "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": [ + "ISC" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Text-CSV" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Text-Diff" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Text-Glob" + }, + "Text::Iconv": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/release/MPIOTR/Text-Iconv-1.7/source/README" + }, + "Text::ParseWords": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Text-ParseWords" + }, + "Text::Soundex": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Text-Soundex" + }, + "Text::Table": { + "License": [ + "ISC" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Text::Table#COPYRIGHT" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Thread-Queue" + }, + "Throwable": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rjbs/Throwable" + }, + "Tie::Function": { + "License": [ + "Unknown" + ], + "Permission to redistribute": false, + "Retrieved from": "https://metacpan.org/release/DAVIDNICO/Tie-Function-0.02/source/README" + }, + "Tie::IxHash": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Tie-IxHash" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Time-Piece" + }, + "Time::Piece::MySQL": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Time::Piece::MySQL#COPYRIGHT" + }, + "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": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/release/MLEHMANN/Types-Serialiser-1.01/source/COPYING" + }, + "Unicode::LineBreak": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Unicode-LineBreak" + }, + "UNIVERSAL::moniker": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/UNIVERSAL::moniker#COPYRIGHT" + }, + "Unix::Processors": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Unix-Processors" + }, + "URI": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/libwww-perl/URI" + }, + "URI::Escape": { + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/URI::Escape#COPYRIGHT" + }, + "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": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Want#COPYRIGHT" + }, + "WWW::RobotRules": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=WWW-RobotRules" + }, + "XML::Bare": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=XML-Bare" + }, + "XML::DOM": { + "License": [ + "Other" + ], + "Permission to redistribute": false, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=XML-DOM" + }, + "XML::Filter::BufferText": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/XML::Filter::BufferText#COPYRIGHT" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=XML-Parser" + }, + "XML::RegExp": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/release/TJMATHER/XML-RegExp-0.04/source/README" + }, + "XML::SAX": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/XML::SAX#LICENSE" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=XML-SAX-Expat" + }, + "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": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/XML::SAX#LICENSE" + }, + "XML::Twig": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=XML-Twig" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=XSLoader" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Carp" + }, + "constant": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=constant" + }, + "Data::Dumper": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Exporter" + }, + "File::Path": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jkeenan/File-Path" + }, + "File::Spec": { + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/File::Spec#COPYRIGHT" + }, + "Getopt::Long": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/sciurius/perl-Getopt-Long" + }, + "IO::File": { + "License": "unknown", + "Permission to redistribute": false, + "Retrieved from": "https://metacpan.org/pod/IO::File" + }, + "Text::ParseWords": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Text-ParseWords" + }, + "Thread::Queue": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=threads" + } + }, + "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": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/hatch-fancy-pypi-readme/" + }, + "hatch_vcs": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/hatch-vcs/" + }, + "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": "Apache-1.0", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/trove-classifiers/" + } + }, + "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": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/repo-helper/hatch-requirements-txt" + }, + "hatch_fancy_pypi_readme": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/hatch-fancy-pypi-readme/" + }, + "hatch_vcs": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/hatch-vcs/" + }, + "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": "Apache-1.0", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/trove-classifiers/" + } + }, + "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": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/scikit-build/" + } + }, + "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": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/scikit-build/" + } + }, + "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": "https://pypi.org/project/docutils/" + }, + "flit": { + "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://pypi.org/project/flit-scm/" + }, + "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": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/setuptools-scm/" + }, + "tomli_w": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/tomli-w/" + }, + "typing-extensions": { + "License": [ + "GPL-1.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/python/typing_extensions" + }, + "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": "https://pypi.org/project/docutils/" + }, + "flit": { + "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://pypi.org/project/flit-scm/" + }, + "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": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/setuptools-scm/" + }, + "tomli_w": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/tomli-w/" + }, + "typing-extensions": { + "License": [ + "GPL-1.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/python/typing_extensions" + }, + "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": true, + "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": true, + "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": "BSD", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/semantic-version/" + }, + "setuptools-rust": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/PyO3/setuptools-rust" + }, + "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": "BSD", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/semantic-version/" + }, + "setuptools-rust": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/PyO3/setuptools-rust" + }, + "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": { + "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": [ + "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": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/python/importlib_metadata" + }, + "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": "https://pypi.org/project/lockfile/" + }, + "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": "https://pypi.org/project/pkginfo/" + }, + "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": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/poetry-core/" + }, + "poetry_plugin_export": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/poetry-plugin-export/" + }, + "ptyprocess": { + "License": [ + "ISC" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pexpect/ptyprocess" + }, + "pyproject_hooks": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/pyproject-hooks/" + }, + "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": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/SecretStorage/json" + }, + "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": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/python/importlib_metadata" + }, + "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": "https://pypi.org/project/lockfile/" + }, + "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": "https://pypi.org/project/pkginfo" + }, + "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": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/poetry-core/" + }, + "poetry_plugin_export": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/poetry-plugin-export/" + }, + "ptyprocess": { + "License": [ + "ISC" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pexpect/ptyprocess" + }, + "pyproject_hooks": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/pyproject-hooks/" + }, + "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": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/pypi/SecretStorage/json" + }, + "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": true, + "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": "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": [ + "LGPL-2.1-only" + ], + "Permission to redistribute": true, + "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": true, + "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": true, + "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": "https://pypi.org/project/docutils" + }, + "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": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "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": true, + "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": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pallets/jinja" + }, + "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": "https://pypi.org/project/lockfile" + }, + "markdown-it-py": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/executablebooks/markdown-it-py" + }, + "MarkupSafe": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pallets/markupsafe" + }, + "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": "https://pypi.org/project/pbr" + }, + "pexpect": { + "License": [ + "ISC" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pexpect/pexpect" + }, + "pkginfo": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/pkginfo" + }, + "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": true, + "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": true, + "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": [ + "MIT" + ], + "Permission to redistribute": true, + "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": true, + "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": [ + "MIT" + ], + "Permission to redistribute": true, + "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", + "Permission to redistribute": true, + "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": "https://pypi.org/project/simplegeneric" + }, + "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": [ + "BSD-2-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/sphinx-doc/sphinx" + }, + "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": "https://pypi.org/project/sphinxcontrib-jsmath" + }, + "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": [ + "MIT" + ], + "Permission to redistribute": true, + "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": "https://pypi.org/project/xlrd" + }, + "zipfile36": { + "License": [ + "PSF-2.0" + ], + "Permission to redistribute": true, + "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": true, + "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": true, + "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": [ + "LGPL-2.1-only" + ], + "Permission to redistribute": true, + "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": true, + "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": true, + "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": "https://pypi.org/project/docutils" + }, + "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": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "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": true, + "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": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pallets/jinja" + }, + "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": "https://pypi.org/project/lockfile" + }, + "markdown-it-py": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/executablebooks/markdown-it-py" + }, + "MarkupSafe": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pallets/markupsafe" + }, + "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": "https://pypi.org/project/pbr" + }, + "pexpect": { + "License": [ + "ISC" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pexpect/pexpect" + }, + "pkginfo": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/pkginfo" + }, + "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": true, + "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": true, + "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": [ + "MIT" + ], + "Permission to redistribute": true, + "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": true, + "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": [ + "MIT" + ], + "Permission to redistribute": true, + "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", + "Permission to redistribute": true, + "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": "https://pypi.org/project/simplegeneric" + }, + "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": true, + "Retrieved from": "https://github.com/sphinx-doc/sphinx" + }, + "sphinxcontrib-jsmath": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/sphinxcontrib-jsmath" + }, + "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": [ + "MIT" + ], + "Permission to redistribute": true, + "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": "https://pypi.org/project/xlrd" + }, + "zipfile36": { + "License": [ + "PSF-2.0" + ], + "Permission to redistribute": true, + "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": "BSD-2-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pydata/bottleneck" + }, + "deap": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "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": [ + "BSD-3-Clause", + "MIT", + "Zlib", + "Apache-2.0", + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/numpy/numpy" + }, + "pandas": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pandas-dev/pandas" + }, + "ply": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/ply" + }, + "pythran": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/serge-sans-paille/pythran" + }, + "scipy": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "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": [ + "Unlicense" + ], + "Permission to redistribute": true, + "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": "BSD-2-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pydata/bottleneck" + }, + "deap": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "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": [ + "BSD-3-Clause", + "MIT", + "Zlib", + "Apache-2.0", + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/numpy/numpy" + }, + "pandas": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pandas-dev/pandas" + }, + "ply": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/ply" + }, + "pythran": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/serge-sans-paille/pythran" + }, + "scipy": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "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": "BSD-2-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pydata/bottleneck" + }, + "deap": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "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": [ + "BSD-3-Clause", + "MIT", + "Zlib", + "Apache-2.0", + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/numpy/numpy" + }, + "pandas": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pandas-dev/pandas" + }, + "ply": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/ply" + }, + "pythran": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/serge-sans-paille/pythran" + }, + "scipy": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "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": [ + "Unlicense" + ], + "Permission to redistribute": true, + "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": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/Markdown/" + }, + "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": "Apache-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/tensorflow/" + }, + "termcolor": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/termcolor/termcolor" + }, + "Werkzeug": { + "License": "BSD", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/Werkzeug/" + }, + "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": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/Mako/" + }, + "MarkupSafe": { + "License": "BSD", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/MarkupSafe/" + } + }, + "Mako/1.2.4-GCCcore-13.2.0": { + "Mako": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/Mako/" + }, + "MarkupSafe": { + "License": "BSD", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/MarkupSafe/" + } + }, + "R/4.3.2-gfbf-2023a": { + "askpass": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://r-lib.r-universe.dev/askpass" + }, + "base": { + "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": [ + "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": "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": [ + "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": "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" + ], + "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": "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": "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": "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": [ + "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": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=jquerylib" + }, + "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": "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": [ + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=miniUI" + }, + "openssl": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://jeroen.r-universe.dev/openssl" + }, + "parallel": { + "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": [ + "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": true, + "Retrieved from": "https://github.com/rstudio/shiny" + }, + "sourcetools": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/kevinushey/sourcetools" + }, + "splines": { + "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": "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": "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": true, + "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": "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": [ + "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": "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": [ + "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": "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": [ + "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": 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": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=abe" + }, + "abind": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=adabag" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ADGofTest" + }, + "admisc": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dusadrian/admisc" + }, + "aggregation": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=AICcmodavg" + }, + "akima": { + "License": [ + "MIT-CMU" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=alabama" + }, + "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": true, + "Retrieved from": "https://github.com/jchiquet/aricode" + }, + "arm": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=asnipe" + }, + "assertive.base": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.base" + }, + "assertive.code": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.code" + }, + "assertive.data.uk": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.data.uk" + }, + "assertive.data.us": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.data.us" + }, + "assertive.data": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.data" + }, + "assertive.datetimes": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.datetimes" + }, + "assertive.files": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.files" + }, + "assertive.matrices": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.matrices" + }, + "assertive.models": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.models" + }, + "assertive.numbers": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.numbers" + }, + "assertive.properties": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.properties" + }, + "assertive.reflection": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.reflection" + }, + "assertive.sets": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.sets" + }, + "assertive.strings": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.strings" + }, + "assertive.types": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.types" + }, + "assertive": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bitbucket.org/richierocks/assertive" + }, + "assertthat": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=AUC" + }, + "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": "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=bartMachineJARs" + }, + "base": { + "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": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=base64" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=batchmeans" + }, + "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": true, + "Retrieved from": "https://github.com/jwindle/BayesLogit" + }, + "bayesm": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=bayesm" + }, + "BayesPen": { + "License": "not found", + "Permission to redistribute": true, + "Retrieved from": "not found" + }, + "bayesplot": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=BCEE" + }, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=beanplot" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=bigmemory.sri" + }, + "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": true, + "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": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=bmp" + }, + "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": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=boot" + }, + "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": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=bst" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=calibrate" + }, + "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": "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=celestial" + }, + "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": true, + "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": true, + "Retrieved from": "http://cstat.tuwien.ac.at/filz/" + }, + "chkptstanr": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=chron" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=circular" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=clue" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=clusterGeneration" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=clValid" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=coda" + }, + "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": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=combinat" + }, + "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": "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": [ + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=CompQuadForm" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=copCAR" + }, + "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": true, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=covsim" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=coxme" + }, + "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": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/csSAM" + }, + "ctmle": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ctmle" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=CVST" + }, + "CVXR": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://cvxr.rbind.io" + }, + "d3Network": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "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": true, + "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": true, + "Retrieved from": "http://CRAN.R-project.org/package=DataCombine" + }, + "datasets": { + "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": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=date" + }, + "dbarts": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/vdorie/dbarts" + }, + "DBI": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": true, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=deal" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=deldir" + }, + "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": true, + "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": true, + "Retrieved from": "https://github.com/florianhartig/DHARMa" + }, + "dHSIC": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=diagram" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=dichromat" + }, + "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": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=DiscriMiner" + }, + "dismo": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://rspatial.org/raster/sdm/" + }, + "distillery": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=distillery" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=DistributionUtils" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=dlm" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=doMC" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=doSNOW" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=drgee" + }, + "DRR": { + "License": [ + "AML" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/gdkrmr/DRR" + }, + "drugCombo": { + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/drugCombo" + }, + "DT": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rstudio/DT" + }, + "dtangle": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=dtangle" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=DTRreg" + }, + "dtw": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://dynamictimewarping.github.io/" + }, + "dummies": { + "License": [ + "Sendmail" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=dummies" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=e1071" + }, + "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": true, + "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": true, + "Retrieved from": "https://github.com/strimmerlab/software" + }, + "EnvStats": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/alexkowa/EnvStats" + }, + "epitools": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=epitools" + }, + "ergm.count": { + "License": [ + "AML" + ], + "Permission to redistribute": true, + "Retrieved from": "https://statnet.org" + }, + "ergm": { + "License": [ + "AML" + ], + "Permission to redistribute": true, + "Retrieved from": "https://statnet.org" + }, + "estimability": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "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": "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=Exact" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=extRemes" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=FactorCopula" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=fastICA" + }, + "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": true, + "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": true, + "Retrieved from": "https://github.com/truecluster/ff" + }, + "fftw": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=fftw" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=fishMod" + }, + "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": "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": "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=flexmix" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=FNN" + }, + "fontawesome": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rstudio/fontawesome" + }, + "fontBitstreamVera": { + "License": [ + "MirOS" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=fontBitstreamVera" + }, + "fontLiberation": { + "License": [ + "MIT-feh" + ], + "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": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=fontquiver" + }, + "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": true, + "Retrieved from": "https://github.com/decisionpatterns/formula.tools" + }, + "Formula": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=Formula" + }, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=futile.options" + }, + "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": true, + "Retrieved from": "https://github.com/futureverse/future" + }, + "gam": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=gam" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=gamm4" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=gaussquad" + }, + "gbm": { + "License": [ + "Sendmail" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/gbm-developers/gbm" + }, + "gbRd": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=gclus" + }, + "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": true, + "Retrieved from": "https://github.com/davidgohel/gdtools" + }, + "gee": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=geeM" + }, + "geepack": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=geepack" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=geiger" + }, + "GeneNet": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=GenSA" + }, + "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": true, + "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": true, + "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": true, + "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": true, + "Retrieved from": "https://github.com/slowkow/ggrepel" + }, + "ggridges": { + "License": [ + "AML" + ], + "Permission to redistribute": true, + "Retrieved from": "https://wilkelab.org/ggridges/" + }, + "ggsci": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/nanxstats/ggsci" + }, + "ggsignif": { + "License": [ + "AML" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ggvenn" + }, + "ggvis": { + "License": [ + "AML" + ], + "Permission to redistribute": true, + "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": true, + "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": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=glmmML" + }, + "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": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=gmm" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=gnumeric" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=gomms" + }, + "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": "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": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/schochastics/graphlayouts" + }, + "grDevices": { + "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": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/grf-labs/grf" + }, + "grid": { + "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": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=gridExtra" + }, + "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": true, + "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": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=GUTS" + }, + "gWidgets2": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=GxEScanR" + }, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=heatmap3" + }, + "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": true, + "Retrieved from": "https://www.helsinki.fi/en/researchgroups/statistical-ecology/software/hmsc" + }, + "htmlTable": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "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": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=huge" + }, + "hunspell": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://docs.ropensci.org/hunspell/\nhttps://ropensci.r-universe.dev/hunspell" + }, + "hwriter": { + "License": [ + "LGPL-2.1" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=hwriter" + }, + "HWxtest": { + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/package=HWxtest" + }, + "hypergeo": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ica" + }, + "IDPmisc": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=idr" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ineq" + }, + "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": true, + "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": true, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=interpretR" + }, + "intrinsicDimension": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ipred" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=Iso" + }, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ISOweek" + }, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=JADE" + }, + "janeaustenr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/juliasilge/janeaustenr" + }, + "JBTools": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/src/contrib/Archive/JBTools/" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=jomo" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=jquerylib" + }, + "jsonify": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=jsonify" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=kernlab" + }, + "KernSmooth": { + "License": [ + "FSFUL" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=KernSmooth" + }, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=kohonen" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=labdsv" + }, + "labeling": { + "License": [ + "FSFUL" + ], + "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": true, + "Retrieved from": "https://github.com/larmarange/labelled" + }, + "laeken": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=lambda.r" + }, + "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": "GPL-3.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/package=lassosum" + }, + "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": "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=LCFdata" + }, + "lda": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ldbounds" + }, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=LearnBayes" + }, + "leiden": { + "License": [ + "AML" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=libcoin" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=limSolve" + }, + "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": "GPL-3.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/package=liquidSVM" + }, + "listenv": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=LMERConvenienceFunctions" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=lmom" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=lmtest" + }, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=locfit" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=logspline" + }, + "longitudinal": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/strimmerlab/software" + }, + "longmemo": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=longmemo" + }, + "loo": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=lpSolveAPI" + }, + "lqa": { + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/package=lqa" + }, + "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": true, + "Retrieved from": "https://github.com/strimmerlab/software" + }, + "manipulateWidget": { + "License": [ + "Sendmail" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rte-antares-rpackage/manipulateWidget" + }, + "mapproj": { + "License": [ + "LPL-1.02" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=maps" + }, + "maptools": { + "License": [ + "CNRI-Python-GPL-Compatible", + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "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": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=maxLik" + }, + "maxlike": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=maxlike" + }, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=mda" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=MetaUtility" + }, + "methods": { + "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": [ + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=mgcv" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=mhsmm" + }, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=minpack.lm" + }, + "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": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=mitools" + }, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=mlegp" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ModelMetrics" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=modeltools" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=momentfit" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=multcompView" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=multipol" + }, + "munsell": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/cwickham/munsell" + }, + "mvabund": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=mvabund" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ncbit" + }, + "ncdf4": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://cirrus.ucsd.edu/~pierce/ncdf/" + }, + "NCmisc": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=NCmisc" + }, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ngspatial" + }, + "NISTunits": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=nleqslv" + }, + "nlme": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://svn.r-project.org/R-packages/trunk/nlme/" + }, + "nloptr": { + "License": [ + "LGPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/astamm/nloptr" + }, + "NLP": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=NLP" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=nnls" + }, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=nortest" + }, + "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": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=OceanView" + }, + "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": true, + "Retrieved from": "https://github.com/decisionpatterns/operator.tools" + }, + "optextras": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=optextras" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=optimr" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=orthopolynom" + }, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=pan" + }, + "parallel": { + "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": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/alexeckert/parallelDist" + }, + "parallelly": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": true, + "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": true, + "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": "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=penalized" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=PermAlgo" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=pheatmap" + }, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=pixmap" + }, + "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": 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": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=plot3Drgl" + }, + "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": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/PoissonSeq" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=polspline" + }, + "Polychrome": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://oompa.r-forge.r-project.org/" + }, + "polyclip": { + "License": [ + "Unknown" + ], + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=polynom" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ppcor" + }, + "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": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=pracma" + }, + "praise": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/gaborcsardi/praise" + }, + "PresenceAbsence": { + "License": [ + "FSFUL" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=preseqR" + }, + "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": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=proftools" + }, + "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": true, + "Retrieved from": "https://github.com/futureverse/progressr" + }, + "projpred": { + "License": [ + "AML" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=proxy" + }, + "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": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=pspline" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=Publish" + }, + "pulsar": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=qgam" + }, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=quadprog" + }, + "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": true, + "Retrieved from": "https://github.com/HenrikBengtsson/R.cache" + }, + "R.matlab": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/HenrikBengtsson/R.matlab" + }, + "R.methodsS3": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/HenrikBengtsson/R.methodsS3" + }, + "R.oo": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/HenrikBengtsson/R.oo" + }, + "R.rsp": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/henrikbengtsson/R.rsp" + }, + "R.utils": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/henrikbengtsson/R.utils" + }, + "R2WinBUGS": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=R2WinBUGS" + }, + "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": true, + "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": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=rangeModelMetadata" + }, + "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": true, + "Retrieved from": "https://github.com/jefferislab/RANN" + }, + "rapidjsonr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=rapidjsonr" + }, + "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": true, + "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": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=Rcgmin" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=RColorBrewer" + }, + "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": true, + "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": true, + "Retrieved from": "https://github.com/rcppcore/RcppParallel" + }, + "RcppProgress": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/kforner/rcpp_progress" + }, + "RcppRoll": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=RcppRoll" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=RCurl" + }, + "rda": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=reader" + }, + "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": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/RefFreeEWAS" + }, + "registry": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=registry" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=relsurv" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=resample" + }, + "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": true, + "Retrieved from": "http://rgdal.r-forge.r-project.org" + }, + "rgeos": { + "License": [ + "CNRI-Python-GPL-Compatible", + "CNRI-Python-GPL-Compatible" + ], + "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": { + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=RJSONIO" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=rmeta" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=rnetcarto" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=rngWELL" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=rootSolve" + }, + "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": true, + "Retrieved from": "https://github.com/jpritikin/rpf" + }, + "RPMM": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=RPMM" + }, + "rprojroot": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/rprojroot" + }, + "rrcov": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "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": true, + "Retrieved from": "https://www.rforge.net/Rserve/" + }, + "RSNNS": { + "License": [ + "Sendmail" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/cbergmeir/RSNNS" + }, + "Rsolnp": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=Rsolnp" + }, + "RSpectra": { + "License": [ + "MulanPSL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/yixuan/RSpectra" + }, + "RSQLite": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": true, + "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": true, + "Retrieved from": "https://mc-stan.org/rstan/" + }, + "rstantools": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "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": true, + "Retrieved from": "https://github.com/rtdists/rtdists" + }, + "Rtsne": { + "License": [ + "MIT-feh" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jkrijthe/Rtsne" + }, + "Rttf2pt1": { + "License": [ + "MIT-feh" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/wch/Rttf2pt1" + }, + "RUnit": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=RUnit" + }, + "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": true, + "Retrieved from": "https://github.com/vinecopulib/rvinecopulib" + }, + "Rvmmin": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=RWekajars" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=sampling" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=SBdecomp" + }, + "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": "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=scatterplot3d" + }, + "scs": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/FlorianSchwendinger/scs" + }, + "sctransform": { + "License": [ + "AML" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/satijalab/sctransform" + }, + "SDMTools": { + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/package=SDMTools" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=segmented" + }, + "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": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/package=semPLS" + }, + "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": true, + "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": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=shapefiles" + }, + "shiny": { + "License": [ + "AML" + ], + "Permission to redistribute": true, + "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": true, + "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": true, + "Retrieved from": "https://mc-stan.org/shinystan/" + }, + "shinythemes": { + "License": [ + "AML" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=SignifReg" + }, + "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": "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=slam" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=sm" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=smoother" + }, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=snow" + }, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=SOAR" + }, + "solrium": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ropensci/solriumdevel" + }, + "som": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=som" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=SPAtest" + }, + "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": "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": [ + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=spls" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=stargazer" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=startupmsg" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=statmod" + }, + "statnet.common": { + "License": [ + "AML" + ], + "Permission to redistribute": true, + "Retrieved from": "https://statnet.org" + }, + "statnet": { + "License": [ + "AML" + ], + "Permission to redistribute": true, + "Retrieved from": "http://statnet.org" + }, + "stats": { + "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": "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": [ + "LGPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/stdReg/index.html" + }, + "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": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=strucchange" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=SuppDists" + }, + "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": true, + "Retrieved from": "https://github.com/therneau/survival" + }, + "survivalROC": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=survivalROC" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=symmoments" + }, + "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": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/package=tabletools" + }, + "tau": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=tau" + }, + "taxize": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://docs.ropensci.org/taxize/ (website)" + }, + "tcltk": { + "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": true, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=tensor" + }, + "tensorA": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.stat.boogaart.de/tensorA/" + }, + "tergm": { + "License": [ + "AML" + ], + "Permission to redistribute": true, + "Retrieved from": "https://statnet.org" + }, + "terra": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=textcat" + }, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=TH.data" + }, + "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": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=tkrplot" + }, + "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": "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": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=topicmodels" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=tree" + }, + "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": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=tripack" + }, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=tseriesChaos" + }, + "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": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=tweedie" + }, + "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": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=unbalanced" + }, + "unikn": { + "License": [ + "CC-BY-SA-4.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://CRAN.R-project.org/package=unikn" + }, + "uniqueAtomMat": { + "License": "unknown", + "Permission to redistribute": false, + "Retrieved from": "https://github.com/gitlongor/uniqueAtomMat" + }, + "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": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=urca" + }, + "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": "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": [ + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=vcd" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=VennDiagram" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=vipor" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=weights" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=xlsxjars" + }, + "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": "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": [ + "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": "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": [ + "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": "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" + ], + "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": "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": "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": "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": [ + "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": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=jquerylib" + }, + "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": "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": [ + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=miniUI" + }, + "openssl": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://jeroen.r-universe.dev/openssl" + }, + "parallel": { + "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": [ + "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": true, + "Retrieved from": "https://github.com/rstudio/shiny" + }, + "sourcetools": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/kevinushey/sourcetools" + }, + "splines": { + "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": "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": "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": true, + "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": "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": [ + "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": "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": [ + "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": "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": [ + "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": [ + "MIT" + ], + "Permission to redistribute": true, + "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": [ + "MIT" + ], + "Permission to redistribute": true, + "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": [ + "MIT" + ], + "Permission to redistribute": true, + "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": [ + "MIT" + ], + "Permission to redistribute": true, + "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": "BSD", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/Pint/" + } + }, + "BeautifulSoup/4.12.2-GCCcore-12.3.0": { + "BeautifulSoup": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/BeautifulSoup/" + }, + "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": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "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": "BSD", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/prompt-toolkit/" + }, + "pure_eval": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/pure-eval/" + }, + "stack_data": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/stack-data/" + }, + "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": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "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": "BSD", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/prompt-toolkit/" + }, + "pure_eval": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/pure-eval/" + }, + "stack_data": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/stack-data/" + }, + "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": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/contourpy/contourpy" + }, + "Cycler": { + "License": "BSD", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/cycler/" + }, + "fonttools": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/fonttools/fonttools" + }, + "kiwisolver": { + "License": [ + "BSD" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/nucleic/kiwi" + }, + "matplotlib": { + "License": [ + "PSF-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/matplotlib/matplotlib" + } + }, + "matplotlib/3.7.2-gfbf-2023a": { + "contourpy": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/contourpy/contourpy" + }, + "Cycler": { + "License": "BSD", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/cycler/" + }, + "fonttools": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/fonttools/fonttools" + }, + "kiwisolver": { + "License": [ + "BSD" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/nucleic/kiwi" + }, + "matplotlib": { + "License": [ + "PSF-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/matplotlib/matplotlib" + } + }, + "matplotlib/3.7.0-gfbf-2022b": { + "contourpy": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/contourpy/contourpy" + }, + "Cycler": { + "License": "BSD", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/cycler/" + }, + "fonttools": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/fonttools/fonttools" + }, + "kiwisolver": { + "License": [ + "BSD" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/nucleic/kiwi" + }, + "matplotlib": { + "License": [ + "PSF-2.0" + ], + "Permission to redistribute": true, + "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": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/scikit-learn/scikit-learn" + }, + "sklearn": { + "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": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/scikit-learn/scikit-learn" + }, + "sklearn": { + "License": ["BSD-3-Clause"], + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/sklearn/" + } + }, + "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": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/GitPython/" + }, + "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": ["unknown"], + "Permission to redistribute": false, + "Retrieved from": "https://pypi.org/project/conda-inject/" + }, + "ConfigArgParse": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/ConfigArgParse/" + }, + "connection-pool": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/connection_pool/" + }, + "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": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jupyter/jupyter_core" + }, + "nbformat": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "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": ["MIT"], + "Permission to redistribute": true, + "Retrieved from": "https://anaconda.org/bioconda/snakemake-interface-common" + }, + "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": "BSD", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/PyQt-builder/" + } + }, + "bokeh/3.2.2-foss-2023a": { + "bokeh": { + "License": [ + "BSD" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/bokeh/bokeh" + }, + "contourpy": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "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": [ + "BSD" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/bokeh/bokeh" + }, + "contourpy": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "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": "BSD", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/HeapDict/" + }, + "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": "https://pypi.org/project/zict/" + } + }, + "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": "BSD", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/HeapDict/" + }, + "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": [ + "Unlicense" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/python-versioneer/python-versioneer" + }, + "zict": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/zict/" + } + }, + "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": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/argon2-cffi" + }, + "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": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "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": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jupyterlab/hatch-jupyter-builder" + }, + "hatch_nodejs_version": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/hatch-nodejs-version" + }, + "ipykernel": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ipython/ipykernel" + }, + "ipython_genutils": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/ipython_genutils" + }, + "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": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/python-jsonschema/jsonschema-specifications" + }, + "jupyter_client": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jupyter/jupyter_client" + }, + "jupyter_core": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jupyter/jupyter_core" + }, + "jupyter_events": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jupyter/jupyter_events" + }, + "jupyter_packaging": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jupyter/jupyter-packaging" + }, + "jupyter_server": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/jupyter-server" + }, + "jupyter_server_terminals": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/jupyter-server-terminals" + }, + "jupyterlab_pygments": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jupyterlab/jupyterlab_pygments" + }, + "jupyterlab_widgets": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/jupyterlab-widgets" + }, + "mistune": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/lepture/mistune" + }, + "nbclient": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jupyter/nbclient" + }, + "nbconvert": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jupyter/nbconvert" + }, + "nbformat": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jupyter/nbformat" + }, + "nest_asyncio": { + "License": "BSD-2-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/nest-asyncio" + }, + "notebook_shim": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/notebook-shim" + }, + "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": "Apache-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/prometheus-client" + }, + "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": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/rfc3339-validator" + }, + "rfc3986_validator": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/rfc3339-validator" + }, + "rpds_py": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/crate-py/rpds" + }, + "Send2Trash": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/arsenetar/send2trash" + }, + "sniffio": { + "License": [ + "MIT", + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/python-trio/sniffio" + }, + "terminado": { + "License": [ + "BSD-2-Clause" + ], + "Permission to redistribute": true, + "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": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "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": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jupyterlab/jupyterlab" + }, + "jupyterlab_server": { + "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": [ + "LGPL-3.0-only" + ], + "Permission to redistribute": true, + "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": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/PyOpenGL-accelerate" + }, + "PyOpenGL": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/PyOpenGL" + } + }, + "ipympl/0.9.3-gfbf-2023a": { + "ipympl": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/matplotlib/ipympl" + } + }, + "R-bundle-CRAN/2024.06-foss-2023b": { + "abc.data": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "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": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=abe" + }, + "abind": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=adabag" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ADGofTest" + }, + "admisc": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dusadrian/admisc" + }, + "aggregation": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=AICcmodavg" + }, + "akima": { + "License": [ + "MIT-CMU" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=alabama" + }, + "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": true, + "Retrieved from": "https://github.com/jchiquet/aricode" + }, + "arm": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=asnipe" + }, + "assertive.base": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.base" + }, + "assertive.code": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.code" + }, + "assertive.data.uk": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.data.uk" + }, + "assertive.data.us": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.data.us" + }, + "assertive.data": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.data" + }, + "assertive.datetimes": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.datetimes" + }, + "assertive.files": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.files" + }, + "assertive.matrices": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.matrices" + }, + "assertive.models": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.models" + }, + "assertive.numbers": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.numbers" + }, + "assertive.properties": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.properties" + }, + "assertive.reflection": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.reflection" + }, + "assertive.sets": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.sets" + }, + "assertive.strings": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.strings" + }, + "assertive.types": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.types" + }, + "assertive": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bitbucket.org/richierocks/assertive" + }, + "assertthat": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=AUC" + }, + "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": "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=bartMachineJARs" + }, + "base64": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=base64" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=batchmeans" + }, + "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": true, + "Retrieved from": "https://github.com/jwindle/BayesLogit" + }, + "bayesm": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=bayesm" + }, + "BayesPen": { + "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": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=BCEE" + }, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=beanplot" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=BIEN" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=bigmemory.sri" + }, + "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": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/biom" + }, + "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": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=bmp" + }, + "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": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=boot" + }, + "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": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=bst" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=calibrate" + }, + "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": "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=celestial" + }, + "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": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/package=cghFLasso" + }, + "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": true, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=chron" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=circular" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=clue" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=clusterGeneration" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=clValid" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=coda" + }, + "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": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=combinat" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=CompQuadForm" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=copCAR" + }, + "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": true, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=covsim" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=coxme" + }, + "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": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/csSAM" + }, + "ctmle": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ctmle" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=CVST" + }, + "CVXR": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://cvxr.rbind.io" + }, + "d3Network": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "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": true, + "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": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=date" + }, + "dbarts": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/vdorie/dbarts" + }, + "DBI": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": true, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=deal" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=deldir" + }, + "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": true, + "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": true, + "Retrieved from": "https://github.com/florianhartig/DHARMa" + }, + "dHSIC": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=diagram" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=dichromat" + }, + "dimRed": { + "License": [ + "AML" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=DiscriMiner" + }, + "dismo": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://rspatial.org/raster/sdm/" + }, + "distillery": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=distillery" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=DistributionUtils" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=dlm" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=doMC" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=doSNOW" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=drgee" + }, + "DRR": { + "License": [ + "AML" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/gdkrmr/DRR" + }, + "drugCombo": { + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/drugCombo" + }, + "DT": { + "License": [ + "AML" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rstudio/DT" + }, + "dtangle": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=dtangle" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=DTRreg" + }, + "dtw": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://dynamictimewarping.github.io/" + }, + "dummies": { + "License": [ + "Sendmail" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=dummies" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=e1071" + }, + "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": true, + "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": true, + "Retrieved from": "https://github.com/strimmerlab/software" + }, + "EnvStats": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/alexkowa/EnvStats" + }, + "epitools": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=epitools" + }, + "ergm.count": { + "License": [ + "AML" + ], + "Permission to redistribute": true, + "Retrieved from": "https://statnet.org" + }, + "ergm.multi": { + "License": [ + "AML" + ], + "Permission to redistribute": true, + "Retrieved from": "https://statnet.org" + }, + "ergm": { + "License": [ + "AML" + ], + "Permission to redistribute": true, + "Retrieved from": "https://statnet.org" + }, + "estimability": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rvlenth/estimability" + }, + "EValue": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=Exact" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=extRemes" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=FactorCopula" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=fastICA" + }, + "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": true, + "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": true, + "Retrieved from": "https://github.com/truecluster/ff" + }, + "fftw": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=fftw" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=fishMod" + }, + "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": "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": "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=flexmix" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=FNN" + }, + "fontBitstreamVera": { + "License": [ + "MirOS" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=fontBitstreamVera" + }, + "fontLiberation": { + "License": [ + "MIT-feh" + ], + "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": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=fontquiver" + }, + "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": true, + "Retrieved from": "https://github.com/decisionpatterns/formula.tools" + }, + "Formula": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=Formula" + }, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=futile.options" + }, + "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": true, + "Retrieved from": "https://github.com/futureverse/future" + }, + "gam": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=gam" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=gamm4" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=gaussquad" + }, + "gbm": { + "License": [ + "Sendmail" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/gbm-developers/gbm" + }, + "gbRd": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=gclus" + }, + "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": true, + "Retrieved from": "https://github.com/davidgohel/gdtools" + }, + "gee": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=geeM" + }, + "geepack": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=geepack" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=geiger" + }, + "GeneNet": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=GenSA" + }, + "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": true, + "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": true, + "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": true, + "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": true, + "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": true, + "Retrieved from": "https://github.com/slowkow/ggrepel" + }, + "ggridges": { + "License": [ + "AML" + ], + "Permission to redistribute": true, + "Retrieved from": "https://wilkelab.org/ggridges/" + }, + "ggsci": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/nanxstats/ggsci" + }, + "ggsignif": { + "License": [ + "AML" + ], + "Permission to redistribute": true, + "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": true, + "Retrieved from": "https://github.com/larmarange/ggstats" + }, + "ggvenn": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ggvenn" + }, + "ggvis": { + "License": [ + "AML" + ], + "Permission to redistribute": true, + "Retrieved from": "https://ggvis.rstudio.com/" + }, + "GillespieSSA": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "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": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=glmmML" + }, + "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": true, + "Retrieved from": "https://github.com/futureverse/globals" + }, + "gmm": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=gmm" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=gnumeric" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=gomms" + }, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=gridExtra" + }, + "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": true, + "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": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=GUTS" + }, + "gWidgets2": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=GxEScanR" + }, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=heatmap3" + }, + "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": true, + "Retrieved from": "https://www.helsinki.fi/en/researchgroups/statistical-ecology/software/hmsc" + }, + "htmlTable": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=huge" + }, + "hunspell": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://docs.ropensci.org/hunspell/\nhttps://ropensci.r-universe.dev/hunspell" + }, + "hwriter": { + "License": [ + "LGPL-2.1" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=hwriter" + }, + "HWxtest": { + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/package=HWxtest" + }, + "hypergeo": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ica" + }, + "IDPmisc": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=idr" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ineq" + }, + "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": true, + "Retrieved from": "http://homepage.meyerp.com/software" + }, + "inline": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": true, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=interpretR" + }, + "intrinsicDimension": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ipred" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=Iso" + }, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ISOweek" + }, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=JADE" + }, + "janeaustenr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/juliasilge/janeaustenr" + }, + "JBTools": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/src/contrib/Archive/JBTools/" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=jomo" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=jsonify" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=kernlab" + }, + "KernSmooth": { + "License": [ + "FSFUL" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=KernSmooth" + }, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=kohonen" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=labdsv" + }, + "labeling": { + "License": [ + "FSFUL" + ], + "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": true, + "Retrieved from": "https://github.com/larmarange/labelled" + }, + "laeken": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=lambda.r" + }, + "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": "GPL-3.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/package=lassosum" + }, + "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": "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=LCFdata" + }, + "lda": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ldbounds" + }, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=LearnBayes" + }, + "leiden": { + "License": [ + "AML" + ], + "Permission to redistribute": true, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=limSolve" + }, + "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": "GPL-3.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/package=liquidSVM" + }, + "listenv": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=LMERConvenienceFunctions" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=lmom" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=lmtest" + }, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=locfit" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=logspline" + }, + "longitudinal": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/strimmerlab/software" + }, + "longmemo": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=longmemo" + }, + "loo": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=lpSolveAPI" + }, + "lqa": { + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/package=lqa" + }, + "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": true, + "Retrieved from": "https://github.com/strimmerlab/software" + }, + "manipulateWidget": { + "License": [ + "Sendmail" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rte-antares-rpackage/manipulateWidget" + }, + "mapproj": { + "License": [ + "LPL-1.02" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=maps" + }, + "maptools": { + "License": [ + "CNRI-Python-GPL-Compatible", + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "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": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=maxLik" + }, + "maxlike": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=maxlike" + }, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=mda" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=MetaUtility" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=mgcv" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=mhsmm" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=minpack.lm" + }, + "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": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=mitools" + }, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=mlegp" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ModelMetrics" + }, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=momentfit" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=multcompView" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=multipol" + }, + "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": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=mvabund" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ncbit" + }, + "ncdf4": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://cirrus.ucsd.edu/~pierce/ncdf/" + }, + "NCmisc": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=NCmisc" + }, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ngspatial" + }, + "NISTunits": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=nleqslv" + }, + "nlme": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://svn.r-project.org/R-packages/trunk/nlme/" + }, + "nloptr": { + "License": [ + "LGPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/astamm/nloptr" + }, + "NLP": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=NLP" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=nnls" + }, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=nortest" + }, + "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": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=OceanView" + }, + "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": true, + "Retrieved from": "https://github.com/decisionpatterns/operator.tools" + }, + "optextras": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=optextras" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=optimr" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=orthopolynom" + }, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=pan" + }, + "parallelDist": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/alexeckert/parallelDist" + }, + "parallelly": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": true, + "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": true, + "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": "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=penalized" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=PermAlgo" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=pheatmap" + }, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=pixmap" + }, + "pkgmaker": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/renozao/pkgmaker" + }, + "PKI": { + "License": [ + "AML" + ], + "Permission to redistribute": true, + "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": 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": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=plot3Drgl" + }, + "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": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/PoissonSeq" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=polspline" + }, + "Polychrome": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://oompa.r-forge.r-project.org/" + }, + "polyclip": { + "License": [ + "Unknown" + ], + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=polynom" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ppcor" + }, + "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": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=pracma" + }, + "PresenceAbsence": { + "License": [ + "FSFUL" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=preseqR" + }, + "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": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=proftools" + }, + "progress": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/progress" + }, + "progressr": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/futureverse/progressr" + }, + "projpred": { + "License": [ + "AML" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=proxy" + }, + "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": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=pspline" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=Publish" + }, + "pulsar": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=qgam" + }, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=quadprog" + }, + "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": true, + "Retrieved from": "https://github.com/HenrikBengtsson/R.cache" + }, + "R.matlab": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/HenrikBengtsson/R.matlab" + }, + "R.methodsS3": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/HenrikBengtsson/R.methodsS3" + }, + "R.oo": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/HenrikBengtsson/R.oo" + }, + "R.rsp": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/henrikbengtsson/R.rsp" + }, + "R.utils": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/henrikbengtsson/R.utils" + }, + "R2WinBUGS": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=R2WinBUGS" + }, + "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": true, + "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": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=rangeModelMetadata" + }, + "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": true, + "Retrieved from": "https://github.com/jefferislab/RANN" + }, + "rapidjsonr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=rapidjsonr" + }, + "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": true, + "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": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=Rcgmin" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=RColorBrewer" + }, + "RcppArmadillo": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/RcppCore/RcppArmadillo" + }, + "RcppEigen": { + "License": [ + "Sendmail" + ], + "Permission to redistribute": true, + "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": true, + "Retrieved from": "https://github.com/rcppcore/RcppParallel" + }, + "RcppProgress": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/kforner/rcpp_progress" + }, + "RcppRoll": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=RcppRoll" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=RCurl" + }, + "rda": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=reader" + }, + "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": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/RefFreeEWAS" + }, + "registry": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=registry" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=relsurv" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=resample" + }, + "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": true, + "Retrieved from": "http://rgdal.r-forge.r-project.org" + }, + "rgeos": { + "License": [ + "CNRI-Python-GPL-Compatible", + "CNRI-Python-GPL-Compatible" + ], + "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": { + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=RJSONIO" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=rmeta" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=rnetcarto" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=rngWELL" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=rootSolve" + }, + "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": true, + "Retrieved from": "https://github.com/jpritikin/rpf" + }, + "RPMM": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=RPMM" + }, + "RPostgreSQL": { + "License": [ + "AML" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tomoakin/RPostgreSQL" + }, + "rrcov": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "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": true, + "Retrieved from": "https://www.rforge.net/Rserve/" + }, + "RSNNS": { + "License": [ + "Sendmail" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/cbergmeir/RSNNS" + }, + "Rsolnp": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=Rsolnp" + }, + "RSpectra": { + "License": [ + "MulanPSL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/yixuan/RSpectra" + }, + "RSQLite": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": true, + "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": true, + "Retrieved from": "https://mc-stan.org/rstan/" + }, + "rstantools": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "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": true, + "Retrieved from": "https://github.com/rtdists/rtdists" + }, + "Rtsne": { + "License": [ + "MIT-feh" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jkrijthe/Rtsne" + }, + "Rttf2pt1": { + "License": [ + "MIT-feh" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/wch/Rttf2pt1" + }, + "RUnit": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=RUnit" + }, + "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": true, + "Retrieved from": "https://github.com/vinecopulib/rvinecopulib" + }, + "Rvmmin": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=RWekajars" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=sampling" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=SBdecomp" + }, + "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": "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=scatterplot3d" + }, + "scs": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/FlorianSchwendinger/scs" + }, + "sctransform": { + "License": [ + "AML" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/satijalab/sctransform" + }, + "SDMTools": { + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/package=SDMTools" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=segmented" + }, + "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": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/package=semPLS" + }, + "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": true, + "Retrieved from": "http://distr.r-forge.r-project.org/" + }, + "sf": { + "License": [ + "AML" + ], + "Permission to redistribute": true, + "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": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=shapefiles" + }, + "shinycssloaders": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/daattali/shinycssloaders" + }, + "shinydashboard": { + "License": [ + "Sendmail" + ], + "Permission to redistribute": true, + "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": true, + "Retrieved from": "https://mc-stan.org/shinystan/" + }, + "shinythemes": { + "License": [ + "AML" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=SignifReg" + }, + "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": "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=slam" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=sm" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=smoother" + }, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=snow" + }, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=SOAR" + }, + "solrium": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ropensci/solriumdevel" + }, + "som": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=som" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=SPAtest" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=spls" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=stargazer" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=startupmsg" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=statmod" + }, + "statnet.common": { + "License": [ + "AML" + ], + "Permission to redistribute": true, + "Retrieved from": "https://statnet.org" + }, + "statnet": { + "License": [ + "AML" + ], + "Permission to redistribute": true, + "Retrieved from": "http://statnet.org" + }, + "stdReg": { + "License": [ + "LGPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/stdReg/index.html" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=strucchange" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=SuppDists" + }, + "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": true, + "Retrieved from": "https://github.com/therneau/survival" + }, + "survivalROC": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=survivalROC" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=symmoments" + }, + "tableone": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/kaz-yos/tableone" + }, + "tabletools": { + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/package=tabletools" + }, + "tau": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=tau" + }, + "taxize": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://docs.ropensci.org/taxize/ (website)" + }, + "tcltk2": { + "License": [ + "AML" + ], + "Permission to redistribute": true, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=tensor" + }, + "tensorA": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.stat.boogaart.de/tensorA/" + }, + "tergm": { + "License": [ + "AML" + ], + "Permission to redistribute": true, + "Retrieved from": "https://statnet.org" + }, + "terra": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=textcat" + }, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=TH.data" + }, + "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": true, + "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": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=tkrplot" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=topicmodels" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=tree" + }, + "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": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=tripack" + }, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=tseriesChaos" + }, + "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": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=tweedie" + }, + "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": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=unbalanced" + }, + "unikn": { + "License": [ + "CC-BY-SA-4.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://CRAN.R-project.org/package=unikn" + }, + "uniqueAtomMat": { + "License": "unknown", + "Permission to redistribute": false, + "Retrieved from": "https://github.com/gitlongor/uniqueAtomMat" + }, + "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": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=urca" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=vcd" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=VennDiagram" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=vipor" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=weights" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=XBRL" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=xlsxjars" + }, + "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": 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": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=abe" + }, + "abind": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=adabag" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ADGofTest" + }, + "admisc": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/dusadrian/admisc" + }, + "aggregation": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=AICcmodavg" + }, + "akima": { + "License": [ + "MIT-CMU" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=alabama" + }, + "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": true, + "Retrieved from": "https://github.com/jchiquet/aricode" + }, + "arm": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=asnipe" + }, + "assertive.base": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.base" + }, + "assertive.code": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.code" + }, + "assertive.data.uk": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.data.uk" + }, + "assertive.data.us": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.data.us" + }, + "assertive.data": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.data" + }, + "assertive.datetimes": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.datetimes" + }, + "assertive.files": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.files" + }, + "assertive.matrices": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.matrices" + }, + "assertive.models": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.models" + }, + "assertive.numbers": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.numbers" + }, + "assertive.properties": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.properties" + }, + "assertive.reflection": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.reflection" + }, + "assertive.sets": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.sets" + }, + "assertive.strings": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.strings" + }, + "assertive.types": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bitbucket.org/richierocks/assertive.types" + }, + "assertive": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bitbucket.org/richierocks/assertive" + }, + "assertthat": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=AUC" + }, + "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": "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=bartMachineJARs" + }, + "base64": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=base64" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=batchmeans" + }, + "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": true, + "Retrieved from": "https://github.com/jwindle/BayesLogit" + }, + "bayesm": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=bayesm" + }, + "BayesPen": { + "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": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=BCEE" + }, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=beanplot" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=BIEN" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=bigmemory.sri" + }, + "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": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/biom" + }, + "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": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=bmp" + }, + "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": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=boot" + }, + "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": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=bst" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=calibrate" + }, + "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": "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=celestial" + }, + "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": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/package=cghFLasso" + }, + "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": true, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=chron" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=circular" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=clue" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=clusterGeneration" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=clValid" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=coda" + }, + "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": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=combinat" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=CompQuadForm" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=copCAR" + }, + "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": true, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=covsim" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=coxme" + }, + "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": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/csSAM" + }, + "ctmle": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ctmle" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=CVST" + }, + "CVXR": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://cvxr.rbind.io" + }, + "d3Network": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "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": true, + "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": true, + "Retrieved from": "http://CRAN.R-project.org/package=DataCombine" + }, + "date": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=date" + }, + "dbarts": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/vdorie/dbarts" + }, + "DBI": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": true, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=deal" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=deldir" + }, + "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": true, + "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": true, + "Retrieved from": "https://github.com/florianhartig/DHARMa" + }, + "dHSIC": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=diagram" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=dichromat" + }, + "dimRed": { + "License": [ + "AML" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=DiscriMiner" + }, + "dismo": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://rspatial.org/raster/sdm/" + }, + "distillery": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=distillery" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=DistributionUtils" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=dlm" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=doMC" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=doSNOW" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=drgee" + }, + "DRR": { + "License": [ + "AML" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/gdkrmr/DRR" + }, + "drugCombo": { + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/drugCombo" + }, + "DT": { + "License": [ + "AML" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rstudio/DT" + }, + "dtangle": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=dtangle" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=DTRreg" + }, + "dtw": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://dynamictimewarping.github.io/" + }, + "dummies": { + "License": [ + "Sendmail" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=dummies" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=e1071" + }, + "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": true, + "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": true, + "Retrieved from": "https://github.com/strimmerlab/software" + }, + "EnvStats": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/alexkowa/EnvStats" + }, + "epitools": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=epitools" + }, + "ergm.count": { + "License": [ + "AML" + ], + "Permission to redistribute": true, + "Retrieved from": "https://statnet.org" + }, + "ergm.multi": { + "License": [ + "AML" + ], + "Permission to redistribute": true, + "Retrieved from": "https://statnet.org" + }, + "ergm": { + "License": [ + "AML" + ], + "Permission to redistribute": true, + "Retrieved from": "https://statnet.org" + }, + "estimability": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rvlenth/estimability" + }, + "EValue": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=Exact" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=extRemes" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=FactorCopula" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=fastICA" + }, + "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": true, + "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": true, + "Retrieved from": "https://github.com/truecluster/ff" + }, + "fftw": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=fftw" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=fishMod" + }, + "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": "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": "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=flexmix" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=FNN" + }, + "fontBitstreamVera": { + "License": [ + "MirOS" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=fontBitstreamVera" + }, + "fontLiberation": { + "License": [ + "MIT-feh" + ], + "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": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=fontquiver" + }, + "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": true, + "Retrieved from": "https://github.com/decisionpatterns/formula.tools" + }, + "Formula": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=Formula" + }, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=futile.options" + }, + "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": true, + "Retrieved from": "https://github.com/futureverse/future" + }, + "gam": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=gam" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=gamm4" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=gaussquad" + }, + "gbm": { + "License": [ + "Sendmail" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/gbm-developers/gbm" + }, + "gbRd": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=gclus" + }, + "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": true, + "Retrieved from": "https://github.com/davidgohel/gdtools" + }, + "gee": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=geeM" + }, + "geepack": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=geepack" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=geiger" + }, + "GeneNet": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=GenSA" + }, + "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": true, + "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": true, + "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": true, + "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": true, + "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": true, + "Retrieved from": "https://github.com/slowkow/ggrepel" + }, + "ggridges": { + "License": [ + "AML" + ], + "Permission to redistribute": true, + "Retrieved from": "https://wilkelab.org/ggridges/" + }, + "ggsci": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/nanxstats/ggsci" + }, + "ggsignif": { + "License": [ + "AML" + ], + "Permission to redistribute": true, + "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": true, + "Retrieved from": "https://github.com/larmarange/ggstats" + }, + "ggvenn": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ggvenn" + }, + "ggvis": { + "License": [ + "AML" + ], + "Permission to redistribute": true, + "Retrieved from": "https://ggvis.rstudio.com/" + }, + "GillespieSSA": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "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": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=glmmML" + }, + "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": true, + "Retrieved from": "https://github.com/futureverse/globals" + }, + "gmm": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=gmm" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=gnumeric" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=gomms" + }, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=gridExtra" + }, + "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": true, + "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": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=GUTS" + }, + "gWidgets2": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=GxEScanR" + }, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=heatmap3" + }, + "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": true, + "Retrieved from": "https://www.helsinki.fi/en/researchgroups/statistical-ecology/software/hmsc" + }, + "htmlTable": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=huge" + }, + "hunspell": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://docs.ropensci.org/hunspell/\nhttps://ropensci.r-universe.dev/hunspell" + }, + "hwriter": { + "License": [ + "LGPL-2.1" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=hwriter" + }, + "HWxtest": { + "License": "not found", + "Permission to redistribute": true, + "Retrieved from": "not found" + }, + "hypergeo": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ica" + }, + "IDPmisc": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=idr" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ineq" + }, + "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": true, + "Retrieved from": "http://homepage.meyerp.com/software" + }, + "inline": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": true, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=interpretR" + }, + "intrinsicDimension": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ipred" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=Iso" + }, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ISOweek" + }, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=JADE" + }, + "janeaustenr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/juliasilge/janeaustenr" + }, + "JBTools": { + "License": "GPL-2", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/src/contrib/Archive/JBTools/" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=jomo" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=jsonify" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=kernlab" + }, + "KernSmooth": { + "License": [ + "FSFUL" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=KernSmooth" + }, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=kohonen" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=labdsv" + }, + "labeling": { + "License": [ + "FSFUL" + ], + "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": true, + "Retrieved from": "https://github.com/larmarange/labelled" + }, + "laeken": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=lambda.r" + }, + "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": "GPL-3.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/package=lassosum" + }, + "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": "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=LCFdata" + }, + "lda": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ldbounds" + }, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=LearnBayes" + }, + "leiden": { + "License": [ + "AML" + ], + "Permission to redistribute": true, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=limSolve" + }, + "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": "GPL-3.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/package=liquidSVM" + }, + "listenv": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=LMERConvenienceFunctions" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=lmom" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=lmtest" + }, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=locfit" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=logspline" + }, + "longitudinal": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/strimmerlab/software" + }, + "longmemo": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=longmemo" + }, + "loo": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=lpSolveAPI" + }, + "lqa": { + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/package=lqa" + }, + "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": true, + "Retrieved from": "https://github.com/strimmerlab/software" + }, + "manipulateWidget": { + "License": [ + "Sendmail" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rte-antares-rpackage/manipulateWidget" + }, + "mapproj": { + "License": [ + "LPL-1.02" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=maps" + }, + "maptools": { + "License": [ + "CNRI-Python-GPL-Compatible", + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "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": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=maxLik" + }, + "maxlike": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=maxlike" + }, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=mda" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=MetaUtility" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=mgcv" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=mhsmm" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=minpack.lm" + }, + "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": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=mitools" + }, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=mlegp" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ModelMetrics" + }, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=momentfit" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=multcompView" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=multipol" + }, + "munsell": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/cwickham/munsell" + }, + "mvabund": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=mvabund" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ncbit" + }, + "ncdf4": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://cirrus.ucsd.edu/~pierce/ncdf/" + }, + "NCmisc": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=NCmisc" + }, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ngspatial" + }, + "NISTunits": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=nleqslv" + }, + "nlme": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://svn.r-project.org/R-packages/trunk/nlme/" + }, + "nloptr": { + "License": [ + "Unknown" + ], + "Permission to redistribute": false, + "Retrieved from": "https://github.com/astamm/nloptr" + }, + "NLP": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=NLP" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=nnls" + }, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=nortest" + }, + "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": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=OceanView" + }, + "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": true, + "Retrieved from": "https://github.com/decisionpatterns/operator.tools" + }, + "optextras": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=optextras" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=optimr" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=orthopolynom" + }, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=pan" + }, + "parallelDist": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/alexeckert/parallelDist" + }, + "parallelly": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": true, + "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": true, + "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": "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=penalized" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=PermAlgo" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=pheatmap" + }, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=pixmap" + }, + "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": 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": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=plot3Drgl" + }, + "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": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/PoissonSeq" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=polspline" + }, + "Polychrome": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "http://oompa.r-forge.r-project.org/" + }, + "polyclip": { + "License": [ + "Unknown" + ], + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=polynom" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ppcor" + }, + "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": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=pracma" + }, + "PresenceAbsence": { + "License": [ + "FSFUL" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=preseqR" + }, + "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": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=proftools" + }, + "progress": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/r-lib/progress" + }, + "progressr": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/futureverse/progressr" + }, + "projpred": { + "License": [ + "AML" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=proxy" + }, + "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": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=pspline" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=Publish" + }, + "pulsar": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=qgam" + }, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=quadprog" + }, + "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": true, + "Retrieved from": "https://github.com/HenrikBengtsson/R.cache" + }, + "R.matlab": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/HenrikBengtsson/R.matlab" + }, + "R.methodsS3": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/HenrikBengtsson/R.methodsS3" + }, + "R.oo": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/HenrikBengtsson/R.oo" + }, + "R.rsp": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/henrikbengtsson/R.rsp" + }, + "R.utils": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/henrikbengtsson/R.utils" + }, + "R2WinBUGS": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=R2WinBUGS" + }, + "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": true, + "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": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=rangeModelMetadata" + }, + "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": true, + "Retrieved from": "https://github.com/jefferislab/RANN" + }, + "rapidjsonr": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=rapidjsonr" + }, + "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": true, + "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": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=Rcgmin" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=RColorBrewer" + }, + "RcppArmadillo": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/RcppCore/RcppArmadillo" + }, + "RcppEigen": { + "License": [ + "Sendmail" + ], + "Permission to redistribute": true, + "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": true, + "Retrieved from": "https://github.com/rcppcore/RcppParallel" + }, + "RcppProgress": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/kforner/rcpp_progress" + }, + "RcppRoll": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=RcppRoll" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=RCurl" + }, + "rda": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=reader" + }, + "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": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/RefFreeEWAS" + }, + "registry": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=registry" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=relsurv" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=resample" + }, + "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": true, + "Retrieved from": "http://rgdal.r-forge.r-project.org" + }, + "rgeos": { + "License": [ + "CNRI-Python-GPL-Compatible", + "CNRI-Python-GPL-Compatible" + ], + "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": { + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=RJSONIO" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=rmeta" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=rnetcarto" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=rngWELL" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=rootSolve" + }, + "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": true, + "Retrieved from": "https://github.com/jpritikin/rpf" + }, + "RPMM": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=RPMM" + }, + "RPostgreSQL": { + "License": [ + "AML" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/tomoakin/RPostgreSQL" + }, + "rrcov": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "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": true, + "Retrieved from": "https://www.rforge.net/Rserve/" + }, + "RSNNS": { + "License": [ + "Sendmail" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/cbergmeir/RSNNS" + }, + "Rsolnp": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=Rsolnp" + }, + "RSpectra": { + "License": [ + "MulanPSL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/yixuan/RSpectra" + }, + "RSQLite": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": true, + "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": true, + "Retrieved from": "https://mc-stan.org/rstan/" + }, + "rstantools": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "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": true, + "Retrieved from": "https://github.com/rtdists/rtdists" + }, + "Rtsne": { + "License": [ + "MIT-feh" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jkrijthe/Rtsne" + }, + "Rttf2pt1": { + "License": [ + "MIT-feh" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/wch/Rttf2pt1" + }, + "RUnit": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=RUnit" + }, + "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": true, + "Retrieved from": "https://github.com/vinecopulib/rvinecopulib" + }, + "Rvmmin": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=RWekajars" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=sampling" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=SBdecomp" + }, + "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": "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=scatterplot3d" + }, + "scs": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/FlorianSchwendinger/scs" + }, + "sctransform": { + "License": [ + "AML" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/satijalab/sctransform" + }, + "SDMTools": { + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/package=SDMTools" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=segmented" + }, + "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": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/package=semPLS" + }, + "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": true, + "Retrieved from": "http://distr.r-forge.r-project.org/" + }, + "sf": { + "License": [ + "AML" + ], + "Permission to redistribute": true, + "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": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=shapefiles" + }, + "shinycssloaders": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/daattali/shinycssloaders" + }, + "shinydashboard": { + "License": [ + "Sendmail" + ], + "Permission to redistribute": true, + "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": true, + "Retrieved from": "https://mc-stan.org/shinystan/" + }, + "shinythemes": { + "License": [ + "AML" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=SignifReg" + }, + "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": "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=slam" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=sm" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=smoother" + }, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=snow" + }, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=SOAR" + }, + "solrium": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ropensci/solriumdevel" + }, + "som": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=som" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=SPAtest" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=spls" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=stargazer" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=startupmsg" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=statmod" + }, + "statnet.common": { + "License": [ + "AML" + ], + "Permission to redistribute": true, + "Retrieved from": "https://statnet.org" + }, + "statnet": { + "License": [ + "AML" + ], + "Permission to redistribute": true, + "Retrieved from": "http://statnet.org" + }, + "stdReg": { + "License": [ + "LGPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/web/packages/stdReg/index.html" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=strucchange" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=SuppDists" + }, + "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": true, + "Retrieved from": "https://github.com/therneau/survival" + }, + "survivalROC": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=survivalROC" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=symmoments" + }, + "tableone": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/kaz-yos/tableone" + }, + "tabletools": { + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://cran.r-project.org/package=tabletools" + }, + "tau": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=tau" + }, + "taxize": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://docs.ropensci.org/taxize/ (website)" + }, + "tcltk2": { + "License": [ + "AML" + ], + "Permission to redistribute": true, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=tensor" + }, + "tensorA": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.stat.boogaart.de/tensorA/" + }, + "tergm": { + "License": [ + "AML" + ], + "Permission to redistribute": true, + "Retrieved from": "https://statnet.org" + }, + "terra": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=textcat" + }, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=TH.data" + }, + "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": true, + "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": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=tkrplot" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=topicmodels" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=tree" + }, + "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": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=tripack" + }, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=tseriesChaos" + }, + "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": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=tweedie" + }, + "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": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=unbalanced" + }, + "unikn": { + "License": [ + "CC-BY-SA-4.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://CRAN.R-project.org/package=unikn" + }, + "uniqueAtomMat": { + "License": "unknown", + "Permission to redistribute": false, + "Retrieved from": "https://github.com/gitlongor/uniqueAtomMat" + }, + "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": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=urca" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=vcd" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=VennDiagram" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=vipor" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=weights" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=XBRL" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=xlsxjars" + }, + "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": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=affycoretools" + }, + "affyio": { + "License": [ + "libpng-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/bmbolstad/affyio" + }, + "AgiMicroRna": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=agricolae" + }, + "ALDEx2": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ggloor/ALDEx_bioc" + }, + "ALL": { + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://www.bioconductor.org/packages/release/data/experiment/html/ALL.html" + }, + "ANCOMBC": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/FrederickHuangLin/ANCOMBC" + }, + "annaffy": { + "License": [ + "LGPL" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=annotate" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=AnnotationHub" + }, + "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": true, + "Retrieved from": "https://github.com/HenrikBengtsson/aroma.affymetrix" + }, + "aroma.apd": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/HenrikBengtsson/aroma.apd" + }, + "aroma.core": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/HenrikBengtsson/aroma.core" + }, + "aroma.light": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/HenrikBengtsson/aroma.light" + }, + "ash": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "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": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=ATACseqQC" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=ballgown" + }, + "basilisk.utils": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=basilisk" + }, + "batchelor": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=batchelor" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=BiocBaseUtils" + }, + "BiocFileCache": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=BiocFileCache" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=BiocIO" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=BiocNeighbors" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=BiocVersion" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=biovizBase" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=bluster" + }, + "bookdown": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rstudio/bookdown" + }, + "BSgenome.Cfamiliaris.UCSC.canFam3": { + "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": "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": "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": "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": [ + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=CAGEr" + }, + "CAMERA": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "http://msbi.ipb-halle.de/msbi/CAMERA/ " + }, + "Category": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=Category" + }, + "ccdata": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://www.bioconductor.org/packages/release/data/experiment/html/ccdata.html" + }, + "ccmap": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=ccmap" + }, + "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": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=CGHcall" + }, + "ChIPpeakAnno": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=ChIPpeakAnno" + }, + "chromVAR": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=chromVAR" + }, + "clusterProfiler": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://yulab-smu.top/contribution-knowledge-mining/ " + }, + "CNEr": { + "License": [ + "AML" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=colorRamps" + }, + "ComplexHeatmap": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jokergoo/ComplexHeatmap-reference" + }, + "ConsensusClusterPlus": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "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": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=conumee" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=cummeRbund" + }, + "cytolib": { + "License": [ + "AGPL-3.0-only" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=cytolib" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=DeconRNASeq" + }, + "decontam": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/benjjneb/decontam" + }, + "decoupleR": { + "License": [ + "AML" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/saezlab/decoupleR" + }, + "DEGseq": { + "License": [ + "libpng-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=DEGseq" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=densEstBayes" + }, + "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": [ + "Unknown" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=dir.expiry" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=DNABarcodes" + }, + "DNAcopy": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=DNAcopy" + }, + "DO.db": { + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/release/data/annotation/html/DO.db.html" + }, + "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": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=DropletUtils" + }, + "DSS": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=DSS" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=DynDoc" + }, + "EBImage": { + "License": [ + "LGPL" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/release/bioc/html/EBImage.html" + }, + "edgeR": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bioinf.wehi.edu.au/edgeR/ https://bioconductor.org/packages/edgeR " + }, + "egg": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=egg" + }, + "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": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/EnsDb.Hsapiens.v75" + }, + "EnsDb.Hsapiens.v79": { + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/EnsDb.Hsapiens.v79" + }, + "EnsDb.Hsapiens.v86": { + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/EnsDb.Hsapiens.v86" + }, + "ensembldb": { + "License": "LGPL", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/ensembldb" + }, + "escape": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=escape" + }, + "estimability": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rvlenth/estimability" + }, + "ExperimentHub": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=ExperimentHub" + }, + "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": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/FDb.InfiniumMethylation.hg19/" + }, + "fds": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=fds" + }, + "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": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=flowClean" + }, + "flowClust": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=flowCore" + }, + "flowDensity": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=flowFP" + }, + "flowMerge": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=flowPeaks" + }, + "FlowSOM": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.r-project.org http://dambi.ugent.be " + }, + "FlowSorted.Blood.EPIC": { + "License": "GPL-3.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/FlowSorted.Blood.EPIC" + }, + "FlowSorted.CordBloodCombined.450k": { + "License": "GPL-3.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/FlowSorted.CordBloodCombined.450k" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=flowViz" + }, + "flowWorkspace": { + "License": [ + "AGPL-3.0-only" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=flowWorkspace" + }, + "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": [ + "LGPL" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/release/bioc/html/gcrma.html" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=genefilter" + }, + "geneLenDataBase": { + "License": "LGPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/geneLenDataBase" + }, + "geneplotter": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=geneplotter" + }, + "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": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=GENIE3" + }, + "GenomeInfoDb": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/GenomeInfoDb " + }, + "GenomeInfoDbData": { + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/GenomeInfoDbData" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=GenomicFiles" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=GEOmap" + }, + "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": true, + "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": true, + "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": true, + "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": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=GlobalAncova" + }, + "globaltest": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=globaltest" + }, + "GO.db": { + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/GO.db" + }, + "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": true, + "Retrieved from": "https://github.com/federicomarini/goseq" + }, + "GOstats": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=graph" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=GSEABase" + }, + "gsmoothr": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=gson" + }, + "GSVA": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=GWASExactHW" + }, + "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": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/HDO.db" + }, + "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": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/hgu133plus2.db" + }, + "HiCBricks": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=HiCBricks" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=HMMcopy" + }, + "Homo.sapiens": { + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/Homo.sapiens" + }, + "IHW": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=IHW" + }, + "IlluminaHumanMethylation450kanno.ilmn12.hg19": { + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/IlluminaHumanMethylation450kanno.ilmn12.hg19" + }, + "IlluminaHumanMethylation450kmanifest": { + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/IlluminaHumanMethylation450kmanifest" + }, + "IlluminaHumanMethylationEPICanno.ilm10b2.hg19": { + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/IlluminaHumanMethylationEPICanno.ilm10b2.hg19" + }, + "IlluminaHumanMethylationEPICanno.ilm10b4.hg19": { + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/IlluminaHumanMethylationEPICanno.ilm10b4.hg19" + }, + "IlluminaHumanMethylationEPICmanifest": { + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/IlluminaHumanMethylationEPICmanifest" + } + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=impute" + }, + "InteractionSet": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=interactiveDisplayBase" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=isva" + }, + "JASPAR2020": { + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/JASPAR2020" + }, + "KEGGgraph": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "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": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=lsa" + }, + "lumi": { + "License": [ + "libpng-2.0" + ], + "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": true, + "Retrieved from": "https://github.com/tallulandrews/M3Drop" + }, + "marray": { + "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": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=maSigPro" + }, + "MassSpecWavelet": { + "License": [ + "libpng-2.0" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=MBA" + }, + "MEDIPS": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=MEDIPS" + }, + "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": "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": "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=metapod" + }, + "MethylSeekR": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=methylumi" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=missMethyl" + }, + "mixOmics": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.mixOmics.org " + }, + "mixsqp": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/stephenslab/mixsqp" + }, + "MLInterfaces": { + "License": "LGPL", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/MLInterfaces" + }, + "MotifDb": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=MotifDb" + }, + "motifmatchr": { + "License": [ + "AML" + ], + "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": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=motifStack" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=MSstatsConvert" + }, + "MSstatsLiP": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=MSstatsPTM" + }, + "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": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=MultiDataSet" + }, + "multtest": { + "License": [ + "LGPL" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=multtest" + }, + "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": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=mzID" + }, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=ncdfFlow" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=NOISeq" + }, + "numbat": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/kharchenkolab/numbat" + }, + "oligo": { + "License": [ + "libpng-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/benilton/oligo" + }, + "oligoClasses": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ontologyIndex" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=openCyto" + }, + "org.Hs.eg.db": { + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/org.Hs.eg.db" + }, + "org.Mm.eg.db": { + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/org.Mm.eg.db" + }, + "org.Rn.eg.db": { + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/org.Rn.eg.db" + }, + "OrganismDbi": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=OrganismDbi" + }, + "OUTRIDER": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/gagneurlab/OUTRIDER" + }, + "pathview": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/datapplab/pathview" + }, + "pcaMethods": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/hredestig/pcamethods" + }, + "perm": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=perm" + }, + "PFAM.db": { + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/PFAM.db" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=pmp" + }, + "polyester": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=polyester" + }, + "poweRlaw": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/csgillespie/poweRlaw" + }, + "preprocessCore": { + "License": [ + "libpng-2.0" + ], + "Permission to redistribute": true, + "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": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/pRolocdata" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=PRROC" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=quantsmooth" + }, + "qvalue": { + "License": "GPL-3.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/qvalue" + }, + "R.devices": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/henrikbengtsson/R.devices" + }, + "R.filesets": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/HenrikBengtsson/R.filesets" + }, + "R.huge": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/HenrikBengtsson/R.huge" + }, + "rainbow": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=rainbow" + }, + "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": true, + "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": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/reactome.db" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=regioneR" + }, + "reldist": { + "License": [ + "AML" + ], + "Permission to redistribute": true, + "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": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=ReportingTools" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=restfulr" + }, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=rGADEM" + }, + "Rgraphviz": { + "License": [ + "EPL-1.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=Rgraphviz" + }, + "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": true, + "Retrieved from": "https://bioconductor.org/packages/Rhtslib http://www.htslib.org/ " + }, + "Ringo": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=Ringo" + }, + "RNASeqPower": { + "License": [ + "libpng-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=RNASeqPower" + }, + "RnBeads.hg19": { + "License": "GPL-3.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/RnBeads.hg19" + }, + "RnBeads.hg38": { + "License": "GPL-3.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/RnBeads.hg38" + }, + "RnBeads.mm10": { + "License": "GPL-3.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/RnBeads.mm10" + }, + "RnBeads.mm9": { + "License": "GPL-3.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/RnBeads.mm9" + }, + "RnBeads.rn5": { + "License": "GPL-3.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/RnBeads.rn5" + }, + "RnBeads": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=RnBeads" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=ROntoTools" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=RPMG" + }, + "RProtoBufLib": { + "License": [ + "Other" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=RProtoBufLib" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=RSEIS" + }, + "Rsubread": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "http://bioconductor.org/packages/Rsubread " + }, + "rsvd": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/erichson/rSVD" + }, + "rtracklayer": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=rtracklayer" + }, + "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": true, + "Retrieved from": "https://statweb.stanford.edu/~tibs/SAM" + }, + "SamSPECTRAL": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=SamSPECTRAL" + }, + "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": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=SCANVIS" + }, + "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": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=scattermore" + }, + "scDblFinder": { + "License": [ + "AML" + ], + "Permission to redistribute": true, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=scuttle" + }, + "SeqArray": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/zhengxwen/SeqArray" + }, + "seqLogo": { + "License": [ + "libpng-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=seqLogo" + }, + "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": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=shinypanel" + }, + "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": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=siggenes" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=SingleCellExperiment" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=slingshot" + }, + "SMVar": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=SMVar" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=snpStats" + }, + "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": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=stageR" + }, + "struct": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=struct" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=sva" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=tkWidgets" + }, + "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": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=TreeSummarizedExperiment" + }, + "TSP": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mhahsler/TSP" + }, + "TxDb.Hsapiens.UCSC.hg19.knownGene": { + "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": "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": true, + "Retrieved from": "https://github.com/thelovelab/tximport" + }, + "UCell": { + "License": [ + "AML" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/carmonalab/UCell" + }, + "uwot": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=VariantAnnotation" + }, + "venn": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=wateRmelon" + }, + "WGCNA": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=WGCNA" + }, + "widgetTools": { + "License": "LGPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/widgetTools" + }, + "Wrench": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/HCBravoLab/Wrench" + }, + "xcms": { + "License": [ + "AML" + ], + "Permission to redistribute": true, + "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": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=affycoretools" + }, + "affyio": { + "License": [ + "libpng-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/bmbolstad/affyio" + }, + "AgiMicroRna": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=agricolae" + }, + "ALDEx2": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ggloor/ALDEx_bioc" + }, + "ALL": { + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://www.bioconductor.org/packages/release/data/experiment/html/ALL.html" + }, + "ANCOMBC": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/FrederickHuangLin/ANCOMBC" + }, + "annaffy": { + "License": [ + "LGPL" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=annotate" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=AnnotationHub" + }, + "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": true, + "Retrieved from": "https://github.com/HenrikBengtsson/aroma.affymetrix" + }, + "aroma.apd": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/HenrikBengtsson/aroma.apd" + }, + "aroma.core": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/HenrikBengtsson/aroma.core" + }, + "aroma.light": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/HenrikBengtsson/aroma.light" + }, + "ash": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "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": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=ATACseqQC" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=ballgown" + }, + "basilisk.utils": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=basilisk" + }, + "batchelor": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=batchelor" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=BiocBaseUtils" + }, + "BiocFileCache": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=BiocFileCache" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=BiocIO" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=BiocNeighbors" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=BiocVersion" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=biovizBase" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=bluster" + }, + "bookdown": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rstudio/bookdown" + }, + "BSgenome.Cfamiliaris.UCSC.canFam3": { + "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": "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": "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": "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": [ + "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": true, + "Retrieved from": "https://github.com/MalteThodberg/CAGEfightR" + }, + "CAGEr": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=CAGEr" + }, + "CAMERA": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "http://msbi.ipb-halle.de/msbi/CAMERA/ " + }, + "Category": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=Category" + }, + "ccdata": { + "License": "MIT + file LICENSE", + "Permission to redistribute": true, + "Retrieved from": "https://www.bioconductor.org/packages/release/data/experiment/html/ccdata.html" + }, + "ccmap": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=ccmap" + }, + "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": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=CGHcall" + }, + "ChIPpeakAnno": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=ChIPpeakAnno" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=chromVAR" + }, + "clusterProfiler": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://yulab-smu.top/contribution-knowledge-mining/ " + }, + "CNEr": { + "License": [ + "AML" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=colorRamps" + }, + "ComplexHeatmap": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jokergoo/ComplexHeatmap-reference" + }, + "ConsensusClusterPlus": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "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": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=conumee" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=cummeRbund" + }, + "cytolib": { + "License": [ + "AGPL-3.0-only" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=cytolib" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=DeconRNASeq" + }, + "decontam": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/benjjneb/decontam" + }, + "decoupleR": { + "License": [ + "AML" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/saezlab/decoupleR" + }, + "DEGseq": { + "License": [ + "libpng-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=DEGseq" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=densEstBayes" + }, + "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": [ + "Unknown" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=dir.expiry" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=DNABarcodes" + }, + "DNAcopy": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=DNAcopy" + }, + "DO.db": { + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/release/data/annotation/html/DO.db.html" + }, + "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": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=DropletUtils" + }, + "DSS": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=DSS" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=DynDoc" + }, + "EBImage": { + "License": [ + "LGPL" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/release/bioc/html/EBImage.html" + }, + "edgeR": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bioinf.wehi.edu.au/edgeR/ https://bioconductor.org/packages/edgeR " + }, + "egg": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=egg" + }, + "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": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/EnsDb.Hsapiens.v75" + }, + "EnsDb.Hsapiens.v79": { + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/EnsDb.Hsapiens.v79" + }, + "EnsDb.Hsapiens.v86": { + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/EnsDb.Hsapiens.v86" + }, + "ensembldb": { + "License": "LGPL", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/ensembldb" + }, + "escape": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=escape" + }, + "estimability": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rvlenth/estimability" + }, + "ExperimentHub": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=ExperimentHub" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=fANCOVA" + }, + "fda": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.functionaldata.org" + }, + "FDb.InfiniumMethylation.hg19": { + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/FDb.InfiniumMethylation.hg19/" + }, + "fds": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=fds" + }, + "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": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=flowClean" + }, + "flowClust": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=flowCore" + }, + "flowDensity": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=flowFP" + }, + "flowMerge": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=flowPeaks" + }, + "FlowSOM": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.r-project.org http://dambi.ugent.be " + }, + "FlowSorted.Blood.EPIC": { + "License": "GPL-3.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/FlowSorted.Blood.EPIC" + }, + "FlowSorted.CordBloodCombined.450k": { + "License": "GPL-3.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/FlowSorted.CordBloodCombined.450k" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=flowViz" + }, + "flowWorkspace": { + "License": [ + "AGPL-3.0-only" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=flowWorkspace" + }, + "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": [ + "LGPL" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/release/bioc/html/gcrma.html" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=genefilter" + }, + "geneLenDataBase": { + "License": "LGPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/geneLenDataBase" + }, + "geneplotter": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=geneplotter" + }, + "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": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=GENIE3" + }, + "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": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/GenomeInfoDbData" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=GenomicFiles" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=GEOmap" + }, + "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": true, + "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": true, + "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": true, + "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": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=GlobalAncova" + }, + "globaltest": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=globaltest" + }, + "GO.db": { + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/GO.db" + }, + "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": true, + "Retrieved from": "https://github.com/federicomarini/goseq" + }, + "GOstats": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=graph" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=GSEABase" + }, + "gsmoothr": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=gson" + }, + "GSVA": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=GWASExactHW" + }, + "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": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/HDO.db" + }, + "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": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/hgu133plus2.db" + }, + "HiCBricks": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=HiCBricks" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=HMMcopy" + }, + "Homo.sapiens": { + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/Homo.sapiens" + }, + "IHW": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=IHW" + }, + "IlluminaHumanMethylation450kanno.ilmn12.hg19": { + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/IlluminaHumanMethylation450kanno.ilmn12.hg19" + }, + "IlluminaHumanMethylation450kmanifest": { + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/IlluminaHumanMethylation450kmanifest" + }, + "IlluminaHumanMethylationEPICanno.ilm10b2.hg19": { + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/IlluminaHumanMethylationEPICanno.ilm10b2.hg19" + }, + "IlluminaHumanMethylationEPICanno.ilm10b4.hg19": { + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/IlluminaHumanMethylationEPICanno.ilm10b4.hg19" + }, + "IlluminaHumanMethylationEPICmanifest": { + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/IlluminaHumanMethylationEPICmanifest" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=impute" + }, + "InteractionSet": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=interactiveDisplayBase" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=isva" + }, + "JASPAR2020": { + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/JASPAR2020" + }, + "KEGGgraph": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "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": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=lsa" + }, + "lumi": { + "License": [ + "libpng-2.0" + ], + "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": true, + "Retrieved from": "https://github.com/tallulandrews/M3Drop" + }, + "marray": { + "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": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=maSigPro" + }, + "MassSpecWavelet": { + "License": [ + "libpng-2.0" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=MBA" + }, + "MEDIPS": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=MEDIPS" + }, + "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": "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": "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=metapod" + }, + "MethylSeekR": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=methylumi" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=missMethyl" + }, + "mixOmics": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "http://www.mixOmics.org " + }, + "mixsqp": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/stephenslab/mixsqp" + }, + "MLInterfaces": { + "License": "LGPL", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/MLInterfaces" + }, + "MotifDb": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=MotifDb" + }, + "motifmatchr": { + "License": [ + "AML" + ], + "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": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=motifStack" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=MSstatsConvert" + }, + "MSstatsLiP": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=MSstatsPTM" + }, + "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": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=MultiDataSet" + }, + "multtest": { + "License": [ + "LGPL" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=multtest" + }, + "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": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=mzID" + }, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=ncdfFlow" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=NOISeq" + }, + "numbat": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/kharchenkolab/numbat" + }, + "oligo": { + "License": [ + "libpng-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/benilton/oligo" + }, + "oligoClasses": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=ontologyIndex" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=openCyto" + }, + "org.Hs.eg.db": { + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/org.Hs.eg.db" + }, + "org.Mm.eg.db": { + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/org.Mm.eg.db" + }, + "org.Rn.eg.db": { + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/org.Rn.eg.db" + }, + "OrganismDbi": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=OrganismDbi" + }, + "OUTRIDER": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/gagneurlab/OUTRIDER" + }, + "pathview": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/datapplab/pathview" + }, + "pcaMethods": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/hredestig/pcamethods" + }, + "perm": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=perm" + }, + "PFAM.db": { + "License": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/PFAM.db" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=plyranges" + }, + "pmp": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=polyester" + }, + "poweRlaw": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/csgillespie/poweRlaw" + }, + "preprocessCore": { + "License": [ + "libpng-2.0" + ], + "Permission to redistribute": true, + "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": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/pRolocdata" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=PRROC" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=quantsmooth" + }, + "qvalue": { + "License": "GPL-3.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/qvalue" + }, + "R.devices": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/henrikbengtsson/R.devices" + }, + "R.filesets": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/HenrikBengtsson/R.filesets" + }, + "R.huge": { + "License": [ + "SSPL-1.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/HenrikBengtsson/R.huge" + }, + "rainbow": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=rainbow" + }, + "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": true, + "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": "Artistic-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/reactome.db" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=regioneR" + }, + "reldist": { + "License": [ + "AML" + ], + "Permission to redistribute": true, + "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": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=ReportingTools" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=restfulr" + }, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=rGADEM" + }, + "Rgraphviz": { + "License": [ + "EPL-1.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=Rgraphviz" + }, + "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": true, + "Retrieved from": "https://bioconductor.org/packages/Rhtslib http://www.htslib.org/ " + }, + "Ringo": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=Ringo" + }, + "RNASeqPower": { + "License": [ + "libpng-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=RNASeqPower" + }, + "RnBeads.hg19": { + "License": "GPL-3.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/RnBeads.hg19" + }, + "RnBeads.hg38": { + "License": "GPL-3.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/RnBeads.hg38" + }, + "RnBeads.mm10": { + "License": "GPL-3.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/RnBeads.mm10" + }, + "RnBeads.mm9": { + "License": "GPL-3.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/RnBeads.mm9" + }, + "RnBeads.rn5": { + "License": "GPL-3.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/RnBeads.rn5" + }, + "RnBeads": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=RnBeads" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=ROntoTools" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=RPMG" + }, + "RProtoBufLib": { + "License": [ + "Other" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=RProtoBufLib" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=RSEIS" + }, + "Rsubread": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "http://bioconductor.org/packages/Rsubread " + }, + "rsvd": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/erichson/rSVD" + }, + "rtracklayer": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=rtracklayer" + }, + "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": true, + "Retrieved from": "https://statweb.stanford.edu/~tibs/SAM" + }, + "SamSPECTRAL": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=SamSPECTRAL" + }, + "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": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=SCANVIS" + }, + "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": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=scattermore" + }, + "scDblFinder": { + "License": [ + "AML" + ], + "Permission to redistribute": true, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=scuttle" + }, + "SeqArray": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/zhengxwen/SeqArray" + }, + "seqLogo": { + "License": [ + "libpng-2.0" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=seqPattern" + }, + "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": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=shinypanel" + }, + "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": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=siggenes" + }, + "Signac": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/stuart-lab/signac" + }, + "SimBu": { + "License": [ + "AML" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=SingleCellExperiment" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=slingshot" + }, + "SMVar": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=SMVar" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=snpStats" + }, + "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": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=stageR" + }, + "struct": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=struct" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=sva" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=tkWidgets" + }, + "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": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=TreeSummarizedExperiment" + }, + "TSP": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mhahsler/TSP" + }, + "TxDb.Hsapiens.UCSC.hg19.knownGene": { + "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": "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": true, + "Retrieved from": "https://github.com/thelovelab/tximport" + }, + "UCell": { + "License": [ + "AML" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/carmonalab/UCell" + }, + "uwot": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=VariantAnnotation" + }, + "venn": { + "License": [ + "CNRI-Python-GPL-Compatible" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=wateRmelon" + }, + "WGCNA": { + "License": [ + "GPL-2.0+" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=WGCNA" + }, + "widgetTools": { + "License": "LGPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://bioconductor.org/packages/widgetTools" + }, + "Wrench": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/HCBravoLab/Wrench" + }, + "xcms": { + "License": [ + "AML" + ], + "Permission to redistribute": true, + "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": [ + "LGPL-2.1-or-later" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/kassonlab/gromacs-gmxapi" + } + }, + "GROMACS/2024.3-foss-2023b": { + "gmxapi": { + "License": [ + "LGPL-2.1-or-later" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/kassonlab/gromacs-gmxapi" + } + }, + "GROMACS/2024.4-foss-2023b": { + "gmxapi": { + "License": [ + "LGPL-2.1-or-later" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/kassonlab/gromacs-gmxapi" + } + }, + "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": "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": { + "pyproject-metadata": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pypa/pyproject-metadata" + }, + "scikit_build_core": { + "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": "Apache-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/python/importlib_metadata" + }, + "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": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/PuLP" + }, + "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": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/whatshap" + }, + "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": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/corydolphin/flask-cors" + }, + "Flask-Session": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pallets-eco/flask-session" + }, + "Flask": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pallets/flask" + }, + "itsdangerous": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pallets/itsdangerous" + }, + "Werkzeug": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pallets/werkzeug" + } + }, + "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": "Apache-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/nltk" + }, + "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": [ + "AGPL-3.0-or-later" + ], + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/pystencils" + } + }, + "pyMBE/0.8.0-foss-2023b": { + "biopandas": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rasbt/biopandas" + }, + "looseversion": { + "License": [ + "Python-2.0" + ], + "Permission to redistribute": true, + "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": "BSD", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/Pint-Pandas" + }, + "pyMBE": { + "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": { + "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": "https://pypi.org/project/numba" + } + }, + "librosa/0.10.1-foss-2023a": { + "audioread": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/beetbox/audioread" + }, + "lazy_loader": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/lazy-loader" + }, + "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": true, + "Retrieved from": "https://github.com/Unidata/cftime" + }, + "netcdf4-python": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Unidata/netcdf4-python" + } + }, + "netcdf4-python/1.6.3-foss-2022b": { + "cftime": { + "License": [ + "AML" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Unidata/cftime" + }, + "netcdf4-python": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Unidata/netcdf4-python" + } + }, + "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": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/Cartopy" + }, + "OWSLib": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/OWSLib" + }, + "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": "https://pypi.org/project/antlr3-python-runtime" + }, + "cf-units": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/SciTools/cf-units" + }, + "scitools_iris": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/scitools-iris" + } + }, + "XML-LibXML/2.0209-GCCcore-12.3.0": { + "Alien::Base": { + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Alien::Base" + }, + "Alien::Build::Plugin::Download::GitLab": { + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Alien::Build::Plugin::Download::GitLab" + }, + "Alien::Libxml2": { + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Alien::Libxml2" + }, + "File::chdir": { + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/File::chdir" + }, + "XML::LibXML": { + "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": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Alien::Base" + }, + "Alien::Build::Plugin::Download::GitLab": { + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Alien::Build::Plugin::Download::GitLab" + }, + "Alien::Libxml2": { + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Alien::Libxml2" + }, + "File::chdir": { + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/File::chdir" + }, + "XML::LibXML": { + "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": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Bio::Procedural" + }, + "BioPerl": { + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/BioPerl" + }, + "XML::Writer": { + "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": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Bio::Procedural" + }, + "BioPerl": { + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/BioPerl" + }, + "XML::Writer": { + "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": { + "Algorithm::Dependency": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/karenetheridge/Algorithm-Dependency" + }, + "Algorithm::Diff": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Algorithm::Diff#LICENSE" + }, + "aliased": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/karenetheridge/aliased" + }, + "AnyEvent": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/release/MLEHMANN/AnyEvent-7.17/source/COPYING" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Archive-Extract" + }, + "Array::Transpose": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/mrdvt92/perl-Array-Transpose" + }, + "Array::Utils": { + "License": [ + "Unknown" + ], + "Permission to redistribute": false, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Array-Utils" + }, + "Authen::NTLM": { + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Authen::NTLM#HISTORY" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=AutoLoader" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=B-Lint" + }, + "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": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/release/MLEHMANN/Canary-Stability-2013/source/COPYING" + }, + "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": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/release/XSAWYERX/Carp-1.50/source/README" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Class-Accessor" + }, + "Class::Data::Inheritable": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Class-Data-Inheritable" + }, + "Class::DBI": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Class::DBI#LICENSE" + }, + "Class::DBI::SQLite": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Class::DBI#LICENSE", + }, + "Class::Inspector": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/plicease/Class-Inspector" + }, + "Class::ISA": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Class::Inspector#COPYRIGHT-AND-LICENSE" + }, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Clone" + }, + "Clone::Choose": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/perl5-utils/Clone-Choose" + }, + "common::sense": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/release/MLEHMANN/common-sense-3.75/source/LICENSE" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Config-General" + }, + "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": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Config::Simple#COPYRIGHT" + }, + "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": "https://metacpan.org/pod/Crypt::DES#COPYRIGHT" + }, + "Crypt::Rijndael": { + "License": [ + "LGPL-3.0-only" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/leont/crypt-rijndael" + }, + "Cwd": { + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Cwd#COPYRIGHT" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Data-Dump" + }, + "Data::Dumper::Concise": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/p5sagit/Data-Dumper-Concise" + }, + "Data::Grove": { + "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": [ + "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": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Data::Stag#COPYRIGHT" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Data-UUID" + }, + "Date::Handler": { + "License": [ + "Uknown" + ], + "Permission to redistribute": false, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Date-Handler" + }, + "Date::Language": { + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/release/ATOOMIC/TimeDate-2.33/source/README" + }, + "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": "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=DBI" + }, + "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": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/DBIx::ContextualFetch#LICENSE" + }, + "DBIx::Simple": { + "License": [ + "Other" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/DBIx::Simple#LICENSE" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Devel-CheckLib" + }, + "Devel::Cycle": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Devel::Cycle#COPYRIGHT-AND-LICENSE" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Devel-Size" + }, + "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": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Digest::MD5::File#COPYRIGHT-AND-LICENSE" + }, + "Digest::SHA1": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Digest-SHA1" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Encode" + }, + "Encode::Locale": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Encode-Locale" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Exporter-Declare" + }, + "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": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/release/NWCLARK/ExtUtils-Constant-0.25/source/README" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=ExtUtils-MakeMaker" + }, + "ExtUtils::ParseXS": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/ExtUtils::ParseXS#COPYRIGHT" + }, + "Fennec::Lite": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Fennec-Lite" + }, + "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": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/File::Find::Rule#COPYRIGHT" + }, + "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": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/release/MNEYLON/File-Grep-0.02/source/README" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=File-Next" + }, + "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": [ + "GPL-2.0-only" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Git" + }, + "GO": { + "License": "Unknown", + "Permission to redistribute": false, + "Retrieved from": "https://metacpan.org/pod/GO" + }, + "GO::Utils": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/GO::Utils::File" + }, + "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": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Heap#COPYRIGHT" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=HTML-Template" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=HTTP-Negotiate" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=if" + }, + "Ima::DBI": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Ima::DBI#LICENSE" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Importer" + }, + "Inline": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ingydotnet/inline-pm" + }, + "IO::Compress::Zip": { + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/IO::Compress::Zip" + }, + "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": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/IO::String#COPYRIGHT" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=IO-Tty" + }, + "IPC::Cmd": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=IPC-Cmd" + }, + "IPC::Run": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=IPC-Run" + }, + "IPC::Run3": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/IPC::Run3#LICENSE" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=JSON" + }, + "JSON::MaybeXS": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/p5sagit/JSON-MaybeXS" + }, + "JSON::XS": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/release/MLEHMANN/JSON-XS-4.03/source/COPYING" + }, + "Lingua::EN::PluralToSingular": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Lingua-EN-PluralToSingular" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=List-UtilsBy" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Locale-Maketext-Simple" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Log-Handler" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Log-Message" + }, + "Log::Message::Simple": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Log-Message-Simple" + }, + "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": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Logger::Simple#COPYRIGHT" + }, + "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": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/LWP::Simple" + }, + "Mail::Util": { + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Mail::Util" + }, + "Math::Bezier": { + "License": [ + "Unknown" + ], + "Permission to redistribute": false, + "Retrieved from": "https://metacpan.org/pod/Math::Bezier" + }, + "Math::CDF": { + "License": [ + "Unknown" + ], + "Permission to redistribute": false, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Math-CDF" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Math-Utils" + }, + "Math::VecStat": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Math-VecStat" + }, + "MCE::Mutex": { + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/MCE::Mutex" + }, + "Meta::Builder": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Meta-Builder" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=MIME-Charset" + }, + "MIME::Lite": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=MIME-Lite" + }, + "MIME::Types": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/markov2/perl5-MIME-Types" + }, + "Mixin::Linewise::Readers": { + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Mixin::Linewise::Readers#COPYRIGHT-AND-LICENSE" + }, + "Mock::Quick": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Mock-Quick" + }, + "Module::Build": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Module-Build" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Module-CoreList" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Module-Install" + }, + "Module::Load": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Module-Load" + }, + "Module::Load::Conditional": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Module-Load-Conditional" + }, + "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": [ + "MPL-2.0" + ], + "Permission to redistribute": true, + "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": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Net::Domain" + }, + "Net::HTTP": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/libwww-perl/Net-HTTP" + }, + "Net::SMTP::SSL": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Net::SMTP::SSL#COPYRIGHT" + }, + "Net::SNMP": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Net-SNMP" + }, + "Net::SSLeay": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/radiator-software/p5-net-ssleay" + }, + "Number::Compare": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Net::SMTP::SSL#COPYRIGHT" + }, + "Number::Format": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Number-Format" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Object-InsideOut" + }, + "Package::Constants": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Package-Constants" + }, + "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": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=PadWalker" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Params-Check" + }, + "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": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Parse::Yapp#COPYRIGHT" + }, + "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": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Pod::Man" + }, + "Pod::Parser": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/release/MAREKR/Pod-Parser-1.67/source/README" + }, + "Pod::Plainer": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Pod-Plainer" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Regexp-Common" + }, + "Role::HasMessage": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/rjbs/Role-HasMessage" + }, + "Role::Identifiable::HasIdent": { + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Role::Identifiable::HasIdent" + }, + "Role::Tiny": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/moose/Role-Tiny" + }, + "Scalar::Util": { + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Scalar::Util#COPYRIGHT" + }, + "Scalar::Util::Numeric": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Scalar-Util-Numeric" + }, + "Scope::Guard": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Scope-Guard" + }, + "Set::Array": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Set-Array" + }, + "Set::IntervalTree": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Set-IntervalTree" + }, + "Set::IntSpan": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Set::IntSpan#COPYRIGHT" + }, + "Set::IntSpan::Fast": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Set-IntSpan-Fast" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Shell" + }, + "Socket": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Socket" + }, + "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": [ + "LGPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Statistics::Basic#COPYRIGHT" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Storable" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Sub-Info" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Switch" + }, + "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": "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": [ + "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": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Sys::Info::Driver::Unknown::Device::CPU" + }, + "Template": { + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Template#COPYRIGHT" + }, + "Template::Plugin::Number::Format": { + "License": [ + "Unknown" + ], + "Permission to redistribute": false, + "Retrieved from": "https://metacpan.org/release/DARREN/Template-Plugin-Number-Format-1.06/source/README" + }, + "Term::Encoding": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/miyagawa/Term-Encoding" + }, + "Term::ReadKey": { + "License": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Term::ReadKey#LICENSE" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Term-Table" + }, + "Term::UI": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jib/term-ui" + }, + "Test": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/release/JESSE/Test-1.26/source/README" + }, + "Test2::Plugin::NoWarnings": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/houseabsolute/Test2-Plugin-NoWarnings" + }, + "Test2::Plugin::NoWarnings": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/houseabsolute/Test2-Plugin-NoWarnings" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Test-Differences" + }, + "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": "Artistic-1.0-Perl", + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Test::File::ShareDir::Dist#COPYRIGHT-AND-LICENSE" + }, + "Test::Harness": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Test-Harness" + }, + "Test::LeakTrace": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/gfx/p5-Test-LeakTrace" + }, + "Test::Memory::Cycle": { + "License": [ + "Artistic-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Test::Memory::Cycle#COPYRIGHT" + }, + "Test::More::UTF8": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Test-More-UTF8" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Test-Simple" + }, + "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": [ + "ISC" + ], + "Permission to redistribute": true, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Text-CSV" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Text-Diff" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Text-Glob" + }, + "Text::Iconv": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/release/MPIOTR/Text-Iconv-1.7/source/README" + }, + "Text::Soundex": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Text-Soundex" + }, + "Text::Table": { + "License": [ + "ISC" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Text::Table#COPYRIGHT" + }, + "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": [ + "Unknown" + ], + "Permission to redistribute": false, + "Retrieved from": "https://metacpan.org/release/DAVIDNICO/Tie-Function-0.02/source/README" + }, + "Tie::IxHash": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Tie-IxHash" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Time-Piece" + }, + "Time::Piece::MySQL": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Time::Piece::MySQL#COPYRIGHT" + }, + "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": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/release/MLEHMANN/Types-Serialiser-1.01/source/COPYING" + }, + "Unicode::EastAsianWidth": { + "License": [ + "CC0-1.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/audreyt/Unicode-EastAsianWidth" + }, + "Unicode::LineBreak": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Unicode-LineBreak" + }, + "UNIVERSAL::moniker": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/UNIVERSAL::moniker#COPYRIGHT" + }, + "Unix::Processors": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Unix-Processors" + }, + "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": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/Want#COPYRIGHT" + }, + "WWW::RobotRules": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=WWW-RobotRules" + }, + "XML::Bare": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=XML-Bare" + }, + "XML::DOM": { + "License": [ + "Unknown" + ], + "Permission to redistribute": false, + "Retrieved from": "https://metacpan.org/pod/XML::DOM" + }, + "XML::Filter::BufferText": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/XML::Filter::BufferText#COPYRIGHT" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=XML-Parser" + }, + "XML::RegExp": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/release/TJMATHER/XML-RegExp-0.04/source/README" + }, + "XML::SAX": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/XML::SAX#LICENSE" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=XML-SAX-Expat" + }, + "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": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/XML::SAX#LICENSE" + }, + "XML::Twig": { + "License": [ + "Artistic-1.0-Perl" + ], + "Permission to redistribute": true, + "Retrieved from": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=XML-Twig" + }, + "XML::Writer": { + "License": [ + "Unrestricted" + ], + "Permission to redistribute": true, + "Retrieved from": "https://metacpan.org/pod/XML::Writer" + }, + "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": "https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=XSLoader" + }, + "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": "LGPL-3.0-only", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/GridDataFormats" + }, + "gsd": { + "License": [ + "BSD-2-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/glotzerlab/gsd" + }, + "MDAnalysis": { + "License": "LGPL-3.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/MDAnalysis" + }, + "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": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/mypy-extensions" + }, + "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": ["MIT"], + "Permission to redistribute": true, + "Retrieved from": "https://rubygems.org/gems/activesupport" + }, + "addressable": { + "License": [ + "ISC" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/debrouwere/python-addressable" + }, + "arr-pm": { + "License": ["MIT"], + "Permission to redistribute": true, + "Retrieved from": "https://rubygems.org/gems/arr-pm" + }, + "backports": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/brandon-rhodes/backports" + }, + "bundler": { + "License": ["MIT"], + "Permission to redistribute": true, + "Retrieved from": "https://rubygems.org/gems/bundler" + }, + "cabin": { + "License": [ + "Apache-2.0", + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/scipp-atlas/cabin" + }, + "childprocess": { + "License": ["MIT"], + "Permission to redistribute": true, + "Retrieved from": "https://rubygems.org/gems/childprocess" + }, + "clamp": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": null + }, + "concurrent-ruby": { + "License": ["MIT"], + "Permission to redistribute": true, + "Retrieved from": "https://rubygems.org/gems/concurrent-ruby" + }, + "connection_pool": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/zhouyl/ConnectionPool" + }, + "diff-lcs": { + "License": ["MIT"], + "Permission to redistribute": true, + "Retrieved from": "https://rubygems.org/gems/diff-lcs" + }, + "ethon": { + "License": [ + "AGPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/vasusen-code/ethon" + }, + "faraday-net_http": { + "License": ["MIT"], + "Permission to redistribute": true, + "Retrieved from": "https://rubygems.org/gems/faraday-net_http" + }, + "faraday": { + "License": [ + "GPL-3.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/FaradayRF/Faraday-Software" + }, + "faraday_middleware": { + "License": ["MIT"], + "Permission to redistribute": true, + "Retrieved from": "https://rubygems.org/gems/faraday_middleware" + }, + "ffi": { + "License": ["MIT"], + "Permission to redistribute": true, + "Retrieved from": "https://rubygems.org/gems/ ffi" + }, + "gh": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/danielwhatmuff/gh" + }, + "highline": { + "License": ["GPL-2.0"], + "Permission to redistribute": true, + "Retrieved from": "https://rubygems.org/gems/highline" + }, + "i18n": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bitbucket.org/antocuni/i18n" + }, + "json": { + "License": ["Ruby"], + "Permission to redistribute": true, + "Retrieved from": "https://rubygems.org/gems/json" + }, + "launchy": { + "License": [ + "ISC" + ], + "Permission to redistribute": true, + "Retrieved from": "https://rubygems.org/gems/launchy" + }, + "minitest": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jichen3000/minitest" + }, + "multi_json": { + "License": ["MIT"], + "Permission to redistribute": true, + "Retrieved from": "https://rubygems.org/gems/multi_json" + }, + "multipart-post": { + "License": ["MIT"], + "Permission to redistribute": true, + "Retrieved from": "https://rubygems.org/gems/multipart-post" + }, + "mustermann": { + "License": ["MIT"], + "Permission to redistribute": true, + "Retrieved from": "https://rubygems.org/gems/mustermann" + }, + "net-http-persistent": { + "License": ["MIT"], + "Permission to redistribute": true, + "Retrieved from": "https://rubygems.org/gems/net-http-persistent" + }, + "net-http-pipeline": { + "License": ["MIT"], + "Permission to redistribute": true, + "Retrieved from": "https://rubygems.org/gems/net-http-pipeline" + }, + "public_suffix": { + "License": ["MIT"], + "Permission to redistribute": true, + "Retrieved from": "https://rubygems.org/gems/public_suffix" + }, + "pusher-client": { + "License": ["MIT"], + "Permission to redistribute": true, + "Retrieved from": "https://rubygems.org/gems/pusher-client" + }, + "rack-protection": { + "License": ["MIT"], + "Permission to redistribute": true, + "Retrieved from": "https://rubygems.org/gems/rack-protection" + }, + "rack-test": { + "License": ["MIT"], + "Permission to redistribute": true, + "Retrieved from": "https://rubygems.org/gems/rack-test" + }, + "rack": { + "License": ["MIT"], + "Permission to redistribute": true, + "Retrieved from": "https://rubygems.org/gems/rack" + }, + "rspec-core": { + "License": ["MIT"], + "Permission to redistribute": true, + "Retrieved from": "https://rubygems.org/gems/rspec-core" + }, + "rspec-expectations": { + "License": ["MIT"], + "Permission to redistribute": true, + "Retrieved from": "https://rubygems.org/gems/rspec-expectations" + }, + "rspec-mocks": { + "License": ["MIT"], + "Permission to redistribute": true, + "Retrieved from": "https://rubygems.org/gems/rspec-mocks" + }, + "rspec-support": { + "License": ["MIT"], + "Permission to redistribute": true, + "Retrieved from": "https://rubygems.org/gems/rspec-support" + }, + "rspec": { + "License": [ + "Apache-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/liuyenting/rspec" + }, + "ruby2_keywords": { + "License": ["MIT"], + "Permission to redistribute": true, + "Retrieved from": "https://rubygems.org/gems/ruby2_keywords" + }, + "sinatra": { + "License": [ + "GPL-2.0" + ], + "Permission to redistribute": true, + "Retrieved from": null + }, + "thread_safe": { + "License": ["MIT"], + "Permission to redistribute": true, + "Retrieved from": "https://rubygems.org/gems/thread_safe" + }, + "tilt": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Transparency-Information-Language/python-tilt" + }, + "typhoeus": { + "License": ["MIT"], + "Permission to redistribute": true, + "Retrieved from": "https://rubygems.org/gems/typhoeus" + }, + "tzinfo": { + "License": ["MIT"], + "Permission to redistribute": true, + "Retrieved from": "https://rubygems.org/gems/tzinfo" + }, + "websocket": { + "License": ["MIT"], + "Permission to redistribute": true, + "Retrieved from": "https://rubygems.org/gems/websocket" + }, + "zeitwerk": { + "License": ["MIT"], + "Permission to redistribute": true, + "Retrieved from": "https://rubygems.org/gems/zeitwerk" + } + }, + "crb-blast/0.6.9-GCC-12.3.0": { + "bindeps": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/cboursnell/bindeps" + }, + "bio": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ialbert/bio" + }, + "crb-blast": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/cboursnell/crb-blast" + }, + "facade": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/oakfang/facade" + }, + "fixwhich": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://rubygems.org/gems/fixwhich" + }, + "pathname2": { + "License": "Apache-2.0", + "Permission to redistribute": true, + "Retrieved from": "https://rubygems.org/gems/pathname2" + }, + "threach": { + "License": "unknown", + "Permission to redistribute": false, + "Retrieved from": "https://rubygems.org/gems/threach" + }, + "trollop": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://bitbucket.org/btubbs/trollop" + } + }, + "h5netcdf/1.2.0-foss-2023a": { + "h5netcdf": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/h5netcdf/h5netcdf" + } + }, + "psycopg2/2.9.9-GCCcore-12.3.0": { + "psycopg2": { + "License": [ + "BSD-3-Clause-Attribution" + ], + "Permission to redistribute": true, + "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": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/SQLAlchemy" + } + }, + "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": "CC0-1.0", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/lat-lon-parser/" + }, + "wradlib": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "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": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/openradar/xradar" + } + }, + "LRBinner/0.1-foss-2023a": { + "LRBinner": { + "License": "GPL-2.0-only", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/anuradhawick/LRBinner" + }, + "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": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/Python-Markdown/markdown" + }, + "mdurl": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/executablebooks/mdurl" + }, + "multiqc": { + "License": [ + "GPL-3.0-only" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/MultiQC/MultiQC" + }, + "Pygments": { + "License": "BSD-2-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/Pygments" + }, + "rich-click": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "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": "GPL-3.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/basemap-data" + }, + "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": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jupyterlab/hatch-jupyter-builder" + }, + "hatch_nodejs_version": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/agoose77/hatch-nodejs-version" + } + }, + "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": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/cassiopeia" + }, + "comm": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "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": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jupyter/jupyter_client" + }, + "jupyter_core": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jupyter/jupyter_core" + }, + "jupyter_packaging": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jupyter/jupyter-packaging" + }, + "jupyterlab_pygments": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jupyterlab/jupyterlab_pygments" + }, + "jupyterlab_widgets": { + "License": "BSD-3-Clause", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/jupyterlab-widgets" + }, + "Levenshtein": { + "License": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/Levenshtein" + }, + "mistune": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/lepture/mistune" + }, + "nbclient": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jupyter/nbclient" + }, + "nbconvert": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/jupyter/nbconvert" + }, + "nbformat": { + "License": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "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": "GPL-2.0-or-later", + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/python-Levenshtein" + }, + "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": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/ipython/traitlets" + }, + "widgetsnbextension": { + "License": [ + "BSD-1-Clause" + ], + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/widgetsnbextension" + } + }, + "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": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/microsoft/LightGBM" + } + }, + "pydantic/2.7.4-GCCcore-13.2.0": { + "annotated_types": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/annotated-types/annotated-types" + }, + "pydantic": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pydantic/pydantic" + }, + "pydantic_core": { + "License": "MIT", + "Permission to redistribute": true, + "Retrieved from": "https://github.com/pydantic/pydantic-core" + } + }, + "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": [ + "BSD-3-Clause" + ], + "Permission to redistribute": true, + "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": "https://pypi.org/project/ruamel.yaml.base" + }, + "ruamel.yaml.clib": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/ruamel.yaml.clib" + }, + "ruamel.yaml.cmd": { + "License": [ + "MIT" + ], + "Permission to redistribute": true, + "Retrieved from": "https://pypi.org/project/ruamel.yaml.cmd" + }, + "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/licenses.json b/licenses/licenses.json index 8831ed368c..f62bfd2ec2 100644 --- a/licenses/licenses.json +++ b/licenses/licenses.json @@ -1,10 +1,2372 @@ { - "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" + }, + "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/" + }, + "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/" + }, + "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" + }, + "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/" + }, + "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/" + }, + "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": { + "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" + }, + "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/parse_easystack.py b/licenses/parse_easystack.py new file mode 100644 index 0000000000..eb0c079749 --- /dev/null +++ b/licenses/parse_easystack.py @@ -0,0 +1,6 @@ +from easybuild.framework.easystack import parse_easystack +import sys + +test = parse_easystack(sys.argv[1]) + +print(test) \ No newline at end of file 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()