当前位置:网站首页>Warning in install. packages : package ‘RGtk2’ is not available for this version of R
Warning in install. packages : package ‘RGtk2’ is not available for this version of R
2022-07-06 08:40:00 【Data+Science+Insight】
Warning in install.packages : package ‘RGtk2’ is not available for this version of R、install.packages("RGtk2")
Catalog
problem :
start-up rattle Data mining error :
> library(rattle)
> rattle()
Error in rattle() :
The RGtk2 package is not available but is required.
Please install the package using, for example:
install.packages("RGtk2")
then , Follow the instructions install.packages("RGtk2")
say CRAN There is no such bag ,,,
solve :
Search for , Be able to use search engines

# Find out where the historical version is .

# There are many versions to choose by yourself , Then download

Use Rstudio Medium tools Medium install pcakage Manually install local packages

# Then the following error occurs ;
# Probably because Rtools The problem of ,
I really didn't find make So I can't install .
> Sys.which("make")
make
""
> pkgbuild::find_rtools(debug = TRUE)
Found in Rtools 4.0 installation folder
[1] TRUE
> install.packages("D:/Downloads/RGtk2_2.20.36.3.tar.gz", repos = NULL, type = "source")
* installing *source* package 'RGtk2' ...
** Will succeed 'RGtk2' Package unpacking and MD5 And inspection
** using staged installation
** libs
*** arch - i386
Warning in system(cmd) : 'make' not found
ERROR: compilation failed for package 'RGtk2'
* removing 'D:/R/R-4.0.5/library/RGtk2'
Warning in install.packages :
installation of package ‘D:/Downloads/RGtk2_2.20.36.3.tar.gz’ had non-zero exit status

#R Version and Rtools Need to match

install Rtools

# Do the following ( Remember if there is no response after the operation , Need to restart Rstudio)
writeLines('PATH="${RTOOLS40_HOME}\\usr\\bin;${PATH}"', con = "~/.Renviron")
> Sys.which("make")
make
"D:\\Rtools\\rtools40\\usr\\bin\\make.exe"
>
> pkgbuild::find_rtools(debug = TRUE)
Found in Rtools 4.0 installation folder
[1] TRUE
# Then there are the following problems :
> install.packages("D:/Downloads/RGtk2_2.20.36.3.tar.gz", repos = NULL, type = "source")
* installing *source* package 'RGtk2' ...
** Will succeed 'RGtk2' Package unpacking and MD5 And inspection
** using staged installation
** libs
*** arch - i386
"D:/Rtools/rtools40/mingw32/bin/"gcc -I"D:/R/R-40~1.5/include" -DNDEBUG -D_R_=1 -DUSE_R=1 -mms-bitfields -I/include/gtk-2.0 -I/lib/gtk-2.0/include -I/include/atk-1.0 -I/include/cairo -I/include/pango-1.0 -I/include/glib-2.0 -I/lib/glib-2.0/include -I/include/libxml2 -I/include/gdk-pixbuf-2.0 -I/include -I. -DR_LEGACY_S_DEFS=1 -O2 -Wall -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c RGtkDataFrame.c -o RGtkDataFrame.o
In file included from ./RGtk2/atk.h:4,
from RGtk2/gtk.h:4,
from RGtkDataFrame.h:1,
from RGtkDataFrame.c:1:
./RGtk2/gobject.h:7:10: fatal error: glib.h: No such file or directory
#include <glib.h>
^~~~~~~~
compilation terminated.
make: *** [D:/R/R-40~1.5/etc/i386/Makeconf:222: RGtkDataFrame.o] Error 1
ERROR: compilation failed for package 'RGtk2'
* removing 'D:/R/R-4.0.5/library/RGtk2'
Warning in install.packages :
installation of package ‘D:/Downloads/RGtk2_2.20.36.3.tar.gz’ had non-zero exit status
here glib.h Dependence is need windows Basic documents provided by the system . Refer to the following links for processing .
./RGtk2/gobject.h:7:10: fatal error: glib.h: No such file or directory
Reference resources :RGtk2 installation fails on Windows 11 - General - RStudio Community
Reference resources :The GTK Project - A free and open-source cross-platform widget toolkit

Complete error :
> library(rattle)
> rattle()
Error in rattle() :
The RGtk2 package is not available but is required.
Please install the package using, for example:
install.packages("RGtk2")
> install.packages("RGtk2")
Warning in install.packages :
package ‘RGtk2’ is not available for this version of R
A version of this package for your version of R might be available elsewhere,
see the ideas at
https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages
Reference resources :R
Reference resources :Index of /src/contrib/Archive/RGtk2
边栏推荐
- Leetcode question brushing (5.28) hash table
- MySQL learning record 11jdbcstatement object, SQL injection problem and Preparedstatement object
- Roguelike game into crack the hardest hit areas, how to break the bureau?
- @Jsonbackreference and @jsonmanagedreference (solve infinite recursion caused by bidirectional references in objects)
- Precise query of tree tree
- Research Report on supply and demand and development prospects of China's high purity aluminum market (2022 Edition)
- logback1.3. X configuration details and Practice
- The harm of game unpacking and the importance of resource encryption
- Research and investment forecast report of citronellol industry in China (2022 Edition)
- pcd转ply后在meshlab无法打开,提示 Error details: Unespected eof
猜你喜欢

tree树的精准查询

C语言深度解剖——C语言关键字

Deep analysis of C language data storage in memory

FairGuard游戏加固:游戏出海热潮下,游戏安全面临新挑战

Generator parameters incoming parameters

被破解毁掉的国产游戏之光

What is CSRF (Cross Site Request Forgery)?

Computer cleaning, deleted system files

Double pointeur en langage C - - modèle classique

Roguelike game into crack the hardest hit areas, how to break the bureau?
随机推荐
C语言双指针——经典题型
[MySQL] lock
poi追加写EXCEL文件
IoT -- 解读物联网四层架构
【MySQL】日志
[2022 Guangdong saim] Lagrange interpolation (multivariate function extreme value divide and conquer NTT)
Swagger setting field required is mandatory
Light of domestic games destroyed by cracking
Image,cv2读取图片的numpy数组的转换和尺寸resize变化
China's high purity aluminum target market status and investment forecast report (2022 Edition)
PLT in Matplotlib tight_ layout()
延迟初始化和密封类
hutool优雅解析URL链接并获取参数
Bottom up - physical layer
Detailed explanation of heap sorting
Introduction to the differences between compiler options of GCC dynamic library FPIC and FPIC
Double pointeur en langage C - - modèle classique
电脑清理,删除的系统文件
Problems in loading and saving pytorch trained models
Computer cleaning, deleted system files