This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2014-10-29 14:00:05 +0100 | |
cmake | |
.. | |
-DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/osgearth/2.5 | |
-DCMAKE_BUILD_TYPE=None | |
-DCMAKE_FIND_FRAMEWORK=LAST | |
-DCMAKE_VERBOSE_MAKEFILE=ON | |
-Wno-dev | |
-DCMAKE_OSX_ARCHITECTURES=x86_64 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2014-10-29 14:06:35 +0100 | |
cmake | |
.. | |
-DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/osgearth/2.5 | |
-DCMAKE_BUILD_TYPE=None | |
-DCMAKE_FIND_FRAMEWORK=LAST | |
-DCMAKE_VERBOSE_MAKEFILE=ON | |
-Wno-dev | |
-DCMAKE_OSX_ARCHITECTURES=x86_64 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2014-10-30 09:40:36 +0100 | |
./configure | |
--prefix=/usr/local/Cellar/grass-70/7.0.0beta3 | |
--disable-debug | |
--disable-dependency-tracking | |
--enable-shared | |
--with-cxx | |
--with-python | |
--with-blas |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2014-10-30 15:03:21 +0100 | |
./configure | |
--prefix=/usr/local/Cellar/grass-70/7.0.0beta3 | |
--disable-debug | |
--disable-dependency-tracking | |
--enable-shared | |
--with-cxx | |
--with-python | |
--with-blas |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2014-11-06 20:52:32 +0100 | |
./configure | |
--prefix=/usr/local/Cellar/grass-70/7.0.0beta3 | |
--disable-debug | |
--disable-dependency-tracking | |
--enable-shared | |
--with-cxx | |
--with-python | |
--with-blas |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2014-11-07 10:52:25 +0100 | |
cmake | |
.. | |
-DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/qgis/1.8.0 | |
-DCMAKE_BUILD_TYPE=None | |
-DCMAKE_FIND_FRAMEWORK=LAST | |
-DCMAKE_VERBOSE_MAKEFILE=ON | |
-Wno-dev | |
-DQWT_INCLUDE_DIR=/usr/local/opt/qwt/lib/qwt.framework/Headers/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2014-11-07 12:37:48 +0100 | |
./configure | |
--prefix=/usr/local/Cellar/grass-70/7.0.0beta3 | |
--disable-debug | |
--disable-dependency-tracking | |
--enable-shared | |
--with-cxx | |
--with-python | |
--with-blas |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
------------------------------------------------- R.oo without specifing encoding in .Rprofile/ /etc/R/.Rprofile.site | |
> install.packages('R.oo') | |
Installing package into ‘/usr/local/lib/R/site-library’ | |
(as ‘lib’ is unspecified) | |
trying URL 'http://cran.rstudio.com/src/contrib/R.oo_1.18.0.tar.gz' | |
Content type 'application/x-gzip' length 394545 bytes (385 Kb) | |
opened URL | |
================================================== | |
downloaded 385 Kb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
############################################################################# | |
# | |
# MODULE: GRASS Compilation | |
# AUTHOR(S): Original author unknown - probably CERL | |
# Justin Hickey - Thailand - jhickey AT hpcc.nectec.or.th | |
# Markus Neteler - Germany - neteler AT itc.it | |
# Andreas Lange - Germany - Andreas.Lange AT Rhein-Main.de | |
# Radim Blazek - Italy - blazek AT itc.it | |
# PURPOSE: It provides the commands necessary to compile, install, | |
# clean, and uninstall GRASS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#'amReferralTable | |
#'@export | |
amReferralTable<-function(session=shiny:::getDefaultReactiveDomain(),inputSpeed,inputFriction,inputHf,inputHfTo,inputTblHf,inputTblHfTo,idField,idFieldTo,labelField,labelFieldTo,typeAnalysis,resol,dbCon, unitCost=c('s','m','h'),unitDist=c('m','km'),outReferral,outNearestDist,outNearestTime){ | |
# check the clock | |
timeCheckAll<-system.time({ | |
# set increment for the progress bar. | |
incN=0 | |
inc=90/nrow(inputTblHf) |
OlderNewer