problem to r-packages

Atsbha
Level 1
problem to r-packages

I want to install package "pgarnry" and "ggplothelper" in r-version 4.3.2. How ever when i am trying to install using "remotes::install_github("pgarnry/ggplotHelper",force=TRUE)", i just come up with the following output. I am happy if any one helps me to solve this problem.

Downloading GitHub repo pgarnry/ggplotHelper@HEADThese packages have more recent versions available.
It is recommended to update all of them.
Which would you like to update?

1: All                          
2: CRAN packages only           
3: None                         
4: cli   (3.6.1 -> 3.6.2) [CRAN]
5: fansi (1.0.5 -> 1.0.6) [CRAN]

Enter one or more numbers, or an empty line to skip updates: 3── R CMD build ─────────────────────────────────────────────────────
  checking for file 'C:\Users\Lenovo\AppData\Local\Temp\RtmpGo5EP8\remotes5c82d8b2b45\pgarnry-ggplotHelper-1b5d28a/DESCRIPTION' (1.6s)
  preparing 'ggplotHelper': (750ms)
  checking DESCRIPTION meta-information ...   checking for LF line-endings in source and make files and shell scripts (582ms)
  checking for empty or unneeded directories   Omitted 'LazyData' from DESCRIPTION  building 'ggplotHelper_0.1.2.tar.gz'
   
Installing package into ‘C:/Users/Lenovo/AppData/Local/R/win-library/4.3’
(as ‘lib’ is unspecified)* installing *source* package 'ggplotHelper' ...
** using staged installation
** R
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (ggplotHelper)

 

0 Kudos
3 Replies
Turribeach

There is no error in your install log. What do you think it’s the problem here?

0 Kudos
sergeyd
Dataiker
* DONE (ggplotHelper)

means this package was installed successfully already. 

Also, this is a plain R package installation (from CLI) so not sure why this is asked on the Dataiku community. 

0 Kudos
C:/Users/Lenovo

Good point Sergey, it now looks like more of the Lenovo GenAI spam then! 

0 Kudos