ctsit / redcapcustodian

Simplified, automated data management on REDCap systems
Other
12 stars 6 forks source link

Can't build on apple silicon #133

Closed pbchase closed 10 months ago

pbchase commented 10 months ago

I can't run the build script on Apple silicon. When the vignettes build I get this:

 > [ 9/22] RUN R CMD build redcapcustodian:                                                                                                  
#0 1.350 * checking for file ‘redcapcustodian/DESCRIPTION’ ... OK                                                                            
#0 1.464 * preparing ‘redcapcustodian’:                                                                                                      
#0 1.465 * checking DESCRIPTION meta-information ... OK                                                                                      
#0 1.971 * installing the package to build vignettes                                                                                         
#0 14.94 * creating vignettes ... ERROR
#0 39.16 --- re-building ‘credential-scraping.Rmd’ using rmarkdown
#0 39.16 Killed
#0 39.16 Warning in system(paste(shQuote(path), "--version"), intern = TRUE) :
#0 39.16   running command ''/usr/local/bin/pandoc' --version' had status 137
#0 39.16 Error: processing vignette 'credential-scraping.Rmd' failed with diagnostics:
#0 39.16 subscript out of bounds
#0 39.16 --- failed re-building ‘credential-scraping.Rmd’
pbchase commented 10 months ago

Addressed by PR #134