search for: mypath

Displaying 20 results from an estimated 54 matches for "mypath".

Did you mean: mpath
2017 Sep 18
1
llvm-link: Missing Dwarf DIE references
..._ranges [DW_FORM_sec_offset] (0x00021960 [0x0000000000001878 - 0x000000000000187c) [0x00000000000018b0 - 0x0000000000001910) [0x0000000000001980 - 0x00000000000019e0)) DW_AT_call_file [DW_FORM_data1] ("<mypath>/testprogram_lucidDreams/iOS_APP/LucidDreams/DreamListViewControllerModel.swift") DW_AT_call_line [DW_FORM_data1] (61) while processing <mypath>/testprogram_lucidDreams/iOS_APP/DerivedData/iOS_APP/Build/Intermediates.noindex/iOS_APP.build/Debug-iphoneos/iOS_APP.bui...
2017 Sep 20
0
llvm-link: Missing Dwarf DIE references
I saw a .o file <mypath>/DreamListViewController.o among .bc files in your llvm-link command. Could that be the cause of the problem? Andrew On Tuesday, 19 September 2017, 11:08:40 pm GMT+8, via llvm-dev <llvm-dev at lists.llvm.org> wrote: Date: Mon, 18 Sep 2017 13:28:52 -0700 From: Jack Carter via llvm-dev...
2020 Aug 28
2
Evaluate values in `Sys.setenv`
Hi all, I would like to know if there is any way to evaluate the values in `Sys.setenv` before setting the environment variables. For example, if we want to add a path to the environment variable `PATH`, we can do this in a terminal ``` > export PATH=~/mypath:$PATH > echo $PATH /Users/jeff/mypath:... ``` However, this style of assignment is not allowed in `Sys.setenv`, it treats its argument as a literal string, so ``` > Sys.setenv(PATH= " ~/mypath:$PATH") > Sys.getenv("PATH") [1] " ~/mypath:$PATH " ``` Note tha...
2000 Dec 29
2
how to create help files
...tration, here is a simple example of where I'm stuck: > # first, create a simple function f1: > f1 <- function(x) x^2 > # create directories where a package called "testfunctions" with my own functions will live: > R.home() [1] "D:\\Programme\\R\\rw1020" > mypath <- paste(R.home(),"\\library\\testfunctions", sep="") > mypath [1] "D:\\Programme\\R\\rw1020\\library\\testfunctions" > dir.create(mypath) > dir.create(paste(mypath, "\\R", sep="")) > # dump the function into file "testfunctions&...
2013 Jun 11
0
How to "source" a R script in a parent/parallel directory (win/linux)
...ried to teach them some rudiments, but unsuccessfully. They are only willing to double click an icon, and do not want to bother with many details. Consider the following situation, in where I have to run the very same script under Linux (for debugging) and under windows (for the users) On Win C:\\mypath\\user1 On my Linux box the same path is a samba share mounted on /mnt/mymountpt/user1/mywd The file I would like to run (say, RunThis.R) with a "source" command will be located at C:\\mypath\\PROGRAM /mnt/mymountpt/mypath/PROGRAM This location will never change, while "user1&quot...
2003 Apr 03
4
Password Aging Policies - SAMBA
I am new to SAMBA. I am using it with LINUX and I love it! Nice change from you know who. I am sorry if this is a lame question, but I am setting up a Primary Domain Controller and a Backup Domain Controller. All the clients are Windows 2K or XP. I need the clients to reset their passwords every 30 days. I am having a hard time locating a procedure to set this feature. LINUX has 'chage'
2013 Jan 08
2
plot residuals per factor
Dear R-users, I want to plot residuals vs fitted for multiple groups with ggplot2. I try this code, but unsuccessful. library("plyr") models<-dlply(dat1,"d",function(df) mod<-lm(y~x,data=df) ggplot(models,aes(.fitted,.resid), color=factor(d))+ geom_hline(yintercept=0,col="white",size=2)+ geom_point()+ geom_smooth(se=F) -- --- Catalin-Constantin ROIBU
2012 Dec 24
2
whats wrong in my codes???
...is contained in "names" file. when i run this loop, i get an error. "Error in plot.new() : Unable to open file 'C:/R/SAVEHERE/myplot_Tak.jpg' for writing". could you please correct the mistake in the loop? >names<-(names(sp)) >for(a in seq_along(names)){ >mypath <- file.path("C:","R","SAVEHERE",paste("myplot_", names[a], ".jpg",sep = "")) >jpeg(file=mypath) >for (i in seq(1)){ >b<-lapply(res,function(x) {if(is.data.frame(x[,-1])) rowMeans(x[,-1]) else mean(x[,-1])}) >lapply(seq_a...
2011 May 20
3
"no such file to load -- rails/commands/runner (LoadError)"
...39;'" My runner.rb is as follows:- #!/usr/bin/env ruby # script/runner for rails 3.0 APP_PATH = File.expand_path(''../../config/environment'', __FILE__) require ''rubygems'' require ''rails/commands/runner'' My Bash file is as follows:- MYPATH=/usr/local/rvm/rubies/ruby-1.9.2-p180/bin $MYPATH/ruby runner test.rb -e test Can anyone tell me what is the wrong with this? Thanks, Tushar -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" g...
2020 Aug 28
0
Evaluate values in `Sys.setenv`
It is the shell that does the ~ and $ expansions, and Sys.setenv() doesn't go via the shell, so you cannot expect it to understand the shell metacharacters. Instead, you need to do the corresponding computations in R, e.g. > paste(path.expand("~/mypath"), Sys.getenv("PATH"), sep=":") [1] "/Users/pd/mypath:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/gfortran/bin:/usr/local/clang8/bin:/Library/TeX/texbin:/opt/X11/bin" which you can then pass to Sys.setenv(). -pd > On 28 Aug 2020, at 11:00 , Jeff...
2002 Jun 20
1
2.2.5, recycle: %U is ok, %u is not
Linux Red Hat 6.x Using name = <mypath>/%U in recycle.conf is ok, while using name = <mypath>/%u produces a dir <mypath>/%u/deleted.item I need to use %u since %U is before smbusers mapping. Do you get the same behavior? Thanks -- giulioo@pobox.com
2011 Aug 02
1
msdfs and %u
I tryed to use msdfs, but it doesn't work. Is it my fault, or is it a bug? log.snmd: smbd/msdfs.c:295(create_conn_struct) create_conn_struct: Can't ChDir to new conn path /mypath/host/%u. Error was No such file or directory Part of smb.conf: [global] ... host msdfs = yes ... [eb] path = /mypath/data/eb force group =smb valid users = @gruppeeb write list = @gruppeeb browseable = no [dfs] path = /mypath/host/%u msdfs root = yes ls -l : lrwxrwxrwx 1 root root 17 Aug 11:1...
2013 Feb 17
2
Loop
Hi all, I want to execute a loop of a program: for (u in Timeframemin:Timeframe){} Imagine that Timeframemin<-10 Timefram<-10000 Is it posible to execute the loop but only proving from 10 to 10000 but jumping 10 each time, for example, execute for 10,20,30.....to Timeframe. Other question is, when a program is "heavy" and has a lot of loops to execute (how can I know where
2001 Feb 26
0
Problems with OpenSSH 2.5.1p1 on Solaris 8
...ot;\nPATH="); + if (pathstr) { + char *nl; + + pathstr += 6; + nl = strchr(pathstr, '\n'); + if (!nl) { + /* + * EOF, so PATH is the last line + */ + child_set_env(&env, &envsize, "PATH", pathstr); + } else { + char *mypath; + size_t path_len; + + path_len = nl - pathstr; + mypath = xmalloc(path_len + 1); + memcpy(mypath, pathstr, path_len); + *(mypath + path_len) = 0; + child_set_env(&env, &envsize, "PATH", mypath); + xfree(mypath); + } + } else { +nocando: + child_set_...
2017 Mar 14
2
gráfico jpg png
...ficación en el tipo de archivo es: names = LETTERS[1:26] ## Gives a sequence of the letters of the alphabet beta1 = rnorm(26, 5, 2) ## A vector of slopes (one for each letter) beta0 = 10 ## A common intercept for(i in 1:26){ x = rnorm(500, 105, 10) y = beta0 + beta1[i]*x + 15*rnorm(500) mypath <- file.path("C:","R","SAVEHERE",paste("myplot_", names[i], ".png", sep = "")) png(file=mypath) mytitle = paste("my title is", names[i]) plot(x,y, main = mytitle) dev.off() } El original pero con jpg está en https:...
2007 Mar 05
4
nil object / slave server problem
...ript/backgroundrb run'' so I can watch the output. When I try to launch a worker, I get this in the output (in the shell where the backgroundrb script is running): You have a nil object when you didn''t expect it! The error occurred while evaluating nil.wait - (NoMethodError) /<mypath>/vendor/plugins/backgroundrb/server/lib/backgroundrb/middleman.rb:218:in `new_worker'' Looking through middleman.rb, I found that this is triggered by the slave_obj being nil, and see that there''s a preceding exception, which I found in backgroundrb_server.log: 20070305-16:45:...
2012 Nov 02
1
mergeing a large number of large .csvs
...Tony cookson, http://www.r-bloggers.com/merging-multiple-data-files-into-one-data-frame/; The function takes a path. This path should be the name of a folder that contains all of the files you would like to read and merge together and only those files you would like to merge. multmerge = function(mypath){ filenames=list.files(path=mypath, full.names=TRUE) datalist = try(lapply(filenames, function(x){read.csv(file=x,header=T)})) try(Reduce(function(x,y) {merge(x, y, all=TRUE)}, datalist)) } #this function renames files using a fixed list and outputs a .csv merepk <- function (path, nf.name) {...
2009 Jan 26
0
Help with sas.get
...es assumed by the function? I would really appreciate if a user experienced with this function could provide some guidance. Thank you Working environment: R 2.8.1 is installed on linux machines with the most recent version of the Hmisc package; SAS 9 runs on a Solaris based system. ### Code mypath <- "/home/sbihorel/my_documents/Testing_env/SAS_dataset_R_import" mydf <- sas.get(library=mypath,member="test") ### Error message Error in sas.get(library = mypath, member = "test") : SAS output files not found In addition: Warning message: In sas.get(librar...
2008 Mar 21
1
Problem with Makefile.win and environment variable
Dear all, When porting my package to WinXP I have the following problem: I need to create an environment variable "MYVAR=c:\mypath" which I have saved in the control panel "System->My Computer" (under the `Advanced' tab). I have two files which need to access MYVAR: config.win, Makefile.win While "config.win" does recognize MYVAR correctly, "Makefile.win" is not able to recognize M...
2019 Jun 25
2
Share migration
Hello, I will change a old samba share (SMB1 samba 3) to a new samba 4.8.3 (as unix domain member server). For this, I will copy datas from old share to the share via a rsync ssh command : rsync -aAX --progress --delete --stats --human-readable -e "ssh -p 22" root at oldsambaserver:/mypath/* /mypath/ This command copy also all the acls from the old samba share and apply it on the new share. But, I have to re apply new acls because I am using Posix attributes for uid and gid ;? the old share is a samba 3 (gid are in range 500-999) and new share is a samba 4 (with gid in domain ra...