You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm not able to install either the CRAN or the development package on my system. I get the below warning about stack smashing:
install_github("jtextor/dagitty/r", lib='~/R/x86_64-pc-linux-gnu-library/')
Using github PAT from envvar GITHUB_PAT
Downloading GitHub repo jtextor/dagitty@HEAD
These 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: jsonlite (1.7.3 -> 1.8.0) [CRAN]
5: V8 (4.0.0 -> 4.1.0) [CRAN]
Enter one or more numbers, or an empty line to skip updates:
✔ checking for file ‘/tmp/RtmpIAi4xs/remotes128e77fe0e382/jtextor-dagitty-465782d/r/DESCRIPTION’ ...
─ preparing ‘dagitty’:
✔ checking DESCRIPTION meta-information ...
─ checking for LF line-endings in source and make files and shell scripts
─ checking for empty or unneeded directories
Omitted ‘LazyData’ from DESCRIPTION
─ building ‘dagitty_0.3-2.tar.gz’
* installing *source* package ‘dagitty’ ...
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
*** stack smashing detected ***: terminated
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
*** stack smashing detected ***: terminated
** testing if installed package can be loaded from final location
*** stack smashing detected ***: terminated
** testing if installed package keeps a record of temporary installation path
Warning in file(con, "rb") :
cannot open file '/tmp/Rtmp5a5wQ4/file128f824fc32fea': No such file or directory
Error in file(con, "rb") : cannot open the connection
* removing ‘/home/japhir/R/x86_64-pc-linux-gnu-library/dagitty’
Warning message:
In i.p(...) :
installation of package ‘/tmp/RtmpIAi4xs/file128e776d035b6/dagitty_0.3-2.tar.gz’ had non-zero exit status
breaks also under OSX 11.6. 'dagify' is not an exported object from 'namespace:dagitty'
and non-function in ct$eval(paste("global.", name, "=", jsonlite::toJSON(value, auto_unbox = auto_unbox
Hi, I'm not able to install either the CRAN or the development package on my system. I get the below warning about stack smashing:
sessionInfo()
The text was updated successfully, but these errors were encountered: