Displaying 7 results from an estimated 7 matches for "phh".
Did you mean:
  ph
  
2007 Dec 13
2
Overlaying trellis xyplot on contourplot
...TRUE,                                 # Add nice colors
 cuts=10                                  # Specify number of contour
slices
 )
# Data to superimpose as xyplot on the contourplot....
ph <-c(0.42,0.47,0.59,0.40)                     # Create a vector of values
under variable 'ph'
phh <-c(0.76,0.81,0.82,0.71)                          # Create vector of
values for variable 'phh'
d <- data.frame(ph,phh)                               # Group variables ph
& phh in data frame 'd'
Dr. Seth  W. Bigelow
Biologist, Sierra Nevada Research Center
Pacific South...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without 
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee 
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking
2018 May 08
1
Cannot install package bibliometrix on F28
Dear All,
I am trying to install the package bibliometrix on F28, but getting thsi error:
-------------------
** preparing package for lazy loading
Error in dyn.load(file, DLLpath = DLLpath, ...) :
  unable to load shared object '/usr/lib64/R/library/leaps/libs/leaps.so':
  libgfortran.so.4: cannot open shared object file: No such file or directory
ERROR: lazy loading failed for package
2024 Nov 02
1
RStudio crashes with segmentation fault on F41
Dear All,
I am facing this problem when running rstudio on F41:
$ rstudio
[19788:1102/160811.250292:ERROR:gl_factory.cc(120)] Requested GL
implementation (gl=none,angle=none) not found in allowed
implementations:
[(gl=egl-angle,angle=default),(gl=egl-gles2,angle=none)].
[19788:1102/160811.252899:ERROR:viz_main_impl.cc(198)] Exiting GPU
process due to errors during initialization
Segmentation
2024 Nov 03
1
RStudio crashes with segmentation fault on F41
...#
Paul
On Sat, Nov 2, 2024 at 8:54?PM I?aki Ucar <iucar at fedoraproject.org> wrote:
>
> I've seen this before. Please run:
>
> $ sudo dnf install xorg-x11-fonts-Type1
>
> and try again.
>
> Best,
> I?aki
>
> On Sat, 2 Nov 2024 at 17:10, Paul Smith <phhs80 at gmail.com> wrote:
>>
>> Dear All,
>>
>> I am facing this problem when running rstudio on F41:
>>
>> $ rstudio
>> [19788:1102/160811.250292:ERROR:gl_factory.cc(120)] Requested GL
>> implementation (gl=none,angle=none) not found in allowed
>...
2024 Nov 03
1
RStudio crashes with segmentation fault on F41
...)].
[19496:1103/210330.028349:ERROR:viz_main_impl.cc(198)] Exiting GPU
process due to errors during initialization
Segmentation fault (core dumped)
$
Paul
On Sun, Nov 3, 2024 at 9:02?PM I?aki Ucar <iucar at fedoraproject.org> wrote:
>
>
> On Sun, 3 Nov 2024 at 21:58, Paul Smith <phhs80 at gmail.com> wrote:
>>
>> Thanks, I?aki, for your answer. Yes, I do have a GPU:
>>
>> NVIDIA GeForce GTX 1650/PCIe/SSE2 NVIDIA Corporation 4.6.0 NVIDIA 560.35.03
>>
>> And no progress:
>>
>> $ rstudio GSK_RENDERER=ngl
>
>
> Sorry, I di...
2024 Nov 03
2
RStudio crashes with segmentation fault on F41
...t.org> wrote:
>
> Let's try another thing. Do you use Gnome? Any kind of hardware acceleration for graphics (NVIDIA...)? If so, you could try launching RStudio with GSK_RENDERER=ngl to see if it makes any difference.
>
> I?aki
>
> On Sun, 3 Nov 2024 at 01:44, Paul Smith <phhs80 at gmail.com> wrote:
>>
>> Thanks, I?aki, for your answer. Unfortunately, that package was
>> already installed on my machine:
>>
>> # dnf install xorg-x11-fonts-Type1
>> Updating and loading repositories:
>> Repositories loaded.
>> Package &quo...