Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
walkowif committed Dec 6, 2023
1 parent b897bf6 commit 1803353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_cran_pkgs.R
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ export PATH=/opt/TinyTeX/bin/x86_64-linux:${PATH}
echo "PATH=${PATH}" >> ${R_HOME}/etc/Renviron
'
exit_status <- system(permission_update)
cat("TinyTex installer exited with code =", exit_status, "\n")
cat("TinyTex permission update exited with code =", exit_status, "\n")
if (exit_status != 0) {
quit(status = exit_status)
}
Expand Down

0 comments on commit 1803353

Please sign in to comment.