[SOLVED] Installation '404 Not Found' error

General help and assistance with jamovi. Bug reports can be made at our issues page: https://github.com/jamovi/jamovi/issues . (If you're unsure feel free to discuss it here)
Post Reply
Earllm
Posts: 1
Joined: Tue Nov 21, 2017 10:45 am

[SOLVED] Installation '404 Not Found' error

Post by Earllm »

I'm following the Getting Started developers tutorial and have got as far as entering the command

Code: Select all

install.packages("jmvtools", repos = c("https://repo.jamovi.org", "https://cran.r-project.org")) 
and I get the following error:
Warning in install.packages :
cannot open URL 'http://www.stats.ox.ac.uk/pub/RWin/src/ ... CKAGES.rds': HTTP status was '404 Not Found'
Warning in install.packages :
cannot open URL 'https://repo.jamovi.org/src/contrib/PACKAGES.rds': HTTP status was '404 Not Found'
also installing the dependencies ‘rjson’, ‘node’, ‘jmvcore’

Warning in install.packages :
cannot open URL 'https://repo.jamovi.org/bin/windows/con ... CKAGES.rds': HTTP status was '404 Not Found'
Warning in install.packages :
cannot open URL 'https://repo.jamovi.org/bin/windows/con ... ACKAGES.gz': HTTP status was '404 Not Found'
Warning in install.packages :
cannot open URL 'https://repo.jamovi.org/bin/windows/con ... 4/PACKAGES': HTTP status was '404 Not Found'
Warning in install.packages :
unable to access index for repository https://repo.jamovi.org/bin/windows/contrib/3.4:
cannot open URL 'https://repo.jamovi.org/bin/windows/con ... 4/PACKAGES'
Any suggestions?
Many thanks,
Mark
User avatar
jonathon
Posts: 2617
Joined: Fri Jan 27, 2017 10:04 am

Re: Installation '404 Not Found' error

Post by jonathon »

hi mark,

these just look like warnings, are you sure that the installation has failed?

you can't run jmvtools::check() for example?

kind regards

jonathon
Post Reply