Displaying 8 results from an estimated 8 matches for "mypie".
Did you mean:
mypid
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
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 Research
Univ Putra Malaysia
[[alternative HTML version deleted]]
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
2015 Jul 27
0
R package with Fortran module on Windows? undefined reference to `__stack_chk_fail'
You should be able to set PKG_FCFLAGS="-fno-stack-protector" when
compiling to ensure that the stack protector is not used.
(Trying that out on a Windows VM, with a simple `R CMD build` + `R CMD
INSTALL`, compilation of your package succeeded but linking failed
saying the DLL 'Fpi' was not found; I imagine that's a separate
issue.)
As an aside, be sure to check out what
2019 Jul 07
2
Can't Connect With New Install
Hello -
I'm working on a project that when deployed I'll need wireless access for
updates / configuration changes. I've installed Samba but can't get it to
work. I can SSH and ping both the host name and IP, but no Samba.
I've searched online for help and tried everything that sounded reasonable
but I'm at a dead end. Here's some of the relevant info and I'd be glad
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 = "...
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
2019 Jul 07
0
Can't Connect With New Install
On 07/07/2019 17:54, J Romans via samba wrote:
> Hello -
> I'm working on a project that when deployed I'll need wireless access for
> updates / configuration changes. I've installed Samba but can't get it to
> work. I can SSH and ping both the host name and IP, but no Samba.
> I've searched online for help and tried everything that sounded reasonable
> but