Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning messages when installing from .Rprofile #22

Open
grabear opened this issue Oct 14, 2018 · 2 comments
Open

Warning messages when installing from .Rprofile #22

grabear opened this issue Oct 14, 2018 · 2 comments

Comments

@grabear
Copy link
Member

grabear commented Oct 14, 2018

loading from .Rprofile works!

It's still installing my packages right now. So I'm not sure if it will be successful. But it hasn't stopped on anything weird.

Here are the warnings:

During startup - Warning messages:
1: Setting LC_CTYPE failed, using "C"
2: Setting LC_TIME failed, using "C"
3: Setting LC_MESSAGES failed, using "C"
4: Setting LC_MONETARY failed, using "C"
5: Setting LC_PAPER failed, using "C"
6: Setting LC_MEASUREMENT failed, using "C"
@grabear
Copy link
Member Author

grabear commented Oct 14, 2018

Here's a full breakdown of one of the package installation outputs. @bitttyyyy @ZhiYuh

During startup - Warning messages:
1: Setting LC_CTYPE failed, using "C"
2: Setting LC_TIME failed, using "C"
3: Setting LC_MESSAGES failed, using "C"
4: Setting LC_MONETARY failed, using "C"
5: Setting LC_PAPER failed, using "C"
6: Setting LC_MEASUREMENT failed, using "C"
* installing *source* package 'foreign' ...
** package 'foreign' successfully unpacked and MD5 sums checked
** libs
gcc -I"/home/grabear/R_installs/R-3.5.1/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c R_systat.c -o R_systat.o
gcc -I"/home/grabear/R_installs/R-3.5.1/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c Rdbfread.c -o Rdbfread.o
gcc -I"/home/grabear/R_installs/R-3.5.1/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c Rdbfwrite.c -o Rdbfwrite.o
gcc -I"/home/grabear/R_installs/R-3.5.1/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c SASxport.c -o SASxport.o
gcc -I"/home/grabear/R_installs/R-3.5.1/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c avl.c -o avl.o
gcc -I"/home/grabear/R_installs/R-3.5.1/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c dbfopen.c -o dbfopen.o
gcc -I"/home/grabear/R_installs/R-3.5.1/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c file-handle.c -o file-handle.o
gcc -I"/home/grabear/R_installs/R-3.5.1/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c format.c -o format.o
gcc -I"/home/grabear/R_installs/R-3.5.1/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c init.c -o init.o
gcc -I"/home/grabear/R_installs/R-3.5.1/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c minitab.c -o minitab.o
gcc -I"/home/grabear/R_installs/R-3.5.1/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c pfm-read.c -o pfm-read.o
gcc -I"/home/grabear/R_installs/R-3.5.1/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c sfm-read.c -o sfm-read.o
gcc -I"/home/grabear/R_installs/R-3.5.1/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c spss.c -o spss.o
gcc -I"/home/grabear/R_installs/R-3.5.1/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c stataread.c -o stataread.o
gcc -shared -L/usr/local/lib -o foreign.so R_systat.o Rdbfread.o Rdbfwrite.o SASxport.o avl.o dbfopen.o file-handle.o format.o init.o minitab.o pfm-read.o sfm-read.o spss.o stataread.o
installing to /home/grabear/R_installs/R-3.5.1/lib/R/library/foreign/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded
During startup - Warning messages:
1: Setting LC_CTYPE failed, using "C"
2: Setting LC_TIME failed, using "C"
3: Setting LC_MESSAGES failed, using "C"
4: Setting LC_MONETARY failed, using "C"
5: Setting LC_PAPER failed, using "C"
6: Setting LC_MEASUREMENT failed, using "C"
* DONE (foreign)

@grabear
Copy link
Member Author

grabear commented Feb 5, 2019

#21

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants