From 8f3193f04dd77c0b7785c495325635b2ceac97d6 Mon Sep 17 00:00:00 2001 From: Tan Ho Date: Fri, 25 Aug 2023 21:38:55 -0400 Subject: [PATCH] rename files --- R/{0_ff_simulate.R => 00-ff_simulate.R} | 0 R/{0_ff_simulate_week.R => 00-ff_simulate_week.R} | 0 R/{0_ff_wins_added.R => 00-ff_wins_added.R} | 0 R/{1_outcomes.R => 01-outcomes.R} | 0 R/{1_outcomes_week.R => 01-outcomes_week.R} | 0 R/{2_rankings.R => 02-rankings.R} | 0 R/{3_rosters.R => 03-rosters.R} | 0 ...rosters_replacementlevel.R => 03-rosters_replacementlevel.R} | 0 R/{4_projections.R => 04-projections.R} | 0 R/{4_projections_week.R => 04-projections_week.R} | 0 R/{5_roster_scores.R => 05-roster_scores.R} | 0 R/{6_optimise.R => 06-optimise.R} | 0 R/{7_schedule.R => 07-schedule.R} | 0 R/{8_summaries.R => 08-summaries.R} | 0 R/{9_autoplot.R => 09-autoplot.R} | 0 R/{9_autoplot_week.R => 09-autoplot_week.R} | 0 R/{template_copy.R => utils-template.R} | 0 man/autoplot.ff_simulation.Rd | 2 +- man/autoplot.ff_simulation_week.Rd | 2 +- man/dot-ff_apply_gp_model.Rd | 2 +- man/dot-ff_optimise_one_lineup.Rd | 2 +- man/dot-ff_rank_expand.Rd | 2 +- man/ff_simulate.Rd | 2 +- man/ff_simulate_week.Rd | 2 +- man/ff_wins_added.Rd | 2 +- man/ffs_add_replacement_level.Rd | 2 +- man/ffs_adp_outcomes.Rd | 2 +- man/ffs_adp_outcomes_week.Rd | 2 +- man/ffs_build_schedules.Rd | 2 +- man/ffs_copy_template.Rd | 2 +- man/ffs_franchises.Rd | 2 +- man/ffs_generate_projections.Rd | 2 +- man/ffs_generate_projections_week.Rd | 2 +- man/ffs_latest_rankings.Rd | 2 +- man/ffs_optimise_lineups.Rd | 2 +- man/ffs_repeat_schedules.Rd | 2 +- man/ffs_rosters.Rd | 2 +- man/ffs_schedule.Rd | 2 +- man/ffs_score_rosters.Rd | 2 +- man/ffs_summaries.Rd | 2 +- 40 files changed, 23 insertions(+), 23 deletions(-) rename R/{0_ff_simulate.R => 00-ff_simulate.R} (100%) rename R/{0_ff_simulate_week.R => 00-ff_simulate_week.R} (100%) rename R/{0_ff_wins_added.R => 00-ff_wins_added.R} (100%) rename R/{1_outcomes.R => 01-outcomes.R} (100%) rename R/{1_outcomes_week.R => 01-outcomes_week.R} (100%) rename R/{2_rankings.R => 02-rankings.R} (100%) rename R/{3_rosters.R => 03-rosters.R} (100%) rename R/{3_rosters_replacementlevel.R => 03-rosters_replacementlevel.R} (100%) rename R/{4_projections.R => 04-projections.R} (100%) rename R/{4_projections_week.R => 04-projections_week.R} (100%) rename R/{5_roster_scores.R => 05-roster_scores.R} (100%) rename R/{6_optimise.R => 06-optimise.R} (100%) rename R/{7_schedule.R => 07-schedule.R} (100%) rename R/{8_summaries.R => 08-summaries.R} (100%) rename R/{9_autoplot.R => 09-autoplot.R} (100%) rename R/{9_autoplot_week.R => 09-autoplot_week.R} (100%) rename R/{template_copy.R => utils-template.R} (100%) diff --git a/R/0_ff_simulate.R b/R/00-ff_simulate.R similarity index 100% rename from R/0_ff_simulate.R rename to R/00-ff_simulate.R diff --git a/R/0_ff_simulate_week.R b/R/00-ff_simulate_week.R similarity index 100% rename from R/0_ff_simulate_week.R rename to R/00-ff_simulate_week.R diff --git a/R/0_ff_wins_added.R b/R/00-ff_wins_added.R similarity index 100% rename from R/0_ff_wins_added.R rename to R/00-ff_wins_added.R diff --git a/R/1_outcomes.R b/R/01-outcomes.R similarity index 100% rename from R/1_outcomes.R rename to R/01-outcomes.R diff --git a/R/1_outcomes_week.R b/R/01-outcomes_week.R similarity index 100% rename from R/1_outcomes_week.R rename to R/01-outcomes_week.R diff --git a/R/2_rankings.R b/R/02-rankings.R similarity index 100% rename from R/2_rankings.R rename to R/02-rankings.R diff --git a/R/3_rosters.R b/R/03-rosters.R similarity index 100% rename from R/3_rosters.R rename to R/03-rosters.R diff --git a/R/3_rosters_replacementlevel.R b/R/03-rosters_replacementlevel.R similarity index 100% rename from R/3_rosters_replacementlevel.R rename to R/03-rosters_replacementlevel.R diff --git a/R/4_projections.R b/R/04-projections.R similarity index 100% rename from R/4_projections.R rename to R/04-projections.R diff --git a/R/4_projections_week.R b/R/04-projections_week.R similarity index 100% rename from R/4_projections_week.R rename to R/04-projections_week.R diff --git a/R/5_roster_scores.R b/R/05-roster_scores.R similarity index 100% rename from R/5_roster_scores.R rename to R/05-roster_scores.R diff --git a/R/6_optimise.R b/R/06-optimise.R similarity index 100% rename from R/6_optimise.R rename to R/06-optimise.R diff --git a/R/7_schedule.R b/R/07-schedule.R similarity index 100% rename from R/7_schedule.R rename to R/07-schedule.R diff --git a/R/8_summaries.R b/R/08-summaries.R similarity index 100% rename from R/8_summaries.R rename to R/08-summaries.R diff --git a/R/9_autoplot.R b/R/09-autoplot.R similarity index 100% rename from R/9_autoplot.R rename to R/09-autoplot.R diff --git a/R/9_autoplot_week.R b/R/09-autoplot_week.R similarity index 100% rename from R/9_autoplot_week.R rename to R/09-autoplot_week.R diff --git a/R/template_copy.R b/R/utils-template.R similarity index 100% rename from R/template_copy.R rename to R/utils-template.R diff --git a/man/autoplot.ff_simulation.Rd b/man/autoplot.ff_simulation.Rd index 10be042..efb0700 100644 --- a/man/autoplot.ff_simulation.Rd +++ b/man/autoplot.ff_simulation.Rd @@ -1,5 +1,5 @@ % Generated by roxygen2: do not edit by hand -% Please edit documentation in R/9_autoplot.R +% Please edit documentation in R/09-autoplot.R \name{autoplot.ff_simulation} \alias{autoplot.ff_simulation} \alias{plot.ff_simulation} diff --git a/man/autoplot.ff_simulation_week.Rd b/man/autoplot.ff_simulation_week.Rd index 8fed706..8eda972 100644 --- a/man/autoplot.ff_simulation_week.Rd +++ b/man/autoplot.ff_simulation_week.Rd @@ -1,5 +1,5 @@ % Generated by roxygen2: do not edit by hand -% Please edit documentation in R/9_autoplot_week.R +% Please edit documentation in R/09-autoplot_week.R \name{autoplot.ff_simulation_week} \alias{autoplot.ff_simulation_week} \alias{plot.ff_simulation_week} diff --git a/man/dot-ff_apply_gp_model.Rd b/man/dot-ff_apply_gp_model.Rd index df209f4..26fcdaf 100644 --- a/man/dot-ff_apply_gp_model.Rd +++ b/man/dot-ff_apply_gp_model.Rd @@ -1,5 +1,5 @@ % Generated by roxygen2: do not edit by hand -% Please edit documentation in R/1_outcomes.R +% Please edit documentation in R/01-outcomes.R \name{.ff_apply_gp_model} \alias{.ff_apply_gp_model} \title{Applies various injury models to adp outcomes} diff --git a/man/dot-ff_optimise_one_lineup.Rd b/man/dot-ff_optimise_one_lineup.Rd index 47e82dc..a3c6797 100644 --- a/man/dot-ff_optimise_one_lineup.Rd +++ b/man/dot-ff_optimise_one_lineup.Rd @@ -1,5 +1,5 @@ % Generated by roxygen2: do not edit by hand -% Please edit documentation in R/6_optimise.R +% Please edit documentation in R/06-optimise.R \name{.ff_optimise_one_lineup} \alias{.ff_optimise_one_lineup} \title{Optimise single lineup} diff --git a/man/dot-ff_rank_expand.Rd b/man/dot-ff_rank_expand.Rd index 6d4d54e..7dc2be0 100644 --- a/man/dot-ff_rank_expand.Rd +++ b/man/dot-ff_rank_expand.Rd @@ -1,5 +1,5 @@ % Generated by roxygen2: do not edit by hand -% Please edit documentation in R/1_outcomes.R +% Please edit documentation in R/01-outcomes.R \name{.ff_rank_expand} \alias{.ff_rank_expand} \title{Expand one rank into a vector of five ranks to broaden population of possible outcomes} diff --git a/man/ff_simulate.Rd b/man/ff_simulate.Rd index ce82b06..07f5eda 100644 --- a/man/ff_simulate.Rd +++ b/man/ff_simulate.Rd @@ -1,5 +1,5 @@ % Generated by roxygen2: do not edit by hand -% Please edit documentation in R/0_ff_simulate.R +% Please edit documentation in R/00-ff_simulate.R \name{ff_simulate} \alias{ff_simulate} \title{Simulate Fantasy Seasons} diff --git a/man/ff_simulate_week.Rd b/man/ff_simulate_week.Rd index 59f371a..0162aac 100644 --- a/man/ff_simulate_week.Rd +++ b/man/ff_simulate_week.Rd @@ -1,5 +1,5 @@ % Generated by roxygen2: do not edit by hand -% Please edit documentation in R/0_ff_simulate_week.R +% Please edit documentation in R/00-ff_simulate_week.R \name{ff_simulate_week} \alias{ff_simulate_week} \title{Simulate Fantasy Week} diff --git a/man/ff_wins_added.Rd b/man/ff_wins_added.Rd index 5ceb7af..0b244cb 100644 --- a/man/ff_wins_added.Rd +++ b/man/ff_wins_added.Rd @@ -1,5 +1,5 @@ % Generated by roxygen2: do not edit by hand -% Please edit documentation in R/0_ff_wins_added.R +% Please edit documentation in R/00-ff_wins_added.R \name{ff_wins_added} \alias{ff_wins_added} \title{Wins Added} diff --git a/man/ffs_add_replacement_level.Rd b/man/ffs_add_replacement_level.Rd index 1ec2091..ab76717 100644 --- a/man/ffs_add_replacement_level.Rd +++ b/man/ffs_add_replacement_level.Rd @@ -1,5 +1,5 @@ % Generated by roxygen2: do not edit by hand -% Please edit documentation in R/3_rosters_replacementlevel.R +% Please edit documentation in R/03-rosters_replacementlevel.R \name{ffs_add_replacement_level} \alias{ffs_add_replacement_level} \title{Add replacement level players to each roster} diff --git a/man/ffs_adp_outcomes.Rd b/man/ffs_adp_outcomes.Rd index f223194..a9f8b2f 100644 --- a/man/ffs_adp_outcomes.Rd +++ b/man/ffs_adp_outcomes.Rd @@ -1,5 +1,5 @@ % Generated by roxygen2: do not edit by hand -% Please edit documentation in R/1_outcomes.R +% Please edit documentation in R/01-outcomes.R \name{ffs_adp_outcomes} \alias{ffs_adp_outcomes} \title{Connects ff_scoringhistory to past ADP rankings} diff --git a/man/ffs_adp_outcomes_week.Rd b/man/ffs_adp_outcomes_week.Rd index ce47079..449cb84 100644 --- a/man/ffs_adp_outcomes_week.Rd +++ b/man/ffs_adp_outcomes_week.Rd @@ -1,5 +1,5 @@ % Generated by roxygen2: do not edit by hand -% Please edit documentation in R/1_outcomes_week.R +% Please edit documentation in R/01-outcomes_week.R \name{ffs_adp_outcomes_week} \alias{ffs_adp_outcomes_week} \title{Connects ff_scoringhistory to past ADP rankings} diff --git a/man/ffs_build_schedules.Rd b/man/ffs_build_schedules.Rd index fb431b4..e07d038 100644 --- a/man/ffs_build_schedules.Rd +++ b/man/ffs_build_schedules.Rd @@ -1,5 +1,5 @@ % Generated by roxygen2: do not edit by hand -% Please edit documentation in R/7_schedule.R +% Please edit documentation in R/07-schedule.R \name{ffs_build_schedules} \alias{ffs_build_schedules} \title{Generate fantasy schedules} diff --git a/man/ffs_copy_template.Rd b/man/ffs_copy_template.Rd index c7d980d..608adfe 100644 --- a/man/ffs_copy_template.Rd +++ b/man/ffs_copy_template.Rd @@ -1,5 +1,5 @@ % Generated by roxygen2: do not edit by hand -% Please edit documentation in R/template_copy.R +% Please edit documentation in R/utils-template.R \name{ffs_copy_template} \alias{ffs_copy_template} \title{Copy simulation template to filename} diff --git a/man/ffs_franchises.Rd b/man/ffs_franchises.Rd index 1958f9e..0b9f592 100644 --- a/man/ffs_franchises.Rd +++ b/man/ffs_franchises.Rd @@ -1,5 +1,5 @@ % Generated by roxygen2: do not edit by hand -% Please edit documentation in R/3_rosters.R +% Please edit documentation in R/03-rosters.R \name{ffs_franchises} \alias{ffs_franchises} \title{Get Franchises} diff --git a/man/ffs_generate_projections.Rd b/man/ffs_generate_projections.Rd index 9d5703a..41d680b 100644 --- a/man/ffs_generate_projections.Rd +++ b/man/ffs_generate_projections.Rd @@ -1,5 +1,5 @@ % Generated by roxygen2: do not edit by hand -% Please edit documentation in R/4_projections.R +% Please edit documentation in R/04-projections.R \name{ffs_generate_projections} \alias{ffs_generate_projections} \title{Generate Projections} diff --git a/man/ffs_generate_projections_week.Rd b/man/ffs_generate_projections_week.Rd index 7290950..6f12955 100644 --- a/man/ffs_generate_projections_week.Rd +++ b/man/ffs_generate_projections_week.Rd @@ -1,5 +1,5 @@ % Generated by roxygen2: do not edit by hand -% Please edit documentation in R/4_projections_week.R +% Please edit documentation in R/04-projections_week.R \name{ffs_generate_projections_week} \alias{ffs_generate_projections_week} \title{Generate Projections} diff --git a/man/ffs_latest_rankings.Rd b/man/ffs_latest_rankings.Rd index a2bf1ed..cdb23b1 100644 --- a/man/ffs_latest_rankings.Rd +++ b/man/ffs_latest_rankings.Rd @@ -1,5 +1,5 @@ % Generated by roxygen2: do not edit by hand -% Please edit documentation in R/2_rankings.R +% Please edit documentation in R/02-rankings.R \name{ffs_latest_rankings} \alias{ffs_latest_rankings} \title{Download latest rankings from DynastyProcess GitHub} diff --git a/man/ffs_optimise_lineups.Rd b/man/ffs_optimise_lineups.Rd index 99bd3f1..51c4222 100644 --- a/man/ffs_optimise_lineups.Rd +++ b/man/ffs_optimise_lineups.Rd @@ -1,5 +1,5 @@ % Generated by roxygen2: do not edit by hand -% Please edit documentation in R/6_optimise.R +% Please edit documentation in R/06-optimise.R \name{ffs_optimise_lineups} \alias{ffs_optimise_lineups} \alias{ffs_optimize_lineups} diff --git a/man/ffs_repeat_schedules.Rd b/man/ffs_repeat_schedules.Rd index b280ee8..877844b 100644 --- a/man/ffs_repeat_schedules.Rd +++ b/man/ffs_repeat_schedules.Rd @@ -1,5 +1,5 @@ % Generated by roxygen2: do not edit by hand -% Please edit documentation in R/7_schedule.R +% Please edit documentation in R/07-schedule.R \name{ffs_repeat_schedules} \alias{ffs_repeat_schedules} \title{Repeat fantasy schedules} diff --git a/man/ffs_rosters.Rd b/man/ffs_rosters.Rd index f7c6315..2309e49 100644 --- a/man/ffs_rosters.Rd +++ b/man/ffs_rosters.Rd @@ -1,5 +1,5 @@ % Generated by roxygen2: do not edit by hand -% Please edit documentation in R/3_rosters.R +% Please edit documentation in R/03-rosters.R \name{ffs_rosters} \alias{ffs_rosters} \alias{ffs_rosters.mfl_conn} diff --git a/man/ffs_schedule.Rd b/man/ffs_schedule.Rd index aaee1e3..cfb4ea4 100644 --- a/man/ffs_schedule.Rd +++ b/man/ffs_schedule.Rd @@ -1,5 +1,5 @@ % Generated by roxygen2: do not edit by hand -% Please edit documentation in R/7_schedule.R +% Please edit documentation in R/07-schedule.R \name{ffs_schedule} \alias{ffs_schedule} \title{Get Schedule} diff --git a/man/ffs_score_rosters.Rd b/man/ffs_score_rosters.Rd index 3659130..0a54a84 100644 --- a/man/ffs_score_rosters.Rd +++ b/man/ffs_score_rosters.Rd @@ -1,5 +1,5 @@ % Generated by roxygen2: do not edit by hand -% Please edit documentation in R/5_roster_scores.R +% Please edit documentation in R/05-roster_scores.R \name{ffs_score_rosters} \alias{ffs_score_rosters} \title{Join Rosters to Projected Scores} diff --git a/man/ffs_summaries.Rd b/man/ffs_summaries.Rd index 081754f..dbf4291 100644 --- a/man/ffs_summaries.Rd +++ b/man/ffs_summaries.Rd @@ -1,5 +1,5 @@ % Generated by roxygen2: do not edit by hand -% Please edit documentation in R/8_summaries.R +% Please edit documentation in R/08-summaries.R \name{ffs_summarise_week} \alias{ffs_summarise_week} \alias{ffs_summarise_season}