misc/_Package_Check_CRAN.R

a = devtools::check()
print(a)
stop()


#this code is to view the errors, warnings, and notes
cat(a$errors)
cat("\n\n\n")
cat(a$warnings)
cat("\n\n\n")
cat(a$notes)
Novartis/xgxr documentation built on Oct. 20, 2023, 4:35 a.m.