From c0a558924da71d925e7b17e0be644aeb0baaf88f Mon Sep 17 00:00:00 2001 From: nqhu Date: Tue, 2 Dec 2025 09:27:41 +0100 Subject: [PATCH 01/11] review fixes --- .github/workflows/check_licenses.yml | 39 ++++++++++++++++------------ 1 file changed, 23 insertions(+), 16 deletions(-) diff --git a/.github/workflows/check_licenses.yml b/.github/workflows/check_licenses.yml index 72b1f024fc..05cf9ddd13 100644 --- a/.github/workflows/check_licenses.yml +++ b/.github/workflows/check_licenses.yml @@ -2,7 +2,7 @@ name: Check and update licenses on: push: - branches: [ "main" ] + branches: [ "main", "licenses" ] pull_request: branches: [ "main", "licenses" ] # types: [opened, synchronized] @@ -132,41 +132,48 @@ jobs: module load Python-bundle-PyPI/2023.06-GCCcore-12.3.0 module load BeautifulSoup/4.12.2-GCCcore-12.3.0 module load PyYAML/6.0-GCCcore-12.3.0 - python licenses/parse_licenses.py --debug modules_results.json - cat licenses_test.yaml + python licenses/parse_licenses.py modules_results.json + cat licenses_aux.yaml else echo "modules_results.json file does not exist, skipping license fetch." fi - - name: Check for missing licenses + - name: Check and generate report on missing licenses run: | - grep -3 "not found" licenses_test.yaml - exit_code=$? - if [[ ${exit_code} -ne 0 ]]; then - echo "No missing licenses found." + echo "" + # Look for missing licences in licenses_aux.yaml + OUTPUT=$(yq eval '.. | select(has("License")) | select(.License == "not found" or .License == "Other") | (path | join(" --> ")) + ": " + .License' licenses_aux.yaml) + + # Check if the variable is NOT empty (-n) + if [[ -n "$OUTPUT" ]]; then + echo "Missing licenses found, please check the missing_report.yaml file." + echo "$OUTPUT" + echo "$OUTPUT" > missing_report.yaml else - echo "Missing licenses found, please check the licenses.json file." - #exit 1 + echo "No missing licenses found." fi + # Create a patch file + python licenses/reformat_yaml.py licenses/licenses.yaml #Reformat licenses.yaml to match the structure of licenses_aux.yaml + diff -Naur reformatted_licenses.yaml licenses_aux.yaml > patch.txt || true + echo -e "\npatch.txt file generated." + - name: Generate artifacts uses: actions/upload-artifact@v4 with: name: license-results-${{ matrix.NO_SLASH_NAME }} path: | - licenses_test.yaml - modules_results.json - missing_modules.txt + missing_report.yaml + patch.txt - name: How to edit artifacts run: | - echo "Artifacts generated. To resolve the missing licenses, please edit 'licenses_test.yaml' manually, making sure you follow the following format: " + echo "Artifacts generated. To resolve the missing licenses, please edit 'patch.txt' manually, making sure you follow the following format: " echo "" echo ":" echo " :" echo " License: " echo " Permission to redistribute: " - echo " Retrieved from: " - + echo " Retrieved from: " \ No newline at end of file From 4cff99c1d83a75664fc07b114eaf8d61d4b53196 Mon Sep 17 00:00:00 2001 From: nqhu Date: Tue, 2 Dec 2025 12:50:08 +0100 Subject: [PATCH 02/11] merge bug fix --- .github/workflows/check_licenses.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/check_licenses.yml b/.github/workflows/check_licenses.yml index fc359094aa..8ec38ff771 100644 --- a/.github/workflows/check_licenses.yml +++ b/.github/workflows/check_licenses.yml @@ -3,7 +3,6 @@ name: Check and update licenses on: push: branches: [ "main", "licenses" ] - branches: [ "main", "licenses" ] pull_request: branches: [ "main", "licenses" ] # types: [opened, synchronized] From 4b68e5724c18f89911a19cc44f5b3ec11fbb1ca7 Mon Sep 17 00:00:00 2001 From: nqhu Date: Thu, 4 Dec 2025 11:48:40 +0100 Subject: [PATCH 03/11] new AI help on licenses --- licenses/processing_licenses_with_ai.py | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 licenses/processing_licenses_with_ai.py diff --git a/licenses/processing_licenses_with_ai.py b/licenses/processing_licenses_with_ai.py new file mode 100644 index 0000000000..eb3a583905 --- /dev/null +++ b/licenses/processing_licenses_with_ai.py @@ -0,0 +1,20 @@ +import google.generativeai as genai +import warnings +import os + +warnings.filterwarnings("ignore", category=FutureWarning) +genai.configure(api_key=os.environ.get("GOOGLE_API_KEY")) + +file = genai.upload_file("temporal_print.yaml", mime_type="text/plain") +model = genai.GenerativeModel("gemini-2.5-pro") +response = model.generate_content([file, "I want you to search ALL the 'not found' OR 'other' licenses on the temporal_print.yml, make a deep search on google or wherever to found this licenses and if they can be redistributed or not PLEASE. If there is another type of licenses which is not 'not found' OR 'other', PLEASE IGNORE IT. I need this to be 1000000000000000000 percent accurate, if you are NOT sure or didn't found something, DO NOT INVENT IT. Please, only search in official pages!!! Not a blog or something, I want the official pages of the program asked. By the way, PLEASE, GIVE ONLY THE INFORMATION, I DONT NEED MORE THINGS LIKE YOU TEXTING AND WRITING THINGS, JUST THE FORMAT ASKED, NOT EVEN IN PARENTHESES, I WANT THE SIMPLIEST NAME POSSIBLE, FOR EXAMPLE, IF ITS PROPIETARY LICENSE, DONT TELL ME THE WHOLE NAME, JUST PROPIETARY, AND THE SAME WITH OTHER EXAMPLES TOO, NOT JUST THIS ONE. IF YOU CANT FIND THE LICENSE LINK, PLEASE DONT PUT THE LICENSE TYPE, I NEED SO BAD THE RETRIEVED FROM INFORMATION, IF YOU DONT HAVE THAT, THE LICENSE TYPE MUST BE NOT FOUND. ALSO, THE NAMES MUST BE IN A SPECIFIC FORMAT, FIRST LETTER CAPITALS, THEN IN LOWERCASE LIKE THIS EXAMPLE: Apache-2.0, Propietary... IF ITS SOME TYPE OF ACRONYM, ALL CAPS PLEASE. JUST WRITE IT IN COMMON SENSE BASICALY, PLEASE, DONT IGNORE ANY 'other' OR 'not found' LICENSE, DO NOT IGNORE. IN THE LINK YOU RETRIEVED IT FROM, I NEED TO SEE THE DIRECT LINK, I DON'T NEED THE MAIN PAGE, JUST THE PAGE WHERE IT SAYS THE LICENSE. FINALLY, PLEASE PLEASE AND PLEASE, I NEED YOU TO BE CONSISTENT, SO YOU NEED TO BE 10000 PERCENT SURE, DONT TRY TO ACT COOL BY INVENTING SOME LICENSES, 10000000000 PERCENT ACCURACY, I WILL EXECUTE THIS CODE THOUSANDS OF TIMES, SO I NEED CONSISTENCY. PLEASE, DO NOT SEND ME 404 ERROR PAGES (not found), VERY IMPORTANT, IF YOU ARE NOT 100 PERCENT SURE ABOUT THE PAGE EXISTING, PLEASE, JUST SEND ME THE MAIN PAGE, PLEASE DO NOT TRY TO GUESS THE ROUTE TO THE LICENSE. IF THE LICENSE IS PROPIETARY, I JUST WANT TO KNOW ITS PROPIETARY, NOT A CUSTOM OR SOMETHING LIKE THAT, JUST PROPIETARY PLEASE. IF ANY CASE, IT GIVES OUT 2 LICENSES (or more), PLEASE, JUST WRITE ONE, THE MOST ACCURATE ONE, DONT ADD AND or SOMETHING LIKE THAT PLEASE, RESPECT THE yaml FORMAT, NO ANDs or ORs PLEASE. LAST THING, PLEASE DOUBLE CHECK (even TRIPLE if you can) BEFORE SENDING ME THIS. IN THIS FORMAT:\n : \n : \n License: \n Permission to redistribute: \n Retrieved from: "]) +print(response.text) +text = response.text.replace("```yaml", "").replace("```", "").strip() +with open("licenses_aux_llm.yaml", "w", encoding="utf-8") as f: + f.write(text) + +# This is to know which models are available with the API which is being used. +# print("--- AVAILABLE MODELS ---") +# for m in genai.list_models(): +# if 'generateContent' in m.supported_generation_methods: +# print(m.name) \ No newline at end of file From d68af1868f8465b816e4116a7806f0a99ba24392 Mon Sep 17 00:00:00 2001 From: RJO798 Date: Thu, 4 Dec 2025 12:15:57 +0100 Subject: [PATCH 04/11] Add new workflow step: process missing licenses with AI --- .github/workflows/check_licenses.yml | 33 +++++++++++++++++++++------- 1 file changed, 25 insertions(+), 8 deletions(-) diff --git a/.github/workflows/check_licenses.yml b/.github/workflows/check_licenses.yml index f9973cb350..8cf5f1be66 100644 --- a/.github/workflows/check_licenses.yml +++ b/.github/workflows/check_licenses.yml @@ -155,14 +155,31 @@ jobs: diff -Naur licenses/licenses.yml licenses_aux.yaml > patch.txt || true echo "patch.txt file generated." - - - name: Generate artifacts - uses: actions/upload-artifact@v4 - with: - name: license-results-${{ matrix.NO_SLASH_NAME }} - path: | - missing_report.yaml - patch.txt + - name: Process missing licenses with AI + env: + GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY }} + run: | + if [ -s temporal_print.yaml ]; then + echo "Asking Gemini about missing licenses..." + # Install Google library + pip install google-generativeai + + # Execute AI script + python licenses/enrich_licenses_ai.py temporal_print.yaml + + # Create a patch file for licences found by AI + diff -Naur licenses/licenses.yml licenses_aux_llm.yaml > patch_llm.txt || true + fi + + - name: Generate artifacts + uses: actions/upload-artifact@v4 + with: + name: license-results-${{ matrix.NO_SLASH_NAME }} + path: | + missing_report.yaml + patch.txt + licenses_aux_llm.yaml + patch_llm.txt - name: How to edit artifacts and apply patch From 7facbbfb7f66b504fcd8a6cf8b5e05d8a07079c9 Mon Sep 17 00:00:00 2001 From: RJO798 Date: Thu, 4 Dec 2025 12:20:52 +0100 Subject: [PATCH 05/11] add easystack for testing --- .../2025.06/eessi-2025.06-eb-5.1.2-2023a.yml\342\200\216" | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 "easystacks/software.eessi.io/2025.06/eessi-2025.06-eb-5.1.2-2023a.yml\342\200\216" diff --git "a/easystacks/software.eessi.io/2025.06/eessi-2025.06-eb-5.1.2-2023a.yml\342\200\216" "b/easystacks/software.eessi.io/2025.06/eessi-2025.06-eb-5.1.2-2023a.yml\342\200\216" new file mode 100644 index 0000000000..11a038392e --- /dev/null +++ "b/easystacks/software.eessi.io/2025.06/eessi-2025.06-eb-5.1.2-2023a.yml\342\200\216" @@ -0,0 +1,2 @@ +easyconfigs: + - AlphaFold-2.3.2-foss-2023a-CUDA-12.1.1.eb \ No newline at end of file From c756a36c405e484574b9f63bd54e6c749e915aa3 Mon Sep 17 00:00:00 2001 From: RJO798 Date: Thu, 4 Dec 2025 12:28:27 +0100 Subject: [PATCH 06/11] tiny fixes --- .github/workflows/check_licenses.yml | 18 +++++++++--------- ...ssi-2025.06-eb-5.1.2-2023a.yml\342\200\216" | 3 ++- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.github/workflows/check_licenses.yml b/.github/workflows/check_licenses.yml index 8cf5f1be66..d6c5cc1487 100644 --- a/.github/workflows/check_licenses.yml +++ b/.github/workflows/check_licenses.yml @@ -171,15 +171,15 @@ jobs: diff -Naur licenses/licenses.yml licenses_aux_llm.yaml > patch_llm.txt || true fi - - name: Generate artifacts - uses: actions/upload-artifact@v4 - with: - name: license-results-${{ matrix.NO_SLASH_NAME }} - path: | - missing_report.yaml - patch.txt - licenses_aux_llm.yaml - patch_llm.txt + - name: Generate artifacts + uses: actions/upload-artifact@v4 + with: + name: license-results-${{ matrix.NO_SLASH_NAME }} + path: | + missing_report.yaml + patch.txt + licenses_aux_llm.yaml + patch_llm.txt - name: How to edit artifacts and apply patch diff --git "a/easystacks/software.eessi.io/2025.06/eessi-2025.06-eb-5.1.2-2023a.yml\342\200\216" "b/easystacks/software.eessi.io/2025.06/eessi-2025.06-eb-5.1.2-2023a.yml\342\200\216" index 11a038392e..1b74f8ca29 100644 --- "a/easystacks/software.eessi.io/2025.06/eessi-2025.06-eb-5.1.2-2023a.yml\342\200\216" +++ "b/easystacks/software.eessi.io/2025.06/eessi-2025.06-eb-5.1.2-2023a.yml\342\200\216" @@ -1,2 +1,3 @@ easyconfigs: - - AlphaFold-2.3.2-foss-2023a-CUDA-12.1.1.eb \ No newline at end of file + - AlphaFold-2.3.2-foss-2023a-CUDA-12.1.1.eb + \ No newline at end of file From f389c2abca61821fc808ed2c686fccfedb87e0ac Mon Sep 17 00:00:00 2001 From: RJO798 Date: Thu, 4 Dec 2025 12:52:19 +0100 Subject: [PATCH 07/11] add easystack for testing --- .../software.eessi.io/2025.06/eessi-2025.06-eb-5.1.1-2024a.yml | 1 - .../2025.06/eessi-2025.06-eb-5.1.2-2023a.yml\342\200\216" | 3 --- 2 files changed, 4 deletions(-) delete mode 100644 "easystacks/software.eessi.io/2025.06/eessi-2025.06-eb-5.1.2-2023a.yml\342\200\216" diff --git a/easystacks/software.eessi.io/2025.06/eessi-2025.06-eb-5.1.1-2024a.yml b/easystacks/software.eessi.io/2025.06/eessi-2025.06-eb-5.1.1-2024a.yml index 2d0555424b..f5f4832e94 100644 --- a/easystacks/software.eessi.io/2025.06/eessi-2025.06-eb-5.1.1-2024a.yml +++ b/easystacks/software.eessi.io/2025.06/eessi-2025.06-eb-5.1.1-2024a.yml @@ -7,4 +7,3 @@ easyconfigs: - ollama-0.6.0-GCCcore-13.3.0.eb - MetaBAT-2.17-GCC-13.3.0.eb - p7zip-17.05-GCCcore-13.3.0.eb - diff --git "a/easystacks/software.eessi.io/2025.06/eessi-2025.06-eb-5.1.2-2023a.yml\342\200\216" "b/easystacks/software.eessi.io/2025.06/eessi-2025.06-eb-5.1.2-2023a.yml\342\200\216" deleted file mode 100644 index 1b74f8ca29..0000000000 --- "a/easystacks/software.eessi.io/2025.06/eessi-2025.06-eb-5.1.2-2023a.yml\342\200\216" +++ /dev/null @@ -1,3 +0,0 @@ -easyconfigs: - - AlphaFold-2.3.2-foss-2023a-CUDA-12.1.1.eb - \ No newline at end of file From 945108137f2d00f18b4cff3d7bf54c9493d0d6b4 Mon Sep 17 00:00:00 2001 From: nqhu Date: Thu, 4 Dec 2025 13:13:14 +0100 Subject: [PATCH 08/11] update AI .py file --- .github/workflows/check_licenses.yml | 2 +- licenses/processing_licenses_with_ai.py | 40 ++++++++++++++++++++++++- 2 files changed, 40 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check_licenses.yml b/.github/workflows/check_licenses.yml index d6c5cc1487..bf2797bb9d 100644 --- a/.github/workflows/check_licenses.yml +++ b/.github/workflows/check_licenses.yml @@ -165,7 +165,7 @@ jobs: pip install google-generativeai # Execute AI script - python licenses/enrich_licenses_ai.py temporal_print.yaml + python licenses/processing_licenses_with_ai.py temporal_print.yaml # Create a patch file for licences found by AI diff -Naur licenses/licenses.yml licenses_aux_llm.yaml > patch_llm.txt || true diff --git a/licenses/processing_licenses_with_ai.py b/licenses/processing_licenses_with_ai.py index eb3a583905..8a6219a2c0 100644 --- a/licenses/processing_licenses_with_ai.py +++ b/licenses/processing_licenses_with_ai.py @@ -7,7 +7,45 @@ file = genai.upload_file("temporal_print.yaml", mime_type="text/plain") model = genai.GenerativeModel("gemini-2.5-pro") -response = model.generate_content([file, "I want you to search ALL the 'not found' OR 'other' licenses on the temporal_print.yml, make a deep search on google or wherever to found this licenses and if they can be redistributed or not PLEASE. If there is another type of licenses which is not 'not found' OR 'other', PLEASE IGNORE IT. I need this to be 1000000000000000000 percent accurate, if you are NOT sure or didn't found something, DO NOT INVENT IT. Please, only search in official pages!!! Not a blog or something, I want the official pages of the program asked. By the way, PLEASE, GIVE ONLY THE INFORMATION, I DONT NEED MORE THINGS LIKE YOU TEXTING AND WRITING THINGS, JUST THE FORMAT ASKED, NOT EVEN IN PARENTHESES, I WANT THE SIMPLIEST NAME POSSIBLE, FOR EXAMPLE, IF ITS PROPIETARY LICENSE, DONT TELL ME THE WHOLE NAME, JUST PROPIETARY, AND THE SAME WITH OTHER EXAMPLES TOO, NOT JUST THIS ONE. IF YOU CANT FIND THE LICENSE LINK, PLEASE DONT PUT THE LICENSE TYPE, I NEED SO BAD THE RETRIEVED FROM INFORMATION, IF YOU DONT HAVE THAT, THE LICENSE TYPE MUST BE NOT FOUND. ALSO, THE NAMES MUST BE IN A SPECIFIC FORMAT, FIRST LETTER CAPITALS, THEN IN LOWERCASE LIKE THIS EXAMPLE: Apache-2.0, Propietary... IF ITS SOME TYPE OF ACRONYM, ALL CAPS PLEASE. JUST WRITE IT IN COMMON SENSE BASICALY, PLEASE, DONT IGNORE ANY 'other' OR 'not found' LICENSE, DO NOT IGNORE. IN THE LINK YOU RETRIEVED IT FROM, I NEED TO SEE THE DIRECT LINK, I DON'T NEED THE MAIN PAGE, JUST THE PAGE WHERE IT SAYS THE LICENSE. FINALLY, PLEASE PLEASE AND PLEASE, I NEED YOU TO BE CONSISTENT, SO YOU NEED TO BE 10000 PERCENT SURE, DONT TRY TO ACT COOL BY INVENTING SOME LICENSES, 10000000000 PERCENT ACCURACY, I WILL EXECUTE THIS CODE THOUSANDS OF TIMES, SO I NEED CONSISTENCY. PLEASE, DO NOT SEND ME 404 ERROR PAGES (not found), VERY IMPORTANT, IF YOU ARE NOT 100 PERCENT SURE ABOUT THE PAGE EXISTING, PLEASE, JUST SEND ME THE MAIN PAGE, PLEASE DO NOT TRY TO GUESS THE ROUTE TO THE LICENSE. IF THE LICENSE IS PROPIETARY, I JUST WANT TO KNOW ITS PROPIETARY, NOT A CUSTOM OR SOMETHING LIKE THAT, JUST PROPIETARY PLEASE. IF ANY CASE, IT GIVES OUT 2 LICENSES (or more), PLEASE, JUST WRITE ONE, THE MOST ACCURATE ONE, DONT ADD AND or SOMETHING LIKE THAT PLEASE, RESPECT THE yaml FORMAT, NO ANDs or ORs PLEASE. LAST THING, PLEASE DOUBLE CHECK (even TRIPLE if you can) BEFORE SENDING ME THIS. IN THIS FORMAT:\n : \n : \n License: \n Permission to redistribute: \n Retrieved from: "]) +# response = model.generate_content([file, "I want you to search ALL the 'not found' OR 'other' licenses on the temporal_print.yml, make a deep search on google or wherever to found this licenses and if they can be redistributed or not PLEASE. If there is another type of licenses which is not 'not found' OR 'other', PLEASE IGNORE IT. I need this to be 1000000000000000000 percent accurate, if you are NOT sure or didn't found something, DO NOT INVENT IT. Please, only search in official pages!!! Not a blog or something, I want the official pages of the program asked. By the way, PLEASE, GIVE ONLY THE INFORMATION, I DONT NEED MORE THINGS LIKE YOU TEXTING AND WRITING THINGS, JUST THE FORMAT ASKED, NOT EVEN IN PARENTHESES, I WANT THE SIMPLIEST NAME POSSIBLE, FOR EXAMPLE, IF ITS PROPIETARY LICENSE, DONT TELL ME THE WHOLE NAME, JUST PROPIETARY, AND THE SAME WITH OTHER EXAMPLES TOO, NOT JUST THIS ONE. IF YOU CANT FIND THE LICENSE LINK, PLEASE DONT PUT THE LICENSE TYPE, I NEED SO BAD THE RETRIEVED FROM INFORMATION, IF YOU DONT HAVE THAT, THE LICENSE TYPE MUST BE NOT FOUND. ALSO, THE NAMES MUST BE IN A SPECIFIC FORMAT, FIRST LETTER CAPITALS, THEN IN LOWERCASE LIKE THIS EXAMPLE: Apache-2.0, Propietary... IF ITS SOME TYPE OF ACRONYM, ALL CAPS PLEASE. JUST WRITE IT IN COMMON SENSE BASICALY, PLEASE, DONT IGNORE ANY 'other' OR 'not found' LICENSE, DO NOT IGNORE. IN THE LINK YOU RETRIEVED IT FROM, I NEED TO SEE THE DIRECT LINK, I DON'T NEED THE MAIN PAGE, JUST THE PAGE WHERE IT SAYS THE LICENSE. FINALLY, PLEASE PLEASE AND PLEASE, I NEED YOU TO BE CONSISTENT, SO YOU NEED TO BE 10000 PERCENT SURE, DONT TRY TO ACT COOL BY INVENTING SOME LICENSES, 10000000000 PERCENT ACCURACY, I WILL EXECUTE THIS CODE THOUSANDS OF TIMES, SO I NEED CONSISTENCY. PLEASE, DO NOT SEND ME 404 ERROR PAGES (not found), VERY IMPORTANT, IF YOU ARE NOT 100 PERCENT SURE ABOUT THE PAGE EXISTING, PLEASE, JUST SEND ME THE MAIN PAGE, PLEASE DO NOT TRY TO GUESS THE ROUTE TO THE LICENSE. IF THE LICENSE IS PROPIETARY, I JUST WANT TO KNOW ITS PROPIETARY, NOT A CUSTOM OR SOMETHING LIKE THAT, JUST PROPIETARY PLEASE. IF ANY CASE, IT GIVES OUT 2 LICENSES (or more), PLEASE, JUST WRITE ONE, THE MOST ACCURATE ONE, DONT ADD AND or SOMETHING LIKE THAT PLEASE, RESPECT THE yaml FORMAT, NO ANDs or ORs PLEASE. LAST THING, PLEASE DOUBLE CHECK (even TRIPLE if you can) BEFORE SENDING ME THIS. IN THIS FORMAT:\n : \n : \n License: \n Permission to redistribute: \n Retrieved from: "]) + +prompt = """ +I want you to search ALL the 'not found' OR 'other' licenses on the temporal_print.yml, +make a deep search on google or wherever to found this licenses and if they can be redistributed or not PLEASE. +If there is another type of licenses which is not 'not found' OR 'other', PLEASE IGNORE IT. + +I need this to be 1000000000000000000 percent accurate, if you are NOT sure or didn't found something, DO NOT INVENT IT. +Please, only search in official pages!!! Not a blog or something, I want the official pages of the program asked. + +By the way, PLEASE, GIVE ONLY THE INFORMATION, I DONT NEED MORE THINGS LIKE YOU TEXTING AND WRITING THINGS, JUST THE FORMAT ASKED, +NOT EVEN IN PARENTHESES, I WANT THE SIMPLIEST NAME POSSIBLE. +FOR EXAMPLE, IF ITS PROPIETARY LICENSE, DONT TELL ME THE WHOLE NAME, JUST PROPIETARY, AND THE SAME WITH OTHER EXAMPLES TOO. + +IF YOU CANT FIND THE LICENSE LINK, PLEASE DONT PUT THE LICENSE TYPE, I NEED SO BAD THE RETRIEVED FROM INFORMATION, +IF YOU DONT HAVE THAT, THE LICENSE TYPE MUST BE NOT FOUND. +ALSO, THE NAMES MUST BE IN A SPECIFIC FORMAT, FIRST LETTER CAPITALS, THEN IN LOWERCASE LIKE THIS EXAMPLE: Apache-2.0, Propietary... +IF ITS SOME TYPE OF ACRONYM, ALL CAPS PLEASE. JUST WRITE IT IN COMMON SENSE BASICALY. + +PLEASE, DONT IGNORE ANY 'other' OR 'not found' LICENSE, DO NOT IGNORE. +IN THE LINK YOU RETRIEVED IT FROM, I NEED TO SEE THE DIRECT LINK, I DON'T NEED THE MAIN PAGE, JUST THE PAGE WHERE IT SAYS THE LICENSE. + +FINALLY, PLEASE, I NEED YOU TO BE CONSISTENT, SO YOU NEED TO BE 10000 PERCENT SURE, DONT TRY TO ACT COOL BY INVENTING SOME LICENSES. +PLEASE, DO NOT SEND ME 404 ERROR PAGES (not found), VERY IMPORTANT, IF YOU ARE NOT 100 PERCENT SURE ABOUT THE PAGE EXISTING, +PLEASE, JUST SEND ME THE MAIN PAGE, PLEASE DO NOT TRY TO GUESS THE ROUTE TO THE LICENSE. + +IF THE LICENSE IS PROPIETARY, I JUST WANT TO KNOW ITS PROPIETARY, NOT A CUSTOM OR SOMETHING LIKE THAT, JUST PROPIETARY PLEASE. +IF ANY CASE, IT GIVES OUT 2 LICENSES (or more), PLEASE, JUST WRITE ONE, THE MOST ACCURATE ONE, DONT ADD AND or SOMETHING LIKE THAT PLEASE, +RESPECT THE yaml FORMAT, NO ANDs or ORs PLEASE. LAST THING, PLEASE DOUBLE CHECK (even TRIPLE if you can) BEFORE SENDING ME THIS. + +IN THIS FORMAT: + : + : + License: + Permission to redistribute: + Retrieved from: +""" + +response = model.generate_content([file, prompt]) print(response.text) text = response.text.replace("```yaml", "").replace("```", "").strip() with open("licenses_aux_llm.yaml", "w", encoding="utf-8") as f: From 84457d396989de69986b4b3da0324d3769165aea Mon Sep 17 00:00:00 2001 From: RJO798 Date: Thu, 4 Dec 2025 13:24:28 +0100 Subject: [PATCH 09/11] tiny fix --- .github/workflows/check_licenses.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_licenses.yml b/.github/workflows/check_licenses.yml index bf2797bb9d..7894fa8bd9 100644 --- a/.github/workflows/check_licenses.yml +++ b/.github/workflows/check_licenses.yml @@ -162,7 +162,7 @@ jobs: if [ -s temporal_print.yaml ]; then echo "Asking Gemini about missing licenses..." # Install Google library - pip install google-generativeai + pip install google-generativeai --quiet # Execute AI script python licenses/processing_licenses_with_ai.py temporal_print.yaml From 854db89ce4b42ca92db10f3d00204a145b751bed Mon Sep 17 00:00:00 2001 From: RJO798 Date: Fri, 5 Dec 2025 12:48:01 +0100 Subject: [PATCH 10/11] Add python script to reformat extension_licenses.yaml file --- licenses/extension_licenses_mod.yaml | 31698 ++++++++++++++++++++++ licenses/reformat_extension_licenses.py | 26 + 2 files changed, 31724 insertions(+) create mode 100644 licenses/extension_licenses_mod.yaml create mode 100644 licenses/reformat_extension_licenses.py diff --git a/licenses/extension_licenses_mod.yaml b/licenses/extension_licenses_mod.yaml new file mode 100644 index 0000000000..a27c6a53fb --- /dev/null +++ b/licenses/extension_licenses_mod.yaml @@ -0,0 +1,31698 @@ +ASE: + 3.22.1: + ase: + License: + - LGPL-2.1+ + Permission to redistribute: true + Retrieved from: https://gitlab.com/ase/ase + ase-ext: + License: + - LGPL-2.1+ + Permission to redistribute: true + Retrieved from: https://gitlab.com/ase/ase_ext + pytest-mock: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/pytest-dev/pytest-mock +Arrow: + 14.0.1: + pyarrow: + License: + - Apache-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/apache/arrow + 16.1.0: + pyarrow: + License: + - Apache-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/apache/arrow +BeautifulSoup: + 4.12.2: + 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 +BioPerl: + 1.7.8: + 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 +Cartopy: + 0.22.0: + 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 +Cassiopeia: + 2.0.0: + Cassiopeia: + License: MIT + Permission to redistribute: true + Retrieved from: https://pypi.org/project/cassiopeia + Levenshtein: + License: GPL-2.0-or-later + Permission to redistribute: true + Retrieved from: https://pypi.org/project/Levenshtein + 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 + 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 + 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 +Fiona: + 1.9.5: + 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 +Flask: + 2.2.3: + Flask: + License: BSD-3-Clause + Permission to redistribute: true + Retrieved from: https://github.com/pallets/flask + 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 + Werkzeug: + License: BSD-3-Clause + Permission to redistribute: true + Retrieved from: https://github.com/pallets/werkzeug + 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 + itsdangerous: + License: + - BSD-3-Clause + Permission to redistribute: true + Retrieved from: https://github.com/pallets/itsdangerous +GROMACS: + '2024.1': + gmxapi: + License: + - LGPL-2.1-or-later + Permission to redistribute: true + Retrieved from: https://github.com/kassonlab/gromacs-gmxapi + '2024.3': + gmxapi: + License: + - LGPL-2.1-or-later + Permission to redistribute: true + Retrieved from: https://github.com/kassonlab/gromacs-gmxapi + '2024.4': + gmxapi: + License: + - LGPL-2.1-or-later + Permission to redistribute: true + Retrieved from: https://github.com/kassonlab/gromacs-gmxapi +GitPython: + 3.1.40: + GitPython: + License: BSD-3-Clause + Permission to redistribute: true + Retrieved from: https://pypi.org/project/GitPython/ + gitdb: + License: + - BSD-3-Clause + Permission to redistribute: true + Retrieved from: https://github.com/gitpython-developers/gitdb + smmap: + License: + - BSD-3-Clause + Permission to redistribute: true + Retrieved from: https://github.com/gitpython-developers/smmap +IPython: + 8.14.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 + 8.17.2: + 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 +JupyterLab: + 4.0.5: + 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 +LRBinner: + '0.1': + 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 +LightGBM: + 4.5.0: + lightgbm: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/microsoft/LightGBM +MDAnalysis: + 2.4.2: + GridDataFormats: + License: LGPL-3.0-only + Permission to redistribute: true + Retrieved from: https://pypi.org/project/GridDataFormats + MDAnalysis: + License: LGPL-3.0-or-later + Permission to redistribute: true + Retrieved from: https://pypi.org/project/MDAnalysis + 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 + gsd: + License: + - BSD-2-Clause + Permission to redistribute: true + Retrieved from: https://github.com/glotzerlab/gsd + 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 +Mako: + 1.2.4: + 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/ +MultiQC: + '1.14': + Markdown: + License: BSD-3-Clause + Permission to redistribute: true + Retrieved from: https://github.com/Python-Markdown/markdown + Pygments: + License: BSD-2-Clause + Permission to redistribute: true + Retrieved from: https://pypi.org/project/Pygments + 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 + 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 + rich: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/Textualize/rich + rich-click: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/ewels/rich-click + spectra: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/jsvine/spectra +NLTK: + 3.8.1: + 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 +Perl: + 5.36.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 + 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 + 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 + 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 + 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::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::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::ISA: + License: + - Artistic-1.0-Perl + Permission to redistribute: true + Retrieved from: https://metacpan.org/pod/Class::Inspector#COPYRIGHT-AND-LICENSE + Class::Inspector: + License: + - Artistic-1.0-Perl + Permission to redistribute: true + Retrieved from: https://github.com/plicease/Class-Inspector + 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 + 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 + 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 + 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 + 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 + 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::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 + File::pushd: + License: + - Apache-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/dagolden/File-pushd + Font::TTF: + License: + - Artistic-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/silnrsi/font-ttf + 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 + 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 + 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 + 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 + 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 + 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 + 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 + 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 + 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 + 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 + 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 + MCE::Mutex: + License: Artistic-1.0-Perl + Permission to redistribute: true + Retrieved from: https://metacpan.org/pod/MCE::Mutex + 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 + MRO::Compat: + License: + - Artistic-1.0-Perl + Permission to redistribute: true + Retrieved from: https://github.com/moose/MRO-Compat + 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 + 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 + 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 + 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 + PDF::API2: + License: + - LGPL-2.1 + Permission to redistribute: true + Retrieved from: https://github.com/ssimms/pdfapi2 + 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 + 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 + 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::POM: + License: + - Artistic-1.0-Perl + Permission to redistribute: true + Retrieved from: https://github.com/neilb/Pod-POM + 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::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 + 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 + SVG: + License: + - Artistic-1.0-Perl + Permission to redistribute: true + Retrieved from: https://github.com/manwar/SVG + 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::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::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::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 + 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 + 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 + 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 + UNIVERSAL::moniker: + License: + - Artistic-1.0-Perl + Permission to redistribute: true + Retrieved from: https://metacpan.org/pod/UNIVERSAL::moniker#COPYRIGHT + 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 + 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 + 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 + Variable::Magic: + License: + - Artistic-1.0-Perl + Permission to redistribute: true + Retrieved from: http://git.vpit.fr/?p=perl%2Fmodules%2FVariable-Magic.git + 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 + Want: + License: + - Artistic-1.0-Perl + Permission to redistribute: true + Retrieved from: https://metacpan.org/pod/Want#COPYRIGHT + 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 + aliased: + License: + - Artistic-1.0-Perl + Permission to redistribute: true + Retrieved from: https://github.com/karenetheridge/aliased + boolean: + License: + - Artistic-1.0-Perl + Permission to redistribute: true + Retrieved from: https://github.com/ingydotnet/boolean-pm + common::sense: + License: + - Artistic-1.0-Perl + Permission to redistribute: true + Retrieved from: https://metacpan.org/release/MLEHMANN/common-sense-3.75/source/LICENSE + constant: + License: + - Artistic-1.0-Perl + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=constant + if: + License: + - Artistic-1.0-Perl + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=if + local::lib: + License: + - Artistic-1.0-Perl + Permission to redistribute: true + Retrieved from: https://github.com/Perl-Toolchain-Gang/local-lib + 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 + parent: + License: + - Artistic-1.0-Perl + Permission to redistribute: true + Retrieved from: https://github.com/Corion/parent + strictures: + License: + - Artistic-1.0-Perl + Permission to redistribute: true + Retrieved from: https://github.com/p5sagit/strictures + version: + License: + - Artistic-1.0-Perl + Permission to redistribute: true + Retrieved from: https://github.com/Perl/version.pm + 5.36.1: + Carp: + License: + - Artistic-1.0-Perl + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=Carp + 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 + constant: + License: + - Artistic-1.0-Perl + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=constant + threads: + License: + - Artistic-1.0-Perl + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=threads + 5.38.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 + 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 + constant: + License: + - Artistic-1.0-Perl + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=constant + 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-bundle-CPAN: + 5.36.1: + 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 + 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 + 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 + CGI: + License: + - Artistic-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/leejo/CGI.pm + 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 + 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 + 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::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::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::ISA: + License: + - Artistic-1.0-Perl + Permission to redistribute: true + Retrieved from: https://metacpan.org/pod/Class::Inspector#COPYRIGHT-AND-LICENSE + Class::Inspector: + License: + - Artistic-1.0-Perl + Permission to redistribute: true + Retrieved from: https://github.com/plicease/Class-Inspector + 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 + 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 + 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 + 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 + 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 + 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::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 + File::pushd: + License: + - Apache-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/dagolden/File-pushd + Font::TTF: + License: + - Artistic-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/silnrsi/font-ttf + 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 + 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 + 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 + 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 + 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 + 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 + 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 + 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 + 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 + 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 + 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 + MCE::Mutex: + License: Artistic-1.0-Perl + Permission to redistribute: true + Retrieved from: https://metacpan.org/pod/MCE::Mutex + 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 + MRO::Compat: + License: + - Artistic-1.0-Perl + Permission to redistribute: true + Retrieved from: https://github.com/moose/MRO-Compat + 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 + 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 + 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 + 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 + PDF::API2: + License: + - LGPL-2.1 + Permission to redistribute: true + Retrieved from: https://github.com/ssimms/pdfapi2 + PPI: + License: + - Artistic-1.0-Perl + Permission to redistribute: true + Retrieved from: https://github.com/Perl-Critic/PPI + 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 + 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 + 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::POM: + License: + - Artistic-1.0-Perl + Permission to redistribute: true + Retrieved from: https://github.com/neilb/Pod-POM + 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::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 + 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 + 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 + SVG: + License: + - Artistic-1.0-Perl + Permission to redistribute: true + Retrieved from: https://github.com/manwar/SVG + 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::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::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::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 + 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 + 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 + 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 + 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 + UNIVERSAL::moniker: + License: + - Artistic-1.0-Perl + Permission to redistribute: true + Retrieved from: https://metacpan.org/pod/UNIVERSAL::moniker#COPYRIGHT + URI: + License: + - Artistic-1.0-Perl + Permission to redistribute: true + Retrieved from: https://github.com/libwww-perl/URI + 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 + 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 + Variable::Magic: + License: + - Artistic-1.0-Perl + Permission to redistribute: true + Retrieved from: http://git.vpit.fr/?p=perl%2Fmodules%2FVariable-Magic.git + 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 + Want: + License: + - Artistic-1.0-Perl + Permission to redistribute: true + Retrieved from: https://metacpan.org/pod/Want#COPYRIGHT + 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 + aliased: + License: + - Artistic-1.0-Perl + Permission to redistribute: true + Retrieved from: https://github.com/karenetheridge/aliased + boolean: + License: + - Artistic-1.0-Perl + Permission to redistribute: true + Retrieved from: https://github.com/ingydotnet/boolean-pm + common::sense: + License: + - Artistic-1.0-Perl + Permission to redistribute: true + Retrieved from: https://metacpan.org/release/MLEHMANN/common-sense-3.75/source/LICENSE + if: + License: + - Artistic-1.0-Perl + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/metacpan.org/lookup?name=if + local::lib: + License: + - Artistic-1.0-Perl + Permission to redistribute: true + Retrieved from: https://github.com/Perl-Toolchain-Gang/local-lib + 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 + parent: + License: + - Artistic-1.0-Perl + Permission to redistribute: true + Retrieved from: https://github.com/Corion/parent + strictures: + License: + - Artistic-1.0-Perl + Permission to redistribute: true + Retrieved from: https://github.com/p5sagit/strictures + version: + License: + - Artistic-1.0-Perl + Permission to redistribute: true + Retrieved from: https://github.com/Perl/version.pm +Pint: + '0.24': + Pint: + License: BSD + Permission to redistribute: true + Retrieved from: https://pypi.org/project/Pint/ + 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 +PyOpenGL: + 3.1.7: + PyOpenGL: + License: BSD-3-Clause + Permission to redistribute: true + Retrieved from: https://pypi.org/project/PyOpenGL + PyOpenGL-accelerate: + License: BSD-3-Clause + Permission to redistribute: true + Retrieved from: https://pypi.org/project/PyOpenGL-accelerate +PyQt-builder: + 1.15.4: + PyQt-builder: + License: BSD + Permission to redistribute: true + Retrieved from: https://pypi.org/project/PyQt-builder/ +Python: + 3.10.8: + Babel: + License: BSD-3-Clause + Permission to redistribute: true + Retrieved from: https://pypi.org/pypi/Babel/json + CacheControl: + License: + - Apache-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/psf/cachecontrol + Cython: + License: + - Apache-2.0 + Permission to redistribute: true + Retrieved from: https://pypi.org/pypi/Cython/json + Jinja2: + License: + - BSD-3-Clause + Permission to redistribute: true + Retrieved from: https://github.com/pallets/jinja + MarkupSafe: + License: + - BSD-3-Clause + Permission to redistribute: true + Retrieved from: https://pypi.org/pypi/MarkupSafe/json + PyNaCl: + License: Apache License 2.0 + Permission to redistribute: true + Retrieved from: https://pypi.org/pypi/PyNaCl/json + Pygments: + License: BSD-2-Clause + Permission to redistribute: true + Retrieved from: https://pypi.org/pypi/Pygments/json + SecretStorage: + License: BSD-3-Clause + Permission to redistribute: true + Retrieved from: https://pypi.org/pypi/SecretStorage/json + Sphinx: + License: + - BSD-2-Clause + Permission to redistribute: true + Retrieved from: https://pypi.org/project/Sphinx + 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 + 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 + 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 + 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 + 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 + 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: + 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://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 + pylev: + License: + - BSD-3-Clause + Permission to redistribute: true + Retrieved from: https://github.com/toastdriven/pylev + 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: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/pytest-dev/pytest + pytest-xdist: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/pytest-dev/pytest-xdist + 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: + License: + - Apache-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/psf/requests + requests-toolbelt: + License: + - Apache-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/requests/toolbelt + rich: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/Textualize/rich + rich-click: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/ewels/rich-click + scandir: + License: + - BSD-3-Clause + Permission to redistribute: true + Retrieved from: https://github.com/benhoyt/scandir + semantic-version: + License: + - BSD-3-Clause + Permission to redistribute: true + Retrieved from: https://github.com/rbarrois/python-semanticversion + setuptools: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/pypa/setuptools + setuptools-rust: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/PyO3/setuptools-rust + 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 + 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 + 3.11.3: + 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 + 3.11.5: + 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-bundle-PyPI: + '2023.06': + Babel: + License: BSD-3-Clause + Permission to redistribute: true + Retrieved from: https://pypi.org/pypi/Babel/json + CacheControl: + License: Apache-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/psf/cachecontrol + Cython: + License: Apache-2.0 + Permission to redistribute: true + Retrieved from: https://pypi.org/pypi/Cython/json + Jinja2: + License: + - BSD-3-Clause + Permission to redistribute: true + Retrieved from: https://github.com/pallets/jinja + MarkupSafe: + License: + - BSD-3-Clause + Permission to redistribute: true + Retrieved from: https://github.com/pallets/markupsafe + PyNaCl: + License: Apache License 2.0 + Permission to redistribute: true + Retrieved from: https://pypi.org/pypi/PyNaCl/json + Pygments: + License: BSD-2-Clause + Permission to redistribute: true + Retrieved from: https://pypi.org/pypi/Pygments/json + SecretStorage: + License: BSD-3-Clause + Permission to redistribute: true + Retrieved from: https://pypi.org/pypi/SecretStorage/json + Sphinx: + License: + - BSD-2-Clause + Permission to redistribute: true + Retrieved from: https://github.com/sphinx-doc/sphinx + 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 + 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 + 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 + 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 + 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 + 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 + pylev: + License: + - BSD-3-Clause + Permission to redistribute: true + Retrieved from: https://github.com/toastdriven/pylev + 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: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/pytest-dev/pytest + pytest-xdist: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/pytest-dev/pytest-xdist + 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: + License: + - Apache-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/psf/requests + requests-toolbelt: + License: + - Apache-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/requests/toolbelt + rich: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/Textualize/rich + rich-click: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/ewels/rich-click + scandir: + License: + - BSD-3-Clause + Permission to redistribute: true + Retrieved from: https://github.com/benhoyt/scandir + 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 + 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 + '2023.10': + Babel: + License: BSD-3-Clause + Permission to redistribute: true + Retrieved from: https://pypi.org/pypi/Babel/json + Cython: + License: Apache-2.0 + Permission to redistribute: true + Retrieved from: https://pypi.org/pypi/Cython/json + Jinja2: + License: BSD-3-Clause + Permission to redistribute: true + Retrieved from: https://github.com/pallets/jinja + MarkupSafe: + License: + - BSD-3-Clause + Permission to redistribute: true + Retrieved from: https://github.com/pallets/markupsafe + PyNaCl: + License: Apache License 2.0 + Permission to redistribute: true + Retrieved from: https://pypi.org/pypi/PyNaCl/json + Pygments: + License: BSD-2-Clause + Permission to redistribute: true + Retrieved from: https://pypi.org/pypi/Pygments/json + SecretStorage: + License: BSD-3-Clause + Permission to redistribute: true + Retrieved from: https://pypi.org/pypi/SecretStorage/json + 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 + 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 + 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 + 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 + 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 + pylev: + License: + - BSD-3-Clause + Permission to redistribute: true + Retrieved from: https://github.com/toastdriven/pylev + 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: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/pytest-dev/pytest + pytest-xdist: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/pytest-dev/pytest-xdist + 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: + License: + - Apache-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/psf/requests + requests-toolbelt: + License: + - Apache-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/requests/toolbelt + rich: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/Textualize/rich + rich-click: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/ewels/rich-click + scandir: + License: + - BSD-3-Clause + Permission to redistribute: true + Retrieved from: https://github.com/benhoyt/scandir + 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: + License: + - GPL-1.0+ + Permission to redistribute: true + Retrieved from: https://github.com/sphinx-doc/sphinx + sphinx-bootstrap-theme: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/ryan-roemer/sphinx-bootstrap-theme + 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 +R: + 4.2.2: + 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 + 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 + AMAPVox: + License: + - CECILL-2.0 + Permission to redistribute: true + Retrieved from: https://amapvox.org + 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 + AlgDesign: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/jvbraun/AlgDesign + 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 + 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 + BH: + License: + - BSL-1.0 + Permission to redistribute: true + Retrieved from: https://github.com/eddelbuettel/bh + BIGL: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/openanalytics/BIGL + BMA: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/hanase/BMA + BatchJobs: + License: + - BSD-1-Clause + Permission to redistribute: true + Retrieved from: https://github.com/tudo-r/BatchJobs + BayesLogit: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: https://github.com/jwindle/BayesLogit + BayesPen: + License: not found + Permission to redistribute: true + Retrieved from: not found + BayesianTools: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/florianhartig/BayesianTools + BiasedUrn: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://www.agner.org/random/ https://www.r-project.org/ + Boruta: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://gitlab.com/mbq/Boruta + Brobdingnag: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/RobinHankin/Brobdingnag + 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 + 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 + Cairo: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: http://www.rforge.net/Cairo/ + ComICS: + License: + - GPL-2.0 + Permission to redistribute: true + Retrieved from: 'http://dcq.tau.ac.il/ ' + 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 + ComplexUpset: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/krassowski/complex-upset + 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 + DBI: + License: + - SSPL-1.0 + Permission to redistribute: true + Retrieved from: https://github.com/r-dbi/DBI + 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 + DHARMa: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: https://github.com/florianhartig/DHARMa + DMCfun: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/igmmgi/DMCfun + DRR: + License: + - AML + Permission to redistribute: true + Retrieved from: https://github.com/gdkrmr/DRR + DT: + License: MIT + Permission to redistribute: true + Retrieved from: https://github.com/rstudio/DT + 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 + DataCombine: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: http://CRAN.R-project.org/package=DataCombine + 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 + 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 + 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 + 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 + ECOSolveR: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: https://github.com/bnaras/ECOSolveR + ENMeval: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/jamiemkass/ENMeval + 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 + EasyABC: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: http://easyabc.r-forge.r-project.org/ + EnvStats: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: https://github.com/alexkowa/EnvStats + ExPosition: + License: + - GPL-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/derekbeaton/ExPosition1 + 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 + 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 + FME: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: http://fme.r-forge.r-project.org/ + 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 + 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 + 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 + GGally: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/ggobi/ggally + GJRM: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://www.ucl.ac.uk/statistics/people/giampieromarra + GPArotation: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://optimizer.r-forge.r-project.org/GPArotation_www/ + GSA: + License: + - SSPL-1.0 + Permission to redistribute: true + Retrieved from: https://tibshirani.su.domains/GSA/ + 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 + 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 + GeneNet: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: https://github.com/strimmerlab/software + GetoptLong: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/jokergoo/GetoptLong + GillespieSSA: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: https://github.com/rcannood/GillespieSSA + GlobalOptions: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/jokergoo/GlobalOptions + 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 + HGNChelper: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/waldronlab/HGNChelper + HWxtest: + License: GPL-2.0-or-later + Permission to redistribute: true + Retrieved from: https://cran.r-project.org/package=HWxtest + 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/ + Hmsc: + License: + - AML + Permission to redistribute: true + Retrieved from: https://www.helsinki.fi/en/researchgroups/statistical-ecology/software/hmsc + 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 + 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 + 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 + 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 + JBTools: + License: GPL-2 + Permission to redistribute: true + Retrieved from: https://cran.r-project.org/src/contrib/Archive/JBTools/ + 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 + KernSmooth: + License: + - FSFUL + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=KernSmooth + 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 + 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 + LaplacesDemon: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/LaplacesDemonR/LaplacesDemon + 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 + Lmoments: + License: + - GPL-2.0 + Permission to redistribute: true + Retrieved from: http://users.jyu.fi/~jutakarv/ + MALDIquant: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: https://github.com/strimmerlab/software + MASS: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: http://www.stats.ox.ac.uk/pub/MASS4/ + MCMCpack: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://CRAN.R-project.org/package=MCMCpack + MESS: + License: + - GPL-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/ekstroem/MESS + MIIVsem: + License: + - GPL-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/zackfisher/MIIVsem + MLmetrics: + License: + - GPL-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/yanyachen/MLmetrics + MODIStsp: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/ropensci/MODIStsp + MatchIt: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/kosukeimai/MatchIt + Matching: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/JasjeetSekhon/Matching + Matrix: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: https://Matrix.R-forge.R-project.org + MatrixModels: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://Matrix.R-forge.R-project.org/ + 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 + 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 + MonteCarlo: + License: + - GPL-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/FunWithR/MonteCarlo + 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 + 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 + 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 + 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 + OpenMx: + License: + - Apache-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/OpenMx/OpenMx + PCAmatchR: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/machiela-lab/PCAmatchR + PMA: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/bnaras/PMA + ParamHelpers: + License: + - BSD-1-Clause + Permission to redistribute: true + Retrieved from: https://github.com/mlr-org/ParamHelpers + 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 + 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 + PoissonSeq: + License: GPL-2.0-or-later + Permission to redistribute: true + Retrieved from: https://bioconductor.org/packages/PoissonSeq + Polychrome: + License: + - Apache-2.0 + Permission to redistribute: true + Retrieved from: http://oompa.r-forge.r-project.org/ + PresenceAbsence: + License: + - FSFUL + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=PresenceAbsence + 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 + 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 + RANN: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: https://github.com/jefferislab/RANN + RBesT: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: https://opensource.nibr.com/RBesT/ + RCAL: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: http://www.stat.rutgers.edu/~ztan + 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 + 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 + RGCCA: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/rgcca-factory/RGCCA + RInside: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/eddelbuettel/rinside + RItools: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://cran.r-project.org/package=RItools + 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 + RMTstat: + License: + - BSD-1-Clause + Permission to redistribute: true + Retrieved from: https://github.com/evanbiederstedt/RMTstat + RNeXML: + License: + - BSD-1-Clause + Permission to redistribute: true + Retrieved from: https://github.com/ropensci/RNeXML + RNifti: + License: + - GPL-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/jonclayden/RNifti + ROCR: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/ipa-tys/ROCR + ROI: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://roi.r-forge.r-project.org/ + ROI.plugin.glpk: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: http://roi.r-forge.r-project.org/ + 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 + RSNNS: + License: + - Sendmail + Permission to redistribute: true + Retrieved from: https://github.com/cbergmeir/RSNNS + RSQLite: + License: + - SSPL-1.0 + Permission to redistribute: true + Retrieved from: https://github.com/r-dbi/RSQLite + RSpectra: + License: + - MulanPSL-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/yixuan/RSpectra + 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 + 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 + Rborist: + License: + - SimPL-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/suiji/Rborist.CRAN + 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 + 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 + RcppTOML: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: http://dirk.eddelbuettel.com/code/rcpp.toml.html + RcppThread: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/tnagler/RcppThread + Rdpack: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/geobosh/Rdpack + RefFreeEWAS: + License: GPL-2.0-or-later + Permission to redistribute: true + Retrieved from: https://bioconductor.org/packages/RefFreeEWAS + 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/ + Rmpfr: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://rmpfr.r-forge.r-project.org/ + Rook: + License: + - GPL-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/evanbiederstedt/rook + Rserve: + License: + - AML + Permission to redistribute: true + Retrieved from: https://www.rforge.net/Rserve/ + 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 + Rssa: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/asl/rssa + 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 + 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 + 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 + SDMTools: + License: GPL-2.0-or-later + Permission to redistribute: true + Retrieved from: https://cran.r-project.org/package=SDMTools + 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 + 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 + 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 + 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 + SQUAREM: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://coah.jhu.edu/people/Faculty_personal_Pages/Varadhan.html + 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 + 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 + SnowballC: + License: + - BSD-1-Clause + Permission to redistribute: true + Retrieved from: https://github.com/nalimilan/R.TeMiS + SparseM: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: http://www.econ.uiuc.edu/~roger/research/sparse/sparse.html + StanHeaders: + License: + - BSD-1-Clause + Permission to redistribute: true + Retrieved from: https://mc-stan.org/ + StatMatch: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/marcellodo/StatMatch + 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 + 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 + TMB: + License: + - GPL-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/kaskr/adcomp + TTR: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/joshuaulrich/TTR + 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 + TraMineR: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: http://traminer.unige.ch + TruncatedNormal: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/lbelzile/TruncatedNormal + UpSetR: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/hms-dbmi/UpSetR + V8: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://jeroen.r-universe.dev/V8 + 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 + VSURF: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/robingenuer/VSURF + 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 + VineCopula: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/tnagler/VineCopula + WeightSVM: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://www.csie.ntu.edu.tw/~cjlin/libsvmtools/#weights_for_data_instances + 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 + WriteXLS: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/marcschwartz/WriteXLS + XML: + License: + - BSD-1-Clause + Permission to redistribute: true + Retrieved from: https://www.omegahat.net/RSXML/ + 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 + 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 + 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 + 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 + 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 + alluvial: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/mbojan/alluvial + 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: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: https://bitbucket.org/richierocks/assertive + 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: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: https://bitbucket.org/richierocks/assertive.data + 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.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 + 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 + 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 + 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 + 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 + bayesplot: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: https://mc-stan.org/bayesplot/ + bbmle: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/bbolker/bbmle + 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/ + 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 + bigmemory: + License: + - Apache-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/kaneplusplus/bigmemory + 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 + 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 + 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 + 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 + broom: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/tidymodels/broom + 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 + 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 + cNORM: + License: + - AGPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/WLenhard/cNORM + cSEM: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/FloSchuberth/cSEM + 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 + cachem: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/r-lib/cachem + 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 + 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 + 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 + 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/ + + https://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 + cmprsk: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://www.R-project.org + 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 + commonmark: + License: + - BSD-1-Clause + Permission to redistribute: true + Retrieved from: 'https://docs.ropensci.org/commonmark/ + + https://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 + compositions: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: http://www.stat.boogaart.de/compositions/ + 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 + 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/ + + https://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/ + 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 + d3Network: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: https://github.com/christophergandrud/d3Network + 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 + 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 + 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 + 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 + deSolve: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: http://desolve.r-forge.r-project.org/ + 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 + 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 + dfidx: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://cran.r-project.org/package=dfidx + 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 + 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 + 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 + 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 + 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 + 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 + 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 + drugCombo: + License: GPL-2.0-or-later + Permission to redistribute: true + Retrieved from: https://bioconductor.org/packages/drugCombo + 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 + 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/ + 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 + entropy: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: https://github.com/strimmerlab/software + 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: + License: + - AML + Permission to redistribute: true + Retrieved from: https://statnet.org + ergm.count: + 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 + 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 + expm: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://R-Forge.R-project.org/projects/expm/ + expsmooth: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/robjhyndman/expsmooth + 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 + 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 + 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 + fastDummies: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/jacobkap/fastDummies + 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 + fastcluster: + License: + - BSD-2-Clause-FreeBSD + Permission to redistribute: true + Retrieved from: https://danifold.net/fastcluster.html + fasterize: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/ecohealthalliance/fasterize + 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 + 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 + fmri: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://www.wias-berlin.de/software/imaging/ + 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 + fontawesome: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/rstudio/fontawesome + 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 + 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: + License: + - SSPL-1.0 + Permission to redistribute: true + Retrieved from: https://github.com/futureverse/future + future.apply: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/futureverse/future.apply + 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 + 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: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://www.gamlss.com/ + 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/ + 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: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/jinghuazhao/R + gap.datasets: + 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 + 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 + gbm: + License: + - Sendmail + Permission to redistribute: true + Retrieved from: https://github.com/gbm-developers/gbm + 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 + 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/ + 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 + gfonts: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/dreamrs/gfonts + ggExtra: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/daattali/ggExtra + 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 + 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 + 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 + 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 + 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 + gplots: + License: + - GPL-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/talgalili/gplots + 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 + grImport2: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://r-forge.r-project.org/projects/grimport/ + 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 + 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 + grpreg: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/pbreheny/grpreg + 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 + 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 + highr: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/yihui/highr + hms: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/tidyverse/hms + 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/ + + https://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 + 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 + 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 + isoband: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://isoband.r-lib.org + 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 + janeaustenr: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/juliasilge/janeaustenr + 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 + + https://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 + 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/ + 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 + 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 + 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: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/rstudio/leaflet + leaflet.providers: + License: + - BSD-1-Clause + Permission to redistribute: true + Retrieved from: https://github.com/rstudio/leaflet.providers + 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 + 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 + 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 + 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 + mRMRe: + License: + - Artistic-2.0 + Permission to redistribute: true + Retrieved from: https://www.pmgenomics.ca/bhklab/ + 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/ + + https://ropensci.r-universe.dev/magick' + magrittr: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/tidyverse/magrittr + 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 + 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 + matrixStats: + License: + - Artistic-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/HenrikBengtsson/matrixStats + matrixcalc: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/TomKellyGenetics/matrixcalc + 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 + 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 + 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 + 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 + 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 + 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/ + 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 + 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 + 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/ + 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 + 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 + neuralnet: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/bips-hb/neuralnet + 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 + 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 + 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 + 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 + 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 + pROC: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: https://github.com/xrobin/pROC + 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 + parallelMap: + License: + - BSD-1-Clause + Permission to redistribute: true + Retrieved from: https://github.com/mlr-org/parallelMap + parallelly: + License: + - SSPL-1.0 + Permission to redistribute: true + Retrieved from: https://github.com/futureverse/parallelly + 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/ + 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 + 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 + 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 + png: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: http://www.rforge.net/png/ + 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 + 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 + 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 + 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/ + + https://personality-project.org/r/psych-manual.pdf' + 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 + rARPACK: + License: + - BSD-1-Clause + Permission to redistribute: true + Retrieved from: https://github.com/yixuan/rARPACK + rJava: + License: + - LGPL-2.1 + Permission to redistribute: true + Retrieved from: http://www.rforge.net/rJava/ + 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 + 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 + 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 + 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 + rcmdcheck: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/r-lib/rcmdcheck + rda: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: https://github.com/valentint/rda + rdrop2: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/karthik/rdrop2 + readODS: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/ropensci/readODS + 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 + 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 + 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 + 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 + + http://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 + 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 + 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 + rjson: + License: + - GPL-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/alexcb/rjson + 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 + rms: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/harrelfe/rms + 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 + 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 + rngtools: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/renozao/rngtools + robustbase: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://robustbase.R-forge.R-project.org/ + 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 + 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 + 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 + 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 + 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 + 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 + 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 + simex: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/wolfganglederer/simex + 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 + 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 + 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 + 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 + spData: + License: + - CC0-1.0 + Permission to redistribute: true + Retrieved from: https://jakubnowosad.com/spData/ + spThin: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/mlammens/spThin + spaMM: + License: + - CECILL-2.0 + Permission to redistribute: true + Retrieved from: https://www.r-project.org + 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/ + spatial: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: http://www.stats.ox.ac.uk/pub/MASS4/ + spatstat: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: http://spatstat.org/ + 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/ + 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 + 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 + 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 + 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: + License: + - AML + Permission to redistribute: true + Retrieved from: http://statnet.org + statnet.common: + License: + - AML + Permission to redistribute: true + Retrieved from: https://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 + 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 + 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 + 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/ + timeDate: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/geobosh/timeDateDoc + timechange: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: https://github.com/vspinu/timechange + 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 + 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 + 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 + 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 + 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 + 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 + 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 + 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 + visNetwork: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/datastorm-open/visNetwork + visdat: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/ropensci/visdat + vroom: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/tidyverse/vroom + 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 + 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 + 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/ + 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 + 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/ + 4.3.2: + R6: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/r-lib/R6 + Rcpp: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/RcppCore/Rcpp + 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/ + + https://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/ + + https://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 + 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 + 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 + 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 + + https://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 + 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 + 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 + 4.4.1: + R6: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/r-lib/R6 + Rcpp: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/RcppCore/Rcpp + 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/ + + https://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/ + + https://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 + 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 + 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 + 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 + + https://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 + 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 + 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-bundle-Bioconductor: + '3.16': + 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 + 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 ' + AgiMicroRna: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=AgiMicroRna + 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 + BSgenome: + License: + - Artistic-2.0 + Permission to redistribute: true + Retrieved from: 'https://bioconductor.org/packages/BSgenome ' + 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 + 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 + Biostrings: + License: + - Artistic-2.0 + Permission to redistribute: true + Retrieved from: 'https://bioconductor.org/packages/Biostrings ' + 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/ ' + 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 + CNEr: + License: + - AML + Permission to redistribute: true + Retrieved from: https://github.com/ge11232002/CNEr + Category: + License: + - Artistic-2.0 + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=Category + ChIPpeakAnno: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=ChIPpeakAnno + 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 + CytoML: + License: + - AGPL-3.0-only + Permission to redistribute: true + Retrieved from: https://github.com/RGLab/CytoML + DECIPHER: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: 'http://DECIPHER.codes ' + DEGseq: + License: + - libpng-2.0 + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=DEGseq + DESeq2: + License: + - Unknown + Permission to redistribute: true + Retrieved from: https://github.com/thelovelab/DESeq2 + 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 + DOSE: + License: + - Artistic-2.0 + Permission to redistribute: true + Retrieved from: 'https://yulab-smu.top/contribution-knowledge-mining/ ' + DRIMSeq: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=DRIMSeq + DSS: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=DSS + DeconRNASeq: + License: + - GPL-2.0 + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=DeconRNASeq + 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 + DirichletMultinomial: + License: + - LGPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/mtmorgan/DirichletMultinomial + DropletUtils: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=DropletUtils + 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 + 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 + ExperimentHub: + License: + - Artistic-2.0 + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=ExperimentHub + FDb.InfiniumMethylation.hg19: + License: Artistic-2.0 + Permission to redistribute: true + Retrieved from: https://bioconductor.org/packages/FDb.InfiniumMethylation.hg19/ + FRASER: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/gagneurlab/FRASER + 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 + 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 + 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 + GLAD: + License: + - GPL-2.0 + Permission to redistribute: true + Retrieved from: 'http://bioinfo.curie.fr ' + 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/ ' + GOstats: + License: + - Artistic-2.0 + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=GOstats + GSEABase: + License: + - Artistic-2.0 + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=GSEABase + GSVA: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: https://github.com/rcastelo/GSVA + 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 + 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 + 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 + Gviz: + License: + - Artistic-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/ivanek/Gviz + 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 + HMMcopy: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=HMMcopy + 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 + 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 + IRanges: + License: + - Artistic-2.0 + Permission to redistribute: true + Retrieved from: 'https://bioconductor.org/packages/IRanges ' + 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 + InteractionSet: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=InteractionSet + JASPAR2020: + License: Artistic-2.0 + Permission to redistribute: true + Retrieved from: https://bioconductor.org/packages/JASPAR2020 + KEGGREST: + License: + - Artistic-2.0 + Permission to redistribute: true + Retrieved from: 'https://bioconductor.org/packages/KEGGREST ' + KEGGgraph: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: 'http://www.nextbiomotif.com ' + LEA: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: 'http://membres-timc.imag.fr/Olivier.Francois/lea.html ' + M3Drop: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: https://github.com/tallulandrews/M3Drop + 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 + MLInterfaces: + License: LGPL + Permission to redistribute: true + Retrieved from: https://bioconductor.org/packages/MLInterfaces + 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/ ' + 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 ' + MethylSeekR: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=MethylSeekR + Mfuzz: + License: + - GPL-2.0 + Permission to redistribute: true + Retrieved from: 'http://mfuzz.sysbiolab.eu/ ' + MotifDb: + License: + - Artistic-2.0 + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=MotifDb + 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 + 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 + 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 + 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 + OUTRIDER: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/gagneurlab/OUTRIDER + OrganismDbi: + License: + - Artistic-2.0 + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=OrganismDbi + PFAM.db: + License: Artistic-2.0 + Permission to redistribute: true + Retrieved from: https://bioconductor.org/packages/PFAM.db + 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 + ProtGenerics: + License: + - Artistic-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/RforMassSpectrometry/ProtGenerics + PureCN: + License: + - Artistic-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/lima1/PureCN + QDNAseq: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/ccagc/QDNAseq + 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 + RBGL: + License: + - Artistic-2.0 + Permission to redistribute: true + Retrieved from: 'http://www.bioconductor.org ' + 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 + RNASeqPower: + License: + - libpng-2.0 + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=RNASeqPower + ROC: + License: + - Artistic-2.0 + Permission to redistribute: true + Retrieved from: 'http://www.bioconductor.org ' + ROntoTools: + License: + - Ruby + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=ROntoTools + 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 + 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 + 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 + ReactomePA: + License: + - GPL-2.0 + Permission to redistribute: true + Retrieved from: 'https://yulab-smu.top/contribution-knowledge-mining/ ' + 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 + Rfast: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/RfastOfficial/Rfast + Rgraphviz: + License: + - EPL-1.0 + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=Rgraphviz + 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 + RnBeads: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=RnBeads + 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 + Rsamtools: + License: + - Artistic-2.0 + Permission to redistribute: true + Retrieved from: 'https://bioconductor.org/packages/Rsamtools ' + Rsubread: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: 'http://bioconductor.org/packages/Rsubread ' + 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 ' + SC3: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/hemberg-lab/SC3 + SCANVIS: + License: + - MIT-feh + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=SCANVIS + 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 + SPIA: + License: + - MIT-feh + Permission to redistribute: true + Retrieved from: 'http://bioinformatics.oxfordjournals.org/cgi/reprint/btn577v1 ' + SPOTlight: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/MarcElosua/SPOTlight + SamSPECTRAL: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=SamSPECTRAL + ScaledMatrix: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/LTLA/ScaledMatrix + SeqArray: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/zhengxwen/SeqArray + SeqVarTools: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/smgogarten/SeqVarTools + 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 + ShortRead: + License: + - Artistic-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/bioconductor.org/packages + Signac: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/stuart-lab/signac + 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 + SpatialExperiment: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/drighelli/SpatialExperiment + SummarizedExperiment: + License: + - Artistic-2.0 + Permission to redistribute: true + Retrieved from: 'https://bioconductor.org/packages/SummarizedExperiment ' + 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 + TSP: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/mhahsler/TSP + TailRank: + License: + - Apache-2.0 + Permission to redistribute: true + Retrieved from: http://oompa.r-forge.r-project.org/ + TrajectoryUtils: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: 'https://bioconductor.org/packages/TrajectoryUtils ' + TreeSummarizedExperiment: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=TreeSummarizedExperiment + 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 + UCell: + License: + - AML + Permission to redistribute: true + Retrieved from: https://github.com/carmonalab/UCell + VariantAnnotation: + License: + - Artistic-2.0 + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=VariantAnnotation + 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 + Wrench: + License: + - Artistic-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/HCBravoLab/Wrench + XVector: + License: + - Artistic-2.0 + Permission to redistribute: true + Retrieved from: 'https://bioconductor.org/packages/XVector ' + 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 + 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 + 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 + 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 + 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: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=basilisk + 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 + 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 + 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 + 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 + 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/ + 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 + 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/ ' + 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 + 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 + 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 + 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 + 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 + 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 + docopt: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/docopt/docopt.R + dqrng: + License: + - AGPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/daqana/dqrng + dupRadar: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/ssayols/dupRadar + 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/ ' + 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 + 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 + 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 + 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 + 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 + geneLenDataBase: + License: LGPL-2.0-or-later + Permission to redistribute: true + Retrieved from: https://bioconductor.org/packages/geneLenDataBase + genefilter: + License: + - Artistic-2.0 + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=genefilter + geneplotter: + License: + - Artistic-2.0 + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=geneplotter + 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) ' + globaltest: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=globaltest + goseq: + License: + - libpng-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/federicomarini/goseq + 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 + 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 + 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 + 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 + 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 + 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 + 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 + maSigPro: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=maSigPro + marray: + License: LGPL-2.0-or-later + Permission to redistribute: true + Retrieved from: https://bioconductor.org/packages/marray + 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 + metagenomeSeq: + License: + - Artistic-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/nosson/metagenomeSeq + 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 + methylumi: + License: + - GPL-2.0 + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=methylumi + 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 + motifStack: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=motifStack + motifmatchr: + License: + - AML + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=motifmatchr + msigdbr: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/igordot/msigdbr + 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 + ncdfFlow: + License: + - AGPL-3.0-only + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=ncdfFlow + 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 + pRoloc: + License: + - GPL-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/lgatto/pRoloc + pRolocGUI: + License: + - GPL-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/lgatto/pRolocGUI + pRolocdata: + License: Artistic-2.0 + Permission to redistribute: true + Retrieved from: https://bioconductor.org/packages/pRolocdata + 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 + 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 + qap: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/mhahsler/qap + 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 + rARPACK: + License: + - BSD-1-Clause + Permission to redistribute: true + Retrieved from: https://github.com/yixuan/rARPACK + rGADEM: + License: + - Artistic-2.0 + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=rGADEM + 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 + reactome.db: + License: Artistic-2.0 + Permission to redistribute: true + Retrieved from: https://bioconductor.org/packages/reactome.db + 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 + 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 + 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 + rols: + License: + - GPL-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/lgatto/rols + ropls: + License: + - CECILL-2.1 + Permission to redistribute: true + Retrieved from: 'https://doi.org/10.1021/acs.jproteome.5b00354 ' + 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 + samr: + License: + - SSPL-1.0 + Permission to redistribute: true + Retrieved from: https://statweb.stanford.edu/~tibs/SAM + scDblFinder: + License: + - AML + Permission to redistribute: true + Retrieved from: https://github.com/plger/scDblFinder + 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 + 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 + seqLogo: + License: + - libpng-2.0 + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=seqLogo + seriation: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/mhahsler/seriation + shinyBS: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/ebailey78/shinyBS + shinyFiles: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/thomasp85/shinyFiles + shinyWidgets: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/dreamRs/shinyWidgets + shinydashboardPlus: + License: + - Sendmail + Permission to redistribute: true + Retrieved from: https://github.com/RinteRface/shinydashboardPlus + 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 + siggenes: + License: + - libpng-2.0 + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=siggenes + simplifyEnrichment: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/jokergoo/simplifyEnrichment + 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 + 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 + splancs: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/rsbivand/splancs + 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 + 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 + tkWidgets: + License: + - Artistic-2.0 + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=tkWidgets + treeio: + License: + - Artistic-2.0 + Permission to redistribute: true + Retrieved from: 'https://yulab-smu.top/contribution-tree-data/ ' + tximport: + License: + - libpng-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/thelovelab/tximport + 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 + 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 + widgetTools: + License: LGPL-2.0-or-later + Permission to redistribute: true + Retrieved from: https://bioconductor.org/packages/widgetTools + xcms: + License: + - AML + Permission to redistribute: true + Retrieved from: https://github.com/sneumann/xcms + 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 ' + '3.18': + 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 + 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 ' + AgiMicroRna: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=AgiMicroRna + 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 + BH: + License: + - BSL-1.0 + Permission to redistribute: true + Retrieved from: https://github.com/eddelbuettel/bh + BSgenome: + License: + - Artistic-2.0 + Permission to redistribute: true + Retrieved from: 'https://bioconductor.org/packages/BSgenome ' + 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 + 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 + Biostrings: + License: + - Artistic-2.0 + Permission to redistribute: true + Retrieved from: 'https://bioconductor.org/packages/Biostrings ' + 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/ ' + 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 + CNEr: + License: + - AML + Permission to redistribute: true + Retrieved from: https://github.com/ge11232002/CNEr + Category: + License: + - Artistic-2.0 + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=Category + 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/ ' + 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 + CytoML: + License: + - AGPL-3.0-only + Permission to redistribute: true + Retrieved from: https://github.com/RGLab/CytoML + DECIPHER: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: 'http://DECIPHER.codes ' + DEGseq: + License: + - libpng-2.0 + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=DEGseq + DESeq2: + License: + - Unknown + Permission to redistribute: true + Retrieved from: https://github.com/thelovelab/DESeq2 + 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 + DOSE: + License: + - Artistic-2.0 + Permission to redistribute: true + Retrieved from: 'https://yulab-smu.top/contribution-knowledge-mining/ ' + DRIMSeq: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=DRIMSeq + DSS: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=DSS + DeconRNASeq: + License: + - GPL-2.0 + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=DeconRNASeq + 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 + DirichletMultinomial: + License: + - LGPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/mtmorgan/DirichletMultinomial + DropletUtils: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=DropletUtils + 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 + 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 + ExperimentHub: + License: + - Artistic-2.0 + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=ExperimentHub + FDb.InfiniumMethylation.hg19: + License: Artistic-2.0 + Permission to redistribute: true + Retrieved from: https://bioconductor.org/packages/FDb.InfiniumMethylation.hg19/ + FRASER: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/gagneurlab/FRASER + 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 + 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 + 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 + GLAD: + License: + - GPL-2.0 + Permission to redistribute: true + Retrieved from: 'http://bioinfo.curie.fr ' + 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/ ' + GOstats: + License: + - Artistic-2.0 + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=GOstats + GSEABase: + License: + - Artistic-2.0 + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=GSEABase + GSVA: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: https://github.com/rcastelo/GSVA + 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 + 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 + 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 + Gviz: + License: + - Artistic-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/ivanek/Gviz + 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 + HMMcopy: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=HMMcopy + 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 + 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 + IRanges: + License: + - Artistic-2.0 + Permission to redistribute: true + Retrieved from: 'https://bioconductor.org/packages/IRanges ' + 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 + InteractionSet: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=InteractionSet + JASPAR2020: + License: Artistic-2.0 + Permission to redistribute: true + Retrieved from: https://bioconductor.org/packages/JASPAR2020 + KEGGREST: + License: + - Artistic-2.0 + Permission to redistribute: true + Retrieved from: 'https://bioconductor.org/packages/KEGGREST ' + KEGGgraph: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: 'http://www.nextbiomotif.com ' + LEA: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: 'http://membres-timc.imag.fr/Olivier.Francois/lea.html ' + M3Drop: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: https://github.com/tallulandrews/M3Drop + 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 + MLInterfaces: + License: LGPL + Permission to redistribute: true + Retrieved from: https://bioconductor.org/packages/MLInterfaces + 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/ ' + 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 ' + MetaboCoreUtils: + License: + - Artistic-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/RforMassSpectrometry/MetaboCoreUtils + MethylSeekR: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=MethylSeekR + Mfuzz: + License: + - GPL-2.0 + Permission to redistribute: true + Retrieved from: 'http://mfuzz.sysbiolab.eu/ ' + MotifDb: + License: + - Artistic-2.0 + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=MotifDb + 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 + 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 + 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 + 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 + OUTRIDER: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/gagneurlab/OUTRIDER + OrganismDbi: + License: + - Artistic-2.0 + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=OrganismDbi + PFAM.db: + License: Artistic-2.0 + Permission to redistribute: true + Retrieved from: https://bioconductor.org/packages/PFAM.db + 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 + ProtGenerics: + License: + - Artistic-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/RforMassSpectrometry/ProtGenerics + PureCN: + License: + - Artistic-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/lima1/PureCN + 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 + 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 + RBGL: + License: + - Artistic-2.0 + Permission to redistribute: true + Retrieved from: 'http://www.bioconductor.org ' + 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 + RNASeqPower: + License: + - libpng-2.0 + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=RNASeqPower + ROC: + License: + - Artistic-2.0 + Permission to redistribute: true + Retrieved from: 'http://www.bioconductor.org ' + ROntoTools: + License: + - Ruby + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=ROntoTools + 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 + 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 + 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 + ReactomePA: + License: + - GPL-2.0 + Permission to redistribute: true + Retrieved from: 'https://yulab-smu.top/contribution-knowledge-mining/ ' + 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 + Rfast: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/RfastOfficial/Rfast + Rgraphviz: + License: + - EPL-1.0 + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=Rgraphviz + 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 + RnBeads: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=RnBeads + 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 + Rsamtools: + License: + - Artistic-2.0 + Permission to redistribute: true + Retrieved from: 'https://bioconductor.org/packages/Rsamtools ' + Rsubread: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: 'http://bioconductor.org/packages/Rsubread ' + 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 ' + SC3: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/hemberg-lab/SC3 + SCANVIS: + License: + - MIT-feh + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=SCANVIS + 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 + SPIA: + License: + - MIT-feh + Permission to redistribute: true + Retrieved from: 'http://bioinformatics.oxfordjournals.org/cgi/reprint/btn577v1 ' + SPOTlight: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/MarcElosua/SPOTlight + SamSPECTRAL: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=SamSPECTRAL + ScaledMatrix: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/LTLA/ScaledMatrix + SeqArray: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/zhengxwen/SeqArray + SeqVarTools: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/smgogarten/SeqVarTools + 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 + ShortRead: + License: + - Artistic-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/bioconductor.org/packages + 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 + 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 + SparseArray: + License: + - Artistic-2.0 + Permission to redistribute: true + Retrieved from: 'https://bioconductor.org/packages/SparseArray ' + 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 + SummarizedExperiment: + License: + - Artistic-2.0 + Permission to redistribute: true + Retrieved from: 'https://bioconductor.org/packages/SummarizedExperiment ' + 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 + TSP: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/mhahsler/TSP + TailRank: + License: + - Apache-2.0 + Permission to redistribute: true + Retrieved from: http://oompa.r-forge.r-project.org/ + TrajectoryUtils: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: 'https://bioconductor.org/packages/TrajectoryUtils ' + TreeSummarizedExperiment: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=TreeSummarizedExperiment + 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 + UCell: + License: + - AML + Permission to redistribute: true + Retrieved from: https://github.com/carmonalab/UCell + VariantAnnotation: + License: + - Artistic-2.0 + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=VariantAnnotation + 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 + Wrench: + License: + - Artistic-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/HCBravoLab/Wrench + XVector: + License: + - Artistic-2.0 + Permission to redistribute: true + Retrieved from: 'https://bioconductor.org/packages/XVector ' + 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 + 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 + 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 + 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 + 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: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=basilisk + 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 + 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 + 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 + 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 + 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/ + 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 + 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/ ' + 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 + 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 + 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 + 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 + 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 + 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 + docopt: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/docopt/docopt.R + dqrng: + License: + - AGPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/daqana/dqrng + dupRadar: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/ssayols/dupRadar + 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/ ' + 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 + extraDistr: + License: + - GPL-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/twolodzko/extraDistr + 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 + 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 + 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 + 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 + 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 + geneLenDataBase: + License: LGPL-2.0-or-later + Permission to redistribute: true + Retrieved from: https://bioconductor.org/packages/geneLenDataBase + genefilter: + License: + - Artistic-2.0 + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=genefilter + geneplotter: + License: + - Artistic-2.0 + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=geneplotter + genomation: + License: + - Artistic-2.0 + Permission to redistribute: true + Retrieved from: 'http://bioinformatics.mdc-berlin.de/genomation/ ' + 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) ' + globaltest: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=globaltest + goseq: + License: + - libpng-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/federicomarini/goseq + 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 + 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 + 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 + 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 + 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 + 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 + 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 + maSigPro: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=maSigPro + marray: + License: LGPL-2.0-or-later + Permission to redistribute: true + Retrieved from: https://bioconductor.org/packages/marray + 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 + metagenomeSeq: + License: + - Artistic-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/nosson/metagenomeSeq + 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 + methylumi: + License: + - GPL-2.0 + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=methylumi + 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 + motifStack: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=motifStack + motifmatchr: + License: + - AML + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=motifmatchr + msigdbr: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/igordot/msigdbr + 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 + ncdfFlow: + License: + - AGPL-3.0-only + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=ncdfFlow + 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 + pRoloc: + License: + - GPL-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/lgatto/pRoloc + pRolocGUI: + License: + - GPL-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/lgatto/pRolocGUI + pRolocdata: + License: Artistic-2.0 + Permission to redistribute: true + Retrieved from: https://bioconductor.org/packages/pRolocdata + 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 + 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 + qap: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/mhahsler/qap + 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 + rARPACK: + License: + - BSD-1-Clause + Permission to redistribute: true + Retrieved from: https://github.com/yixuan/rARPACK + rGADEM: + License: + - Artistic-2.0 + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=rGADEM + 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 + reactome.db: + License: Artistic-2.0 + Permission to redistribute: true + Retrieved from: https://bioconductor.org/packages/reactome.db + 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 + 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 + 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 + rols: + License: + - GPL-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/lgatto/rols + ropls: + License: + - CECILL-2.1 + Permission to redistribute: true + Retrieved from: 'https://doi.org/10.1021/acs.jproteome.5b00354 ' + 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 + samr: + License: + - SSPL-1.0 + Permission to redistribute: true + Retrieved from: https://statweb.stanford.edu/~tibs/SAM + scDblFinder: + License: + - AML + Permission to redistribute: true + Retrieved from: https://github.com/plger/scDblFinder + 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 + 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 + 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 + seriation: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/mhahsler/seriation + shinyBS: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/ebailey78/shinyBS + shinyFiles: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/thomasp85/shinyFiles + shinyWidgets: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/dreamRs/shinyWidgets + shinydashboardPlus: + License: + - Sendmail + Permission to redistribute: true + Retrieved from: https://github.com/RinteRface/shinydashboardPlus + 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 + siggenes: + License: + - libpng-2.0 + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=siggenes + simplifyEnrichment: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/jokergoo/simplifyEnrichment + 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 + 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 + splancs: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/rsbivand/splancs + 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 + 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 + tkWidgets: + License: + - Artistic-2.0 + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/bioconductor.org/lookup?name=tkWidgets + treeio: + License: + - Artistic-2.0 + Permission to redistribute: true + Retrieved from: 'https://yulab-smu.top/contribution-tree-data/ ' + tximport: + License: + - libpng-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/thelovelab/tximport + 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 + 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 + widgetTools: + License: LGPL-2.0-or-later + Permission to redistribute: true + Retrieved from: https://bioconductor.org/packages/widgetTools + xcms: + License: + - AML + Permission to redistribute: true + Retrieved from: https://github.com/sneumann/xcms + 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-CRAN: + '2023.12': + 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 + 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 + AMAPVox: + License: + - CECILL-2.0 + Permission to redistribute: true + Retrieved from: https://amapvox.org + 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 + AlgDesign: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/jvbraun/AlgDesign + 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 + 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 + BH: + License: + - BSL-1.0 + Permission to redistribute: true + Retrieved from: https://github.com/eddelbuettel/bh + BIEN: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=BIEN + BIGL: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/openanalytics/BIGL + BMA: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/hanase/BMA + BatchJobs: + License: + - BSD-1-Clause + Permission to redistribute: true + Retrieved from: https://github.com/tudo-r/BatchJobs + BayesLogit: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: https://github.com/jwindle/BayesLogit + BayesPen: + License: GPL-2.0-or-later + Permission to redistribute: true + Retrieved from: https://cran.r-project.org/package=BayesPen + BayesianTools: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/florianhartig/BayesianTools + BiasedUrn: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://www.agner.org/random/ https://www.r-project.org/ + Boruta: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://gitlab.com/mbq/Boruta + Brobdingnag: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/RobinHankin/Brobdingnag + 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 + 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 + Cairo: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: http://www.rforge.net/Cairo/ + ComICS: + License: + - GPL-2.0 + Permission to redistribute: true + Retrieved from: 'http://dcq.tau.ac.il/ ' + 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 + ComplexUpset: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/krassowski/complex-upset + ConsRank: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://www.r-project.org/ + 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 + DBI: + License: + - SSPL-1.0 + Permission to redistribute: true + Retrieved from: https://github.com/r-dbi/DBI + 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 + DHARMa: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: https://github.com/florianhartig/DHARMa + DMCfun: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/igmmgi/DMCfun + DRR: + License: + - AML + Permission to redistribute: true + Retrieved from: https://github.com/gdkrmr/DRR + DT: + License: + - AML + Permission to redistribute: true + Retrieved from: https://github.com/rstudio/DT + 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 + DataCombine: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: http://CRAN.R-project.org/package=DataCombine + 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 + 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 + 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 + 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 + ECOSolveR: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: https://github.com/bnaras/ECOSolveR + ENMeval: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/jamiemkass/ENMeval + 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 + EasyABC: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: http://easyabc.r-forge.r-project.org/ + EnvStats: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: https://github.com/alexkowa/EnvStats + ExPosition: + License: + - GPL-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/derekbeaton/ExPosition1 + 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 + 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 + FME: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: http://fme.r-forge.r-project.org/ + 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 + 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 + 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 + GGally: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/ggobi/ggally + GJRM: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://www.ucl.ac.uk/statistics/people/giampieromarra + GPArotation: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://optimizer.r-forge.r-project.org/GPArotation_www/ + GSA: + License: + - SSPL-1.0 + Permission to redistribute: true + Retrieved from: https://tibshirani.su.domains/GSA/ + 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 + 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 + GeneNet: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: https://github.com/strimmerlab/software + GetoptLong: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/jokergoo/GetoptLong + GillespieSSA: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: https://github.com/rcannood/GillespieSSA + GlobalOptions: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/jokergoo/GlobalOptions + 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 + HGNChelper: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/waldronlab/HGNChelper + HWxtest: + License: not found + Permission to redistribute: true + Retrieved from: not found + 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/ + Hmsc: + License: + - AML + Permission to redistribute: true + Retrieved from: https://www.helsinki.fi/en/researchgroups/statistical-ecology/software/hmsc + 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 + 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 + 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 + 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 + JBTools: + License: GPL-2 + Permission to redistribute: true + Retrieved from: https://cran.r-project.org/src/contrib/Archive/JBTools/ + 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 + KernSmooth: + License: + - FSFUL + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=KernSmooth + 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 + 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 + LaplacesDemon: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/LaplacesDemonR/LaplacesDemon + 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 + Lmoments: + License: + - GPL-2.0 + Permission to redistribute: true + Retrieved from: http://users.jyu.fi/~jutakarv/ + MALDIquant: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: https://github.com/strimmerlab/software + MASS: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: http://www.stats.ox.ac.uk/pub/MASS4/ + MCMCpack: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://CRAN.R-project.org/package=MCMCpack + MESS: + License: + - GPL-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/ekstroem/MESS + MIIVsem: + License: + - GPL-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/zackfisher/MIIVsem + MLmetrics: + License: + - GPL-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/yanyachen/MLmetrics + MatchIt: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/kosukeimai/MatchIt + Matching: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/JasjeetSekhon/Matching + Matrix: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: https://Matrix.R-forge.R-project.org + MatrixModels: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://Matrix.R-forge.R-project.org/ + 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 + 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 + MonteCarlo: + License: + - GPL-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/FunWithR/MonteCarlo + 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 + 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 + 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 + 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 + OpenMx: + License: + - Apache-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/OpenMx/OpenMx + PCAmatchR: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/machiela-lab/PCAmatchR + PMA: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/bnaras/PMA + ParamHelpers: + License: + - BSD-1-Clause + Permission to redistribute: true + Retrieved from: https://github.com/mlr-org/ParamHelpers + 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 + 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 + PoissonSeq: + License: GPL-2.0-or-later + Permission to redistribute: true + Retrieved from: https://bioconductor.org/packages/PoissonSeq + Polychrome: + License: + - Apache-2.0 + Permission to redistribute: true + Retrieved from: http://oompa.r-forge.r-project.org/ + PresenceAbsence: + License: + - FSFUL + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=PresenceAbsence + 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 + 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 + RANN: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: https://github.com/jefferislab/RANN + RBesT: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: https://opensource.nibr.com/RBesT/ + RCAL: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: http://www.stat.rutgers.edu/~ztan + 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 + 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 + RGCCA: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/rgcca-factory/RGCCA + RInside: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/eddelbuettel/rinside + RItools: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://cran.r-project.org/package=RItools + 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 + RMTstat: + License: + - BSD-1-Clause + Permission to redistribute: true + Retrieved from: https://github.com/evanbiederstedt/RMTstat + RNeXML: + License: + - BSD-1-Clause + Permission to redistribute: true + Retrieved from: https://github.com/ropensci/RNeXML + RNifti: + License: + - GPL-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/jonclayden/RNifti + ROCR: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/ipa-tys/ROCR + ROI: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://roi.r-forge.r-project.org/ + ROI.plugin.glpk: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: http://roi.r-forge.r-project.org/ + 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 + RSNNS: + License: + - Sendmail + Permission to redistribute: true + Retrieved from: https://github.com/cbergmeir/RSNNS + RSQLite: + License: + - SSPL-1.0 + Permission to redistribute: true + Retrieved from: https://github.com/r-dbi/RSQLite + RSpectra: + License: + - MulanPSL-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/yixuan/RSpectra + 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 + 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 + Rborist: + License: + - SimPL-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/suiji/Rborist.CRAN + 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 + 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 + RcppTOML: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: http://dirk.eddelbuettel.com/code/rcpp.toml.html + RcppThread: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/tnagler/RcppThread + Rdpack: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/geobosh/Rdpack + RefFreeEWAS: + License: GPL-2.0-or-later + Permission to redistribute: true + Retrieved from: https://bioconductor.org/packages/RefFreeEWAS + 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/ + Rmpfr: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://rmpfr.r-forge.r-project.org/ + Rook: + License: + - GPL-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/evanbiederstedt/rook + Rserve: + License: + - AML + Permission to redistribute: true + Retrieved from: https://www.rforge.net/Rserve/ + 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 + Rssa: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/asl/rssa + 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 + 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 + 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 + SDMTools: + License: GPL-2.0-or-later + Permission to redistribute: true + Retrieved from: https://cran.r-project.org/package=SDMTools + 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 + 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 + 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 + 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 + SQUAREM: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://coah.jhu.edu/people/Faculty_personal_Pages/Varadhan.html + 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 + 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 + SnowballC: + License: + - BSD-1-Clause + Permission to redistribute: true + Retrieved from: https://github.com/nalimilan/R.TeMiS + SparseM: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: http://www.econ.uiuc.edu/~roger/research/sparse/sparse.html + StanHeaders: + License: + - BSD-1-Clause + Permission to redistribute: true + Retrieved from: https://mc-stan.org/ + StatMatch: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/marcellodo/StatMatch + 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 + 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 + TMB: + License: + - GPL-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/kaskr/adcomp + TTR: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/joshuaulrich/TTR + 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 + TraMineR: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: http://traminer.unige.ch + TruncatedNormal: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/lbelzile/TruncatedNormal + UpSetR: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/hms-dbmi/UpSetR + V8: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://jeroen.r-universe.dev/V8 + 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 + VSURF: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/robingenuer/VSURF + 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 + VineCopula: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/tnagler/VineCopula + WeightSVM: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://www.csie.ntu.edu.tw/~cjlin/libsvmtools/#weights_for_data_instances + 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 + 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 + XML: + License: + - BSD-1-Clause + Permission to redistribute: true + Retrieved from: https://www.omegahat.net/RSXML/ + 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 + 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 + 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 + 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 + 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 + alluvial: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/mbojan/alluvial + 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: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: https://bitbucket.org/richierocks/assertive + 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: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: https://bitbucket.org/richierocks/assertive.data + 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.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 + 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 + 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 + 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 + 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 + bayesplot: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: https://mc-stan.org/bayesplot/ + bbmle: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/bbolker/bbmle + 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/ + 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 + bigmemory: + License: + - Apache-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/kaneplusplus/bigmemory + 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 + 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 + 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 + 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 + broom: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/tidymodels/broom + 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 + 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 + cNORM: + License: + - AGPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/WLenhard/cNORM + cSEM: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/FloSchuberth/cSEM + 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 + 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 + 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 + 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 + 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/ + + https://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 + 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 + 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 + compositions: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: http://www.stat.boogaart.de/compositions/ + 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 + 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/ + 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 + d3Network: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: https://github.com/christophergandrud/d3Network + 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 + 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 + 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 + 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 + deSolve: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: http://desolve.r-forge.r-project.org/ + 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 + dfidx: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://cran.r-project.org/package=dfidx + 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 + 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 + 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 + 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 + 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 + 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 + 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 + drugCombo: + License: GPL-2.0-or-later + Permission to redistribute: true + Retrieved from: https://bioconductor.org/packages/drugCombo + 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 + 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/ + 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 + entropy: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: https://github.com/strimmerlab/software + 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: + License: + - AML + Permission to redistribute: true + Retrieved from: https://statnet.org + 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 + estimability: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: https://github.com/rvlenth/estimability + 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 + expm: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://R-Forge.R-project.org/projects/expm/ + expsmooth: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/robjhyndman/expsmooth + 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 + 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 + 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 + fastDummies: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/jacobkap/fastDummies + 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 + fastcluster: + License: + - BSD-2-Clause-FreeBSD + Permission to redistribute: true + Retrieved from: https://danifold.net/fastcluster.html + fasterize: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/ecohealthalliance/fasterize + 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 + 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 + fmri: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://www.wias-berlin.de/software/imaging/ + 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 + 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: + License: + - SSPL-1.0 + Permission to redistribute: true + Retrieved from: https://github.com/futureverse/future + future.apply: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/futureverse/future.apply + 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 + 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: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://www.gamlss.com/ + 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/ + 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: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/jinghuazhao/R + gap.datasets: + 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 + 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 + gbm: + License: + - Sendmail + Permission to redistribute: true + Retrieved from: https://github.com/gbm-developers/gbm + 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 + 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/ + 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 + gfonts: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/dreamrs/gfonts + ggExtra: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/daattali/ggExtra + 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 + 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/ + git2r: + License: + - GPL-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/ropensci/git2r + 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 + 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 + gplots: + License: + - GPL-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/talgalili/gplots + grImport2: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://r-forge.r-project.org/projects/grimport/ + 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 + grpreg: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/pbreheny/grpreg + 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 + 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 + hms: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/tidyverse/hms + 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/ + + https://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 + 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 + 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 + isoband: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://isoband.r-lib.org + 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 + janeaustenr: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/juliasilge/janeaustenr + 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 + 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 + 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 + 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 + 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: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/rstudio/leaflet + leaflet.providers: + License: + - BSD-1-Clause + Permission to redistribute: true + Retrieved from: https://github.com/rstudio/leaflet.providers + 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 + 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 + 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 + 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 + mRMRe: + License: + - Artistic-2.0 + Permission to redistribute: true + Retrieved from: https://www.pmgenomics.ca/bhklab/ + 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/ + + https://ropensci.r-universe.dev/magick' + 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 + 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 + matrixStats: + License: + - Artistic-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/HenrikBengtsson/matrixStats + matrixcalc: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/TomKellyGenetics/matrixcalc + 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 + 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 + 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 + 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 + 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 + 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/ + 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 + 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 + 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/ + 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 + 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 + neuralnet: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/bips-hb/neuralnet + 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 + 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 + 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 + 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 + 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 + pROC: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: https://github.com/xrobin/pROC + 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 + parallelMap: + License: + - BSD-1-Clause + Permission to redistribute: true + Retrieved from: https://github.com/mlr-org/parallelMap + parallelly: + License: + - SSPL-1.0 + Permission to redistribute: true + Retrieved from: https://github.com/futureverse/parallelly + 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/ + 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 + 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 + 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 + png: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: http://www.rforge.net/png/ + 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 + 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 + 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 + 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/ + + https://personality-project.org/r/psych-manual.pdf' + 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 + rARPACK: + License: + - BSD-1-Clause + Permission to redistribute: true + Retrieved from: https://github.com/yixuan/rARPACK + rJava: + License: + - LGPL-2.1 + Permission to redistribute: true + Retrieved from: http://www.rforge.net/rJava/ + 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 + rapidjsonr: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=rapidjsonr + 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 + 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 + rda: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: https://github.com/valentint/rda + rdrop2: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/karthik/rdrop2 + reactR: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/react-R/reactR + reactable: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/glin/reactable + readODS: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/ropensci/readODS + 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 + 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 + 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 + 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 + + http://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 + rhandsontable: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/jrowen/rhandsontable + 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 + 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 + rjson: + License: + - GPL-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/alexcb/rjson + 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 + rms: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/harrelfe/rms + 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 + 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 + rngtools: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/renozao/rngtools + robustbase: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://robustbase.R-forge.R-project.org/ + 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 + 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 + 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 + 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 + 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/ + 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 + 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 + simex: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/wolfganglederer/simex + 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 + 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 + 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 + 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 + spData: + License: + - CC0-1.0 + Permission to redistribute: true + Retrieved from: https://jakubnowosad.com/spData/ + spThin: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/mlammens/spThin + spaMM: + License: + - CECILL-2.0 + Permission to redistribute: true + Retrieved from: https://www.r-project.org + 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/ + spatial: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: http://www.stats.ox.ac.uk/pub/MASS4/ + spatstat: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: http://spatstat.org/ + 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/ + 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 + 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 + 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 + 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: + License: + - AML + Permission to redistribute: true + Retrieved from: http://statnet.org + statnet.common: + License: + - AML + Permission to redistribute: true + Retrieved from: https://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 + 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 + svUnit: + License: + - GPL-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/SciViews/svUnit + 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 + 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 + 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 + 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/ + timeDate: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/geobosh/timeDateDoc + timechange: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: https://github.com/vspinu/timechange + 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 + 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 + 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 + 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 + 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 + 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 + 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 + 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 + visNetwork: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/datastorm-open/visNetwork + visdat: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/ropensci/visdat + vroom: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/tidyverse/vroom + 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 + 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 + 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 + + https://docs.ropensci.org/writexl/' + 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 + 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/ + '2024.06': + 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 + 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 + AMAPVox: + License: + - CECILL-2.0 + Permission to redistribute: true + Retrieved from: https://amapvox.org + 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 + AlgDesign: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/jvbraun/AlgDesign + 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 + 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 + BH: + License: + - BSL-1.0 + Permission to redistribute: true + Retrieved from: https://github.com/eddelbuettel/bh + BIEN: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=BIEN + BIGL: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/openanalytics/BIGL + BMA: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/hanase/BMA + BatchJobs: + License: + - BSD-1-Clause + Permission to redistribute: true + Retrieved from: https://github.com/tudo-r/BatchJobs + BayesLogit: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: https://github.com/jwindle/BayesLogit + BayesPen: + License: GPL-2.0-or-later + Permission to redistribute: true + Retrieved from: https://cran.r-project.org/package=BayesPen + BayesianTools: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/florianhartig/BayesianTools + BiasedUrn: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://www.agner.org/random/ https://www.r-project.org/ + Boruta: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://gitlab.com/mbq/Boruta + Brobdingnag: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/RobinHankin/Brobdingnag + 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 + 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 + Cairo: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: http://www.rforge.net/Cairo/ + ComICS: + License: + - GPL-2.0 + Permission to redistribute: true + Retrieved from: 'http://dcq.tau.ac.il/ ' + 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 + ComplexUpset: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/krassowski/complex-upset + ConsRank: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://www.r-project.org/ + 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 + DBI: + License: + - SSPL-1.0 + Permission to redistribute: true + Retrieved from: https://github.com/r-dbi/DBI + 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 + DHARMa: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: https://github.com/florianhartig/DHARMa + DMCfun: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/igmmgi/DMCfun + DRR: + License: + - AML + Permission to redistribute: true + Retrieved from: https://github.com/gdkrmr/DRR + DT: + License: + - AML + Permission to redistribute: true + Retrieved from: https://github.com/rstudio/DT + 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 + DataCombine: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: http://CRAN.R-project.org/package=DataCombine + 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 + 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 + 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 + 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 + ECOSolveR: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: https://github.com/bnaras/ECOSolveR + ENMeval: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/jamiemkass/ENMeval + 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 + EasyABC: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: http://easyabc.r-forge.r-project.org/ + EnvStats: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: https://github.com/alexkowa/EnvStats + ExPosition: + License: + - GPL-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/derekbeaton/ExPosition1 + 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 + 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 + FME: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: http://fme.r-forge.r-project.org/ + 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 + 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 + 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 + GGally: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/ggobi/ggally + GJRM: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://www.ucl.ac.uk/statistics/people/giampieromarra + GPArotation: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://optimizer.r-forge.r-project.org/GPArotation_www/ + GSA: + License: + - SSPL-1.0 + Permission to redistribute: true + Retrieved from: https://tibshirani.su.domains/GSA/ + 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 + 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 + GeneNet: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: https://github.com/strimmerlab/software + GetoptLong: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/jokergoo/GetoptLong + GillespieSSA: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: https://github.com/rcannood/GillespieSSA + GlobalOptions: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/jokergoo/GlobalOptions + 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 + HGNChelper: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/waldronlab/HGNChelper + HWxtest: + License: GPL-2.0-or-later + Permission to redistribute: true + Retrieved from: https://cran.r-project.org/package=HWxtest + 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/ + Hmsc: + License: + - AML + Permission to redistribute: true + Retrieved from: https://www.helsinki.fi/en/researchgroups/statistical-ecology/software/hmsc + 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 + 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 + 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 + 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 + JBTools: + License: GPL-2 + Permission to redistribute: true + Retrieved from: https://cran.r-project.org/src/contrib/Archive/JBTools/ + 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 + KernSmooth: + License: + - FSFUL + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=KernSmooth + 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 + 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 + LaplacesDemon: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/LaplacesDemonR/LaplacesDemon + 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 + Lmoments: + License: + - GPL-2.0 + Permission to redistribute: true + Retrieved from: http://users.jyu.fi/~jutakarv/ + MALDIquant: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: https://github.com/strimmerlab/software + MASS: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: http://www.stats.ox.ac.uk/pub/MASS4/ + MCMCpack: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://CRAN.R-project.org/package=MCMCpack + MESS: + License: + - GPL-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/ekstroem/MESS + MIIVsem: + License: + - GPL-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/zackfisher/MIIVsem + MLmetrics: + License: + - GPL-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/yanyachen/MLmetrics + MatchIt: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/kosukeimai/MatchIt + Matching: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/JasjeetSekhon/Matching + Matrix: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: https://Matrix.R-forge.R-project.org + MatrixModels: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://Matrix.R-forge.R-project.org/ + 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 + 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 + MonteCarlo: + License: + - GPL-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/FunWithR/MonteCarlo + 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 + 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 + 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 + 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 + OpenMx: + License: + - Apache-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/OpenMx/OpenMx + PCAmatchR: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/machiela-lab/PCAmatchR + PKI: + License: + - AML + Permission to redistribute: true + Retrieved from: http://www.rforge.net/PKI + PMA: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/bnaras/PMA + ParamHelpers: + License: + - BSD-1-Clause + Permission to redistribute: true + Retrieved from: https://github.com/mlr-org/ParamHelpers + 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 + 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 + PoissonSeq: + License: GPL-2.0-or-later + Permission to redistribute: true + Retrieved from: https://bioconductor.org/packages/PoissonSeq + Polychrome: + License: + - Apache-2.0 + Permission to redistribute: true + Retrieved from: http://oompa.r-forge.r-project.org/ + PresenceAbsence: + License: + - FSFUL + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=PresenceAbsence + 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 + 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 + RANN: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: https://github.com/jefferislab/RANN + RBesT: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: https://opensource.nibr.com/RBesT/ + RCAL: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: http://www.stat.rutgers.edu/~ztan + 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 + 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 + RGCCA: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/rgcca-factory/RGCCA + RInside: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/eddelbuettel/rinside + RItools: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://cran.r-project.org/package=RItools + 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 + RMTstat: + License: + - BSD-1-Clause + Permission to redistribute: true + Retrieved from: https://github.com/evanbiederstedt/RMTstat + RNeXML: + License: + - BSD-1-Clause + Permission to redistribute: true + Retrieved from: https://github.com/ropensci/RNeXML + RNifti: + License: + - GPL-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/jonclayden/RNifti + ROCR: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/ipa-tys/ROCR + ROI: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://roi.r-forge.r-project.org/ + ROI.plugin.glpk: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: http://roi.r-forge.r-project.org/ + 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 + RSNNS: + License: + - Sendmail + Permission to redistribute: true + Retrieved from: https://github.com/cbergmeir/RSNNS + RSQLite: + License: + - SSPL-1.0 + Permission to redistribute: true + Retrieved from: https://github.com/r-dbi/RSQLite + RSpectra: + License: + - MulanPSL-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/yixuan/RSpectra + 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 + 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 + Rborist: + License: + - SimPL-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/suiji/Rborist.CRAN + 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 + 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 + RcppTOML: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: http://dirk.eddelbuettel.com/code/rcpp.toml.html + RcppThread: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/tnagler/RcppThread + Rdpack: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/geobosh/Rdpack + RefFreeEWAS: + License: GPL-2.0-or-later + Permission to redistribute: true + Retrieved from: https://bioconductor.org/packages/RefFreeEWAS + 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/ + Rmpfr: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://rmpfr.r-forge.r-project.org/ + Rook: + License: + - GPL-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/evanbiederstedt/rook + Rserve: + License: + - AML + Permission to redistribute: true + Retrieved from: https://www.rforge.net/Rserve/ + 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 + Rssa: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/asl/rssa + 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 + 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 + 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 + SDMTools: + License: GPL-2.0-or-later + Permission to redistribute: true + Retrieved from: https://cran.r-project.org/package=SDMTools + 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 + 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 + 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 + 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 + SQUAREM: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://coah.jhu.edu/people/Faculty_personal_Pages/Varadhan.html + 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 + 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 + SnowballC: + License: + - BSD-1-Clause + Permission to redistribute: true + Retrieved from: https://github.com/nalimilan/R.TeMiS + SparseM: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: http://www.econ.uiuc.edu/~roger/research/sparse/sparse.html + StanHeaders: + License: + - BSD-1-Clause + Permission to redistribute: true + Retrieved from: https://mc-stan.org/ + StatMatch: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/marcellodo/StatMatch + 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 + 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 + TMB: + License: + - GPL-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/kaskr/adcomp + TTR: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/joshuaulrich/TTR + 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 + TraMineR: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: http://traminer.unige.ch + TruncatedNormal: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/lbelzile/TruncatedNormal + UpSetR: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/hms-dbmi/UpSetR + V8: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://jeroen.r-universe.dev/V8 + 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 + VSURF: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/robingenuer/VSURF + 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 + VineCopula: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/tnagler/VineCopula + WeightSVM: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://www.csie.ntu.edu.tw/~cjlin/libsvmtools/#weights_for_data_instances + 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 + 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 + XML: + License: + - BSD-1-Clause + Permission to redistribute: true + Retrieved from: https://www.omegahat.net/RSXML/ + 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 + 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 + 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 + 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 + 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 + alluvial: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/mbojan/alluvial + 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: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: https://bitbucket.org/richierocks/assertive + 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: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: https://bitbucket.org/richierocks/assertive.data + 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.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 + 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 + 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 + 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 + 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 + 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 + bbmle: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/bbolker/bbmle + 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/ + 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 + bigmemory: + License: + - Apache-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/kaneplusplus/bigmemory + 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 + 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 + 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 + 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 + broom: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/tidymodels/broom + 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 + 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 + cNORM: + License: + - AGPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/WLenhard/cNORM + cSEM: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/FloSchuberth/cSEM + 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 + 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 + 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 + 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 + 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/ + + https://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 + 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 + 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 + compositions: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: http://www.stat.boogaart.de/compositions/ + 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 + 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/ + 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 + d3Network: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: https://github.com/christophergandrud/d3Network + 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 + 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 + 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 + 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 + deSolve: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: http://desolve.r-forge.r-project.org/ + 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 + dfidx: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://cran.r-project.org/package=dfidx + 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 + 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 + 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 + 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 + 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 + 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 + 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 + drugCombo: + License: GPL-2.0-or-later + Permission to redistribute: true + Retrieved from: https://bioconductor.org/packages/drugCombo + 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 + 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/ + 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 + entropy: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: https://github.com/strimmerlab/software + 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: + License: + - AML + Permission to redistribute: true + Retrieved from: https://statnet.org + 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 + estimability: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: https://github.com/rvlenth/estimability + 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 + expm: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://R-Forge.R-project.org/projects/expm/ + expsmooth: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/robjhyndman/expsmooth + 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 + 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 + 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 + fastDummies: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/jacobkap/fastDummies + 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 + fastcluster: + License: + - BSD-2-Clause-FreeBSD + Permission to redistribute: true + Retrieved from: https://danifold.net/fastcluster.html + fasterize: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/ecohealthalliance/fasterize + 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 + 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 + fmri: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://www.wias-berlin.de/software/imaging/ + 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 + 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: + License: + - SSPL-1.0 + Permission to redistribute: true + Retrieved from: https://github.com/futureverse/future + future.apply: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/futureverse/future.apply + 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 + 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: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://www.gamlss.com/ + 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/ + 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: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/jinghuazhao/R + gap.datasets: + 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 + 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 + gbm: + License: + - Sendmail + Permission to redistribute: true + Retrieved from: https://github.com/gbm-developers/gbm + 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 + 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/ + 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 + gfonts: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/dreamrs/gfonts + ggExtra: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/daattali/ggExtra + 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 + 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/ + git2r: + License: + - GPL-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/ropensci/git2r + 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 + 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 + gplots: + License: + - GPL-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/talgalili/gplots + grImport2: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://r-forge.r-project.org/projects/grimport/ + 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 + grpreg: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/pbreheny/grpreg + 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 + 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 + hms: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/tidyverse/hms + 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/ + + https://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 + 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 + 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 + isoband: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://isoband.r-lib.org + 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 + janeaustenr: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/juliasilge/janeaustenr + 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 + 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 + 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 + 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 + 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: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/rstudio/leaflet + leaflet.providers: + License: + - BSD-1-Clause + Permission to redistribute: true + Retrieved from: https://github.com/rstudio/leaflet.providers + 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 + 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 + 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 + 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 + mRMRe: + License: + - Artistic-2.0 + Permission to redistribute: true + Retrieved from: https://www.pmgenomics.ca/bhklab/ + 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/ + + https://ropensci.r-universe.dev/magick' + 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 + 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 + matrixStats: + License: + - Artistic-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/HenrikBengtsson/matrixStats + matrixcalc: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/TomKellyGenetics/matrixcalc + 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 + 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 + 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 + 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 + 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 + 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/ + 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 + 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 + 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/ + 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 + 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 + neuralnet: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/bips-hb/neuralnet + 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 + 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 + 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 + 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 + 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 + pROC: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: https://github.com/xrobin/pROC + 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 + parallelMap: + License: + - BSD-1-Clause + Permission to redistribute: true + Retrieved from: https://github.com/mlr-org/parallelMap + parallelly: + License: + - SSPL-1.0 + Permission to redistribute: true + Retrieved from: https://github.com/futureverse/parallelly + 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/ + 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 + 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 + 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 + png: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: http://www.rforge.net/png/ + 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 + 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 + 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 + 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/ + + https://personality-project.org/r/psych-manual.pdf' + 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 + rARPACK: + License: + - BSD-1-Clause + Permission to redistribute: true + Retrieved from: https://github.com/yixuan/rARPACK + rJava: + License: + - LGPL-2.1 + Permission to redistribute: true + Retrieved from: http://www.rforge.net/rJava/ + 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 + rapidjsonr: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://packages.ecosyste.ms/api/v1/registries/cran.r-project.org/lookup?name=rapidjsonr + 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 + 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 + rda: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: https://github.com/valentint/rda + rdrop2: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/karthik/rdrop2 + reactR: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/react-R/reactR + reactable: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/glin/reactable + readODS: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/ropensci/readODS + 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 + 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 + 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 + 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 + + http://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 + rhandsontable: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/jrowen/rhandsontable + 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 + 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 + rjson: + License: + - GPL-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/alexcb/rjson + 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 + rms: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/harrelfe/rms + 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 + 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 + rngtools: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/renozao/rngtools + robustbase: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://robustbase.R-forge.R-project.org/ + 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 + 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 + 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 + 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 + 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/ + 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 + 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 + simex: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/wolfganglederer/simex + 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 + 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 + 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 + 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 + spData: + License: + - CC0-1.0 + Permission to redistribute: true + Retrieved from: https://jakubnowosad.com/spData/ + spThin: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/mlammens/spThin + spaMM: + License: + - CECILL-2.0 + Permission to redistribute: true + Retrieved from: https://www.r-project.org + 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/ + spatial: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: http://www.stats.ox.ac.uk/pub/MASS4/ + spatstat: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: http://spatstat.org/ + 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/ + 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 + 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 + 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 + 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: + License: + - AML + Permission to redistribute: true + Retrieved from: http://statnet.org + statnet.common: + License: + - AML + Permission to redistribute: true + Retrieved from: https://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 + 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 + svUnit: + License: + - GPL-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/SciViews/svUnit + 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 + 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 + 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 + 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/ + timeDate: + License: + - GPL-2.0+ + Permission to redistribute: true + Retrieved from: https://github.com/geobosh/timeDateDoc + timechange: + License: + - CNRI-Python-GPL-Compatible + Permission to redistribute: true + Retrieved from: https://github.com/vspinu/timechange + 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 + 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 + 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 + 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 + 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 + 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 + 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 + 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 + visNetwork: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/datastorm-open/visNetwork + visdat: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/ropensci/visdat + vroom: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/tidyverse/vroom + 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 + 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 + 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 + + https://docs.ropensci.org/writexl/' + 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 + 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/ +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 + 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 +Ruby: + 3.2.2: + 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: + License: + - GPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/FaradayRF/Faraday-Software + faraday-net_http: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://rubygems.org/gems/faraday-net_http + 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: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://rubygems.org/gems/rack + 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 + rspec: + License: + - Apache-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/liuyenting/rspec + 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 + 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 +SQLAlchemy: + 2.0.25: + SQLAlchemy: + License: MIT + Permission to redistribute: true + Retrieved from: https://pypi.org/project/SQLAlchemy + 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 +SciPy-bundle: + '2023.02': + Bottleneck: + License: BSD-2-Clause + Permission to redistribute: true + Retrieved from: https://github.com/pydata/bottleneck + beniget: + License: + - BSD-3-Clause + Permission to redistribute: true + Retrieved from: https://github.com/serge-sans-paille/beniget + 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 + '2023.07': + Bottleneck: + License: BSD-2-Clause + Permission to redistribute: true + Retrieved from: https://github.com/pydata/bottleneck + beniget: + License: + - BSD-3-Clause + Permission to redistribute: true + Retrieved from: https://github.com/serge-sans-paille/beniget + 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 + '2023.11': + Bottleneck: + License: BSD-2-Clause + Permission to redistribute: true + Retrieved from: https://github.com/pydata/bottleneck + beniget: + License: + - BSD-3-Clause + Permission to redistribute: true + Retrieved from: https://github.com/serge-sans-paille/beniget + 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 +SciTools-Iris: + 3.9.0: + 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 +SlurmViewer: + 1.0.1: + 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: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/Textualize/textual + textual-plotext: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/Textualize/textual-plotext +TensorFlow: + 2.13.0: + Markdown: + License: BSD-3-Clause + Permission to redistribute: true + Retrieved from: https://pypi.org/project/Markdown/ + TensorFlow: + License: Apache-2.0 + Permission to redistribute: true + Retrieved from: https://pypi.org/project/tensorflow/ + Werkzeug: + License: BSD + Permission to redistribute: true + Retrieved from: https://pypi.org/project/Werkzeug/ + 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: + License: + - Apache-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/googleapis/google-auth-library-python + google-auth-oauthlib: + License: + - Apache-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib + 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 + 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: + License: + - Apache-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/tensorflow/tensorboard + 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 + tensorflow-estimator: + License: + - Apache-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/tensorflow/estimator + termcolor: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/termcolor/termcolor + wrapt: + License: + - BSD-3-Clause + Permission to redistribute: true + Retrieved from: https://github.com/GrahamDumpleton/wrapt +Tombo: + 1.5.1: + 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 +WhatsHap: + '2.1': + WhatsHap: + License: MIT + Permission to redistribute: true + Retrieved from: https://pypi.org/project/whatshap + pulp: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/coin-or/pulp + xopen: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/pycompression/xopen + '2.2': + 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 +XML-LibXML: + '2.0208': + 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 + '2.0209': + 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 +Z3: + 4.12.2: + z3-solver: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/Z3Prover/z3 +astropy: + 7.0.0: + astropy: + License: + - BSD-3-Clause + Permission to redistribute: true + Retrieved from: https://github.com/astropy/astropy + astropy-iers-data: + License: + - BSD-3-Clause + Permission to redistribute: true + Retrieved from: https://github.com/astropy/astropy-iers-data + 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 +astropy-testing: + 7.0.0: + pytest-arraydiff: + License: + - BSD-3-Clause + Permission to redistribute: true + Retrieved from: https://github.com/astropy/pytest-arraydiff + pytest-astropy: + License: + - BSD-3-Clause + Permission to redistribute: true + Retrieved from: https://github.com/astropy/pytest-astropy + pytest-astropy-header: + License: + - BSD-1-Clause + Permission to redistribute: true + Retrieved from: https://github.com/astropy/pytest-astropy-header + 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 +basemap: + 1.3.9: + 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 +bokeh: + 3.2.1: + 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 + 3.2.2: + 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 +cffi: + 1.15.1: + 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 +cooler: + 0.10.2: + 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 +coverage: + 7.4.4: + coverage: + License: + - Apache-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/nedbat/coveragepy +crb-blast: + 0.6.9: + 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 +dask: + 2023.7.1: + HeapDict: + License: BSD + Permission to redistribute: true + Retrieved from: https://pypi.org/project/HeapDict/ + dask: + License: + - BSD-3-Clause + Permission to redistribute: true + Retrieved from: https://github.com/dask/dask + 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 + 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 + 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/ + 2023.9.2: + HeapDict: + License: BSD + Permission to redistribute: true + Retrieved from: https://pypi.org/project/HeapDict/ + dask: + License: + - BSD-3-Clause + Permission to redistribute: true + Retrieved from: https://github.com/dask/dask + 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 + 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 + 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/ +flit: + 3.9.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 +geopandas: + 0.14.2: + 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 +grpcio: + 1.57.0: + grpcio: + License: + - Apache-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/grpc/grpc +h5netcdf: + 1.2.0: + h5netcdf: + License: + - BSD-3-Clause + Permission to redistribute: true + Retrieved from: https://github.com/h5netcdf/h5netcdf +hatch-jupyter-builder: + 0.9.1: + 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 +hatchling: + 1.18.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/ +ipympl: + 0.9.3: + ipympl: + License: + - BSD-3-Clause + Permission to redistribute: true + Retrieved from: https://github.com/matplotlib/ipympl +jedi: + 0.19.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 + 0.19.1: + 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 +jupyter-server: + 2.7.2: + Send2Trash: + License: BSD-3-Clause + Permission to redistribute: true + Retrieved from: https://github.com/arsenetar/send2trash + 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 + 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 +librosa: + 0.10.1: + 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 +lit: + 18.1.2: + lit: + License: + - Apache-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/llvm/llvm-project + 18.1.7: + 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 +matplotlib: + 3.7.0: + Cycler: + License: BSD + Permission to redistribute: true + Retrieved from: https://pypi.org/project/cycler/ + contourpy: + License: + - BSD-3-Clause + Permission to redistribute: true + Retrieved from: https://github.com/contourpy/contourpy + 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 + 3.7.2: + Cycler: + License: BSD + Permission to redistribute: true + Retrieved from: https://pypi.org/project/cycler/ + contourpy: + License: + - BSD-3-Clause + Permission to redistribute: true + Retrieved from: https://github.com/contourpy/contourpy + 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 + 3.8.2: + Cycler: + License: BSD + Permission to redistribute: true + Retrieved from: https://pypi.org/project/cycler/ + contourpy: + License: + - BSD-3-Clause + Permission to redistribute: true + Retrieved from: https://github.com/contourpy/contourpy + 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 +meson-python: + 0.11.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 + 0.13.2: + 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 + 0.15.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 +mpi4py: + 3.1.4: + mpi4py: + License: + - BSD-3-Clause + Permission to redistribute: true + Retrieved from: https://github.com/mpi4py/mpi4py + 3.1.5: + mpi4py: + License: + - BSD-3-Clause + Permission to redistribute: true + Retrieved from: https://github.com/mpi4py/mpi4py +mpl-ascii: + 0.10.0: + mpl-ascii: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/chriscave/mpl_ascii +netcdf4-python: + 1.6.3: + 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 + 1.6.4: + 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 +numba: + 0.58.1: + 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 +orjson: + 3.9.15: + 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 +poetry: + 1.5.1: + SecretStorage: + License: BSD-3-Clause + Permission to redistribute: true + Retrieved from: https://pypi.org/pypi/SecretStorage/json + 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: + License: + - Apache-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/psf/requests + requests-toolbelt: + License: + - Apache-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/requests/toolbelt + 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 + 1.6.1: + SecretStorage: + License: BSD-3-Clause + Permission to redistribute: true + Retrieved from: https://pypi.org/pypi/SecretStorage/json + 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: + License: + - Apache-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/psf/requests + requests-toolbelt: + License: + - Apache-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/requests/toolbelt + 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 +pre-commit: + 3.7.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 +psycopg2: + 2.9.9: + psycopg2: + License: + - BSD-3-Clause-Attribution + Permission to redistribute: true + Retrieved from: https://github.com/psycopg/psycopg2 +pyMBE: + 0.8.0: + Pint-Pandas: + License: BSD + Permission to redistribute: true + Retrieved from: https://pypi.org/project/Pint-Pandas + 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 + pyMBE: + License: GPL-3.0 + Permission to redistribute: true + Retrieved from: https://github.com/pyMBE-dev/pyMBE/blob/main/LICENSE.txt +pydantic: + 2.7.4: + 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 +pyfaidx: + 0.8.1.1: + 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 +pystencils: + 1.3.4: + pystencils: + License: + - AGPL-3.0-or-later + Permission to redistribute: true + Retrieved from: https://pypi.org/project/pystencils +python-casacore: + 3.5.2: + 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 +python-xxhash: + 3.4.1: + xxhash: + License: + - BSD-3-Clause + Permission to redistribute: true + Retrieved from: https://github.com/ifduyue/python-xxhash +rpy2: + 3.5.15: + 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 +ruamel.yaml: + 0.17.32: + 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: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/indygreg/PyOxidizer + 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 +scikit-build: + 0.17.6: + 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-core: + 0.9.3: + 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-learn: + 1.3.1: + 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/ + 1.4.0: + 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/ +setuptools-rust: + 1.6.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 + 1.8.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 +snakemake: + 8.4.2: + ConfigArgParse: + License: MIT + Permission to redistribute: true + Retrieved from: https://pypi.org/project/ConfigArgParse/ + 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/ + 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: + License: + - MIT + Permission to redistribute: true + Retrieved from: https://github.com/snakemake/snakemake + 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: + 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-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 + 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 +statsmodels: + 0.14.1: + 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 +virtualenv: + 20.23.1: + 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 + 20.24.6: + 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 +wradlib: + 2.0.3: + 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 +wrapt: + 1.15.0: + wrapt: + License: + - BSD-3-Clause + Permission to redistribute: true + Retrieved from: https://github.com/GrahamDumpleton/wrapt +xarray: + 2023.9.0: + xarray: + License: + - Apache-2.0 + Permission to redistribute: true + Retrieved from: https://github.com/pydata/xarray diff --git a/licenses/reformat_extension_licenses.py b/licenses/reformat_extension_licenses.py new file mode 100644 index 0000000000..cf835634c6 --- /dev/null +++ b/licenses/reformat_extension_licenses.py @@ -0,0 +1,26 @@ +import yaml + +def reformat_extension_licenses(): + with open('licenses/extension_licenses.yaml', 'r') as f: + modules = yaml.safe_load(f) + + results = {} + for module in modules: + module_name,version = module.split('/',1) + + if '-' in version: + version,toolchain = version.split('-',1) + + # If the module_name is not yet in results, create an empty dictionary for it + if module_name not in results: + results[module_name] = {} + + # Save original module content under results[module_name][version] + results[module_name][version] = modules[module] + + with open('licenses/extension_licenses_mod.yaml', 'w') as f2: + yaml.dump(results, f2, default_flow_style=False, sort_keys=True) + + return + +reformat_extension_licenses() From 32feb9ac81fa72964be623b678ef49983bb5a1fb Mon Sep 17 00:00:00 2001 From: RJO798 Date: Fri, 5 Dec 2025 12:59:13 +0100 Subject: [PATCH 11/11] Revert changes in unwanted files --- .github/workflows/check_licenses.yml | 19 +----- .../2025.06/eessi-2025.06-eb-5.1.1-2024a.yml | 1 + licenses/processing_licenses_with_ai.py | 58 ------------------- 3 files changed, 2 insertions(+), 76 deletions(-) delete mode 100644 licenses/processing_licenses_with_ai.py diff --git a/.github/workflows/check_licenses.yml b/.github/workflows/check_licenses.yml index 7894fa8bd9..f9973cb350 100644 --- a/.github/workflows/check_licenses.yml +++ b/.github/workflows/check_licenses.yml @@ -155,22 +155,7 @@ jobs: diff -Naur licenses/licenses.yml licenses_aux.yaml > patch.txt || true echo "patch.txt file generated." - - name: Process missing licenses with AI - env: - GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY }} - run: | - if [ -s temporal_print.yaml ]; then - echo "Asking Gemini about missing licenses..." - # Install Google library - pip install google-generativeai --quiet - - # Execute AI script - python licenses/processing_licenses_with_ai.py temporal_print.yaml - - # Create a patch file for licences found by AI - diff -Naur licenses/licenses.yml licenses_aux_llm.yaml > patch_llm.txt || true - fi - + - name: Generate artifacts uses: actions/upload-artifact@v4 with: @@ -178,8 +163,6 @@ jobs: path: | missing_report.yaml patch.txt - licenses_aux_llm.yaml - patch_llm.txt - name: How to edit artifacts and apply patch diff --git a/easystacks/software.eessi.io/2025.06/eessi-2025.06-eb-5.1.1-2024a.yml b/easystacks/software.eessi.io/2025.06/eessi-2025.06-eb-5.1.1-2024a.yml index f5f4832e94..2d0555424b 100644 --- a/easystacks/software.eessi.io/2025.06/eessi-2025.06-eb-5.1.1-2024a.yml +++ b/easystacks/software.eessi.io/2025.06/eessi-2025.06-eb-5.1.1-2024a.yml @@ -7,3 +7,4 @@ easyconfigs: - ollama-0.6.0-GCCcore-13.3.0.eb - MetaBAT-2.17-GCC-13.3.0.eb - p7zip-17.05-GCCcore-13.3.0.eb + diff --git a/licenses/processing_licenses_with_ai.py b/licenses/processing_licenses_with_ai.py deleted file mode 100644 index 8a6219a2c0..0000000000 --- a/licenses/processing_licenses_with_ai.py +++ /dev/null @@ -1,58 +0,0 @@ -import google.generativeai as genai -import warnings -import os - -warnings.filterwarnings("ignore", category=FutureWarning) -genai.configure(api_key=os.environ.get("GOOGLE_API_KEY")) - -file = genai.upload_file("temporal_print.yaml", mime_type="text/plain") -model = genai.GenerativeModel("gemini-2.5-pro") -# response = model.generate_content([file, "I want you to search ALL the 'not found' OR 'other' licenses on the temporal_print.yml, make a deep search on google or wherever to found this licenses and if they can be redistributed or not PLEASE. If there is another type of licenses which is not 'not found' OR 'other', PLEASE IGNORE IT. I need this to be 1000000000000000000 percent accurate, if you are NOT sure or didn't found something, DO NOT INVENT IT. Please, only search in official pages!!! Not a blog or something, I want the official pages of the program asked. By the way, PLEASE, GIVE ONLY THE INFORMATION, I DONT NEED MORE THINGS LIKE YOU TEXTING AND WRITING THINGS, JUST THE FORMAT ASKED, NOT EVEN IN PARENTHESES, I WANT THE SIMPLIEST NAME POSSIBLE, FOR EXAMPLE, IF ITS PROPIETARY LICENSE, DONT TELL ME THE WHOLE NAME, JUST PROPIETARY, AND THE SAME WITH OTHER EXAMPLES TOO, NOT JUST THIS ONE. IF YOU CANT FIND THE LICENSE LINK, PLEASE DONT PUT THE LICENSE TYPE, I NEED SO BAD THE RETRIEVED FROM INFORMATION, IF YOU DONT HAVE THAT, THE LICENSE TYPE MUST BE NOT FOUND. ALSO, THE NAMES MUST BE IN A SPECIFIC FORMAT, FIRST LETTER CAPITALS, THEN IN LOWERCASE LIKE THIS EXAMPLE: Apache-2.0, Propietary... IF ITS SOME TYPE OF ACRONYM, ALL CAPS PLEASE. JUST WRITE IT IN COMMON SENSE BASICALY, PLEASE, DONT IGNORE ANY 'other' OR 'not found' LICENSE, DO NOT IGNORE. IN THE LINK YOU RETRIEVED IT FROM, I NEED TO SEE THE DIRECT LINK, I DON'T NEED THE MAIN PAGE, JUST THE PAGE WHERE IT SAYS THE LICENSE. FINALLY, PLEASE PLEASE AND PLEASE, I NEED YOU TO BE CONSISTENT, SO YOU NEED TO BE 10000 PERCENT SURE, DONT TRY TO ACT COOL BY INVENTING SOME LICENSES, 10000000000 PERCENT ACCURACY, I WILL EXECUTE THIS CODE THOUSANDS OF TIMES, SO I NEED CONSISTENCY. PLEASE, DO NOT SEND ME 404 ERROR PAGES (not found), VERY IMPORTANT, IF YOU ARE NOT 100 PERCENT SURE ABOUT THE PAGE EXISTING, PLEASE, JUST SEND ME THE MAIN PAGE, PLEASE DO NOT TRY TO GUESS THE ROUTE TO THE LICENSE. IF THE LICENSE IS PROPIETARY, I JUST WANT TO KNOW ITS PROPIETARY, NOT A CUSTOM OR SOMETHING LIKE THAT, JUST PROPIETARY PLEASE. IF ANY CASE, IT GIVES OUT 2 LICENSES (or more), PLEASE, JUST WRITE ONE, THE MOST ACCURATE ONE, DONT ADD AND or SOMETHING LIKE THAT PLEASE, RESPECT THE yaml FORMAT, NO ANDs or ORs PLEASE. LAST THING, PLEASE DOUBLE CHECK (even TRIPLE if you can) BEFORE SENDING ME THIS. IN THIS FORMAT:\n : \n : \n License: \n Permission to redistribute: \n Retrieved from: "]) - -prompt = """ -I want you to search ALL the 'not found' OR 'other' licenses on the temporal_print.yml, -make a deep search on google or wherever to found this licenses and if they can be redistributed or not PLEASE. -If there is another type of licenses which is not 'not found' OR 'other', PLEASE IGNORE IT. - -I need this to be 1000000000000000000 percent accurate, if you are NOT sure or didn't found something, DO NOT INVENT IT. -Please, only search in official pages!!! Not a blog or something, I want the official pages of the program asked. - -By the way, PLEASE, GIVE ONLY THE INFORMATION, I DONT NEED MORE THINGS LIKE YOU TEXTING AND WRITING THINGS, JUST THE FORMAT ASKED, -NOT EVEN IN PARENTHESES, I WANT THE SIMPLIEST NAME POSSIBLE. -FOR EXAMPLE, IF ITS PROPIETARY LICENSE, DONT TELL ME THE WHOLE NAME, JUST PROPIETARY, AND THE SAME WITH OTHER EXAMPLES TOO. - -IF YOU CANT FIND THE LICENSE LINK, PLEASE DONT PUT THE LICENSE TYPE, I NEED SO BAD THE RETRIEVED FROM INFORMATION, -IF YOU DONT HAVE THAT, THE LICENSE TYPE MUST BE NOT FOUND. -ALSO, THE NAMES MUST BE IN A SPECIFIC FORMAT, FIRST LETTER CAPITALS, THEN IN LOWERCASE LIKE THIS EXAMPLE: Apache-2.0, Propietary... -IF ITS SOME TYPE OF ACRONYM, ALL CAPS PLEASE. JUST WRITE IT IN COMMON SENSE BASICALY. - -PLEASE, DONT IGNORE ANY 'other' OR 'not found' LICENSE, DO NOT IGNORE. -IN THE LINK YOU RETRIEVED IT FROM, I NEED TO SEE THE DIRECT LINK, I DON'T NEED THE MAIN PAGE, JUST THE PAGE WHERE IT SAYS THE LICENSE. - -FINALLY, PLEASE, I NEED YOU TO BE CONSISTENT, SO YOU NEED TO BE 10000 PERCENT SURE, DONT TRY TO ACT COOL BY INVENTING SOME LICENSES. -PLEASE, DO NOT SEND ME 404 ERROR PAGES (not found), VERY IMPORTANT, IF YOU ARE NOT 100 PERCENT SURE ABOUT THE PAGE EXISTING, -PLEASE, JUST SEND ME THE MAIN PAGE, PLEASE DO NOT TRY TO GUESS THE ROUTE TO THE LICENSE. - -IF THE LICENSE IS PROPIETARY, I JUST WANT TO KNOW ITS PROPIETARY, NOT A CUSTOM OR SOMETHING LIKE THAT, JUST PROPIETARY PLEASE. -IF ANY CASE, IT GIVES OUT 2 LICENSES (or more), PLEASE, JUST WRITE ONE, THE MOST ACCURATE ONE, DONT ADD AND or SOMETHING LIKE THAT PLEASE, -RESPECT THE yaml FORMAT, NO ANDs or ORs PLEASE. LAST THING, PLEASE DOUBLE CHECK (even TRIPLE if you can) BEFORE SENDING ME THIS. - -IN THIS FORMAT: - : - : - License: - Permission to redistribute: - Retrieved from: -""" - -response = model.generate_content([file, prompt]) -print(response.text) -text = response.text.replace("```yaml", "").replace("```", "").strip() -with open("licenses_aux_llm.yaml", "w", encoding="utf-8") as f: - f.write(text) - -# This is to know which models are available with the API which is being used. -# print("--- AVAILABLE MODELS ---") -# for m in genai.list_models(): -# if 'generateContent' in m.supported_generation_methods: -# print(m.name) \ No newline at end of file