Skip to content

Installing ROS-Examples with "remotes" #142

@kocurekc

Description

@kocurekc

Installation using R4.4.2.
Trying the installing with:
remotes::install_github("avehtari/ROS-Examples",subdir = "rpackage")
fails to install with this error message:

Downloading GitHub repo avehtari/ROS-Examples@HEAD
Error in utils::download.file(url, path, method = method, quiet = quiet, :
download from 'https://api.github.com/repos/avehtari/ROS-Examples/tarball/HEAD' failed

Resolved with installation via devtools:
devtools::install_github("avehtari/ROS-Examples",subdir = "rpackage")

This was my work around, just raising the issue because of the installation guidance on this page:
ROS-Examplws

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