You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
igraphlite=github::heavywatal/rigraphlite format suggested in #2 seems to work with pak::pkg_deps("."), but it emits Error: Unknown remote type with remotes::install_deps().
How can I satisfy both r-lib/actions and devtools system?
The text was updated successfully, but these errors were encountered:
I have
igraphlite
package hosted atgithub::heavywatal/rigraphlite
, and a dependent package with the followingDESCRIPTION
:pak::pkg_deps(".")
cannot resolve this and emits an error:while
remotes::install_deps()
can.igraphlite=github::heavywatal/rigraphlite
format suggested in #2 seems to work withpak::pkg_deps(".")
, but it emitsError: Unknown remote type
withremotes::install_deps()
.How can I satisfy both
r-lib/actions
anddevtools
system?The text was updated successfully, but these errors were encountered: