-
-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
I am using cmdstanr in my R package (called netZooR) as a dependency and I added in my DESCRIPTION file as follows:
Remotes:
stan-dev/cmdstanr,
However, I get this error "Error in loadNamespace(x) : there is no package called ‘cmdstanr’"
I also have 2 other packages in my remotes, and those work perfectly fine and are able to load.
To Reproduce
devtools::install_github("netZoo/netZooR", build_vignettes = TRUE)
library(netZooR)
Expected behavior
To have cmdstanr install and load as a remote package
Operating system
Ubuntu 22.04
CmdStanR version number
0.9
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working