Re: [R] Error in loadNamespace(i, c(lib.loc, .libPaths())

2021-11-05 Thread Jeff Newmiller
You are using github packages. Post your question on the corresponding packege 
Issues page on GitHub. Such questions are not related to the topic of the R 
language (read the Posting Guide, which also indicates that this plain text 
mailing list will strip formatting from your emails, so do send plain text in 
the future).

On November 5, 2021 3:07:56 PM PDT, Bogdan Tanasa  wrote:
>Dear all,
>
> i am using Monocle3 in order to study disease development by single-cell
>technologies :
>
>https://cole-trapnell-lab.github.io/monocle3/
>
>When I am installing additional packages like "spData" from
>
>https://nowosad.github.io/spData/, I am getting the message :
>
>Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) :
>  here is no package called ‘spData’
>
>How shall I correct it ?
>
>The installation is in a R/4.0.3 that runs on a SLURM cluster by the system
>administrator.
>
>Occasionally, additional packages in R are installed in my home folder :
>/home/tanasa/
>
>Thank you !
>
>   [[alternative HTML version deleted]]
>
>__
>R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
>https://stat.ethz.ch/mailman/listinfo/r-help
>PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
>and provide commented, minimal, self-contained, reproducible code.

-- 
Sent from my phone. Please excuse my brevity.

__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] Error in loadNamespace

2017-12-07 Thread James Henson
Thanks David!, that fixed the problem.
Best regards,
James

On Thu, Dec 7, 2017 at 1:19 PM, David Winsemius 
wrote:

>
> > On Dec 7, 2017, at 10:47 AM, James Henson  wrote:
> >
> > Hello R Community,
> >
> > I inadvertently updated packages via R Studio when a package was open.
> Now
> > when R Studio is opened the message below appears in the console panel.
> >
> > Error in loadNamespace(name) : there is no package called ‘yaml’
> >
> > Error in loadNamespace(name) : there is no package called ‘yaml’
> >
> > When running R code, so far the only function that has not worked is
> > datatable () in the ‘DT’ package.  Removing the ‘DT’ package and
> > reinstalling it had no effect.  A possible fix is to update R from an
> older
> > version, which was not running when I made the mistake.  Is this a good
> > idea?
>
> There is a package on CRAN named "yaml". Have your tried installing it?
> >
> > Thanks for your help.
> >
> > James F. Henson
> >
> >   [[alternative HTML version deleted]]
>
> Rhelp is a plain text mailing list.
>
> >
> > __
> > R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
> > https://stat.ethz.ch/mailman/listinfo/r-help
> > PLEASE do read the posting guide http://www.R-project.org/
> posting-guide.html
> > and provide commented, minimal, self-contained, reproducible code.
>
> David Winsemius
> Alameda, CA, USA
>
> 'Any technology distinguishable from magic is insufficiently advanced.'
>  -Gehm's Corollary to Clarke's Third Law
>
>
>
>
>
>

[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Re: [R] Error in loadNamespace

2017-12-07 Thread David Winsemius

> On Dec 7, 2017, at 10:47 AM, James Henson  wrote:
> 
> Hello R Community,
> 
> I inadvertently updated packages via R Studio when a package was open.  Now
> when R Studio is opened the message below appears in the console panel.
> 
> Error in loadNamespace(name) : there is no package called ‘yaml’
> 
> Error in loadNamespace(name) : there is no package called ‘yaml’
> 
> When running R code, so far the only function that has not worked is
> datatable () in the ‘DT’ package.  Removing the ‘DT’ package and
> reinstalling it had no effect.  A possible fix is to update R from an older
> version, which was not running when I made the mistake.  Is this a good
> idea?

There is a package on CRAN named "yaml". Have your tried installing it?
> 
> Thanks for your help.
> 
> James F. Henson
> 
>   [[alternative HTML version deleted]]

Rhelp is a plain text mailing list.

> 
> __
> R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.

David Winsemius
Alameda, CA, USA

'Any technology distinguishable from magic is insufficiently advanced.'   
-Gehm's Corollary to Clarke's Third Law

__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.