OuhscBbmc / RedcapExamplesAndPatterns

Examples and advice how to connect to the REDCap API, to import and export data. A public repository sponsored by the BBMC in OUHSC Pediatrics.
GNU General Public License v2.0
9 stars 3 forks source link

Re: Updating R & Ecosystem #9

Closed caston60 closed 6 years ago

caston60 commented 6 years ago

Open R Studio using RedcapExamplesAndPatterns.Rproj

Run install-packages.R (chose "Save as personal file" [Okay] ... then took awhile but no errors spotted)

Run if( !require("remotes") ) install.packages("remotes") update(remotes::dev_package_deps())

Console:

if( !require("remotes") ) install.packages("remotes") Loading required packages: remotes update(remotes::dev_package_deps()) Error in read.dcf(path) : cannot open the connection In addition: Warning message: In read.dcf(path) cannot open compressed file 'c:\Users\caston\Documents\GitHub\RedccapExamplesAndPatterns-master/DESCRIPTION', probable reason 'No such file or directory'

wibeasley commented 6 years ago

@caston60, this code is to update the miechv3 project. Make sure that your run that in the miechv3 RStudio project.