Closed AARON-CLARK closed 1 year ago
@AARON-CLARK & @Jeff-Thompson12 I am testing the script generated by tidyCDISC, and I get an error when it tries to install the latest version of tidyCDISC:
> remotes::install_github('Biogen-Inc/tidyCDISC')
Downloading GitHub repo Biogen-Inc/tidyCDISC@HEAD
Error in utils::download.file(url, path, method = method, quiet = quiet, :
download from 'https://api.github.com/repos/Biogen-Inc/tidyCDISC/tarball/HEAD' failed
According to this: https://stackoverflow.com/questions/65421798/devtoolsinstall-github-failing-in-r4-0-03#:~:text=Turns%20out%20that%20this%20problem%20was%20caused%20by,is%20a%20default%2060%20second%20timeout%20for%20install_github. , the timeout needs to be increased.
Are you familiar with this?
According to this: https://stackoverflow.com/questions/65421798/devtoolsinstall-github-failing-in-r4-0-03#:~:text=Turns%20out%20that%20this%20problem%20was%20caused%20by,is%20a%20default%2060%20second%20timeout%20for%20install_github. , the timeout needs to be increased.
Are you familiar with this?
No, I have not come across this issue before.
I am not getting the download error today, so it must have been heavy traffic yesterday.
closed with #205
The Shiny app code
https://github.com/Biogen-Inc/tidyCDISC/blob/71f0514823b5032fed1124d2d5619973ac4201dc/R/mod_tableGen.R#L745-L756
produces this script,
which gives an error because of the variable name:
There is the same issue with the variables
study_dir
andstudy_directory
. The variable names should be the same:Originally posted by @tdwils in https://github.com/Biogen-Inc/tidyCDISC/issues/172#issuecomment-1458843091