Skip to content

Cannot import cmdstanr in my package #1107

@marouenbg

Description

@marouenbg

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

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions