Osmar包中的R“文件错误(con,”r“):无法打开连接”

时间:2017-11-06 13:06:18

标签: r path openstreetmap osmosis osmar

我正在尝试在我的Windows 10,R 3.4.2上运行osmar软件包,并正确安装了渗透。但是当我尝试运行代码时:

>library("osmar")
>
>src <- osmsource_osmosis(file = "c:/users/ben_c/Documents/FYP/FYP_NL_Map/muenchen.osm", osmosis = "osmosis")
>
>
>nl_bbox <- center_bbox(11.575278, 48.137222, 3000, 3000)
>
>nl <- get_osm(nl_bbox, src)
>
>plot(nl)

在渗透运行后我得到了警告:

>Error in file(con, "r") : cannot open the connection
>In addition: Warning message:
>In file(con, "r") :
>  cannot open file 
>'C:\Users\ben_c\AppData\Local\Temp\Rtmp8YYPkZ\file1b182fca7802': No such file or directory

运行演示时我也遇到了同样的错误:

>demo("navigator")

我对R比较陌生,所以非常感谢任何帮助。

提前致谢,

1 个答案:

答案 0 :(得分:1)

我有类似的错误。我可以通过以管理员身份运行R(在我的情况下是RStudio)来解决问题。

我认为问题在于无法创建临时文件。