File tree Expand file tree Collapse file tree 8 files changed +4
-22
lines changed
Expand file tree Collapse file tree 8 files changed +4
-22
lines changed Original file line number Diff line number Diff line change 11Package: m4ra
22Title: Many-to-Many Multi-Modal Routing Aggregator
3- Version: 0.1.1.042
3+ Version: 0.1.1.043
44Authors@R:
55 person(given = "Mark",
66 family = "Padgham",
Original file line number Diff line number Diff line change 77 "codeRepository" : " https://github.com/UrbanAnalyst/m4ra" ,
88 "issueTracker" : " https://github.com/UrbanAnalyst/m4ra/issues" ,
99 "license" : " https://spdx.org/licenses/GPL-3.0" ,
10- "version" : " 0.1.1.042 " ,
10+ "version" : " 0.1.1.043 " ,
1111 "programmingLanguage" : {
1212 "@type" : " ComputerLanguage" ,
1313 "name" : " R" ,
Original file line number Diff line number Diff line change 1- test_all <- (identical (Sys.getenv (" MPADGE_LOCAL" ), " true" ) |
2- identical (Sys.getenv (" GITHUB_WORKFLOW" ), " test-coverage" ))
3-
41# fake network data from gtfs feed
52fake_network_data <- function (gtfs , npts = 1e3 ) {
63
Original file line number Diff line number Diff line change 1-
2- test_all <- (identical (Sys.getenv (" MPADGE_LOCAL" ), " true" ) |
3- identical (Sys.getenv (" GITHUB_WORKFLOW" ), " test-coverage" ))
4-
51Sys.setenv (" M4RA_CACHE_DIR" = fs :: path_temp ())
62
73test_that (" m4ra errors" , {
Original file line number Diff line number Diff line change 1- test_all <- (identical (Sys.getenv (" MPADGE_LOCAL" ), " true" ) |
2- identical (Sys.getenv (" GITHUB_WORKFLOW" ), " test-coverage" ))
3-
41test_that (" prepare data" , {
52
63 Sys.setenv (" M4RA_CACHE_DIR" = fs :: path_temp ())
Original file line number Diff line number Diff line change 1-
2- test_all <- (identical (Sys.getenv (" MPADGE_LOCAL" ), " true" ) |
3- identical (Sys.getenv (" GITHUB_WORKFLOW" ), " test-coverage" ))
4-
51test_that (" time errors" , {
62
73 expect_error (
Original file line number Diff line number Diff line change 1-
2- test_all <- (identical (Sys.getenv (" MPADGE_LOCAL" ), " true" ) |
3- identical (Sys.getenv (" GITHUB_WORKFLOW" ), " test-coverage" ))
1+ test_all <- (identical (Sys.getenv (" MPADGE_LOCAL" ), " true" ) ||
2+ identical (Sys.getenv (" GITHUB_JOB" ), " test-coverage" ))
43
54Sys.setenv (" M4RA_CACHE_DIR" = fs :: path_temp ())
65
Original file line number Diff line number Diff line change 1- test_all <- (identical (Sys.getenv (" MPADGE_LOCAL" ), " true" ) |
2- identical (Sys.getenv (" GITHUB_WORKFLOW" ), " test-coverage" ))
3-
41Sys.setenv (" M4RA_CACHE_DIR" = fs :: path_temp ())
52
63test_that (" weight networks" , {
You can’t perform that action at this time.
0 commit comments