forked from iatgen/iatgen
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from iatgen/master
Update with iatgen head
- Loading branch information
Showing
17 changed files
with
1,585 additions
and
1,270 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
^.*\.Rproj$ | ||
^\.Rproj\.user$ | ||
.github |
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 @@ | ||
name: ci-tests | ||
on: [push] | ||
jobs: | ||
r-cmd-check: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: r-lib/actions/setup-r@v2 | ||
- uses: r-lib/actions/setup-r-dependencies@v2 | ||
with: | ||
extra-packages: any::rcmdcheck | ||
- uses: r-lib/actions/check-r-package@v2 |
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 |
---|---|---|
@@ -1,13 +1,14 @@ | ||
Package: iatgen | ||
Type: Package | ||
Title: IATs for Qualtrics | ||
Version: 1.5.0 | ||
Version: 1.6.0 | ||
Authors@R: c(person("Tom","Carpenter", role = c("aut"), email = "[email protected]"), | ||
person("Michal","Kouril", role = c("aut", "cre"), email = "[email protected]")) | ||
Description: Generate and analyze IATs (Implicit Association Tests) for use in Qualtrics | ||
<https://iatgen.wordpress.com/>. | ||
License: CC BY-NC 4.0 | ||
Encoding: UTF-8 | ||
RoxygenNote: 7.1.1 | ||
Imports: jsonlite, psych, stringr, testthat | ||
RoxygenNote: 7.2.3 | ||
Imports: jsonlite, psych, stringr | ||
Suggests: testthat | ||
NeedsCompilation: no |
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
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.