- \^{a} - â (şapkalı a)
- \^{A} - Â (şapkalı A)
- \c{c} - ç
- \c{C} - Ç
- \u{g} - ğ
- \u{G} -Ğ
- {\i} - ı
- \.{I} - İ
- \"{o} - ö
- \"{O} - Ö
- \c{s} - ş
- \c{S} - Ş
- \"{u} - ü
- \"{U} - Ü
10 Mart 2018 Cumartesi
Turkish characters in Latex - Latex'te Türkçe karakterler
6 Mart 2018 Salı
libjvm.so: cannot open shared object file: No such file or directory
If you are getting that error when trying to load rJava, Please try the approach below:
Steps:
- Find your R library location. Mine is
/usr/lib/R/lib
- Find the
libjvm.so
file which is usually in theusr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server
path depending on which jre you're using. Check in $JAVA_HOME environment. - Create a symlink using
ln -s
sudo ln -s /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server/libjvm.so /usr/lib/R/lib/libjvm.so
- Restart R server
keyword : libjvm.so: cannot open shared object file: No such file or directory
4 Mart 2018 Pazar
devtools package of R
How to install bugfree devtools package to R, in Linux?
Current version (1.13.5) of devtools package unfortunately has a trivial, but need to be fixed, bug.
the R/run-source.r file, in the end has such a part :
but it should be :
After installation, I couldn't find how to fix it. So I have followed these steps:
Current version (1.13.5) of devtools package unfortunately has a trivial, but need to be fixed, bug.
the R/run-source.r file, in the end has such a part :
} else {
if (length(r_files) > 1) {
warning("Multiple R files in gist, using first.")
which <- 1
}
}
r_files[[which]]$raw_url
}
but it should be :
} else {
if (length(r_files) > 1) {
warning("Multiple R files in gist, using first.")
}
which <- 1
}
r_files[[which]]$raw_url
}
After installation, I couldn't find how to fix it. So I have followed these steps:
- Download the package : https://cran.r-project.org/src/contrib/devtools_1.13.5.tar.gz
- Extract the package.
- Edit the R/run-source.r file to fix the bug. (Just swap the lines "which
- After doing that, md5sum of the file is changed. Calculate the new md5sum (with the command "md5sum run-source.r") and update the file "MD5", changing the line "a861a5eb5ec4cb26572b7f11e86c4046 *R/run-source.r" with correct md5sum of the file.
- Uninstall all installed packages of R. (I have deleted the folder ~/R/x86_64-pc-linux-gnu-library completely)
- Then install devtools package from your local, using the command : install.packages("the/full/path/devtools_1.13.5.tar.gz", repos = NULL, type="source")
- This command will return error : ERROR: dependencies ‘httr’, ‘memoise’, ‘whisker’, ‘digest’, ‘rstudioapi’, ‘jsonlite’, ‘git2r’, ‘withr’ are not available for package ‘devtools’
- Install all dependencies one by one. (install.packages("httr") install.packages("memoise") ...)
- After installing all dependencies, try again to install devtools from your local : install.packages("the/full/path/devtools_1.13.5.tar.gz", repos = NULL, type="source")
- You are done.
keyword : "Error in r_files[[which]] : invalid subscript type 'closure'"
14 Aralık 2016 Çarşamba
tesekkur
izbe bir kosede uzun suredir atil duran blogumu didik didik inceleyip populeritesini arttirmaya calisan is arkadaslarima tesekkuru borc bilirim :)
22 Aralık 2015 Salı
yoresi.net
neredeyse 5 sene aradan sonra yeni bir blog girdisi yazmamin tek sebebi, bu aralar beni heyecanlandiran http://yoresi.net :)
16 Nisan 2011 Cumartesi
computer science student workshop'11
Gectigimiz haftasonu tamamen bir ogrenci organizasyonu olan CSW'11'e katildim. Katilma sebebimin tamamen istanbula gitme bahanesi oldugu etkinligi cok begendim, Organizasyon komitesi tahmin ettigimden cok daha profesyonelce hazirlanmis etkinlige. Bu yil ikincisi duzenlenen bu etkinlikte, bulunan sponsorlar sayesinde cok iyi agirlandik. Etkinlik hakkinda ayrintili bilgiye http://myweb.sabanciuniv.edu/csw/ adresinden ulasabilirsiniz.
Duzenleyenlerin ve katilanlarin ellerine, ayaklarina saglik, CSW'12'de daha buyuk bir kalabalikla tekrar gorusmek dilegiyle :)
Duzenleyenlerin ve katilanlarin ellerine, ayaklarina saglik, CSW'12'de daha buyuk bir kalabalikla tekrar gorusmek dilegiyle :)
24 Şubat 2011 Perşembe
realden uzaktan kumandali araba
bugun bilkent real'den, 64.90 tl karsiliginda, uzaktan kumandali bir oyuncak araba (cip) aldim. yalniz eve gelip pakedi actigimda, paketten cikmasi gereken arabanin sarjli pili cikmadi. (paketten cikanlar : kumanda, kumanda pili, kumanda anteni, araba, araba pilinin sarj adaptoru). Kullanma klavuzunda, 7.2 voltluk sarjli pilin de paketten cikmasi gerektigi yaziyor, ama cikmadi.
yarin aksama eglence cikti anlayacaginiz :)
umarim real'de cok ugrastirmazlar beni, hic kavga edesim yok :(
yarin aksama eglence cikti anlayacaginiz :)
umarim real'de cok ugrastirmazlar beni, hic kavga edesim yok :(
23 Ocak 2011 Pazar
isliksiz ormanlarin krali
cok begendigim bir blog yazisi.
http://blog.milliyet.com.tr/Isliksiz_ormanlarin_krali___/Blog/?BlogNo=285215
http://blog.milliyet.com.tr/Isliksiz_ormanlarin_krali___/Blog/?BlogNo=285215
is degistirdim
her zamanki gibi yine blogumu cok bosladim..
sadece sunu soylicektim, is degistirdim, artik mikes calisaniyim.
sadece sunu soylicektim, is degistirdim, artik mikes calisaniyim.
29 Kasım 2010 Pazartesi
Kaydol:
Kayıtlar (Atom)