[Discussion/Question]: How to deal with indirect dependencies that are not on CRAN #38
Open
2 tasks done
Labels
question
Further information is requested
What is your question?
Example
Context:
pkg.a
depends onpkg.b
but not onpkg.c
.pkg.c
is not defined on DESCRIPTION file ofpkg.a
pkg.c
is only released on GitHub / R-UniverseFor an actual case,
pkg.a is teal.modules.clinical
,pkg.b is teal.slice
andpkg.c is teal.data
Outcome
pkg.c
Solutions
Config/Needs/verdepcheck
ofpkg.a
to serve as hint on where to findpkg.c
Depends/Imports/Suggests
Remotes
section to insightsengineering packagespkg.c
is released on CRANteal.data
should be released in next few monthsCode of Conduct
Contribution Guidelines
The text was updated successfully, but these errors were encountered: