r-hub / rhub

R-hub API client
https://r-hub.github.io/rhub/
Other
353 stars 51 forks source link

Windows build odd note, not created? #504

Closed guyas closed 2 years ago

guyas commented 2 years ago

Tried to push an update today using devtools::check_rhub(), got this weird message: N checking for detritus in the temp directory Found the following files/directories: 'lastMiKTeXException'

No such file or directory was anywhere to be found. Prior to pushing I have built the manual, the package, checked it, checked as-cran, the whole shebang - it has all passed perfectly. The CRAN webpage seems to indicate the pack was not updated, although the build was successful.

I have tried restarting R and RStudio, but the problem persisted.

Any ideas?

√  checking for non-standard things in the check directory
N  checking for detritus in the temp directory
   Found the following files/directories:
     'lastMiKTeXException'

-  Done with R CMD check
-  Cleaning up files and user

-- LogRegEquiv 0.1.3: NOTE

  Build ID:   LogRegEquiv_0.1.3.tar.gz-c0e36595e2a049c18bb7b18462935292
  Platform:   Windows Server 2022, R-devel, 64 bit
  Submitted:  4m 33.1s ago
  Build time: 3m 40s

> checking for detritus in the temp directory ... NOTE
  Found the following files/directories:
    'lastMiKTeXException'

0 errors √ | 0 warnings √ | 1 note x

-- LogRegEquiv 0.1.3: CREATED

  Build ID:   LogRegEquiv_0.1.3.tar.gz-9806cf95810a4df882ee1fa87f3e9bef
  Platform:   Ubuntu Linux 20.04.1 LTS, R-release, GCC
  Submitted:  4m 33.2s ago

-- LogRegEquiv 0.1.3: CREATED

  Build ID:   LogRegEquiv_0.1.3.tar.gz-89180b8492024c0488f843870a4c01c7
  Platform:   Fedora Linux, R-devel, clang, gfortran
  Submitted:  4m 33.2s ago
gaborcsardi commented 2 years ago

Duplicate of #503?

guyas commented 2 years ago

It seems so, sorry.