Closed maelle closed 5 years ago
what version of remotes are you using?
remotes::install
Error: 'install' is not an exported object from 'namespace:remotes'
> packageVersion('remotes')
[1] ‘1.1.1’
:woman_facepalming: thank you!
I still get an error though https://travis-ci.org/maelle/trying.lockedata.starters/builds/480819409
maybe I should not use "::" because tic tries to install covrpage despite my installing it?
Note that I wouldn't want covrpage
to be listed in DESCRIPTION.
you shouldnt need it in the DESCRIPTION. it can be placed in the
r_github_packages:
- metrumresearchgroup/covrpage
not sure the tic equiv of that
new error :thinking: https://travis-ci.org/maelle/trying.lockedata.starters/builds/480830490#L2064
does it run locally on the repo clone?
good idea, will test.
covrpage will not complete if testthat doesnt fully complete. if i remember correctly if testthat sees too many failures it stops the whole process.
that can't be the problem, I only have a dummy test checking that 2*2==4 :joy_cat:
:wave: any idea why I get https://travis-ci.org/maelle/trying.lockedata.starters/builds/480813189#L2111 ?
It's supposed to get installed before getting used cf https://github.com/maelle/trying.lockedata.starters/blob/master/tic.R