-
Notifications
You must be signed in to change notification settings - Fork 2
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
Project-based Workflow #651
base: new-project-structure
Are you sure you want to change the base?
Commits on Apr 18, 2024
-
Rename createDefaultProjectConfiguration to createProjectConfiguratio…
…n without inducing breaking changes + usethis::use_package("lifecycle") + update tests accordingly + add test for deprecation
Configuration menu - View commit details
-
Copy full SHA for fac1fbf - Browse repository at this point
Copy the full SHA fac1fbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c4dc69 - Browse repository at this point
Copy the full SHA 4c4dc69View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d5e142 - Browse repository at this point
Copy the full SHA 9d5e142View commit details -
Configuration menu - View commit details
-
Copy full SHA for b91a6b4 - Browse repository at this point
Copy the full SHA b91a6b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e483c03 - Browse repository at this point
Copy the full SHA e483c03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e3d508 - Browse repository at this point
Copy the full SHA 5e3d508View commit details -
Configuration menu - View commit details
-
Copy full SHA for 304a209 - Browse repository at this point
Copy the full SHA 304a209View commit details -
Merge remote-tracking branch 'origin/new-project-structure' into para…
…msFile-to-modelParamsFile # Conflicts: # NEWS.md # R/project-configuration.R # inst/extdata/examples/TestProject/Configurations/Populations.xlsx # inst/extdata/examples/TestProject/ProjectConfiguration.xlsx # tests/testthat/test-utilities-population.R
Configuration menu - View commit details
-
Copy full SHA for 3ed3769 - Browse repository at this point
Copy the full SHA 3ed3769View commit details -
Configuration menu - View commit details
-
Copy full SHA for bded53d - Browse repository at this point
Copy the full SHA bded53dView commit details -
remove snapshot for projectConfiguration as it contains absolute path…
… that depends on environment
Configuration menu - View commit details
-
Copy full SHA for 9b8b75a - Browse repository at this point
Copy the full SHA 9b8b75aView commit details
Commits on Apr 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9d9f89d - Browse repository at this point
Copy the full SHA 9d9f89dView commit details -
Add populationsCSV path in projectConfiguration
+ use projectConfiguration$populationsCSV to locate population CSV files to read + add test to make sure all test scenarios can be properly created
Configuration menu - View commit details
-
Copy full SHA for c3f77f3 - Browse repository at this point
Copy the full SHA c3f77f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a88401 - Browse repository at this point
Copy the full SHA 4a88401View commit details -
Merge remote-tracking branch 'origin/new-project-structure' into para…
…msFile-to-modelParamsFile # Conflicts: # NEWS.md
Configuration menu - View commit details
-
Copy full SHA for 060de9a - Browse repository at this point
Copy the full SHA 060de9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a5c783 - Browse repository at this point
Copy the full SHA 8a5c783View commit details -
Configuration menu - View commit details
-
Copy full SHA for db97314 - Browse repository at this point
Copy the full SHA db97314View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae68c65 - Browse repository at this point
Copy the full SHA ae68c65View commit details
Commits on May 6, 2024
-
Add Project object that contains all esqlabsR workflow components (co…
…nfigurations, scenarios, simulationResults) + tests
Configuration menu - View commit details
-
Copy full SHA for fa85e3d - Browse repository at this point
Copy the full SHA fa85e3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2de183 - Browse repository at this point
Copy the full SHA c2de183View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11bec57 - Browse repository at this point
Copy the full SHA 11bec57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3990ce7 - Browse repository at this point
Copy the full SHA 3990ce7View commit details
Commits on May 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8ba5ec3 - Browse repository at this point
Copy the full SHA 8ba5ec3View commit details -
Merge branch 'new-project-structure' into implement-project
# Conflicts: # R/project-configuration.R # R/scenario.R # R/utilities-project-configuration.R # inst/extdata/examples/TestProject/ProjectConfiguration.xlsx # man/ExportConfiguration.Rd # man/ProjectConfiguration.Rd # tests/testthat/helpers.R # tests/testthat/test-utilities-population.R # tests/testthat/test-utilities-project-configuration.R # tests/testthat/test-utilities-scenarios.R
Configuration menu - View commit details
-
Copy full SHA for 14c2202 - Browse repository at this point
Copy the full SHA 14c2202View commit details
Commits on May 16, 2024
-
Add an optional path argument to save ProjectCOnfiguration
+ add related test
Configuration menu - View commit details
-
Copy full SHA for 24c7dde - Browse repository at this point
Copy the full SHA 24c7ddeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c45a72 - Browse repository at this point
Copy the full SHA 2c45a72View commit details
Commits on May 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for baf1b05 - Browse repository at this point
Copy the full SHA baf1b05View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8ce9fd - Browse repository at this point
Copy the full SHA f8ce9fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 324b151 - Browse repository at this point
Copy the full SHA 324b151View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf39aaa - Browse repository at this point
Copy the full SHA bf39aaaView commit details
Commits on May 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a6ffb83 - Browse repository at this point
Copy the full SHA a6ffb83View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82b9d94 - Browse repository at this point
Copy the full SHA 82b9d94View commit details -
Configuration menu - View commit details
-
Copy full SHA for a334d50 - Browse repository at this point
Copy the full SHA a334d50View commit details
Commits on May 31, 2024
-
Rename time and timeUnit to simulationTime and simulationTimeUnit
+ add method for nice printing of simulationTime objects
Configuration menu - View commit details
-
Copy full SHA for 2360f80 - Browse repository at this point
Copy the full SHA 2360f80View commit details -
Apply simulationTime output intervals to simulation
+ scenario$configuration is now a copy of configurations$scenarios + rename scenarioConfigurationData argument to scenarioConfiguration
Configuration menu - View commit details
-
Copy full SHA for 46dee0b - Browse repository at this point
Copy the full SHA 46dee0bView commit details
Commits on Jun 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 51c0e44 - Browse repository at this point
Copy the full SHA 51c0e44View commit details
Commits on Jun 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2075bc2 - Browse repository at this point
Copy the full SHA 2075bc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ae6e46 - Browse repository at this point
Copy the full SHA 0ae6e46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 902d537 - Browse repository at this point
Copy the full SHA 902d537View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0eae00 - Browse repository at this point
Copy the full SHA f0eae00View commit details
Commits on Jun 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 604571b - Browse repository at this point
Copy the full SHA 604571bView commit details -
Add Population object and pop simulation capabilities
+ refactor and document + remove legacy code that was re-implemented in new framework + relocate "utils" function in appropriate files
Configuration menu - View commit details
-
Copy full SHA for e9ffb05 - Browse repository at this point
Copy the full SHA e9ffb05View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84a7289 - Browse repository at this point
Copy the full SHA 84a7289View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5e768d - Browse repository at this point
Copy the full SHA c5e768dView commit details
Commits on Jul 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 07bfb1e - Browse repository at this point
Copy the full SHA 07bfb1eView commit details -
Merge branch 'new-project-structure' into implement-project # Conflicts: # R/SimulationParameter.R # R/utilities-individual.R # R/utilities-project-configuration.R # R/utilities-scenarios.R # R/zzz.R
Configuration menu - View commit details
-
Copy full SHA for c673ca4 - Browse repository at this point
Copy the full SHA c673ca4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9f2da4 - Browse repository at this point
Copy the full SHA e9f2da4View commit details
Commits on Aug 28, 2024
-
Merge branch 'new-project-structure' into implement-project
# Conflicts: # R/project-configuration.R
Configuration menu - View commit details
-
Copy full SHA for ee5a512 - Browse repository at this point
Copy the full SHA ee5a512View commit details -
Merge branch 'implement-project' of https://github.com/esqLABS/esqlabsR…
… into implement-project
Configuration menu - View commit details
-
Copy full SHA for cabbeea - Browse repository at this point
Copy the full SHA cabbeeaView commit details
Commits on Sep 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e0a1a7f - Browse repository at this point
Copy the full SHA e0a1a7fView commit details
Commits on Sep 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 108dddb - Browse repository at this point
Copy the full SHA 108dddbView commit details
Commits on Sep 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9856304 - Browse repository at this point
Copy the full SHA 9856304View commit details
Commits on Oct 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4858a9f - Browse repository at this point
Copy the full SHA 4858a9fView commit details
Commits on Oct 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3b52677 - Browse repository at this point
Copy the full SHA 3b52677View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9edd4c8 - Browse repository at this point
Copy the full SHA 9edd4c8View commit details
Commits on Oct 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d365de0 - Browse repository at this point
Copy the full SHA d365de0View commit details
Commits on Oct 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 15457b4 - Browse repository at this point
Copy the full SHA 15457b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6b9298 - Browse repository at this point
Copy the full SHA a6b9298View commit details
Commits on Oct 10, 2024
-
Merge commit '7d4271027aff77abe19c41cf1749106570fce118'
#Conflicts: # R/utilities-population.R
Configuration menu - View commit details
-
Copy full SHA for 4ae81b5 - Browse repository at this point
Copy the full SHA 4ae81b5View commit details
Commits on Oct 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6ee1646 - Browse repository at this point
Copy the full SHA 6ee1646View commit details -
Configuration menu - View commit details
-
Copy full SHA for 758f034 - Browse repository at this point
Copy the full SHA 758f034View commit details -
Configuration menu - View commit details
-
Copy full SHA for 032a45d - Browse repository at this point
Copy the full SHA 032a45dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b41e61d - Browse repository at this point
Copy the full SHA b41e61dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef67c18 - Browse repository at this point
Copy the full SHA ef67c18View commit details -
Configuration menu - View commit details
-
Copy full SHA for cda1c45 - Browse repository at this point
Copy the full SHA cda1c45View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ff0443 - Browse repository at this point
Copy the full SHA 5ff0443View commit details
Commits on Oct 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bdbc595 - Browse repository at this point
Copy the full SHA bdbc595View commit details -
Configuration menu - View commit details
-
Copy full SHA for 872e3d2 - Browse repository at this point
Copy the full SHA 872e3d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 803c2a3 - Browse repository at this point
Copy the full SHA 803c2a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9d5a1e - Browse repository at this point
Copy the full SHA a9d5a1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 860c0d7 - Browse repository at this point
Copy the full SHA 860c0d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bccc89 - Browse repository at this point
Copy the full SHA 0bccc89View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe55689 - Browse repository at this point
Copy the full SHA fe55689View commit details -
merge new-project-structure into branch
Merge branch 'new-project-structure' into implement-project # Conflicts: # R/utilities-project-configuration.R # man/ProjectConfiguration.Rd # tests/testthat/helpers.R # tests/testthat/test-project-configuration.R # tests/testthat/test-utilities-population.R # tests/testthat/test-utilities-scenarios.R
Configuration menu - View commit details
-
Copy full SHA for 17081d0 - Browse repository at this point
Copy the full SHA 17081d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42c8b55 - Browse repository at this point
Copy the full SHA 42c8b55View commit details -
Merge branch 'implement-project' of https://github.com/esqLABS/esqlabsR…
… into implement-project
Configuration menu - View commit details
-
Copy full SHA for a8df746 - Browse repository at this point
Copy the full SHA a8df746View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4d589a - Browse repository at this point
Copy the full SHA b4d589aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e42ecdb - Browse repository at this point
Copy the full SHA e42ecdbView commit details -
Merge branch 'implement-project' of https://github.com/esqLABS/esqlabsR…
… into implement-project
Configuration menu - View commit details
-
Copy full SHA for f5d01f1 - Browse repository at this point
Copy the full SHA f5d01f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cb9054 - Browse repository at this point
Copy the full SHA 7cb9054View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34b110d - Browse repository at this point
Copy the full SHA 34b110dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85a04d1 - Browse repository at this point
Copy the full SHA 85a04d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d67fd79 - Browse repository at this point
Copy the full SHA d67fd79View commit details -
Configuration menu - View commit details
-
Copy full SHA for 247d269 - Browse repository at this point
Copy the full SHA 247d269View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84aea3b - Browse repository at this point
Copy the full SHA 84aea3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 050fbd7 - Browse repository at this point
Copy the full SHA 050fbd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for e267a54 - Browse repository at this point
Copy the full SHA e267a54View commit details