R version 4.4.0 beta (2024-04-14 r86421 ucrt) -- "Puppy Cup" 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(testthat) > library(rjtools) > > test_check("rjtools") v SUCCESS: File and directory names are compliant. x ERROR: File or directory names contain spaces or non-ASCII characters. For portability only use ASCII characters and no spaces in file and directory names. x ERROR: There are nested subdirectories. Please use at most two directory levels for the article. x ERROR: File or directory names contain spaces or non-ASCII characters. For portability only use ASCII characters and no spaces in file and directory names. v SUCCESS: File and directory names are compliant. v SUCCESS: Article title formatted in title case. x ERROR: Article title not in title case! Suggest title: ToOoOlTiPs: An R Package for Customizable Tooltips in Interactive Graphics. v SUCCESS: Section titles formatted in sentence case. v SUCCESS: Possible motivation letter found: motivation-letter i NOTE: Motivation letter is not detected, if applicable v SUCCESS: No problematic file found x ERROR: Submission contains unnecessary files: RJtemplate.tex v SUCCESS: CRAN activities have been detected for package ggplot2 i NOTE: No CRAN activities detected for package nonexistent v SUCCESS: All packages marked-up with \CRANpkg or \BIOpkg are available on CRAN or Bioconductor. i NOTE: 1 package(s) used in the text without \CRANpkg or \BIOpkg commands: ToOoOlTiPs i Please use the folder 'data/', 'figures/', 'scripts/' and 'motivation-letter/' to organise additional data, figures, scripts, and motivation letter. ! Please maintain the default file/folder structure as it will be checked upon submission. i [Action required] Please align the file name between 'test.Rmd' and 'RJreferences.bib'. Success: your paper is ready to edit! [ FAIL 0 | WARN 0 | SKIP 0 | PASS 32 ] > > proc.time() user system elapsed 2.35 0.34 2.92