ggalt icon indicating copy to clipboard operation
ggalt copied to clipboard

Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : there is no package called 'Rttf2pt1' ERROR: lazy loading failed for package 'ggalt'

Open justaquestionggR opened this issue 7 years ago • 3 comments

Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : there is no package called 'Rttf2pt1' ERROR: lazy loading failed for package 'ggalt'

I do get this message with dev version and normal version. What to do?

justaquestionggR avatar Dec 06 '17 13:12 justaquestionggR

  • installing source package 'Rttf2pt1' ... ... ** libs running 'src/Makefile.win' ... Warning: running command 'make --no-print-directory -f "Makefile.win"' ..Status 127 ERROR: compilation failed for package 'Rttf2pt1'
  • removing 'C:/...R/win-library/3.4/Rttf2pt1' Warning in install.packages : running command '"C:/PROGRA~1/R/R-34~1.2/bin/x64/R" CMD INSTALL -l "C:...\Documents\R\win-library\3.4" C:..\AppData\Local\Temp\RtmpQBUFNo/downloaded_packages/Rttf2pt1_1.3.5.tar.gz' had status 1 Warning in install.packages : installation of package ‘Rttf2pt1’ had non-zero exit status

The downloaded source packages are in

justaquestionggR avatar Dec 06 '17 13:12 justaquestionggR

I didn't write Rttf2pt1 so I'm not sure I'm the best person to help with that. Why are you installing it from source, though, when it has a binary for Windows? https://cran.r-project.org/web/packages/Rttf2pt1/index.html

On Wed, Dec 6, 2017 at 8:51 AM, justaquestionggR [email protected] wrote:

  • installing source package 'Rttf2pt1' ... ** Paket 'Rttf2pt1' erfolgreich entpackt und MD5 Summen überprüft ** libs running 'src/Makefile.win' ... Warnung: Ausführung von Kommando 'make --no-print-directory -f "Makefile.win"' ergab Status 127 ERROR: compilation failed for package 'Rttf2pt1'
  • removing 'C:/...R/win-library/3.4/Rttf2pt1' Warning in install.packages : running command '"C:/PROGRA1/R/R-341.2/bin/x64/R" CMD INSTALL -l "C:...\Documents\R\win-library\3.4" C:..\AppData\Local\Temp
    RtmpQBUFNo/downloaded_packages/Rttf2pt1_1.3.5.tar.gz' had status 1 Warning in install.packages : installation of package ‘Rttf2pt1’ had non-zero exit status

The downloaded source packages are in

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/hrbrmstr/ggalt/issues/44#issuecomment-349645626, or mute the thread https://github.com/notifications/unsubscribe-auth/AAfHtmavKPqlRfIojC7haXYebaFSPV9hks5s9pv6gaJpZM4Q377H .

hrbrmstr avatar Dec 06 '17 14:12 hrbrmstr

I had to download the binary manually. Thank you. Worked this way.

justaquestionggR avatar Dec 06 '17 14:12 justaquestionggR