Skip to content

Commit

Permalink
update NAMESPACE
Browse files Browse the repository at this point in the history
  • Loading branch information
rafapereirabr committed Sep 23, 2024
1 parent d0359b2 commit f30f1ee
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 10 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export(get_aircrafts_dates_available)
export(get_airfares_dates_available)
export(get_airport_movement_dates_available)
export(get_flight_dates_available)
export(latest_airfares_date)
export(latest_flights_date)
export(read_aircrafts)
export(read_airfares)
Expand Down
31 changes: 31 additions & 0 deletions man/latest_airfares_date.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions man/latest_flights_date.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 5 additions & 10 deletions tests_rafa/precodapassagem.R
Original file line number Diff line number Diff line change
Expand Up @@ -198,16 +198,11 @@ df_output <- df100 |>

quak::quak(df_output)

# proximos passos
- logo no começo, identificar pares de ida e volta
- gerar valor total de ida + volta
- gerar grafico da distribuiçao do valor

library(data.table)

dt <- data.table::CJ(letters[1:4], letters[1:4])
setnames(dt, c('origin', 'destination'))

# # proximos passos
# - logo no começo, identificar pares de ida e volta
# - gerar valor total de ida + volta
# - gerar grafico da distribuiçao do valor
#



Expand Down

0 comments on commit f30f1ee

Please sign in to comment.