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

Enhance tar_map() usage #99

Closed
psychelzh opened this issue Nov 19, 2024 · 1 comment
Closed

Enhance tar_map() usage #99

psychelzh opened this issue Nov 19, 2024 · 1 comment

Comments

@psychelzh
Copy link
Owner

See ropensci/targets#1375. After targets 1.9.0, there is no need to convert integer64 to character. Some example lines could be simpler:

as.character(unique(contents$project_id)),

tarflow.iquizoo/R/targets.R

Lines 217 to 218 in 05ef92e

project_ids <- as.character(unique(contents$project_id))
game_id <- as.character(unique(contents$game_id))

@psychelzh
Copy link
Owner Author

Actually, I have turned to tar_eval(), so it is not relevant now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant