Dear R Support Team,
I am experiencing an issue with my R package during the `R CMD check` process. A non-standard file named `vert.txt` is being generated in the check directory, causing a NOTE in the check results. Despite adding `vert.txt` to `.Rbuildignore`, the file is still appearing. And, there are no commands in any part of my package's code that would generate this file. Here are the details of the issue: - Package name: RHC - Version: 0.1.0 - R version: 4.4.2 - Operating system: Windows 10 Attached (package building error): ─ checking examples ... [12s] OK (12.6s) N checking for non-standard things in the check directory Found the following files/directories: 'vert.txt' ✔ checking for detritus in the temp directory See 'C:/Users/sana/AppData/Local/Temp/RtmpGWGa7s/file32b039da423/RHC.Rcheck/00check.log' for details. ── R CMD check results ─────────────── RHC 0.1.0 ──── Duration: 1m 38.5s ❯ checking for non-standard things in the check directory ... NOTE Found the following files/directories: 'vert.txt' 0 errors ✔ | 0 warnings ✔ | 1 note ✖ Thank you for your cooperation. I would appreciate any guidance on resolving this issue. Best regards, Zahra Heidari Ghahfarrokhi z.heidari...@gmail.com 2024.11.18 -- Zahra Heidari Ghahfarrokhi PhD Student, Faculty of Natural Resources and Earth Sciences, Shahrekord University, IRAN Email: z_heidari...@yahoo.com <aa_naghip...@yahoo.com>, *zahra.heydar...@stu.sku.ac.ir <zahra.heydar...@stu.sku.ac.ir>* [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide https://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.