hrbrmstr / ggalt

:earth_americas: Extra Coordinate Systems, Geoms, Statistical Transformations & Scales for 'ggplot2'
https://cran.r-project.org/web/packages/ggalt/vignettes/ggalt_examples.html
Other
654 stars 99 forks source link

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' #44

Open justaquestionggR opened 6 years ago

justaquestionggR commented 6 years ago

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 commented 6 years ago

The downloaded source packages are in

hrbrmstr commented 6 years ago

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 notifications@github.com 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 .

justaquestionggR commented 6 years ago

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