CredibilityLab / groundhog

Reproducible R Scripts Via Date Controlled Installing & Loading of CRAN & Git Packages
https://groundhogr.com/
GNU General Public License v3.0
78 stars 4 forks source link

error: remote packages need to be loaded on their own #92

Closed chagag closed 1 year ago

chagag commented 1 year ago

Hi, thank you for this wonderful package.

I ran code that worked before and includes a list of packages

pkgs = <- c("tidyverse", "lme4")
pkgs_gh <- c("hrbrmstr/waffle")
pkgs_all <- c(pkgs,pkgs_gh)
groundhog.library(pkgs_all, "2022-09-23") 

I get the following message:

The list of packages you are trying to load includes a remote (e.g., GitHub) package.
But, remote packages need to be loaded on their own in separate groundhog.library() calls
**Groundhog stopped**

Would love to get your thoughts.

chagag commented 1 year ago

My apologies found the error.