-
Notifications
You must be signed in to change notification settings - Fork 2
PR for 51 switch to datatable throughout #54
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
Merged
Merged
Changes from all commits
Commits
Show all changes
55 commits
Select commit
Hold shift + click to select a range
3ad441f
#51 bd setdt initially
zhizhongpu 58ee554
#51 bd add warning for duplicated ids
zhizhongpu d981920
#51 bd ComputeFirstDifferences
zhizhongpu a054ed4
#51 doc time insensitive questions
zhizhongpu da84fb6
#51 bd temp file for dev and tests
zhizhongpu e034f5f
#51 bd adapt to dt grammar
zhizhongpu ed23634
#51 bd adapt Addmeans.R
zhizhongpu b2b0273
#51 bd adapt test-AddMeans.R
zhizhongpu c4e20e5
#51 bd MRE for data.table problem
zhizhongpu a241985
#51 doc benchmark solutions
zhizhongpu 3b8945b
#51 bd default banning duplicated rows
zhizhongpu c92ab2c
#51 doc
zhizhongpu 82232a8
#51 bd shallow copy
zhizhongpu a6407d7
#51 bd df->dt in ComputeFirstDifferences
zhizhongpu d354f30
#51 bd improve checking input col types in EventStudy()
zhizhongpu 9b01b2b
#51 fx bugs
zhizhongpu 7f8d398
#51 doc
zhizhongpu 9039a9e
#51 bd change test-ComputeFirstDifferences.R input to dt
zhizhongpu 92f71c8
#51 fx bug
zhizhongpu 2fa1ee2
#51 bd modify benchmarking copying solutions
zhizhongpu c588170
#51 bd test for data invariance
zhizhongpu 2511786
#51 doc
zhizhongpu 15ef116
#52 fx attempt to fix Github action failures by not modifying example…
zhizhongpu 5aa2b5a
#51 bd no need to convert input data into DF in test
zhizhongpu d79d069
#51 fx bug
zhizhongpu de4e7cd
#51 cl add namesapce
zhizhongpu 6feda61
#54 cl
zhizhongpu ba82321
#54 cl
zhizhongpu 69d635a
#51 aes
zhizhongpu 4db6aae
#51 cl
zhizhongpu da88346
#51 cl drop ComputeFirstDifferences(return_df)
zhizhongpu 804bc6a
#51 cl simplify checking logical args
zhizhongpu 5d3c26d
#51 cl
zhizhongpu 5b27c2e
#54 drop return_df from ComputeFirstDifferences
zhizhongpu 91ef3c4
#54 drop return_df from ComputeFirstDifferences
zhizhongpu 4c2a7a4
#51 bd add namespace dt
zhizhongpu 936cc0b
#54 fx drop vacuous check
zhizhongpu ced837d
#54 cl drop `return_df`
zhizhongpu 45f12b2
#51 fx bug in test
zhizhongpu 9e3934b
#54 cl trash
zhizhongpu 6bffa52
#54 bd make ComputeShifts take in data.table
zhizhongpu 2c0b82c
#54 bd setDT -> as.data.table()
zhizhongpu 835b6cc
#54 bd avoid_internal_copy
zhizhongpu b1a5dbf
#54 fx missing data.table::copy
zhizhongpu 51b0ac3
#54 fx copy
zhizhongpu 63d4d1c
#54 fx namespace bug
zhizhongpu 08852e6
#54 bd test for avoid_internal_copy
zhizhongpu faf7efe
#54 bd update roxygen documentation
zhizhongpu d6c1c4a
Merge branch 'main' into 51-switch-to-datatable-throughout
santiagohermo cce9e84
phrasing
santiagohermo 38b4448
#29 fx "subtraction is peformed on the correct column" test
zhizhongpu 02384ef
#54 fx non-vacuous test for [subtraction is peformed on the correct c…
zhizhongpu 2616590
#54 bd drop vacuous test
zhizhongpu 77806a4
#54 bd increase version
zhizhongpu b36d841
#54 cl drop issue folder
zhizhongpu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -23,7 +23,6 @@ | |
| !data/*.RData | ||
| !data/*.rda | ||
| *.csv | ||
|
|
||
|
|
||
| inst/doc | ||
| revdep/ | ||
| *.Rproj | ||
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.