0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Mac: R のデータセットを使いたい--2

Last updated at Posted at 2024-07-11

mac OS の Julia -- Version 1.10.4 (2024-06-04) で RDatasets が使えないという問題の,とりあえずの回避法。

正しいやり方かどうかわからないけど,とりあえずは動くので,やってみようと思う方は,自己責任でお願いします。

~/.julia/packages/TimeZones/@@@@@/src/types/timezone.jl
の,41行目の TimeZone から,何もせずに直帰する。
'@@@@@' はバージョンにより異なるディレクトリになるので,その都度調整が必要。

function TimeZone(str::AbstractString, mask::Class=Class(:DEFAULT))
    return ##### この一行を加える
    tz, class = get(_TZ_CACHE, str) do
        
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?