You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I source the functions I am able to continue with reproducing my work as before ( for the most part) but would like to be able to install the package properly.
I am using a Mac , R version 3.6.1 , git version 2.17.2 (Apple Git-113), Rstudio Version 1.2.1335
Any tips? Thanks!
The text was updated successfully, but these errors were encountered:
Hello,
Thanks for the great package. I recently updated R and Rstudio and tried to install the package with:
install_github("sachsmc/rclinicaltrials")
and got the following error:
Error: Failed to install 'unknown package' from GitHub:
HTTP error 401.
Bad credentials
I then cloned the repo and tried to use devtools::build and got the following error:
devtools::build("/Users/ljebailey/Documents/IDS/Analyses/IBD_Cancer/rclinicaltrials")
✔ checking for file ‘/Users/ljebailey/Documents/IDS/Analyses/IBD_Cancer/rclinicaltrials/DESCRIPTION’ ...
─ preparing ‘rclinicaltrials’:
✔ checking DESCRIPTION meta-information ...
─ installing the package to build vignettes
E creating vignettes (13.8s)
--- re-building ‘basics.Rmd’ using rmarkdown
Quitting from lines 34-40 (basics.Rmd)
Error: processing vignette 'basics.Rmd' failed with diagnostics:
arguments imply differing number of rows: 1, 0
--- failed re-building ‘basics.Rmd’
SUMMARY: processing the following file failed:
‘basics.Rmd’
Error: Vignette re-building failed.
Execution halted
Error in (function (command = NULL, args = character(), error_on_status = TRUE, :
System command error
When I source the functions I am able to continue with reproducing my work as before ( for the most part) but would like to be able to install the package properly.
I am using a Mac , R version 3.6.1 , git version 2.17.2 (Apple Git-113), Rstudio Version 1.2.1335
Any tips? Thanks!
The text was updated successfully, but these errors were encountered: