-
Notifications
You must be signed in to change notification settings - Fork 1k
dcast only computes default fill if necessary #5549
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 23 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
2886c4f
delete old commented code
tdhock 90f0647
new test for no warning fails
tdhock 26745f4
only compute default fill if missing cells present
tdhock 03dc91d
any_NA_int helper
tdhock 258befb
bugfix #5512
tdhock 360ba9d
Update src/fcast.c
tdhock 75102bf
Update src/fcast.c
tdhock 6225799
mention warning text
tdhock 5055306
const int args
tdhock 6a93cb1
add back ithiscol
tdhock a40d969
get pointer before for loop
tdhock 2019a5c
Merge branch 'master' into fix5512
tdhock c46cfaa
Merge branch 'master' into fix5512
tdhock 1a8ba9c
add test case from Michael
tdhock 47d735e
Merge branch 'fix5512' of https://github.com/Rdatatable/data.table in…
tdhock 7198d08
merge
tdhock 02f2c3a
test min(dbl) and no warning when fill specified
tdhock fc542ec
Revert "delete old commented code"
tdhock 6ae4c76
use suggestions from Michael
tdhock eb95ab8
rm inline any_NA_int since that causes install to fail
tdhock 6d8f614
clarify comment
tdhock 3c7fb24
link 5390
tdhock dcb51ed
mymin test fails
tdhock 83b0cf5
compute some_fill using anyNA in R then pass to C
tdhock 6f4b711
Update R/fcast.R
tdhock ee93c5f
Update R/fcast.R
tdhock 747c76c
dat_for_default_fill is zero-row dt
tdhock 07c6838
merge
tdhock 4d6c0e1
!length instead of length==0
tdhock 359c3c3
new dcast tests with fill=character
tdhock 4b96d35
dat_for_default_fill is dat again, not 0-row, because that causes som…
tdhock 4ca3736
Merge branch 'master' into fix5512
MichaelChirico 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
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
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.