Skip to content

Commit

Permalink
build: 📌 to indicate to install package from GitHub (#6)
Browse files Browse the repository at this point in the history
When you use a package that is installed from GitHub (the CMAverse), you need to tell R where to install it from since R assumes CRAN. Using `use_dev_package()` correctly updates the DESCRIPTION file with that information.
  • Loading branch information
lwjohnst86 authored Mar 4, 2025
2 parents f79dbe8 + ac4cde5 commit 8acc44e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Depends:
Encoding: UTF-8
LazyData: true
Imports:
CMAverse,
CMAverse (>= 0.1.0),
DiagrammeR,
DiagrammeRsvg,
dplyr,
Expand All @@ -18,3 +18,5 @@ Imports:
mediation,
readr,
rmarkdown
Remotes:
BS1125/CMAverse

0 comments on commit 8acc44e

Please sign in to comment.