Other packages > Find by keyword >

targets  

Dynamic Function-Oriented 'Make'-Like Declarative Pipelines
View on CRAN: Click here


Download and install targets package within the R console
Install from CRAN:
install.packages("targets")

Install from Github:
library("remotes")
install_github("cran/targets")

Install by package version:
library("remotes")
install_version("targets", "1.9.1")



Attach the package and use:
library("targets")
Maintained by
William Michael Landau
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2021-01-21
Latest Update: 2023-08-10
Description:
Pipeline tools coordinate the pieces of computationally demanding analysis projects. The 'targets' package is a 'Make'-like pipeline tool for statistics and data science in R. The package skips costly runtime for tasks that are already up to date, orchestrates the necessary computation with implicit parallel computing, and abstracts files as R objects. If all the current output matches the current upstream code and data, then the whole pipeline is up to date, and the results are more trustworthy than otherwise. The methodology in this package borrows from GNU 'Make' (2015, ISBN:978-9881443519) and 'drake' (2018, <doi:10.21105/joss.00550>).
How to cite:
William Michael Landau (2021). targets: Dynamic Function-Oriented 'Make'-Like Declarative Pipelines. R package version 1.9.1, https://cran.r-project.org/web/packages/targets. Accessed 22 Dec. 2024.
Previous versions and publish date:
0.0.2 (2021-01-21 10:20), 0.1.0 (2021-02-01 18:20), 0.2.0 (2021-02-27 07:00), 0.3.0 (2021-03-27 09:50), 0.3.1 (2021-03-28 08:50), 0.4.1 (2021-04-22 20:20), 0.4.2 (2021-04-30 10:50), 0.6.0 (2021-07-21 18:20), 0.7.0 (2021-08-20 00:00), 0.8.0 (2021-09-21 15:30), 0.8.1 (2021-10-26 20:00), 0.9.0 (2021-12-04 16:00), 0.10.0 (2022-01-08 00:40), 0.11.0 (2022-03-19 01:40), 0.12.0 (2022-04-19 17:40), 0.12.1 (2022-06-03 21:00), 0.13.1 (2022-08-05 15:00), 0.13.4 (2022-09-15 18:56), 0.13.5 (2022-09-26 20:10), 0.14.0 (2022-11-01 19:02), 0.14.1 (2022-11-29 16:50), 0.14.2 (2023-01-06 15:50), 0.14.3 (2023-03-08 14:40), 1.0.0 (2023-04-24 22:30), 1.1.2 (2023-05-23 10:00), 1.1.3 (2023-05-23 16:10), 1.2.0 (2023-06-26 18:10), 1.2.2 (2023-08-10 20:40), 1.3.0 (2023-09-11 21:40), 1.3.2 (2023-10-12 12:00), 1.4.0 (2023-12-11 18:00), 1.4.1 (2024-01-09 10:30), 1.5.1 (2024-02-15 12:50), 1.6.0 (2024-03-13 17:30), 1.7.0 (2024-04-17 19:40), 1.7.1 (2024-06-20 20:50), 1.8.0 (2024-10-02 20:30), 1.9.0 (2024-11-20 09:30)
Other packages that cited targets R package
View targets citation profile
Other R packages that targets depends, imports, suggests or enhances
Complete documentation for targets
Functions, R codes and Examples using the targets R package
Some associated functions: callr_args_default . reexports . rstudio_addin_tar_glimpse . rstudio_addin_tar_load . rstudio_addin_tar_make_bg . rstudio_addin_tar_outdated . rstudio_addin_tar_progress . rstudio_addin_tar_read . rstudio_addin_tar_target . rstudio_addin_tar_visnetwork . tar_active . tar_assert . tar_backoff . tar_bind . tar_branch_index . tar_branch_names . tar_branch_names_raw . tar_branches . tar_built . tar_call . tar_callr_args_default . tar_callr_inner_try . tar_cancel . tar_canceled . tar_completed . tar_condition . tar_condition_traced . tar_config_get . tar_config_projects . tar_config_set . tar_config_unset . tar_config_yaml . tar_counter . tar_crew . tar_cue . tar_debug_instructions . tar_deduplicate . tar_definition . tar_delete . tar_deps . tar_deps_raw . tar_destroy . tar_dir . tar_dispatched . tar_edit . tar_engine_knitr . tar_envir . tar_envvars . tar_errored . tar_exist_meta . tar_exist_objects . tar_exist_process . tar_exist_progress . tar_exist_script . tar_format . tar_github_actions . tar_glimpse . tar_group . tar_helper . tar_helper_raw . tar_interactive . tar_invalidate . tar_language . tar_load . tar_load_everything . tar_load_globals . tar_load_raw . tar_make . tar_make_clustermq . tar_make_future . tar_make_interactive . tar_manifest . tar_mermaid . tar_meta . tar_meta_delete . tar_meta_download . tar_meta_sync . tar_meta_upload . tar_name . tar_network . tar_newer . tar_noninteractive . tar_objects . tar_older . tar_option_export . tar_option_get . tar_option_reset . tar_option_set . tar_outdated . tar_path . tar_path_script . tar_path_script_support . tar_path_store . tar_path_target . tar_pattern . tar_pid . tar_pipeline . tar_poll . tar_process . tar_progress . tar_progress_branches . tar_progress_summary . tar_prune . tar_prune_list . tar_random_name . tar_random_port . tar_read . tar_read_raw . tar_renv . tar_reprex . tar_resources . tar_resources_aws . tar_resources_clustermq . tar_resources_crew . tar_resources_feather . tar_resources_fst . tar_resources_future . tar_resources_gcp . tar_resources_network . tar_resources_parquet . tar_resources_qs . tar_resources_url . tar_runtime_object . tar_script . tar_seed . tar_seed_create . tar_seed_get . tar_seed_set . tar_sitrep . tar_skipped . tar_source . tar_started . tar_store . tar_target . tar_target_raw . tar_test . tar_timestamp . tar_timestamp_raw . tar_toggle . tar_traceback . tar_unscript . tar_unversion . tar_validate . tar_visnetwork . tar_watch . tar_watch_app_ui . tar_watch_server . tar_watch_ui . tar_workspace . tar_workspaces . target_run_worker . targets-package . use_targets . use_targets_rmd . use_targets_scheduler . 
Some associated R codes: class_active.R . class_algorithm.R . class_aws.R . class_aws_file.R . class_backoff.R . class_branch.R . class_bud.R . class_build.R . class_builder.R . class_cloud.R . class_clustermq.R . class_command.R . class_counter.R . class_crew.R . class_cue.R . class_database.R . class_database_aws.R . class_database_gcp.R . class_database_local.R . class_dynamic.R . class_external.R . class_feather.R . class_file.R . class_forecast.R . class_frames.R . class_fst.R . class_fst_dt.R . class_fst_tbl.R . class_future.R . class_gcp.R . class_gcp_file.R . class_glimpse.R . class_graph.R . class_group.R . class_imports.R . class_inspection.R . class_inventory.R . class_inventory_aws.R . class_inventory_gcp.R . class_junction.R . class_keras.R . class_list.R . class_local.R . class_memory.R . class_mermaid.R . class_meta.R . class_metrics.R . class_network.R . class_nonexportable.R . class_options.R . class_outdated.R . class_parallel.R . class_parquet.R . class_passive.R . class_pattern.R . class_patternview.R . class_pedigree.R . class_pipeline.R . class_prelocal.R . class_process.R . class_progress.R . class_qs.R . class_queue.R . class_rds.R . class_record.R . class_reporter.R . class_resources.R . class_resources_aws.R . class_resources_clustermq.R . class_resources_crew.R . class_resources_feather.R . class_resources_fst.R . class_resources_future.R . class_resources_gcp.R . class_resources_network.R . class_resources_parquet.R . class_resources_qs.R . class_resources_url.R . class_runtime.R . class_scheduler.R . class_sequential.R . class_settings.R . class_silent.R . class_sitrep.R . class_stem.R . class_store.R . class_store_custom.R . class_store_file.R . class_store_file_fast.R . class_summary.R . class_target.R . class_timestamp.R . class_timestamp_positives.R . class_torch.R . class_url.R . class_value.R . class_vector.R . class_verbose.R . class_verbose_positives.R . class_visnetwork.R . class_visual.R . class_workspace.R . rstudio_addin_tar_glimpse.R . rstudio_addin_tar_load.R . rstudio_addin_tar_make_bg.R . rstudio_addin_tar_outdated.R . rstudio_addin_tar_progress.R . rstudio_addin_tar_read.R . rstudio_addin_tar_target.R . rstudio_addin_tar_visnetwork.R . tar_active.R . tar_backoff.R . tar_bind.R . tar_branch_index.R . tar_branch_names.R . tar_branch_names_raw.R . tar_branches.R . tar_built.R . tar_call.R . tar_cancel.R . tar_canceled.R . tar_completed.R . tar_config_get.R . tar_config_list.R . tar_config_set.R . tar_config_unset.R . tar_config_yaml.R . tar_crew.R . tar_cue.R . tar_debug_instructions.R . tar_deduplicate.R . tar_definition.R . tar_delete.R . tar_deps.R . tar_deps_raw.R . tar_destroy.R . tar_dir.R . tar_dispatched.R . tar_edit.R . tar_engine_knitr.R . tar_envir.R . tar_envvars.R . tar_errored.R . tar_exist_meta.R . tar_exist_objects.R . tar_exist_process.R . tar_exist_progress.R . tar_exist_script.R . tar_format.R . tar_github_actions.R . tar_glimpse.R . tar_group.R . tar_helper.R . tar_helper_raw.R . tar_interactive.R . tar_invalidate.R . tar_load.R . tar_load_everything.R . tar_load_globals.R . tar_load_raw.R . tar_make.R . tar_make_clustermq.R . tar_make_future.R . tar_make_interactive.R . tar_manifest.R . tar_mermaid.R . tar_meta.R . tar_meta_delete.R . tar_meta_download.R . tar_meta_sync.R . tar_meta_upload.R . tar_name.R . tar_network.R . tar_newer.R . tar_noninteractive.R . tar_objects.R . tar_older.R . tar_option_get.R . tar_option_reset.R . tar_option_set.R . tar_outdated.R . tar_package.R . tar_path.R . tar_path_script.R . tar_path_script_support.R . tar_path_store.R . tar_path_target.R . tar_pattern.R . tar_pid.R . tar_pipeline.R . tar_poll.R . tar_process.R . tar_progress.R . tar_progress_branches.R . tar_progress_summary.R . tar_prune.R . tar_prune_list.R . tar_random_port.R . tar_read.R . tar_read_raw.R . tar_renv.R . tar_reprex.R . tar_resources.R . tar_resources_aws.R . tar_resources_clustermq.R . tar_resources_crew.R . tar_resources_feather.R . tar_resources_fst.R . tar_resources_future.R . tar_resources_gcp.R . tar_resources_network.R . tar_resources_parquet.R . tar_resources_qs.R . tar_resources_url.R . tar_script.R . tar_seed.R . tar_seed_create.R . tar_seed_get.R . tar_seed_set.R . tar_sitrep.R . tar_skipped.R . tar_source.R . tar_started.R . tar_store.R . tar_target.R . tar_target_raw.R . tar_test.R . tar_tidyselect.R . tar_timestamp.R . tar_timestamp_raw.R . tar_toggle.R . tar_traceback.R . tar_unscript.R . tar_unversion.R . tar_validate.R . tar_visnetwork.R . tar_watch.R . tar_watch_server.R . tar_watch_ui.R . tar_workspace.R . tar_workspaces.R . use_targets.R . use_targets_rmd.R . utils_ask.R . utils_assert.R . utils_aws.R . utils_callr.R . utils_character.R . utils_cli.R . utils_condition.R . utils_data.R . utils_digest.R . utils_envvars.R . utils_files.R . utils_functional.R . utils_gcp.R . utils_igraph.R . utils_imports.R . utils_language.R . utils_logic.R . utils_packages.R . utils_path.R . utils_retry.R . utils_rstudio_addins.R . utils_time.R . utils_units.R . utils_url.R .  Full targets package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

LOGANTree  
Tree-Based Models for the Analysis of Log Files from Computer-Based Assessments
Enables researchers to model log-file data from computer-based assessments using machine-learning te ...
Download / Learn more Package Citations See dependency  
Maintainer: Qi Qin (view profile)
dmlalg  
Double Machine Learning Algorithms
Implementation of double machine learning (DML) algorithms in R, based on Emmenegger and Buehlmann ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
elect  
Estimation of Life Expectancies Using Multi-State Models
Functions to compute state-specific and marginal life expectancies. The computation is based on a fi ...
Download / Learn more Package Citations See dependency  
tropAlgebra  
Tropical Algebraic Functions
It includes functions like tropical addition, tropical multiplication for vectors and matrices. In t ...
Download / Learn more Package Citations See dependency  
Rfast2  
A Collection of Efficient and Extremely Fast R Functions II
A collection of fast statistical and utility functions for data analysis. Functions for regression, ...
Download / Learn more Package Citations See dependency  

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA