Conversation
Refreshes `renv/activate.R` to the newer renv bootstrap logic and behavior. This update adds safer project resolution via `RENV_PROJECT`, improved autoload gating for subprocesses, cache-aware bootstrap loading, broader GitHub token support, enhanced repository/header handling, and more robust JSON parsing/error handling during startup.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This pull request introduces a substantial set of improvements and new features to the
csdmpackage, focusing on enhanced model extraction, updating, and summary methods, as well as more robust handling of missing data, subsetting, and time grid specification. It also improves the package's testing, documentation, and workflow automation. The most important changes are grouped below by theme.Major new features and enhancements:
csdm_fitobjects, includingtidy,glance,augment,update,model.frame,model.matrix,terms,formula,nobs,df.residual, andfitted, enabling better integration with the tidyverse and model summary tools. [1] [2]subset,na.action, andtime_steparguments to the maincsdmfunction, improving control over data preprocessing and time grid construction. [1] [2] [3] [4]Statistical and computational improvements:
Infrastructure and workflow:
generics,tibble,broom,sandwich,plm,lmtest, andmodelsummary.Summary of most important changes:
1. Model extraction, updating, and S3 methods
csdm_fitobjects:tidy,glance,augment,update,model.frame,model.matrix,terms,formula,nobs,df.residual,fitted, enabling easier model inspection, updating, and integration with other R tools. [1] [2]2. Data handling and preprocessing
subset,na.action, andtime_steparguments tocsdm(), allowing fine-grained control of estimation samples and time grids. [1] [2] [3] [4]3. Statistical computation improvements
4. Package infrastructure and dependencies
.Rbuildignorefor better cross-platform testing and development hygiene. [1] [2]5. Documentation and news
NEWS.mdand documentation to describe new features, changes, and bug fixes. [1] [2]