Welcome to the Chocolatey Community Package Repository! The packages found in this section of the site are provided, maintained, and moderated by the community.
Moderation
Every version of each package undergoes a rigorous moderation process before it goes live that typically includes:
- Security, consistency, and quality checking
- Installation testing
- Virus checking through VirusTotal
- Human moderators who give final review and sign off
More detail at Security and Moderation.
Organizational Use
If you are an organization using Chocolatey, we want your experience to be fully reliable. Due to the nature of this publicly offered repository, reliability cannot be guaranteed. Packages offered here are subject to distribution rights, which means they may need to reach out further to the internet to the official locations to download files at runtime.
Fortunately, distribution rights do not apply for internal use. With any edition of Chocolatey (including the free open source edition), you can host your own packages and cache or internalize existing community packages.
Disclaimer
Your use of the packages on this site means you understand they are not supported or guaranteed in any way. Learn more...

Downloads:
14,020
Downloads of v 1.6.4.0-current:
10
Last Update:
25 Oct 2020
Package Maintainer(s):
Software Author(s):
- https://github.com/jamovi/jamovi/graphs/contributors
Tags:
data analysis analytics statistics R data-mining- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download

jamovi Statistical Analysis
This is a prerelease version of jamovi Statistical Analysis.
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
14,020
Downloads of v 1.6.4.0-current:
10
Maintainer(s):
Software Author(s):
- https://github.com/jamovi/jamovi/graphs/contributors
Edit Package
To edit the metadata for a package, please upload an updated version of the package.
Chocolatey's Community Package Repository currently does not allow updating package metadata on the website. This helps ensure that the package itself (and the source used to build the package) remains the one true source of package metadata.
This does require that you increment the package version.
jamovi Statistical Analysis 1.6.4.0-current
This is a prerelease version of jamovi Statistical Analysis.
Some Checks Have Failed or Are Not Yet Complete
1 Test Passing and 1 Pending Test
Validation Testing Passed
Verification Testing Pending
To install jamovi Statistical Analysis, run the following command from the command line or from PowerShell:
To upgrade jamovi Statistical Analysis, run the following command from the command line or from PowerShell:
To uninstall jamovi Statistical Analysis, run the following command from the command line or from PowerShell:
NOTE: This applies to both open source and commercial editions of Chocolatey.
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://chocolatey.org/api/v2. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
- Download the Package Download
- Follow manual internalization instructions
-
Package Internalizer (C4B)
- Run
choco download jamovi --internalize --version=1.6.4.0-current --source=https://chocolatey.org/api/v2
(additional options) - Run
choco push --source="'http://internal/odata/repo'"
for package and dependencies - Automate package internalization
- Run
3. Enter your internal repository url
(this should look similar to https://chocolatey.org/api/v2)
4. Choose your deployment method:
choco upgrade jamovi -y --source="'STEP 3 URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade jamovi -y --source="'STEP 3 URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Ensure jamovi installed
win_chocolatey:
name: jamovi
state: present
version: 1.6.4.0-current
source: STEP 3 URL
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
Coming early 2020! Central Managment Reporting available now! More information...
chocolatey_package 'jamovi' do
action :install
version '1.6.4.0-current'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: jamovi,
Version: 1.6.4.0-current,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller jamovi
{
Name = 'jamovi'
Ensure = 'Present'
Version = '1.6.4.0-current'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'jamovi':
provider => 'chocolatey',
ensure => '1.6.4.0-current',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install jamovi version="1.6.4.0-current" source="STEP 3 URL"
See docs at https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.chocolatey.html.
5. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package is likely a meta/virtual (*) or an installer (*.install) or portable (*.portable) application package.
- Meta/virtual (*) - has a dependency on the *.install or the *.portable package - it is provided for discoverability and for other packages to take a dependency on.
- Portable (*.portable/*.commandline (deprecated naming convention)/*.tool (deprecated naming convention)) - usually zips or archives that require no administrative access to install.
- Install (*.install/*.app (deprecated naming convention)) - uses native installers, usually requires administrative access to install.
Learn more about chocolatey's distinction of installed versus portable apps and/or learn about this kind of package.
There are versions of this package awaiting moderation . See the Version History section below.
STATS MADE SIMPLE
jamovi is a new "3rd generation" statistical spreadsheet. designed from the ground up to be easy to use, jamovi is a compelling alternative to costly statistical products such as SPSS and SAS.
R INTEGRATION:
jamovi is built on top of the R statistical language, giving you access to the best the statistics community has to offer. would you like the R code for your analyses? jamovi can provide that too.
FREE AND OPEN:
jamovi will always be free and open - that's one of our core values - because jamovi is made by the scientific community, for the scientific community.
SOLID vs CURRENT
jamovi offers 2 streams: a solid version recommended for most users, and a current version which has the latest features, but might not be stable.
The current versions are offered as pre-release packages on chocolatey. Get it by using choco install jamovi --pre
#Install-VirtualPackage 'jamovi.portable' 'jamovi.install'
Log in or click on link to see number of positives.
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Version | Downloads | Last Updated | Status |
---|---|---|---|
jamovi Statistical Analysis 1.6.12.0-current | 6 | Sunday, January 17, 2021 | Exempted |
jamovi Statistical Analysis 1.6.11.0-current | 5 | Wednesday, January 13, 2021 | Exempted |
jamovi Statistical Analysis 1.6.10.0-current | 5 | Monday, January 11, 2021 | Exempted |
jamovi Statistical Analysis 1.6.9.0-current | 17 | Saturday, December 19, 2020 | Exempted |
jamovi Statistical Analysis 1.6.8.0-current | 13 | Wednesday, December 2, 2020 | Exempted |
jamovi Statistical Analysis 1.6.7.0-current | 12 | Friday, November 20, 2020 | Exempted |
jamovi Statistical Analysis 1.6.6.0-current | 14 | Wednesday, November 4, 2020 | Exempted |
jamovi Statistical Analysis 1.6.5.0-current | 12 | Friday, October 30, 2020 | Exempted |
jamovi Statistical Analysis 1.6.4.0-current | 10 | Sunday, October 25, 2020 | Exempted |
jamovi Statistical Analysis 1.6.3.0-current | 29 | Wednesday, September 9, 2020 | Exempted |
jamovi Statistical Analysis 1.6.1.0-current | 22 | Tuesday, September 1, 2020 | Exempted |
jamovi Statistical Analysis 1.6.0.0-current | 23 | Monday, August 31, 2020 | Exempted |
jamovi Statistical Analysis 1.2.27.0 | 138 | Monday, August 31, 2020 | Approved |
jamovi Statistical Analysis 1.2.26.0-current | 25 | Friday, August 21, 2020 | Approved |
jamovi Statistical Analysis 1.2.25.0-current | 26 | Thursday, July 30, 2020 | Exempted |
jamovi Statistical Analysis 1.2.24.0-current | 14 | Monday, July 27, 2020 | Exempted |
jamovi Statistical Analysis 1.2.22.20200530-current | 36 | Thursday, June 4, 2020 | Exempted |
jamovi Statistical Analysis 1.2.22.0-current | 26 | Thursday, May 28, 2020 | Approved |
jamovi Statistical Analysis 1.2.21.0-current | 32 | Saturday, May 23, 2020 | Exempted |
jamovi Statistical Analysis 1.2.19.0-current | 27 | Tuesday, May 19, 2020 | Approved |
jamovi Statistical Analysis 1.2.18.0-current | 31 | Sunday, May 17, 2020 | Approved |
jamovi Statistical Analysis 1.2.17.0-current | 28 | Friday, April 24, 2020 | Responded |
jamovi Statistical Analysis 1.2.16.0-current | 42 | Friday, April 3, 2020 | Exempted |
jamovi Statistical Analysis 1.2.12.0-current | 39 | Wednesday, March 25, 2020 | Exempted |
jamovi Statistical Analysis 1.2.11.0-current | 37 | Monday, March 23, 2020 | Exempted |
jamovi Statistical Analysis 1.2.8.0-current | 45 | Tuesday, March 10, 2020 | Exempted |
jamovi Statistical Analysis 1.2.7.0-current | 46 | Saturday, March 7, 2020 | Exempted |
jamovi Statistical Analysis 1.2.6.0-current | 34 | Friday, March 6, 2020 | Exempted |
jamovi Statistical Analysis 1.2.2.0-current | 59 | Friday, January 17, 2020 | Exempted |
jamovi Statistical Analysis 1.2.1.0-current | 42 | Thursday, January 16, 2020 | Exempted |
jamovi Statistical Analysis 1.2.0.0-current | 56 | Saturday, January 4, 2020 | Exempted |
jamovi Statistical Analysis 1.1.9.0 | 657 | Saturday, January 4, 2020 | Approved |
jamovi Statistical Analysis 1.1.9.0-current | 40 | Friday, December 13, 2019 | Exempted |
jamovi Statistical Analysis 1.1.8.0-current | 66 | Thursday, November 28, 2019 | Exempted |
jamovi Statistical Analysis 1.1.7.000-current | 52 | Friday, November 8, 2019 | Exempted |
jamovi Statistical Analysis 1.0.7.000 | 461 | Saturday, August 24, 2019 | Approved |
jamovi Statistical Analysis 1.0.5.000 | 137 | Thursday, July 25, 2019 | Approved |
jamovi Statistical Analysis 1.0.4.000 | 169 | Tuesday, July 9, 2019 | Approved |
jamovi Statistical Analysis 1.0.3.000 | 101 | Monday, July 8, 2019 | Approved |
jamovi Statistical Analysis 1.0.1.000 | 155 | Friday, June 14, 2019 | Approved |
jamovi Statistical Analysis 1.0.0.000 | 180 | Friday, May 24, 2019 | Approved |
jamovi Statistical Analysis 0.9.6.900 | 187 | Tuesday, April 16, 2019 | Approved |
jamovi Statistical Analysis 0.9.6.700 | 141 | Wednesday, April 10, 2019 | Approved |
jamovi Statistical Analysis 0.9.5.1200 | 221 | Friday, January 18, 2019 | Approved |
jamovi Statistical Analysis 0.9.2.800 | 235 | Monday, October 8, 2018 | Approved |
jamovi Statistical Analysis 0.9.1.1100 | 159 | Monday, August 6, 2018 | Approved |
jamovi Statistical Analysis 0.9.1.1000 | 154 | Thursday, July 26, 2018 | Approved |
jamovi Statistical Analysis 0.9.1.900 | 155 | Wednesday, July 25, 2018 | Approved |
jamovi Statistical Analysis 0.9.1.700 | 140 | Friday, July 13, 2018 | Approved |
jamovi Statistical Analysis 0.9.1.600 | 164 | Friday, July 6, 2018 | Approved |
jamovi Statistical Analysis 0.9.1.400 | 174 | Thursday, June 21, 2018 | Approved |
jamovi Statistical Analysis 0.9.1.300 | 181 | Friday, June 15, 2018 | Approved |
jamovi Statistical Analysis 0.9.1.100 | 159 | Wednesday, June 13, 2018 | Approved |
jamovi Statistical Analysis 0.9.1.000 | 156 | Friday, June 8, 2018 | Approved |
jamovi Statistical Analysis 0.9.0.500 | 189 | Tuesday, May 15, 2018 | Approved |
jamovi Statistical Analysis 0.9.0.300 | 202 | Sunday, April 29, 2018 | Approved |
jamovi Statistical Analysis 0.9.0.100 | 214 | Thursday, April 26, 2018 | Approved |
jamovi Statistical Analysis 0.8.6.000 | 218 | Friday, March 30, 2018 | Approved |
jamovi Statistical Analysis 0.8.5.000 | 200 | Tuesday, March 20, 2018 | Approved |
jamovi Statistical Analysis 0.8.4.000 | 215 | Monday, March 19, 2018 | Approved |
jamovi Statistical Analysis 0.8.3.000 | 221 | Friday, March 2, 2018 | Approved |
jamovi Statistical Analysis 0.8.2.200 | 226 | Tuesday, February 20, 2018 | Approved |
jamovi Statistical Analysis 0.8.2.000 | 228 | Wednesday, February 14, 2018 | Approved |
jamovi Statistical Analysis 0.8.1.2000 | 242 | Saturday, February 10, 2018 | Approved |
jamovi Statistical Analysis 0.8.1.1900 | 179 | Friday, February 9, 2018 | Approved |
jamovi Statistical Analysis 0.8.1.1700 | 210 | Sunday, February 4, 2018 | Approved |
jamovi Statistical Analysis 0.8.1.1400 | 253 | Saturday, January 20, 2018 | Approved |
jamovi Statistical Analysis 0.8.1.1300 | 273 | Monday, January 8, 2018 | Approved |
jamovi Statistical Analysis 0.8.1.1200 | 232 | Monday, December 18, 2017 | Approved |
jamovi Statistical Analysis 0.8.1.1000 | 261 | Monday, November 27, 2017 | Approved |
jamovi Statistical Analysis 0.8.1.800 | 259 | Wednesday, November 22, 2017 | Approved |
jamovi Statistical Analysis 0.8.1.700 | 242 | Saturday, November 18, 2017 | Approved |
jamovi Statistical Analysis 0.8.1.600 | 216 | Tuesday, November 14, 2017 | Approved |
jamovi Statistical Analysis 0.8.1.500 | 225 | Saturday, November 11, 2017 | Approved |
jamovi Statistical Analysis 0.8.1.000 | 267 | Monday, October 30, 2017 | Approved |
jamovi Statistical Analysis 0.8.0.900 | 294 | Sunday, October 8, 2017 | Approved |
jamovi Statistical Analysis 0.8.0.200 | 271 | Thursday, September 7, 2017 | Approved |
jamovi Statistical Analysis 0.7.5.701 | 262 | Saturday, August 19, 2017 | Approved |
jamovi Statistical Analysis 0.7.5.700 | 244 | Wednesday, August 16, 2017 | Approved |
jamovi Statistical Analysis 0.7.5.600 | 250 | Monday, August 7, 2017 | Approved |
jamovi Statistical Analysis 0.7.5.400 | 265 | Wednesday, July 26, 2017 | Approved |
jamovi Statistical Analysis 0.7.5.200 | 240 | Thursday, July 6, 2017 | Approved |
jamovi Statistical Analysis 0.7.5.100 | 270 | Wednesday, June 28, 2017 | Approved |
jamovi Statistical Analysis 0.7.3.500 | 270 | Wednesday, June 7, 2017 | Approved |
jamovi Statistical Analysis 0.7.3.300 | 262 | Wednesday, May 31, 2017 | Approved |
jamovi Statistical Analysis 0.7.3.200 | 262 | Wednesday, May 17, 2017 | Approved |
jamovi Statistical Analysis 0.7.3.100 | 250 | Wednesday, May 10, 2017 | Approved |
jamovi Statistical Analysis 0.7.3.000 | 271 | Wednesday, May 3, 2017 | Approved |
jamovi Statistical Analysis 0.7.2.700 | 276 | Tuesday, April 4, 2017 | Approved |
jamovi Statistical Analysis 0.7.2.6 | 272 | Tuesday, March 28, 2017 | Approved |
-
- jamovi.install (= 1.6.4.0-current)
Ground Rules:
- This discussion is only about jamovi Statistical Analysis and the jamovi Statistical Analysis package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or jamovi Statistical Analysis, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.