Page 1 of 1

[SOLVED] Installation '404 Not Found' error

Posted: Tue Nov 21, 2017 10:52 am
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

Re: Installation '404 Not Found' error

Posted: Tue Nov 21, 2017 11:06 am
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