-
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.
- Loading branch information
1 parent
d7e7e74
commit 8546764
Showing
15 changed files
with
129 additions
and
27 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 |
---|---|---|
|
@@ -10,3 +10,4 @@ | |
^doc$ | ||
^Meta$ | ||
^CITATION\.cff$ | ||
^cran-comments\.md$ |
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,22 +1,26 @@ | ||
Package: neuroUp | ||
Type: Package | ||
Title: Plan Sample Size for fMRI Regions of Interest research using Bayesian updating | ||
Title: Plan Sample Size for Task fMRI Research using Bayesian Updating | ||
Version: 0.2.0 | ||
Authors@R: c(person( "Eduard", "Klapwijk", | ||
email = "[email protected]", | ||
role = c("aut", "cre"), | ||
role = c("aut", "cre", "cph"), | ||
comment = c(ORCID = "0000-0002-8936-0365")), | ||
person( "Herbert", "Hoijtink", | ||
role = c("aut"), | ||
role = c("aut", "cph"), | ||
comment = c(ORCID = "0000-0001-8509-1973")), | ||
person( "Joran", "Jongerling", | ||
role = c("aut"), | ||
role = c("aut", "cph"), | ||
comment = c(ORCID = "0000-0001-5697-1381"))) | ||
Description: The package calculates the precision in mean differences (raw or Cohen's D) and correation coefficients for different sample sizes using permutations of the collected data. | ||
Description: Calculate the precision in mean differences (raw or Cohen's D) and | ||
correlation coefficients for different sample sizes. Uses permutations of the | ||
collected functional magnetic resonance imaging (fMRI) region of interest data. | ||
Method described in Klapwijk, Jongerling, Hoijtink and Crone (2024) | ||
<doi:10.31234/osf.io/cz32t>. | ||
License: MIT + file LICENSE | ||
Encoding: UTF-8 | ||
LazyData: true | ||
RoxygenNote: 7.2.3 | ||
RoxygenNote: 7.3.2 | ||
NeedsCompilation: no | ||
Imports: | ||
dplyr, | ||
|
@@ -37,4 +41,5 @@ Depends: | |
R (>= 2.10) | ||
Roxygen: list(markdown = TRUE) | ||
VignetteBuilder: knitr | ||
URL: https://eduardklap.github.io/neuroUp/ | ||
URL: https://eduardklap.github.io/neuroUp/, https://github.com/eduardklap/neuroUp | ||
BugReports: https://github.com/eduardklap/neuroUp/issues |
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,2 @@ | ||
YEAR: 2022 | ||
YEAR: 2024 | ||
COPYRIGHT HOLDER: neuroUp authors |
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
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
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
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,72 @@ | ||
## R CMD check results | ||
|
||
0 errors | 0 warnings | 1 note | ||
|
||
* This is a new release. | ||
|
||
### Additional notes | ||
|
||
#### Notes returned after running `devtools::check(remote = TRUE, manual = TRUE)`: | ||
|
||
❯ checking CRAN incoming feasibility ... [5s/18s] NOTE | ||
Maintainer: ‘Eduard Klapwijk <[email protected]>’ | ||
|
||
New submission | ||
|
||
❯ checking examples ... [14s/14s] NOTE | ||
Examples with CPU (user + system) or elapsed time > 5s | ||
user system elapsed | ||
estim_diff 10.222 0.424 10.657 | ||
|
||
❯ checking HTML version of manual ... NOTE | ||
Found the following HTML validation problems: | ||
estim_corr.html:4:1 (estim_corr.Rd:5): Warning: <link> inserting "type" attribute | ||
estim_corr.html:12:1 (estim_corr.Rd:5): Warning: <script> proprietary attribute "onload" | ||
estim_corr.html:12:1 (estim_corr.Rd:5): Warning: <script> inserting "type" attribute | ||
estim_corr.html:17:1 (estim_corr.Rd:5): Warning: <table> lacks "summary" attribute | ||
estim_corr.html:36:1 (estim_corr.Rd:10): Warning: <table> lacks "summary" attribute | ||
estim_diff.html:4:1 (estim_diff.Rd:5): Warning: <link> inserting "type" attribute | ||
estim_diff.html:12:1 (estim_diff.Rd:5): Warning: <script> proprietary attribute "onload" | ||
estim_diff.html:12:1 (estim_diff.Rd:5): Warning: <script> inserting "type" attribute | ||
estim_diff.html:17:1 (estim_diff.Rd:5): Warning: <table> lacks "summary" attribute | ||
estim_diff.html:37:1 (estim_diff.Rd:10): Warning: <table> lacks "summary" attribute | ||
feedback.html:4:1 (feedback.Rd:6): Warning: <link> inserting "type" attribute | ||
feedback.html:12:1 (feedback.Rd:6): Warning: <script> proprietary attribute "onload" | ||
feedback.html:12:1 (feedback.Rd:6): Warning: <script> inserting "type" attribute | ||
feedback.html:17:1 (feedback.Rd:6): Warning: <table> lacks "summary" attribute | ||
gambling.html:4:1 (gambling.Rd:6): Warning: <link> inserting "type" attribute | ||
gambling.html:12:1 (gambling.Rd:6): Warning: <script> proprietary attribute "onload" | ||
gambling.html:12:1 (gambling.Rd:6): Warning: <script> inserting "type" attribute | ||
gambling.html:17:1 (gambling.Rd:6): Warning: <table> lacks "summary" attribute | ||
pipe.html:4:1 (pipe.Rd:5): Warning: <link> inserting "type" attribute | ||
pipe.html:12:1 (pipe.Rd:5): Warning: <script> proprietary attribute "onload" | ||
pipe.html:12:1 (pipe.Rd:5): Warning: <script> inserting "type" attribute | ||
pipe.html:17:1 (pipe.Rd:5): Warning: <table> lacks "summary" attribute | ||
pipe.html:19:1 (pipe.Rd:5): Warning: <h2> attribute "id" has invalid value "+25+26gt+3B+25" | ||
pipe.html:35:1 (pipe.Rd:10): Warning: <table> lacks "summary" attribute | ||
pipe.html:36:14 (pipe.Rd:10): Warning: <code> attribute "id" has invalid value "+25+26gt+3B+25_:_lhs" | ||
pipe.html:40:14 (pipe.Rd:12): Warning: <code> attribute "id" has invalid value "+25+26gt+3B+25_:_rhs" | ||
self_eval.html:4:1 (self_eval.Rd:6): Warning: <link> inserting "type" attribute | ||
self_eval.html:12:1 (self_eval.Rd:6): Warning: <script> proprietary attribute "onload" | ||
self_eval.html:12:1 (self_eval.Rd:6): Warning: <script> inserting "type" attribute | ||
self_eval.html:17:1 (self_eval.Rd:6): Warning: <table> lacks "summary" attribute | ||
vicar_char.html:4:1 (vicar_char.Rd:6): Warning: <link> inserting "type" attribute | ||
vicar_char.html:12:1 (vicar_char.Rd:6): Warning: <script> proprietary attribute "onload" | ||
vicar_char.html:12:1 (vicar_char.Rd:6): Warning: <script> inserting "type" attribute | ||
vicar_char.html:17:1 (vicar_char.Rd:6): Warning: <table> lacks "summary" attribute | ||
|
||
0 errors ✔ | 0 warnings ✔ | 3 notes ✖ | ||
|
||
*Author note on HTML validation problems:* Seems to be a problem on my local MacOS system (which was not fixed by updating roxygen2), not encountered on remote system checks. | ||
|
||
#### Notes returned after running `devtools::check_win_devel()`: | ||
|
||
* checking CRAN incoming feasibility ... [10s] NOTE | ||
Maintainer: 'Eduard Klapwijk <[email protected]>' | ||
|
||
New submission | ||
|
||
* checking examples ... [26s] NOTE | ||
Examples with CPU (user + system) or elapsed time > 10s | ||
user system elapsed | ||
estim_diff 19.04 2.04 21.1 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.