R Under development (unstable) (2024-02-16 r85931 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > library("R.rsp") R.rsp v0.46.0 successfully loaded. See ?R.rsp for help. > > pathname <- system.file("exData", "slowcounting.txt.rsp", package="R.rsp") > rstr <- rclean(pathname, verbose=TRUE) rclean() for default... Length of RSP string: 70 rclean() for RspString... Parse RSP string to RSP document... Parse environment: R_GlobalEnv Parsing RSP string... Compile until: '*' Return as: 'RspDocument' Dropping 'empty' RSP comments... Length of RSP string before: 70 No 'empty' RSP comments found. Dropping 'empty' RSP comments...done Dropping 'paired' RSP comments... Length of RSP string before: 70 No 'paired' RSP comments found. Dropping 'paired' RSP comments...done Processing RSP preprocessing directives... Length of RSP string before: 70 No RSP preprocessing directives found. Processing RSP preprocessing directives...done Processing RSP expressions... Length of RSP string before: 70 No RSP expressions found. Processing RSP expressions...done Parsing RSP string...done RspDocument: Source: NA Total number of RSP constructs: 1 Number of RspText(s): 1 Content type: NA Parse RSP string to RSP document...done rclean() for RspDocument... Coerce RSP document to RSP string... Coerce RSP document to RSP string...done rclean() for RspDocument...done rclean() for RspString...done rclean() for default...done > print(rstr) RspString: Content type: NA Language: NA Metadata to available. Number of characters: 70 Number of lines: 1 ############################################################################## D:/RCompile/CRANincoming/R-devel/lib/R.rsp/exData/slowcounting.txt.rsp > > proc.time() user system elapsed 0.31 0.01 0.31