forestry-labs / causalToolbox

GNU General Public License v3.0
35 stars 7 forks source link

Unable to Install Package #9

Open SirLight001 opened 4 months ago

SirLight001 commented 4 months ago

if (!require("devtools")) install.packages("devtools") devtools::install_github("forestry-labs/causalToolbox") Downloading GitHub repo forestry-labs/causalToolbox@HEAD Error: Failed to install 'causalToolbox' from GitHub: HTTP error 404. Not Found

Did you spell the repo owner (forestry-labs) and repo name (Rforestry) correctly?

SirLight001 commented 4 months ago

Hi,

I tried to install the package as below:

remotes::install_github("forestry-labs/causalToolbox")

The result yields this: Downloading GitHub repo forestry-labs/causalToolbox@HEAD Error: Failed to install 'causalToolbox' from GitHub: HTTP error 404. Not Found Did you spell the repo owner (forestry-labs) and repo name (Rforestry) correctly?

How can I successfully install the package?