search for: mypi

Displaying 8 results from an estimated 8 matches for "mypi".

Did you mean: mipi
2015 Jul 27
2
R package with Fortran module on Windows? undefined reference to `__stack_chk_fail'
Hi, I created a R library that uses a Fortran module. Everything works like a charm on linux. Now I'm trying to make it work on Windows. I cloned my git repository <https://github.com/ignacio82/MyPi> on a windows computer, and when I press the build and reload button on Rstudio I get these errors: ==> Rcmd.exe INSTALL --no-multiarch --with-keep.source MyPi * installing to library 'C:/Users/IMartinez/Documents/R/R-3.2.1/library'* installing *source* package 'MyPi' ...** l...
2009 Sep 29
1
Create column of frequency
Dear all, Given mypi mypi <- c(0.1,0.2,0.2,0.1,0.3,0.4,0.4,0.4,0.4,0.2) I want to create myfreq as follows mypi myfreq 0.1 2 0.2 3 0.2 3 0.1 2 0.3 1 0.4 4 0.4 4 0.4 4 0.4 4 0.2 3 where myfreq is frequency of its corresponding observation. How to do that? Thank you, Regards, A. Kudus Institute for Math Researc...
2010 Jun 25
0
HEGY.test, error "Mypi not found"
Hi, I'd like to use the HEGY test from the uroot package (s. attachment) and get the following error message: error in dimnames(Mypi)[[2]] <- paste("Ypi", 1:s, sep = "") : Object 'Mypi' not found For the air passenger example on http://127.0.0.1:11997/library/uroot/html/HEGY.test.html it works, but for my time series it doesn't (giving names to the columns and rows did not help either...)....
2015 Jul 27
0
R package with Fortran module on Windows? undefined reference to `__stack_chk_fail'
...1:06 AM, Ignacio Martinez <ignacio82 at gmail.com> wrote: > Hi, > > I created a R library that uses a Fortran module. Everything works like a > charm on linux. > > Now I'm trying to make it work on Windows. I cloned my git repository > <https://github.com/ignacio82/MyPi> on a windows computer, and when I press > the build and reload button on Rstudio I get these errors: > > ==> Rcmd.exe INSTALL --no-multiarch --with-keep.source MyPi > * installing to library > 'C:/Users/IMartinez/Documents/R/R-3.2.1/library'* installing *source* > p...
2019 Jul 07
2
Can't Connect With New Install
...erver role = standalone server passdb backend = tdbsam obey pam restrictions = yes pam password change = yes map to guest = bad user [pihome] comment=pi home path=/home/pi/ read only = no browsable = yes create mask = 0775 directory mask = 0775 valid users = %S share directory permissions: pi@<mypi>:/home $ ls -l total 4 drwxrwsrwx 19 pi pi 4096 Jul 6 15:01 pi Win 10 when attempting to connect: Error code 0x80070035 The network path was not found Win 10 Diagnostics: file and print sharing resource (<mypi>) is online but isn't responding to connection attempts. Detected Detecte...
2010 Nov 23
1
specifying colours in a ggplot2 piechart
...ks but I then thought I'd like to make the colours more distinctive but fro some reason I don't seem to be able to use manually assigned colours. Can anyone suggest where I'm going wrong? Thanks =================================================================== library(ggplot2) mypie <- data.frame(xx = c(12,13,6,7,9,10,4, 3, 8, 6, 8, 4, 6,5,2,3), zz = letters[1:16]) mycolours <- c(a = "red", b = "blue", c = "green", d = "orange", e = "red", f = "blue", g = "geen", h = "orange", i = &quot...
2019 Jul 07
4
Can't Connect With New Install
Thanks for your help. I followed your suggestions and I'm getting basically the same thing. I used your suggested smb.conf and created /home/pishare: <mypi>:/ $ ls -l -d /home/pishare drwxrwsr-x 2 root root 4096 Jul 7 12:17 /home/pishare "pi" is a Unix and a Samba user. Attempting to logon from Win 10 gives the same error messages. Testing the connection as suggested in the wiki.samba reference you mentioned produces: <mypi>:/...
2019 Jul 07
0
Can't Connect With New Install
...rictions = yes > pam password change = yes > map to guest = bad user > > [pihome] > comment=pi home > path=/home/pi/ > read only = no > browsable = yes > create mask = 0775 > directory mask = 0775 > valid users = %S > > share directory permissions: > pi@<mypi>:/home $ ls -l > total 4 > drwxrwsrwx 19 pi pi 4096 Jul 6 15:01 pi > > Win 10 when attempting to connect: > Error code 0x80070035 > The network path was not found > > Win 10 Diagnostics: > file and print sharing resource (<mypi>) is online but isn't respondi...