Home
last modified time | relevance | path

Searched refs:Rscript (Results 1 – 25 of 361) sorted by relevance

12345678910>>...15

/dports/math/R/R-4.1.2/src/unix/
H A DMakefile.in31 Makefile.in $(SOURCES_C_BASE) Rscript.c \
50 @$(MAKE) rhome="$(abs_top_builddir)" install-Rscript
63 @-rm -Rf .libs _libs Rscript.dSYM
66 @-rm -f Makefile Rscript
70 install-Rscript:
72 -o Rscript $(srcdir)/Rscript.c
74 @$(INSTALL_PROGRAM) Rscript "$(DESTDIR)$(Rexecbindir)/Rscript"
90 install-main: install-Rscript
92 @$(INSTALL_PROGRAM) Rscript "$(DESTDIR)$(bindir)/Rscript"
95 $(INSTALL_PROGRAM) Rscript "$(DESTDIR)$(Rexecbindir2)/Rscript"; \
/dports/math/libRmath/R-4.1.1/src/unix/
H A DMakefile.in31 Makefile.in $(SOURCES_C_BASE) Rscript.c \
50 @$(MAKE) rhome="$(abs_top_builddir)" install-Rscript
63 @-rm -Rf .libs _libs Rscript.dSYM
66 @-rm -f Makefile Rscript
70 install-Rscript:
72 -o Rscript $(srcdir)/Rscript.c
74 @$(INSTALL_PROGRAM) Rscript "$(DESTDIR)$(Rexecbindir)/Rscript"
90 install-main: install-Rscript
92 @$(INSTALL_PROGRAM) Rscript "$(DESTDIR)$(bindir)/Rscript"
95 $(INSTALL_PROGRAM) Rscript "$(DESTDIR)$(Rexecbindir2)/Rscript"; \
/dports/math/R/R-4.1.2/src/library/utils/man/
H A DRscript.Rd1 % File src/library/utils/man/Rscript.Rd
6 \name{Rscript}
7 \alias{Rscript}
14 \special{Rscript [options] [-e expr [-e expr2 ...] | file] [args]}
26 \command{Rscript --help} gives details of usage, and
27 \command{Rscript --version} gives the version of \command{Rscript}.
87 Rscript -e 'date()' -e 'format(Sys.time(), "\%a \%b \%d \%X \%Y")'
90 # Note that Rscript is not by default in the PATH on Windows, so
91 # either put it there or use an explicit path to Rscript.
96 Rscript -e 'date()' -e 'format(Sys.time(), "\%a \%b \%d \%X \%Y")'
[all …]
/dports/math/libRmath/R-4.1.1/src/library/utils/man/
H A DRscript.Rd1 % File src/library/utils/man/Rscript.Rd
6 \name{Rscript}
7 \alias{Rscript}
14 \special{Rscript [options] [-e expr [-e expr2 ...] | file] [args]}
26 \command{Rscript --help} gives details of usage, and
27 \command{Rscript --version} gives the version of \command{Rscript}.
87 Rscript -e 'date()' -e 'format(Sys.time(), "\%a \%b \%d \%X \%Y")'
90 # Note that Rscript is not by default in the PATH on Windows, so
91 # either put it there or use an explicit path to Rscript.
96 Rscript -e 'date()' -e 'format(Sys.time(), "\%a \%b \%d \%X \%Y")'
[all …]
/dports/math/R/R-4.1.2/src/gnuwin32/front-ends/
H A DMakefile33 $(R_HOME)/$(BINDIR)/Rscript.exe $(R_HOME)/$(BINDIR)/open.exe \
35 $(R_HOME)/bin/R.exe $(R_HOME)/bin/Rscript.exe
65 $(R_HOME)/bin/Rscript.exe: Rfe.exe
69 $(R_HOME)/$(BINDIR)/Rscript.exe: Rscript.exe
82 Rscript-LIBS = -L../../../$(IMPDIR) -lR -lRgraphapp -lshlwapi
87 Rscript-LINKFLAGS = $(LARGE_ADDR) $(LARGE_STACK)
95 rsico.o: Rscript.exe.manifest
113 Rscript.o: ../../unix/Rscript.c ../../include/Rversion.h
116 Rscript.exe: Rscript.o rsico.o
/dports/math/libRmath/R-4.1.1/src/gnuwin32/front-ends/
H A DMakefile33 $(R_HOME)/$(BINDIR)/Rscript.exe $(R_HOME)/$(BINDIR)/open.exe \
35 $(R_HOME)/bin/R.exe $(R_HOME)/bin/Rscript.exe
65 $(R_HOME)/bin/Rscript.exe: Rfe.exe
69 $(R_HOME)/$(BINDIR)/Rscript.exe: Rscript.exe
82 Rscript-LIBS = -L../../../$(IMPDIR) -lR -lRgraphapp -lshlwapi
87 Rscript-LINKFLAGS = $(LARGE_ADDR) $(LARGE_STACK)
95 rsico.o: Rscript.exe.manifest
113 Rscript.o: ../../unix/Rscript.c ../../include/Rversion.h
116 Rscript.exe: Rscript.o rsico.o
/dports/misc/R-cran-xfun/xfun/man/
H A DRscript.Rd3 \name{Rscript}
4 \alias{Rscript}
6 \title{Run the commands \command{Rscript} and \command{R CMD}}
8 Rscript(args, ...)
21 Wrapper functions to run the commands \command{Rscript} and \command{R CMD}.
25 Rscript(c("-e", "1+1"))
H A DRscript_call.Rd5 \title{Call a function in a new R session via \code{Rscript()}}
24 \code{\link{Rscript}}, e.g., \code{"--vanilla"}.}
36 session via \code{\link{Rscript}()}, read the argument values, call the
47 # Run Rscript starting a vanilla R session
/dports/devel/R-cran-usethis/usethis/inst/templates/
H A Dcircleci-config.yml19 Rscript -e 'install.packages("remotes")'
20 Rscript -e 'remotes::install_deps(dependencies = TRUE)'
24 Rscript -e 'sessionInfo()'
25 Rscript -e 'installed.packages()[, c("Package", "Version")]'
26 Rscript -e 'rmarkdown::pandoc_version()'
/dports/biology/scrm/scrm-1.7.4/tools/
H A Dcompare_versions.sh27 …time_stable=`Rscript -e "options(digits=2); cat(mean(read.table(\"$time_file_stable\")[,1]), 's\n'…
28 ram_stable=`Rscript -e "cat(round(mean(read.table(\"$time_file_stable\")[,2])), 'kb\n', sep='')"`
29 …time_new=`Rscript -e "options(digits=2); cat(mean(read.table(\"$time_file_new\")[,1]), 's\n', sep=…
30 ram_new=`Rscript -e "cat(round(mean(read.table(\"$time_file_new\")[,2])), 'kb\n', sep='')"`
/dports/devel/R-cran-Rcpp/Rcpp/inst/examples/ConvolveBenchmarks/
H A Doverhead.sh10 export PKG_CPPFLAGS=`Rscript -e "Rcpp:::CxxFlags()"`
11 export PKG_LIBS=`Rscript -e "Rcpp:::LdFlags()"`
15 Rscript overhead.r
H A DbuildAndRun.sh11 export PKG_CPPFLAGS=`Rscript -e "Rcpp:::CxxFlags()"`
12 export PKG_LIBS=`Rscript -e "Rcpp:::LdFlags()"`
24 Rscript exampleRCode.r
/dports/devel/R-cran-rprojroot/rprojroot/man/
H A Dthisfile.Rd39 or run with \code{Rscript} or using the \code{--file} parameter to the
40 \code{R} executable. For code run with \code{Rscript}, the exact value
41 of the parameter passed to \code{Rscript} is returned.
58 \code{\link[base:source]{base::source()}}, \code{\link[utils:Rscript]{utils::Rscript()}}, \code{\li…
/dports/math/R-cran-sf/sf/inst/docker/geos/
H A DDockerfile115 RUN Rscript -e 'install.packages(c("sp", "rgeos", "rgdal", "RPostgreSQL", "RSQLite", "testthat", "k…
138 #RUN Rscript -e 'install.packages(c("stars", "tmap"), repos = "https://cloud.r-project.org")'
140 RUN Rscript -e 'install.packages("rgdal", repos="http://R-Forge.R-project.org")'
142 RUN Rscript -e 'install.packages(c("XML"))'
143 RUN Rscript -e 'install.packages(c("tmaptools", "tmap", "mapview", "s2", "terra"))'
144 RUN Rscript -e 'install.packages("rgeos", repos="http://R-Forge.R-project.org")'
153 #RUN Rscript -e 'install.packages("starsdata", repos="http://gis-bigdata.uni-muenster.de/pebesma/")'
154 #RUN Rscript -e 'install.packages(c("PCICt", "RNetCDF", "future.apply", "ggforce", "ggthemes", "gst…
155 #RUN Rscript -e 'install.packages(c("tidync", "ncdfgeom", "cubelyr"))'
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/setup-utils/
H A Dinstall-mxnet-ubuntu-r.sh36 is_rscript_installed=$(which Rscript | wc -l)
56 sudo Rscript -e "install.packages('devtools', repo = 'https://cran.rstudio.com')"
58 sudo Rscript -e "library(devtools); library(methods); options(repos=c(CRAN='https://cran.rstudio.co…
/dports/misc/mxnet/incubator-mxnet-1.9.0/setup-utils/
H A Dinstall-mxnet-ubuntu-r.sh36 is_rscript_installed=$(which Rscript | wc -l)
56 sudo Rscript -e "install.packages('devtools', repo = 'https://cran.rstudio.com')"
58 sudo Rscript -e "library(devtools); library(methods); options(repos=c(CRAN='https://cran.rstudio.co…
/dports/math/jags/classic-bugs/vol2/
H A DMakefile.sub10Rscript -e "benchfile <- 'bench-$${cmdfile%%.cmd}.R'; source('../../R/bench.R')" >> bench.log 2>> …
19Rscript -e "source('bench-$${cmdfile%%.cmd}.R');source('../../R/check.R')" >> check.log 2>> check.…
28 Rscript $${cmdfile} >> Rcheck.log 2>> Rcheck.log && \
/dports/math/mlpack/mlpack-3.4.2/CMake/
H A DFindR.cmake33 # Find the Rscript program.
34 find_program(RSCRIPT_EXECUTABLE Rscript DOC "Rscript executable.")
/dports/devel/RStudio/rstudio-2021.09.1-372/dependencies/common/
H A Dinstall-packages101 RPKGLIB=$(Rscript -e 'cat(if(length(.Library.site) > 0) { .Library.site[[1]] } else { tail(.libPath…
104 RPKGLIB=$(Rscript -e 'cat(path.expand(Sys.getenv("R_LIBS_USER")))')
112 Rscript -e "$RINSTALLCMD"
/dports/textproc/R-cran-vroom/vroom/inst/bench/
H A DGNUmakefile18 Rscript summarise-benchmarks.R
24 Rscript $< $(BENCH_LONG_ROWS) $(BENCH_LONG_COLS) $@
27 Rscript $< $(BENCH_WIDE_ROWS) $(BENCH_WIDE_COLS) $@
/dports/www/R-cran-bslib/bslib/tools/
H A DREADME.md6 Rscript tools/main.R
15 Rscript tools/yarn_install.R
26 Rscript tools/fonts.R
/dports/math/jags/classic-bugs/vol1/
H A DMakefile.sub10Rscript -e "benchfile <- 'bench-$${cmdfile%%.cmd}.R'; source('../../R/bench.R')" >> bench.log 2>> …
19Rscript -e "source('bench-$${cmdfile%%.cmd}.R');source('../../R/check.R')" >> check.log 2>> check.…
38 Rscript $${cmdfile} >> Rcheck.log 2>> Rcheck.log && \
/dports/math/R-cran-dimRed/dimRed/vignettes/
H A DMakefile3 $(R_HOME)/bin/Rscript -e "knitr::knit2pdf('dimensionality-reduction.Rnw')"
4 $(R_HOME)/bin/Rscript -e "tools::compactPDF('dimensionality-reduction.pdf', gs_quality = 'ebook')"
/dports/misc/py-xgboost/xgboost-1.5.1/.github/workflows/
H A Dr_tests.yml38 shell: Rscript {0}
44 shell: Rscript {0}
53 Rscript.exe tests/helper_scripts/run_lint.R
86 shell: Rscript {0}
92 shell: Rscript {0}
138 shell: Rscript {0}
/dports/misc/xgboost/xgboost-1.5.1/.github/workflows/
H A Dr_tests.yml38 shell: Rscript {0}
44 shell: Rscript {0}
53 Rscript.exe tests/helper_scripts/run_lint.R
86 shell: Rscript {0}
92 shell: Rscript {0}
138 shell: Rscript {0}

12345678910>>...15