-
-
Notifications
You must be signed in to change notification settings - Fork 210
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
337 changed files
with
17,467 additions
and
5,805 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
language: r | ||
r: "3.3" | ||
cache: packages | ||
|
||
matrix: | ||
include: | ||
- os: linux | ||
dist: trusty | ||
sudo: required | ||
before_install: [ | ||
"sudo add-apt-repository \"deb http://archive.ubuntu.com/ubuntu/ xenial main\" -y", | ||
"sudo apt-get update -q", | ||
"echo 'Installing R package dependencies'", | ||
"sudo apt-get install libfreetype6=2.6.1-0.1ubuntu2", | ||
"sudo apt-get install libfreetype6-dev=2.6.1-0.1ubuntu2", | ||
"sudo apt-get install libnlopt-dev", | ||
"sudo apt-get install r-cran-rcppeigen", | ||
"sudo apt-get install r-cran-plogr" | ||
] | ||
install: Rscript -e 'install.packages(c("testthat", "vdiffr"))' | ||
script: | ||
- Rscript Tools/requiredPackages.R JASP-Engine/JASP/R true | ||
- Rscript Tools/showVersion.R | ||
- cd JASP-Tests/R/tests/ | ||
- R < testthat.R --no-save |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Contributing to jasp | ||
|
||
Anyone is welcome to contribute to JASP. If you would like to create a new module/analysis, fix a | ||
bug you found, or implemented a feature, please submit a pull request. See | ||
[Dev Docs](Docs/development) for more details about the development. | ||
|
||
## Pull request process | ||
|
||
A pull request must be reviewed by at least one member of JASP. To ensure that (if applicable): | ||
|
||
- The code should match the JASP style guide | ||
- Tests should accompany any new analysis/module |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.