Displaying 2 results from an estimated 2 matches for "r84548".
Did you mean:
984548
2023 Aug 31
1
Problems with installing R packages from source and running C++ in R, even on fresh R installation
? Thu, 31 Aug 2023 14:01:54 +0000
Christophe Bousquet <chr_bousquet at protonmail.com> ?????:
> So when I run the commands, I get this output. I honestly have no
> clue whether this can be considered as something useful or not :-/
>
> ```
> > tools:::.shlib_internal(c('-n', 'hello.c'))
> make cmd is
> make -f
2023 Aug 31
1
Problems with installing R packages from source and running C++ in R, even on fresh R installation
...cause my computer does not allow the sign / for paths. So
C:\\rtools43/x86_64-w64-mingw32.static.posix/bin
became
C:\\rtools43\\x86_64-w64-mingw32.static.posix\\bin
After restart, I get the same output. I can also add that:
```
> tools::Rcmd('BATCH --version')
R batch front end: 4.3.1 (r84548)
Copyright (C) 1997-2023 The R Core Team.
This is free software; see the GNU General Public Licence version 2
or later for copying conditions. There is NO warranty.
```
Best regards,
Christophe