Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Devel #70

Merged
merged 50 commits into from
Sep 21, 2024
Merged
Changes from 1 commit
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
0330d7a
remove unused variable
lhdjung Feb 27, 2024
33901ec
list SeaCanal in related software vignette
lhdjung Feb 27, 2024
02757ce
remove `split_by_parens()` dots in wrangling.Rmd
lhdjung Mar 6, 2024
95e1dec
link to Float Exposed in rounding-in-depth.Rmd
lhdjung Mar 11, 2024
fac5129
document `translate_length1_sep_keywords()` helper
lhdjung Mar 17, 2024
3ecc4c9
better comments in `function_map_seq_proto()`
lhdjung Mar 17, 2024
3d98c7e
slightly refactor `grimmer_scalar()`
lhdjung Mar 18, 2024
2cca88c
add GRIMMER variable renaming scripts
lhdjung Apr 2, 2024
f013727
simplify `wrap_in_quotes_*()` helpers
lhdjung Apr 28, 2024
54b7b41
fix wrong-variable bug in vignette
lhdjung May 30, 2024
967f171
add custom `purrr::cross2()` replacement
lhdjung Jul 4, 2024
54282cc
add standalone type-checking files from rlang
lhdjung Jul 4, 2024
8e87cc1
simplify `is_whole_number()` helper
lhdjung Jul 4, 2024
a34456f
deprecate `tolerance` argument of `grim_items()`
lhdjung Jul 4, 2024
f4d2125
relicense scrutiny under the MIT license
lhdjung Jul 4, 2024
56bdc22
re-add `tolerance` argument to `is_whole_number()`
lhdjung Jul 5, 2024
656d819
copy `GRIMMER_test()` and `.sd_limits()` from rsprite2
lhdjung Jul 7, 2024
9fe707b
remove unused helper functions
lhdjung Jul 13, 2024
65e3140
misc incremental development on GRIM and GRIMMER
lhdjung Aug 4, 2024
68f2935
remove problematic function links
lhdjung Aug 23, 2024
19e96fa
undo mistaken export of `grimmer_scalar()`
lhdjung Aug 23, 2024
b34e4f8
add `grim_probability()`
lhdjung Aug 23, 2024
3fd0ad8
shift `grim_map()` from GRIM ratio to probability
lhdjung Aug 23, 2024
d583a2d
deprecate `grim_ratio_upper()`
lhdjung Aug 24, 2024
da44682
deprecate `is_subset_of()` etc.
lhdjung Aug 24, 2024
9435681
remove `audit_list()`
lhdjung Aug 24, 2024
c70fd8d
remove `sep` arg in `restore_zeros()` + `*_df()`
lhdjung Aug 24, 2024
66336ac
remove `numeric_only` arg in `duplicate_count()` and `duplicate_detec…
lhdjung Aug 24, 2024
59bf55f
document switch from GRIM ratio to probability
lhdjung Aug 24, 2024
0b80ff9
draft NEWS.md for scrutiny 0.5.0
lhdjung Aug 24, 2024
690ae1d
require string `x` in `grim_probability()` etc.
lhdjung Aug 24, 2024
bdbc88e
remove `na.rm` in `duplicate_count_colpair()`
lhdjung Aug 24, 2024
c87e55b
prepare to replace GRIMMER variable names
lhdjung Aug 24, 2024
ed4e9d3
run grimmer-replace-names.R on rsprite2 functions
lhdjung Aug 24, 2024
02ae670
prepare adapted rsprite2 tests
lhdjung Aug 24, 2024
cd39fd6
run R-CMD-Check on test, but no longer on devel
lhdjung Aug 25, 2024
5023ad8
catch last changes from deprecation and removal
lhdjung Aug 25, 2024
1bbeb24
GRIMMER: remove asserts
lhdjung Aug 26, 2024
f96292d
GRIMMER: incomment tests
lhdjung Aug 26, 2024
5013fa7
tweak README.Rmd
lhdjung Aug 29, 2024
7439369
fix possible bug in GRIMMER implementation
lhdjung Sep 14, 2024
e9bd18c
correct GRIMMER implementation
lhdjung Sep 16, 2024
4cfb1bc
remove rlang standalones
lhdjung Sep 19, 2024
75833d7
shift `dust` into `dustify()`
lhdjung Sep 19, 2024
c2e3dce
fix test failures
lhdjung Sep 20, 2024
1e51ee9
fix `NA` bug in `is_seq_dispersed()`
lhdjung Sep 20, 2024
292cedd
clarify DEBIT docs: sample SD only; fix #64
lhdjung Sep 21, 2024
a270724
add R-hub Github Actions workflow
lhdjung Sep 21, 2024
dd1c319
adjust tests to GRIMMER changes
lhdjung Sep 21, 2024
30fdf05
fir further bug in `is_seq_dispersed()`
lhdjung Sep 21, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
relicense scrutiny under the MIT license
lhdjung committed Jul 4, 2024
commit f4d21253b3bcea5367bd9c22e2e13fc598afa66c
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ Description: Test published summary statistics for consistency
Heathers and Brown, 2019, <https://osf.io/5vb3u/>).
The package also provides infrastructure for implementing new
error detection techniques.
License: GPL (>= 3)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
2 changes: 2 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
YEAR: 2024
COPYRIGHT HOLDER: scrutiny authors
Loading