Skip to content

Fixing an issue with Error no XiaLabCppLib available. #3

Description

@ElieElHachem

Hi there,
I just want to inform you that I've fixed an issue with the R packages. In the file NetworkUtils.R, under the function Compute.SteinerForest, I updated the function as follows:

  if (.on.public.web) {
    output <- XiaLabCppLib::call_sr(from, to, cost, node_names, 
      node_prizes)
  }
  else {
    output <- call_sr(from, to, cost, node_names, node_prizes)

Regards

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions