Conversation
| ggrepel, | ||
| kableExtra) | ||
|
|
||
| source("code/01_calculate_sentiment.R") |
There was a problem hiding this comment.
@CodiumAI-Agent /review
|
@CodiumAI-Agent /improve |
PR Code Suggestions ✨
|
| @@ -0,0 +1,182 @@ | |||
|
|
|||
|
|
|||
| pacman::p_load(tidyverse, | |||
There was a problem hiding this comment.
/ask suggest substitute packages
| sentimentr, | ||
| topicmodels, | ||
| ggrepel, | ||
| kableExtra) |
There was a problem hiding this comment.
@CodiumAI-Agent /ask suggest substitute packages
|
@CodiumAI-Agent /ask suggest substitute packages here https://github.com/nateschor/R-Hamilton/pull/1/files#diff-2df9c9583bf9967b2a0eecdf15fce59d45dd358fd0303f6f815442423df1cd31R8 |
Ask❓suggest substitute packages here https://github.com/nateschor/R-Hamilton/pull/1/files Answer:Here are package substitution suggestions for the newly added code, focusing on reducing dependencies, improving stability, and aligning with common R workflows. General recommendation: avoid pacman in production scripts. Prefer base install/load or renv for reproducibility.
Other ecosystem swaps if you want a coherent alternative stack:
Minimal-change recommendations for this PR:
Example header refactor without pacman:
|
No description provided.