We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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"
The text was updated successfully, but these errors were encountered:
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)
Sorry, something went wrong.
#21
bitttyyyy
ZhiYuh
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: