Skip to content
Back to formatted view

Raw Message

Message-ID: <c7db43f5-e9d1-416e-8462-cf6719d1b14f@gmail.com>
Date: 2025-01-28T16:44:12Z
From: Duncan Murdoch
Subject: [R-pkg-devel] Issue with non-standard file 'vert.txt' in R CMD check
In-Reply-To: <CAH7t7eqwFB+1QXKYoafs_kgKGZTiqPOCDptsE-U9nnkafOF9yw@mail.gmail.com>

Without seeing your package, I don't think anyone could help you, other 
than very generic help:  "Find what is creating that file, and figure 
out how to stop it."

If you submit your package to one of the online check services (e.g. 
https://win-builder.r-project.org/) then you could post a link to their 
results here, and someone could possibly figure it out for you.

Duncan Murdochg

On 2025-01-28 9:47 a.m., zahra heidari gh wrote:
> Dear R Package Development Team,
> 
> I am writing to report an issue I encountered during the R CMD check
> process for my R package, RHC. A non-standard file named 'vert.txt' is
> being generated in the check directory, resulting in a NOTE in the check
> results. Despite adding 'vert.txt' to the .Rbuildignore file, the file
> continues to appear. Furthermore, I cannot find any commands within my
> package's code that would generate this file.
> 
> *Details of the issue:*
> 
>     - Package name: RHC
>     - Version: 0.1.0
>     - R version: 4.4.2
>     - Operating system: Windows 10
>     - Additional details:
>        - The package FD is used during package building.
>        - In a previous post on the r-help at r-project.org mailing list, I was
>        advised that this error might be due to the use of the FD package.
> 
> *Attached:*
> 
>     - Complete output of the R CMD check process
> 
> *Complete output of R CMD check:*
> 
> 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
> 
> I would greatly appreciate any guidance on how to resolve this issue.
> Thank you for your time and assistance.
> 
> Best regards,
> Zahra Heidari Ghahfarrokhi
> z.heidari.gh at gmail.com
> January 28, 2025
>