Skip to content
This repository has been archived by the owner on May 24, 2019. It is now read-only.

Troubleshooting

Thomas J. Leeper edited this page Nov 17, 2015 · 3 revisions

Troubleshooting

This page creates a growing list of tips and tricks for solving common problems.

  • Why am I getting an error like this when trying to load the package:

    Error : .onLoad failed in loadNamespace() for 'tcltk', details:
    call: dyn.load(file, DLLpath = DLLpath, ...)` when trying
    
  • Why am I getting an error like Error (RequestExpired): Request has expired. Timestamp date is 2014-11-14T08:54:44Z?

    • The issue is probably your system time zone. On Mac OS, you may need to be setup to use network time. In terminal, try systemsetup -setusingnetworktime on or use System preferences. (See #59 for details.)