#*****************************************************************************80 # ## timestamp_test tests timestamp. # # Licensing: # # This code is distributed under the MIT license. # # Modified: # # 21 July 2020 # # Author: # # John Burkardt # source ( "/home/john/public_html/r_src/timestamp/timestamp.R" ) timestamp ( ) cat ( "\n" ) cat ( "timestamp_test\n" ) cat ( " ", version$version.string, "\n" ) cat ( " timestamp prints the YMDHMS date as a timestamp.\n" ) # # Terminate. # cat ( "\n" ) cat ( "timestamp_test\n" ) cat ( " Normal end of execution.\n" ) timestamp ( ) quit ( )