Convert a positive integer to Roman numeral representation.
number (int): A positive integer.
str: The number represented as an upper-case Roman numeral string.
ValueError: If the input is not a positive integer.