tests/test-travis/test-install.R

library(testit)

assert('normalize_repo() creates a valid url', {
  (normalize_repo('https://ctan.math.illinois.edu/') %==%
     'https://ctan.math.illinois.edu/systems/texlive/tlnet')
  (normalize_repo('https://ftp.tu-chemnitz.de/pub/tug/historic/systems/texlive/2020/tlnet-final/') %==%
     'https://ftp.tu-chemnitz.de/pub/tug/historic/systems/texlive/2020/tlnet-final')
})

Try the tinytex package in your browser

Any scripts or data that you put into this service are public.

tinytex documentation built on Nov. 23, 2023, 1:10 a.m.