File: mime.R

package info (click to toggle)
r-cran-mime 0.6-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 148 kB
  • sloc: ansic: 39; sh: 21; makefile: 2
file content (3 lines) | stat: -rw-r--r-- 92 bytes parent folder | download | duplicates (6)
1
2
3
stopifnot(
  mime::guess_type('Makefile', empty = 'text/x-makefile') == 'text/x-makefile'
)