-
Notifications
You must be signed in to change notification settings - Fork 9
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
catch dev branch up with main #601
Merged
Merged
Commits on Feb 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3ce2950 - Browse repository at this point
Copy the full SHA 3ce2950View commit details -
Configuration menu - View commit details
-
Copy full SHA for b37e1ca - Browse repository at this point
Copy the full SHA b37e1caView commit details -
Configuration menu - View commit details
-
Copy full SHA for d3e5f30 - Browse repository at this point
Copy the full SHA d3e5f30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ba5234 - Browse repository at this point
Copy the full SHA 8ba5234View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7f7336 - Browse repository at this point
Copy the full SHA a7f7336View commit details -
Configuration menu - View commit details
-
Copy full SHA for de26e55 - Browse repository at this point
Copy the full SHA de26e55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b32501 - Browse repository at this point
Copy the full SHA 7b32501View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18f96a8 - Browse repository at this point
Copy the full SHA 18f96a8View commit details
Commits on Feb 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 895d728 - Browse repository at this point
Copy the full SHA 895d728View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97281c2 - Browse repository at this point
Copy the full SHA 97281c2View commit details
Commits on May 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3831941 - Browse repository at this point
Copy the full SHA 3831941View commit details
Commits on May 8, 2024
-
fix [Bug]: Codespace fails to build #559
included only pkgs that are dependencies
Configuration menu - View commit details
-
Copy full SHA for 63e7770 - Browse repository at this point
Copy the full SHA 63e7770View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41a3ab7 - Browse repository at this point
Copy the full SHA 41a3ab7View commit details
Commits on May 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f32ace1 - Browse repository at this point
Copy the full SHA f32ace1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a3a1ed - Browse repository at this point
Copy the full SHA 6a3a1edView commit details -
To make it clear this is an integration test.
Configuration menu - View commit details
-
Copy full SHA for c090278 - Browse repository at this point
Copy the full SHA c090278View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe5836b - Browse repository at this point
Copy the full SHA fe5836bView commit details
Commits on May 14, 2024
-
refactor (*.R): Adhere to tidyverse principals
by cleaning up the R code Removes functions * mkObj * create_rcpp_interface_object * use_module * %>% * FIMSFrameAge Adds importFrom(TMB, MakeADFun) to package b/c TMB is no longer explicitly used in the codebase. And, experimented with removing usethis b/c it was also used in ./R/ but is still used in data-raw. It is now a suggested package. Uses :: instead of importing functions, e.g., utils::head(). * Constricts line width to 80 characters * Use full stops at the end of sentences * Implement more spacing in between roxygen tags * Move export tag to the end in most instances * Use explicit brackets for if statements * Remove duplicated code in gtest by calling run_gtest() * Parameter and object names to snake_case * Parameter, function, and object names, largely, w/o abbreviations fix(run_gtest): Use paste() instead of paste0() to ensure proper spacing which is not explicit in the instructions. With paste() they can input as many additional arguments as they want and they are all automatically separated, e.g., `run_gtest("--something", "--something-else")` Close #588 Close #564 Close #590
Configuration menu - View commit details
-
Copy full SHA for 2431f59 - Browse repository at this point
Copy the full SHA 2431f59View commit details
Commits on May 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 288a6ac - Browse repository at this point
Copy the full SHA 288a6acView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.